2026-03-26 12:15:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-26 12:15:06 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-26 12:15:06 [adesa.de] INFO: Starting spider adesa.de
2026-03-26 12:15:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-26 12:15:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-26 12:15:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-26 12:15:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-26 12:15:06 [scrapy.extensions.telnet] INFO: Telnet Password: 87ecb40f5550d0a1
2026-03-26 12:15:06 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-26 12:15:06 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/adesa.de/task_40_2026-03-26T12_15_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-26 12:15:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 12:15:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 12:15:06 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-26 12:15:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-26 12:15:06 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-26 12:15:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-26 12:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-26 12:15:07 [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 12:15:07 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-26 12:15:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-26 12:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:07 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-26 12:15: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 12:15:07 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-26 12:15:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-26 12:15: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 12:15: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 12:15:07 [scrapy.core.engine] INFO: Spider opened
2026-03-26 12:15:07 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-26 12:15:07 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6025
2026-03-26 12:15:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-26 12:15:07 [scrapy-playwright] INFO: Starting download handler
2026-03-26 12:15:07 [scrapy-playwright] INFO: Starting download handler
2026-03-26 12:15: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 12:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728883
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728883%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728883: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728883 url https://www.openlane.eu/en/carv6/auction/10728883
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728925
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728925%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728925: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728925 url https://www.openlane.eu/en/carv6/auction/10728925
2026-03-26 12:15: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 12:15:20 [adesa.de] INFO: Found listing with ID: 10728889
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728889%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728889: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728889 url https://www.openlane.eu/en/carv6/auction/10728889
2026-03-26 12:15: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 12:15:20 [adesa.de] INFO: Found listing with ID: 10728880
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728880%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728880: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728880 url https://www.openlane.eu/en/carv6/auction/10728880
2026-03-26 12:15: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 12:15:20 [adesa.de] INFO: Found listing with ID: 10728895
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728895%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728895: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728895 url https://www.openlane.eu/en/carv6/auction/10728895
2026-03-26 12:15: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 12:15:20 [adesa.de] INFO: Found listing with ID: 10728877
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728877%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728877: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728877 url https://www.openlane.eu/en/carv6/auction/10728877
2026-03-26 12:15: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 12:15:20 [adesa.de] INFO: Found listing with ID: 10728928
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728928%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728928: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728928 url https://www.openlane.eu/en/carv6/auction/10728928
2026-03-26 12:15: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 12:15:20 [adesa.de] INFO: Found listing with ID: 10728907
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728907%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728907: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728907 url https://www.openlane.eu/en/carv6/auction/10728907
2026-03-26 12:15: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 12:15:20 [adesa.de] INFO: Found listing with ID: 10728893
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728893%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728893: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728893 url https://www.openlane.eu/en/carv6/auction/10728893
2026-03-26 12:15: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 12:15:20 [adesa.de] INFO: Found listing with ID: 10728912
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728912%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728912: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728912 url https://www.openlane.eu/en/carv6/auction/10728912
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728913
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728913%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728913: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728913 url https://www.openlane.eu/en/carv6/auction/10728913
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728887
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728887%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728887: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728887 url https://www.openlane.eu/en/carv6/auction/10728887
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728876
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728876%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728876: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728876 url https://www.openlane.eu/en/carv6/auction/10728876
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728915
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728915%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728915: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728915 url https://www.openlane.eu/en/carv6/auction/10728915
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728917
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728917%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728917: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728917 url https://www.openlane.eu/en/carv6/auction/10728917
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728898
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728898%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728898: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728898 url https://www.openlane.eu/en/carv6/auction/10728898
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728931
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728931%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728931: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728931 url https://www.openlane.eu/en/carv6/auction/10728931
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728919
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728919%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728919: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728919 url https://www.openlane.eu/en/carv6/auction/10728919
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728926
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728926%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728926: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728926 url https://www.openlane.eu/en/carv6/auction/10728926
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728881
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728881%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728881: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728881 url https://www.openlane.eu/en/carv6/auction/10728881
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728923
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728923%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728923: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728923 url https://www.openlane.eu/en/carv6/auction/10728923
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728920
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728920%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728920: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728920 url https://www.openlane.eu/en/carv6/auction/10728920
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728910
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728910%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728910: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728910 url https://www.openlane.eu/en/carv6/auction/10728910
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728904
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728904%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728904: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728904 url https://www.openlane.eu/en/carv6/auction/10728904
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728882
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728882%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728882: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728882 url https://www.openlane.eu/en/carv6/auction/10728882
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728906
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728906%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728906: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728906 url https://www.openlane.eu/en/carv6/auction/10728906
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728888
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728888%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728888: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728888 url https://www.openlane.eu/en/carv6/auction/10728888
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728870
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728870%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728870: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728870 url https://www.openlane.eu/en/carv6/auction/10728870
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728900
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728900%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728900: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728900 url https://www.openlane.eu/en/carv6/auction/10728900
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728930
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728930%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728930: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728930 url https://www.openlane.eu/en/carv6/auction/10728930
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728914
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728914%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728914: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728914 url https://www.openlane.eu/en/carv6/auction/10728914
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728909
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728909%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728909: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728909 url https://www.openlane.eu/en/carv6/auction/10728909
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728929
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728929%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728929: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728929 url https://www.openlane.eu/en/carv6/auction/10728929
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728865
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728865%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728865: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728865 url https://www.openlane.eu/en/carv6/auction/10728865
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728918
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728918%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728918: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728918 url https://www.openlane.eu/en/carv6/auction/10728918
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10728927
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728927%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10728927: 1
2026-03-26 12:15:20 [adesa.de] INFO: Scraping item 10728927 url https://www.openlane.eu/en/carv6/auction/10728927
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10712847
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710712847%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10712847: 0
2026-03-26 12:15:20 [adesa.de] INFO: Skipping item 10712847 url https://www.openlane.eu/en/carv6/auction/10712847
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10727140
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727140%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10727140: 0
2026-03-26 12:15:20 [adesa.de] INFO: Skipping item 10727140 url https://www.openlane.eu/en/carv6/auction/10727140
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10727141
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727141%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10727141: 0
2026-03-26 12:15:20 [adesa.de] INFO: Skipping item 10727141 url https://www.openlane.eu/en/carv6/auction/10727141
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10727148
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727148%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10727148: 0
2026-03-26 12:15:20 [adesa.de] INFO: Skipping item 10727148 url https://www.openlane.eu/en/carv6/auction/10727148
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10717005
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717005%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10717005: 0
2026-03-26 12:15:20 [adesa.de] INFO: Skipping item 10717005 url https://www.openlane.eu/en/carv6/auction/10717005
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10727150
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727150%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10727150: 0
2026-03-26 12:15:20 [adesa.de] INFO: Skipping item 10727150 url https://www.openlane.eu/en/carv6/auction/10727150
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10727143
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727143%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10727143: 0
2026-03-26 12:15:20 [adesa.de] INFO: Skipping item 10727143 url https://www.openlane.eu/en/carv6/auction/10727143
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10712846
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710712846%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10712846: 0
2026-03-26 12:15:20 [adesa.de] INFO: Skipping item 10712846 url https://www.openlane.eu/en/carv6/auction/10712846
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10712845
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710712845%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10712845: 0
2026-03-26 12:15:20 [adesa.de] INFO: Skipping item 10712845 url https://www.openlane.eu/en/carv6/auction/10712845
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10727153
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727153%27 HTTP/1.1" 200 None
2026-03-26 12:15:20 [adesa.de] INFO: Scrape type for 10727153: 0
2026-03-26 12:15:20 [adesa.de] INFO: Skipping item 10727153 url https://www.openlane.eu/en/carv6/auction/10727153
2026-03-26 12:15:20 [adesa.de] INFO: Found listing with ID: 10727154
2026-03-26 12:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727154%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727154: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727154 url https://www.openlane.eu/en/carv6/auction/10727154
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727155
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727155%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727155: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727155 url https://www.openlane.eu/en/carv6/auction/10727155
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727156
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727156%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727156: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727156 url https://www.openlane.eu/en/carv6/auction/10727156
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727158
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727158%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727158: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727158 url https://www.openlane.eu/en/carv6/auction/10727158
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727159
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727159%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727159: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727159 url https://www.openlane.eu/en/carv6/auction/10727159
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727160
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727160%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727160: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727160 url https://www.openlane.eu/en/carv6/auction/10727160
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727161
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727161%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727161: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727161 url https://www.openlane.eu/en/carv6/auction/10727161
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727163
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727163%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727163: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727163 url https://www.openlane.eu/en/carv6/auction/10727163
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727164
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727164%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727164: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727164 url https://www.openlane.eu/en/carv6/auction/10727164
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727165
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727165%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727165: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727165 url https://www.openlane.eu/en/carv6/auction/10727165
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10726015
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726015%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10726015: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10726015 url https://www.openlane.eu/en/carv6/auction/10726015
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10712838
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710712838%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10712838: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10712838 url https://www.openlane.eu/en/carv6/auction/10712838
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10717006
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717006%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10717006: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10717006 url https://www.openlane.eu/en/carv6/auction/10717006
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727184
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727184%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727184: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727184 url https://www.openlane.eu/en/carv6/auction/10727184
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727185
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727185%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727185: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727185 url https://www.openlane.eu/en/carv6/auction/10727185
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727186
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727186%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727186: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727186 url https://www.openlane.eu/en/carv6/auction/10727186
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727189
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727189%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727189: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727189 url https://www.openlane.eu/en/carv6/auction/10727189
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10712837
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710712837%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10712837: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10712837 url https://www.openlane.eu/en/carv6/auction/10712837
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727194
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727194%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727194: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727194 url https://www.openlane.eu/en/carv6/auction/10727194
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10712848
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710712848%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10712848: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10712848 url https://www.openlane.eu/en/carv6/auction/10712848
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10726035
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726035%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10726035: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10726035 url https://www.openlane.eu/en/carv6/auction/10726035
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10726017
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726017%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10726017: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10726017 url https://www.openlane.eu/en/carv6/auction/10726017
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10726033
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726033%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10726033: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10726033 url https://www.openlane.eu/en/carv6/auction/10726033
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727196
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727196%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727196: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727196 url https://www.openlane.eu/en/carv6/auction/10727196
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727197
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727197%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727197: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727197 url https://www.openlane.eu/en/carv6/auction/10727197
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727198
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727198%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727198: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727198 url https://www.openlane.eu/en/carv6/auction/10727198
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727199
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727199%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727199: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727199 url https://www.openlane.eu/en/carv6/auction/10727199
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10712853
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710712853%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10712853: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10712853 url https://www.openlane.eu/en/carv6/auction/10712853
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10712852
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710712852%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10712852: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10712852 url https://www.openlane.eu/en/carv6/auction/10712852
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727200
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727200%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727200: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10727200 url https://www.openlane.eu/en/carv6/auction/10727200
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10726014
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726014%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10726014: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10726014 url https://www.openlane.eu/en/carv6/auction/10726014
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10727208
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727208%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10727208: 1
2026-03-26 12:15:21 [adesa.de] INFO: Scraping item 10727208 url https://www.openlane.eu/en/carv6/auction/10727208
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10712840
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710712840%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10712840: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10712840 url https://www.openlane.eu/en/carv6/auction/10712840
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10712842
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710712842%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10712842: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10712842 url https://www.openlane.eu/en/carv6/auction/10712842
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10726244
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726244%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10726244: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10726244 url https://www.openlane.eu/en/carv6/auction/10726244
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10726233
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726233%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10726233: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10726233 url https://www.openlane.eu/en/carv6/auction/10726233
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10726229
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726229%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10726229: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10726229 url https://www.openlane.eu/en/carv6/auction/10726229
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10712843
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710712843%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10712843: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10712843 url https://www.openlane.eu/en/carv6/auction/10712843
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10712841
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710712841%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10712841: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10712841 url https://www.openlane.eu/en/carv6/auction/10712841
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10726227
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726227%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10726227: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10726227 url https://www.openlane.eu/en/carv6/auction/10726227
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10726231
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726231%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10726231: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10726231 url https://www.openlane.eu/en/carv6/auction/10726231
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10726237
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726237%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10726237: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10726237 url https://www.openlane.eu/en/carv6/auction/10726237
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10726250
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726250%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10726250: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10726250 url https://www.openlane.eu/en/carv6/auction/10726250
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10726248
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726248%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10726248: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10726248 url https://www.openlane.eu/en/carv6/auction/10726248
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10712850
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710712850%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10712850: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10712850 url https://www.openlane.eu/en/carv6/auction/10712850
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10726239
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726239%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10726239: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10726239 url https://www.openlane.eu/en/carv6/auction/10726239
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10726241
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726241%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10726241: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10726241 url https://www.openlane.eu/en/carv6/auction/10726241
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10726242
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726242%27 HTTP/1.1" 200 None
2026-03-26 12:15:21 [adesa.de] INFO: Scrape type for 10726242: 0
2026-03-26 12:15:21 [adesa.de] INFO: Skipping item 10726242 url https://www.openlane.eu/en/carv6/auction/10726242
2026-03-26 12:15:21 [adesa.de] INFO: Found listing with ID: 10726234
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726234%27 HTTP/1.1" 200 None
2026-03-26 12:15:22 [adesa.de] INFO: Scrape type for 10726234: 0
2026-03-26 12:15:22 [adesa.de] INFO: Skipping item 10726234 url https://www.openlane.eu/en/carv6/auction/10726234
2026-03-26 12:15:22 [adesa.de] INFO: Found listing with ID: 10726246
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726246%27 HTTP/1.1" 200 None
2026-03-26 12:15:22 [adesa.de] INFO: Scrape type for 10726246: 0
2026-03-26 12:15:22 [adesa.de] INFO: Skipping item 10726246 url https://www.openlane.eu/en/carv6/auction/10726246
2026-03-26 12:15:22 [adesa.de] INFO: Found listing with ID: 10726235
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726235%27 HTTP/1.1" 200 None
2026-03-26 12:15:22 [adesa.de] INFO: Scrape type for 10726235: 0
2026-03-26 12:15:22 [adesa.de] INFO: Skipping item 10726235 url https://www.openlane.eu/en/carv6/auction/10726235
2026-03-26 12:15:22 [adesa.de] INFO: Found listing with ID: 10726249
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726249%27 HTTP/1.1" 200 None
2026-03-26 12:15:22 [adesa.de] INFO: Scrape type for 10726249: 0
2026-03-26 12:15:22 [adesa.de] INFO: Skipping item 10726249 url https://www.openlane.eu/en/carv6/auction/10726249
2026-03-26 12:15:22 [adesa.de] INFO: Found listing with ID: 10726225
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726225%27 HTTP/1.1" 200 None
2026-03-26 12:15:22 [adesa.de] INFO: Scrape type for 10726225: 0
2026-03-26 12:15:22 [adesa.de] INFO: Skipping item 10726225 url https://www.openlane.eu/en/carv6/auction/10726225
2026-03-26 12:15:22 [adesa.de] INFO: Found listing with ID: 10726226
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726226%27 HTTP/1.1" 200 None
2026-03-26 12:15:22 [adesa.de] INFO: Scrape type for 10726226: 0
2026-03-26 12:15:22 [adesa.de] INFO: Skipping item 10726226 url https://www.openlane.eu/en/carv6/auction/10726226
2026-03-26 12:15:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728925> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:15: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 12:15:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728877> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:15: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 12:15:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a50c24c-215c-5f7d-aab5-13f761738b8f with identifier: 10728925
2026-03-26 12:15:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a50c24c-215c-5f7d-aab5-13f761738b8f with scrape type 1
2026-03-26 12:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3a50c24c-215c-5f7d-aab5-13f761738b8f
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743523%252Fgeneral%252Fe868c655-27e9-48b7-a108-1fc0247514e9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743523/general/e868c655-27e9-48b7-a108-1fc0247514e9.jpg already downloaded
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743523%252Fgeneral%252F39bcc074-c8c8-482f-9b7e-59b6a085a5e6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743523/general/39bcc074-c8c8-482f-9b7e-59b6a085a5e6.jpg already downloaded
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743523%252Fgeneral%252F8536fcde-56ed-4a1b-9ebb-c9a56b174e0c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743523/general/8536fcde-56ed-4a1b-9ebb-c9a56b174e0c.jpg already downloaded
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743523%252Fgeneral%252Fde18d580-4995-4da6-aa79-df285af21431.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743523/general/de18d580-4995-4da6-aa79-df285af21431.jpg already downloaded
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743523%252Fgeneral%252Ff289f17f-a5b8-4cdb-8657-d55bdb7996d8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743523/general/f289f17f-a5b8-4cdb-8657-d55bdb7996d8.jpg already downloaded
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743523%252Fgeneral%252F3286a8be-b227-48de-bc28-556105ef0f5d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743523/general/3286a8be-b227-48de-bc28-556105ef0f5d.jpg already downloaded
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743523%252Fgeneral%252F575fc0b0-3960-40bd-ab58-e70d15b535f4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743523/general/575fc0b0-3960-40bd-ab58-e70d15b535f4.jpg already downloaded
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743523%252Fgeneral%252Fe51ca221-86b0-487f-af6e-87fdbdb79a6e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743523/general/e51ca221-86b0-487f-af6e-87fdbdb79a6e.jpg already downloaded
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743523%252Fgeneral%252Fd3b2e8d1-11c0-4c51-afc6-585d1fa195ec.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743523/general/d3b2e8d1-11c0-4c51-afc6-585d1fa195ec.jpg already downloaded
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743523%252Fgeneral%252Fd182152f-f4c0-422a-9fe5-974618aeea3b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743523/general/d182152f-f4c0-422a-9fe5-974618aeea3b.jpg already downloaded
2026-03-26 12:15:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 3a50c24c-215c-5f7d-aab5-13f761738b8f, identifier: 10728925
2026-03-26 12:15:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 3a50c24c-215c-5f7d-aab5-13f761738b8f with identifier: 10728925
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 12:15:22 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Gray HTTP/1.1" 200 None
2026-03-26 12:15:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 12:15: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 12:15:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-26 12:15:23 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 12:15: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 12:15:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 3a50c24c-215c-5f7d-aab5-13f761738b8f with identifier: 10728925
2026-03-26 12:15:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 3a50c24c-215c-5f7d-aab5-13f761738b8f with identifier: 10728925 to the API
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:15: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 12:15:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728925>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 204,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Electric',
'id': '3a50c24c-215c-5f7d-aab5-13f761738b8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '226000236',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728925',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Audi',
'model': 'Q4 E-tron',
'odometer': 75466,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 10,
'photo_urls': ['https://images.openlane.eu/carimgs/5743523/general/e868c655-27e9-48b7-a108-1fc0247514e9.jpg',
'https://images.openlane.eu/carimgs/5743523/general/39bcc074-c8c8-482f-9b7e-59b6a085a5e6.jpg',
'https://images.openlane.eu/carimgs/5743523/general/8536fcde-56ed-4a1b-9ebb-c9a56b174e0c.jpg',
'https://images.openlane.eu/carimgs/5743523/general/de18d580-4995-4da6-aa79-df285af21431.jpg',
'https://images.openlane.eu/carimgs/5743523/general/f289f17f-a5b8-4cdb-8657-d55bdb7996d8.jpg',
'https://images.openlane.eu/carimgs/5743523/general/3286a8be-b227-48de-bc28-556105ef0f5d.jpg',
'https://images.openlane.eu/carimgs/5743523/general/575fc0b0-3960-40bd-ab58-e70d15b535f4.jpg',
'https://images.openlane.eu/carimgs/5743523/general/e51ca221-86b0-487f-af6e-87fdbdb79a6e.jpg',
'https://images.openlane.eu/carimgs/5743523/general/d3b2e8d1-11c0-4c51-afc6-585d1fa195ec.jpg',
'https://images.openlane.eu/carimgs/5743523/general/d182152f-f4c0-422a-9fe5-974618aeea3b.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a50c24c-215c-5f7d-aab5-13f761738b8f/3a50c24c-215c-5f7d-aab5-13f761738b8f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 495997,
'Height': 1498,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743523/general/e868c655-27e9-48b7-a108-1fc0247514e9.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a50c24c-215c-5f7d-aab5-13f761738b8f/3a50c24c-215c-5f7d-aab5-13f761738b8f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 480694,
'Height': 1498,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743523/general/39bcc074-c8c8-482f-9b7e-59b6a085a5e6.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a50c24c-215c-5f7d-aab5-13f761738b8f/3a50c24c-215c-5f7d-aab5-13f761738b8f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 423866,
'Height': 1498,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743523/general/8536fcde-56ed-4a1b-9ebb-c9a56b174e0c.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a50c24c-215c-5f7d-aab5-13f761738b8f/3a50c24c-215c-5f7d-aab5-13f761738b8f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 415780,
'Height': 1498,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743523/general/de18d580-4995-4da6-aa79-df285af21431.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a50c24c-215c-5f7d-aab5-13f761738b8f/3a50c24c-215c-5f7d-aab5-13f761738b8f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 331816,
'Height': 1498,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743523/general/f289f17f-a5b8-4cdb-8657-d55bdb7996d8.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a50c24c-215c-5f7d-aab5-13f761738b8f/3a50c24c-215c-5f7d-aab5-13f761738b8f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 301419,
'Height': 1498,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743523/general/3286a8be-b227-48de-bc28-556105ef0f5d.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a50c24c-215c-5f7d-aab5-13f761738b8f/3a50c24c-215c-5f7d-aab5-13f761738b8f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 293104,
'Height': 1407,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743523/general/575fc0b0-3960-40bd-ab58-e70d15b535f4.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a50c24c-215c-5f7d-aab5-13f761738b8f/3a50c24c-215c-5f7d-aab5-13f761738b8f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 502755,
'Height': 1498,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743523/general/e51ca221-86b0-487f-af6e-87fdbdb79a6e.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a50c24c-215c-5f7d-aab5-13f761738b8f/3a50c24c-215c-5f7d-aab5-13f761738b8f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 358672,
'Height': 1330,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743523/general/d3b2e8d1-11c0-4c51-afc6-585d1fa195ec.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a50c24c-215c-5f7d-aab5-13f761738b8f/3a50c24c-215c-5f7d-aab5-13f761738b8f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 383273,
'Height': 1330,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743523/general/d182152f-f4c0-422a-9fe5-974618aeea3b.jpg',
'Width': 2000}],
'price': 19600,
'price_includes_vat': True,
'registration_date': '2022-08-16',
'seats_number': 5,
'seller_name': 'Car Trade Deutschland',
'title': 'Audi Q4 E-tron 40 - Electric - Automatic - 204 hp - 75.466 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728925%27 HTTP/1.1" 200 None
2026-03-26 12:15:23 [adesa.de] INFO: Saving data for 10728925: {'created_time': 1774527323.64489, 'last_price_update_time': 1774527323.644902, 'auction_closing_time': 1774597200.0}
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728925') HTTP/1.1" 204 0
2026-03-26 12:15:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b with identifier: 10728877
2026-03-26 12:15:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b with scrape type 1
2026-03-26 12:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734415%252Fgeneral%252F60d77610-022b-4e1c-9b62-cc5ad977cc8e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734415/general/60d77610-022b-4e1c-9b62-cc5ad977cc8e.jpg already downloaded
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734415%252Fgeneral%252Fad7299ec-5afc-4e54-a27f-f33a5992624d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734415/general/ad7299ec-5afc-4e54-a27f-f33a5992624d.jpg already downloaded
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734415%252Fgeneral%252F97b4b1ca-c4df-4f3c-ad0c-e03f830237cf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734415/general/97b4b1ca-c4df-4f3c-ad0c-e03f830237cf.jpg already downloaded
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734415%252Fgeneral%252F319497f2-a493-4e4a-a525-db47997890a0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734415/general/319497f2-a493-4e4a-a525-db47997890a0.jpg already downloaded
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734415%252Fgeneral%252F83fe1032-0016-46ca-883c-f009a5a7d17a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734415/general/83fe1032-0016-46ca-883c-f009a5a7d17a.jpg already downloaded
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734415%252Fgeneral%252F545ddc23-893b-46b1-accd-a2a38bd86e51.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734415/general/545ddc23-893b-46b1-accd-a2a38bd86e51.jpg already downloaded
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734415%252Fgeneral%252Fac709a35-91fa-42a4-96db-3ed6621d80b2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734415/general/ac709a35-91fa-42a4-96db-3ed6621d80b2.jpg already downloaded
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734415%252Fgeneral%252Fa99d6ac4-3628-49ff-b185-c9011d157469.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734415/general/a99d6ac4-3628-49ff-b185-c9011d157469.jpg already downloaded
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734415%252Fgeneral%252F69940051-da95-4684-9707-ec2340596a0f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734415/general/69940051-da95-4684-9707-ec2340596a0f.jpg already downloaded
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734415%252Fgeneral%252F302f4ae4-cbbd-40fb-a901-d67533fa212b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734415/general/302f4ae4-cbbd-40fb-a901-d67533fa212b.jpg already downloaded
2026-03-26 12:15:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b, identifier: 10728877
2026-03-26 12:15:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b with identifier: 10728877
2026-03-26 12:15:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 12:15:24 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Green HTTP/1.1" 200 None
2026-03-26 12:15:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 12:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 12:15:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b with identifier: 10728877
2026-03-26 12:15:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b with identifier: 10728877 to the API
2026-03-26 12:15:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:15: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 12:15:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728877>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Green',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 340,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Electric',
'id': '4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000675',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728877',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'BMW',
'model': 'i5',
'odometer': 53555,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 34,
'photo_urls': ['https://images.openlane.eu/carimgs/5734415/general/60d77610-022b-4e1c-9b62-cc5ad977cc8e.jpg',
'https://images.openlane.eu/carimgs/5734415/general/ad7299ec-5afc-4e54-a27f-f33a5992624d.jpg',
'https://images.openlane.eu/carimgs/5734415/general/97b4b1ca-c4df-4f3c-ad0c-e03f830237cf.jpg',
'https://images.openlane.eu/carimgs/5734415/general/319497f2-a493-4e4a-a525-db47997890a0.jpg',
'https://images.openlane.eu/carimgs/5734415/general/83fe1032-0016-46ca-883c-f009a5a7d17a.jpg',
'https://images.openlane.eu/carimgs/5734415/general/545ddc23-893b-46b1-accd-a2a38bd86e51.jpg',
'https://images.openlane.eu/carimgs/5734415/general/ac709a35-91fa-42a4-96db-3ed6621d80b2.jpg',
'https://images.openlane.eu/carimgs/5734415/general/a99d6ac4-3628-49ff-b185-c9011d157469.jpg',
'https://images.openlane.eu/carimgs/5734415/general/69940051-da95-4684-9707-ec2340596a0f.jpg',
'https://images.openlane.eu/carimgs/5734415/general/302f4ae4-cbbd-40fb-a901-d67533fa212b.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b/4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47849,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734415/general/60d77610-022b-4e1c-9b62-cc5ad977cc8e.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b/4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25149,
'Height': 258,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734415/general/ad7299ec-5afc-4e54-a27f-f33a5992624d.jpg',
'Width': 460},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b/4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48697,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734415/general/97b4b1ca-c4df-4f3c-ad0c-e03f830237cf.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b/4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44476,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734415/general/319497f2-a493-4e4a-a525-db47997890a0.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b/4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34561,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734415/general/83fe1032-0016-46ca-883c-f009a5a7d17a.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b/4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39630,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734415/general/545ddc23-893b-46b1-accd-a2a38bd86e51.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b/4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33930,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734415/general/ac709a35-91fa-42a4-96db-3ed6621d80b2.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b/4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37271,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734415/general/a99d6ac4-3628-49ff-b185-c9011d157469.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b/4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23615,
'Height': 258,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734415/general/69940051-da95-4684-9707-ec2340596a0f.jpg',
'Width': 460},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b/4e89bb6a-da6a-5c5d-8ff1-9f6b0f5fc13b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50707,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734415/general/302f4ae4-cbbd-40fb-a901-d67533fa212b.jpg',
'Width': 688}],
'price': 38100,
'price_includes_vat': True,
'registration_date': '2024-03-25',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'BMW i5 40 - Electric - Automatic - 340 hp - 53.555 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-26 12:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728877%27 HTTP/1.1" 200 None
2026-03-26 12:15:24 [adesa.de] INFO: Saving data for 10728877: {'created_time': 1774527324.679564, 'last_price_update_time': 1774527324.679582, 'auction_closing_time': 1774596600.0}
2026-03-26 12:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728877') HTTP/1.1" 204 0
2026-03-26 12:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728893> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:15: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 12:15:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2b454f6-830c-5e7b-8163-3f7f32e6c697 with identifier: 10728893
2026-03-26 12:15:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2b454f6-830c-5e7b-8163-3f7f32e6c697 with scrape type 1
2026-03-26 12:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e2b454f6-830c-5e7b-8163-3f7f32e6c697
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745631%252Fgeneral%252Fd1c49a80-9324-41ee-a7a7-d6d7decb199a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745631/general/d1c49a80-9324-41ee-a7a7-d6d7decb199a.jpg already downloaded
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745631%252Fgeneral%252Ff3854f2a-7ed8-449d-bdb5-b6aa73e52a44.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745631/general/f3854f2a-7ed8-449d-bdb5-b6aa73e52a44.jpg already downloaded
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745631%252Fgeneral%252Fdf0508b9-f51c-46db-8fcd-810ef568e9c7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745631/general/df0508b9-f51c-46db-8fcd-810ef568e9c7.jpg already downloaded
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745631%252Fgeneral%252F991ed4c9-9605-42fc-b42a-ec720e88fa2e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745631/general/991ed4c9-9605-42fc-b42a-ec720e88fa2e.jpg already downloaded
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745631%252Fgeneral%252Fac4640f9-8501-4d86-bca3-6863044b644c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745631/general/ac4640f9-8501-4d86-bca3-6863044b644c.jpg already downloaded
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745631%252Fgeneral%252Fb1553cea-e04e-47db-aff8-7c091586f021.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745631/general/b1553cea-e04e-47db-aff8-7c091586f021.jpg already downloaded
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745631%252Fgeneral%252Fc58331c8-43eb-40f4-b626-4b66677a10cd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745631/general/c58331c8-43eb-40f4-b626-4b66677a10cd.jpg already downloaded
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745631%252Fgeneral%252F51697fdc-471e-44e1-8cc9-e42995fdbe66.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745631/general/51697fdc-471e-44e1-8cc9-e42995fdbe66.jpg already downloaded
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745631%252Fgeneral%252F22d7fb74-dd3b-4655-b6b5-172d19541dcf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745631/general/22d7fb74-dd3b-4655-b6b5-172d19541dcf.jpg already downloaded
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745631%252Fgeneral%252F1acbcd54-6a11-4e59-8558-905692bc9620.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745631/general/1acbcd54-6a11-4e59-8558-905692bc9620.jpg already downloaded
2026-03-26 12:15:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e2b454f6-830c-5e7b-8163-3f7f32e6c697, identifier: 10728893
2026-03-26 12:15:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e2b454f6-830c-5e7b-8163-3f7f32e6c697 with identifier: 10728893
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 12:15:26 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-26 12:15:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 12:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 12:15:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e2b454f6-830c-5e7b-8163-3f7f32e6c697 with identifier: 10728893
2026-03-26 12:15:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e2b454f6-830c-5e7b-8163-3f7f32e6c697 with identifier: 10728893 to the API
2026-03-26 12:15:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:15:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:15:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728893>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 200,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Diesel',
'id': 'e2b454f6-830c-5e7b-8163-3f7f32e6c697',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000710',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728893',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Mercedes-Benz',
'model': 'C',
'odometer': 155238,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 30,
'photo_urls': ['https://images.openlane.eu/carimgs/5745631/general/d1c49a80-9324-41ee-a7a7-d6d7decb199a.jpg',
'https://images.openlane.eu/carimgs/5745631/general/f3854f2a-7ed8-449d-bdb5-b6aa73e52a44.jpg',
'https://images.openlane.eu/carimgs/5745631/general/df0508b9-f51c-46db-8fcd-810ef568e9c7.jpg',
'https://images.openlane.eu/carimgs/5745631/general/991ed4c9-9605-42fc-b42a-ec720e88fa2e.jpg',
'https://images.openlane.eu/carimgs/5745631/general/ac4640f9-8501-4d86-bca3-6863044b644c.jpg',
'https://images.openlane.eu/carimgs/5745631/general/b1553cea-e04e-47db-aff8-7c091586f021.jpg',
'https://images.openlane.eu/carimgs/5745631/general/c58331c8-43eb-40f4-b626-4b66677a10cd.jpg',
'https://images.openlane.eu/carimgs/5745631/general/51697fdc-471e-44e1-8cc9-e42995fdbe66.jpg',
'https://images.openlane.eu/carimgs/5745631/general/22d7fb74-dd3b-4655-b6b5-172d19541dcf.jpg',
'https://images.openlane.eu/carimgs/5745631/general/1acbcd54-6a11-4e59-8558-905692bc9620.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2b454f6-830c-5e7b-8163-3f7f32e6c697/e2b454f6-830c-5e7b-8163-3f7f32e6c697_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 984527,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745631/general/d1c49a80-9324-41ee-a7a7-d6d7decb199a.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2b454f6-830c-5e7b-8163-3f7f32e6c697/e2b454f6-830c-5e7b-8163-3f7f32e6c697_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 968009,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745631/general/f3854f2a-7ed8-449d-bdb5-b6aa73e52a44.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2b454f6-830c-5e7b-8163-3f7f32e6c697/e2b454f6-830c-5e7b-8163-3f7f32e6c697_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 915446,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745631/general/df0508b9-f51c-46db-8fcd-810ef568e9c7.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2b454f6-830c-5e7b-8163-3f7f32e6c697/e2b454f6-830c-5e7b-8163-3f7f32e6c697_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 923043,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745631/general/991ed4c9-9605-42fc-b42a-ec720e88fa2e.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2b454f6-830c-5e7b-8163-3f7f32e6c697/e2b454f6-830c-5e7b-8163-3f7f32e6c697_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 674257,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745631/general/ac4640f9-8501-4d86-bca3-6863044b644c.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2b454f6-830c-5e7b-8163-3f7f32e6c697/e2b454f6-830c-5e7b-8163-3f7f32e6c697_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 787419,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745631/general/b1553cea-e04e-47db-aff8-7c091586f021.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2b454f6-830c-5e7b-8163-3f7f32e6c697/e2b454f6-830c-5e7b-8163-3f7f32e6c697_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 706632,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745631/general/c58331c8-43eb-40f4-b626-4b66677a10cd.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2b454f6-830c-5e7b-8163-3f7f32e6c697/e2b454f6-830c-5e7b-8163-3f7f32e6c697_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 685245,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745631/general/51697fdc-471e-44e1-8cc9-e42995fdbe66.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2b454f6-830c-5e7b-8163-3f7f32e6c697/e2b454f6-830c-5e7b-8163-3f7f32e6c697_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 645016,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745631/general/22d7fb74-dd3b-4655-b6b5-172d19541dcf.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2b454f6-830c-5e7b-8163-3f7f32e6c697/e2b454f6-830c-5e7b-8163-3f7f32e6c697_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 867340,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745631/general/1acbcd54-6a11-4e59-8558-905692bc9620.jpg',
'Width': 2731}],
'price': 22600,
'price_includes_vat': True,
'registration_date': '2022-03-10',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Mercedes-Benz C Break 220d AMG Line - 4-Matic - Diesel - Automatic '
'- 200 hp - 155.238 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2022}
2026-03-26 12:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728893%27 HTTP/1.1" 200 None
2026-03-26 12:15:27 [adesa.de] INFO: Saving data for 10728893: {'created_time': 1774527327.789601, 'last_price_update_time': 1774527327.789613, 'auction_closing_time': 1774596600.0}
2026-03-26 12:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728893') HTTP/1.1" 204 0
2026-03-26 12:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728913> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:15: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 12:15:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3820e1bb-43b9-5b63-ae73-3522fedde9de with identifier: 10728913
2026-03-26 12:15:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3820e1bb-43b9-5b63-ae73-3522fedde9de with scrape type 1
2026-03-26 12:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3820e1bb-43b9-5b63-ae73-3522fedde9de
2026-03-26 12:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733308%252Fgeneral%252F8d8f7051-e41f-4c1d-9c40-61d8d50beba0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733308/general/8d8f7051-e41f-4c1d-9c40-61d8d50beba0.jpg already downloaded
2026-03-26 12:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733308%252Fgeneral%252Fe1c0c6e7-0bb2-4e0e-9365-b8d68d77aeba.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733308/general/e1c0c6e7-0bb2-4e0e-9365-b8d68d77aeba.jpg already downloaded
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733308%252Fgeneral%252F1bb56dc9-6ce2-4f6d-978e-a9bad86b9b19.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733308/general/1bb56dc9-6ce2-4f6d-978e-a9bad86b9b19.jpg already downloaded
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733308%252Fgeneral%252Fb92e57fa-ff98-49ec-b638-d06be6f0f1c9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733308/general/b92e57fa-ff98-49ec-b638-d06be6f0f1c9.jpg already downloaded
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733308%252Fgeneral%252F385e1219-9acd-4a0a-a170-7cfe347334dd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733308/general/385e1219-9acd-4a0a-a170-7cfe347334dd.jpg already downloaded
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733308%252Fgeneral%252F4c44cec6-de36-42fc-9886-9cdfc21fc89d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733308/general/4c44cec6-de36-42fc-9886-9cdfc21fc89d.jpg already downloaded
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733308%252Fgeneral%252F1486347f-b6b9-4079-9131-bc0ee0cf2c67.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733308/general/1486347f-b6b9-4079-9131-bc0ee0cf2c67.jpg already downloaded
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733308%252Fgeneral%252Fac0d7a22-80c2-45f3-9abf-12198d24b931.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733308/general/ac0d7a22-80c2-45f3-9abf-12198d24b931.jpg already downloaded
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733308%252Fgeneral%252F89fb3f76-4a42-4633-b5a8-85dc5362cd54.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733308/general/89fb3f76-4a42-4633-b5a8-85dc5362cd54.jpg already downloaded
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733308%252Fgeneral%252F70549e30-2c04-42a0-83e6-6b932999fdd6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733308/general/70549e30-2c04-42a0-83e6-6b932999fdd6.jpg already downloaded
2026-03-26 12:15:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 3820e1bb-43b9-5b63-ae73-3522fedde9de, identifier: 10728913
2026-03-26 12:15:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 3820e1bb-43b9-5b63-ae73-3522fedde9de with identifier: 10728913
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 12:15:31 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Black HTTP/1.1" 200 None
2026-03-26 12:15:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 12:15: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 12:15:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 3820e1bb-43b9-5b63-ae73-3522fedde9de with identifier: 10728913
2026-03-26 12:15:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 3820e1bb-43b9-5b63-ae73-3522fedde9de with identifier: 10728913 to the API
2026-03-26 12:15:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:15:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:15:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728913>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 190,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Electric',
'id': '3820e1bb-43b9-5b63-ae73-3522fedde9de',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000672',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728913',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Mercedes-Benz',
'model': 'EQA',
'odometer': 95973,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 44,
'photo_urls': ['https://images.openlane.eu/carimgs/5733308/general/8d8f7051-e41f-4c1d-9c40-61d8d50beba0.jpg',
'https://images.openlane.eu/carimgs/5733308/general/e1c0c6e7-0bb2-4e0e-9365-b8d68d77aeba.jpg',
'https://images.openlane.eu/carimgs/5733308/general/1bb56dc9-6ce2-4f6d-978e-a9bad86b9b19.jpg',
'https://images.openlane.eu/carimgs/5733308/general/b92e57fa-ff98-49ec-b638-d06be6f0f1c9.jpg',
'https://images.openlane.eu/carimgs/5733308/general/385e1219-9acd-4a0a-a170-7cfe347334dd.jpg',
'https://images.openlane.eu/carimgs/5733308/general/4c44cec6-de36-42fc-9886-9cdfc21fc89d.jpg',
'https://images.openlane.eu/carimgs/5733308/general/1486347f-b6b9-4079-9131-bc0ee0cf2c67.jpg',
'https://images.openlane.eu/carimgs/5733308/general/ac0d7a22-80c2-45f3-9abf-12198d24b931.jpg',
'https://images.openlane.eu/carimgs/5733308/general/89fb3f76-4a42-4633-b5a8-85dc5362cd54.jpg',
'https://images.openlane.eu/carimgs/5733308/general/70549e30-2c04-42a0-83e6-6b932999fdd6.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3820e1bb-43b9-5b63-ae73-3522fedde9de/3820e1bb-43b9-5b63-ae73-3522fedde9de_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98185,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733308/general/8d8f7051-e41f-4c1d-9c40-61d8d50beba0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3820e1bb-43b9-5b63-ae73-3522fedde9de/3820e1bb-43b9-5b63-ae73-3522fedde9de_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95976,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733308/general/e1c0c6e7-0bb2-4e0e-9365-b8d68d77aeba.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3820e1bb-43b9-5b63-ae73-3522fedde9de/3820e1bb-43b9-5b63-ae73-3522fedde9de_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91442,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733308/general/1bb56dc9-6ce2-4f6d-978e-a9bad86b9b19.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3820e1bb-43b9-5b63-ae73-3522fedde9de/3820e1bb-43b9-5b63-ae73-3522fedde9de_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87372,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733308/general/b92e57fa-ff98-49ec-b638-d06be6f0f1c9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3820e1bb-43b9-5b63-ae73-3522fedde9de/3820e1bb-43b9-5b63-ae73-3522fedde9de_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103624,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733308/general/385e1219-9acd-4a0a-a170-7cfe347334dd.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3820e1bb-43b9-5b63-ae73-3522fedde9de/3820e1bb-43b9-5b63-ae73-3522fedde9de_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71268,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733308/general/4c44cec6-de36-42fc-9886-9cdfc21fc89d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3820e1bb-43b9-5b63-ae73-3522fedde9de/3820e1bb-43b9-5b63-ae73-3522fedde9de_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93073,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733308/general/1486347f-b6b9-4079-9131-bc0ee0cf2c67.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3820e1bb-43b9-5b63-ae73-3522fedde9de/3820e1bb-43b9-5b63-ae73-3522fedde9de_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90993,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733308/general/ac0d7a22-80c2-45f3-9abf-12198d24b931.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3820e1bb-43b9-5b63-ae73-3522fedde9de/3820e1bb-43b9-5b63-ae73-3522fedde9de_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124471,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733308/general/89fb3f76-4a42-4633-b5a8-85dc5362cd54.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3820e1bb-43b9-5b63-ae73-3522fedde9de/3820e1bb-43b9-5b63-ae73-3522fedde9de_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91265,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733308/general/70549e30-2c04-42a0-83e6-6b932999fdd6.jpg',
'Width': 1280}],
'price': 19100,
'price_includes_vat': True,
'registration_date': '2022-11-21',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Mercedes-Benz EQA 250 progressive - Electric - Automatic - 190 hp - '
'95.973 km',
'transmission': 'automatic',
'trim': 'progressive',
'vin': None,
'year': 2022}
2026-03-26 12:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728913%27 HTTP/1.1" 200 None
2026-03-26 12:15:32 [adesa.de] INFO: Saving data for 10728913: {'created_time': 1774527332.681349, 'last_price_update_time': 1774527332.681362, 'auction_closing_time': 1774597200.0}
2026-03-26 12:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728913') HTTP/1.1" 204 0
2026-03-26 12:15:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728912> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:15:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:15:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b301b954-7030-5b5a-a0bf-55db413c513b with identifier: 10728912
2026-03-26 12:15:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b301b954-7030-5b5a-a0bf-55db413c513b with scrape type 1
2026-03-26 12:15:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b301b954-7030-5b5a-a0bf-55db413c513b
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732306%252Fgeneral%252F144d13b9-615b-45d4-a94f-766722b8afac.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732306/general/144d13b9-615b-45d4-a94f-766722b8afac.jpg already downloaded
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732306%252Fgeneral%252F01def160-96b5-44ee-b7bd-307e41b25781.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732306/general/01def160-96b5-44ee-b7bd-307e41b25781.jpg already downloaded
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732306%252Fgeneral%252F9f5ba0e4-1c0d-4dcf-970d-6ae5cbfb67cc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732306/general/9f5ba0e4-1c0d-4dcf-970d-6ae5cbfb67cc.jpg already downloaded
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732306%252Fgeneral%252F6bd55ceb-692a-424b-a4a1-72ab16d02485.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732306/general/6bd55ceb-692a-424b-a4a1-72ab16d02485.jpg already downloaded
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732306%252Fgeneral%252F16201671-b882-46bc-826c-8fe56ea1842d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732306/general/16201671-b882-46bc-826c-8fe56ea1842d.jpg already downloaded
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732306%252Fgeneral%252F3f5042e6-5663-42eb-88e9-16f3c429e297.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732306/general/3f5042e6-5663-42eb-88e9-16f3c429e297.jpg already downloaded
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732306%252Fgeneral%252Fe5b18fb8-c432-4344-a37b-7cc9680bbb64.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732306/general/e5b18fb8-c432-4344-a37b-7cc9680bbb64.jpg already downloaded
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732306%252Fgeneral%252F6a8413c5-9910-4cfa-bdce-d03e443efbee.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732306/general/6a8413c5-9910-4cfa-bdce-d03e443efbee.jpg already downloaded
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732306%252Fgeneral%252Fcd451c50-c077-4d64-b100-455b5be732d7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732306/general/cd451c50-c077-4d64-b100-455b5be732d7.jpg already downloaded
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732306%252Fgeneral%252F735d35b0-a21c-4442-9d8b-d052b9dfe3e4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732306/general/735d35b0-a21c-4442-9d8b-d052b9dfe3e4.jpg already downloaded
2026-03-26 12:15:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: b301b954-7030-5b5a-a0bf-55db413c513b, identifier: 10728912
2026-03-26 12:15:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: b301b954-7030-5b5a-a0bf-55db413c513b with identifier: 10728912
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 12:15:37 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Hybride HTTP/1.1" 200 None
2026-03-26 12:15:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 12:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 12:15:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: b301b954-7030-5b5a-a0bf-55db413c513b with identifier: 10728912
2026-03-26 12:15:38 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: b301b954-7030-5b5a-a0bf-55db413c513b with identifier: 10728912 to the API
2026-03-26 12:15:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:15: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 12:15:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728912>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 204,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Hybrid',
'id': 'b301b954-7030-5b5a-a0bf-55db413c513b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000669',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728912',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Mercedes-Benz',
'model': 'C',
'odometer': 146202,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 30,
'photo_urls': ['https://images.openlane.eu/carimgs/5732306/general/144d13b9-615b-45d4-a94f-766722b8afac.jpg',
'https://images.openlane.eu/carimgs/5732306/general/01def160-96b5-44ee-b7bd-307e41b25781.jpg',
'https://images.openlane.eu/carimgs/5732306/general/9f5ba0e4-1c0d-4dcf-970d-6ae5cbfb67cc.jpg',
'https://images.openlane.eu/carimgs/5732306/general/6bd55ceb-692a-424b-a4a1-72ab16d02485.jpg',
'https://images.openlane.eu/carimgs/5732306/general/16201671-b882-46bc-826c-8fe56ea1842d.jpg',
'https://images.openlane.eu/carimgs/5732306/general/3f5042e6-5663-42eb-88e9-16f3c429e297.jpg',
'https://images.openlane.eu/carimgs/5732306/general/e5b18fb8-c432-4344-a37b-7cc9680bbb64.jpg',
'https://images.openlane.eu/carimgs/5732306/general/6a8413c5-9910-4cfa-bdce-d03e443efbee.jpg',
'https://images.openlane.eu/carimgs/5732306/general/cd451c50-c077-4d64-b100-455b5be732d7.jpg',
'https://images.openlane.eu/carimgs/5732306/general/735d35b0-a21c-4442-9d8b-d052b9dfe3e4.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b301b954-7030-5b5a-a0bf-55db413c513b/b301b954-7030-5b5a-a0bf-55db413c513b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 663832,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732306/general/144d13b9-615b-45d4-a94f-766722b8afac.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b301b954-7030-5b5a-a0bf-55db413c513b/b301b954-7030-5b5a-a0bf-55db413c513b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 712299,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732306/general/01def160-96b5-44ee-b7bd-307e41b25781.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b301b954-7030-5b5a-a0bf-55db413c513b/b301b954-7030-5b5a-a0bf-55db413c513b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 682820,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732306/general/9f5ba0e4-1c0d-4dcf-970d-6ae5cbfb67cc.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b301b954-7030-5b5a-a0bf-55db413c513b/b301b954-7030-5b5a-a0bf-55db413c513b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 710365,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732306/general/6bd55ceb-692a-424b-a4a1-72ab16d02485.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b301b954-7030-5b5a-a0bf-55db413c513b/b301b954-7030-5b5a-a0bf-55db413c513b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 596351,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732306/general/16201671-b882-46bc-826c-8fe56ea1842d.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b301b954-7030-5b5a-a0bf-55db413c513b/b301b954-7030-5b5a-a0bf-55db413c513b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 690639,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732306/general/3f5042e6-5663-42eb-88e9-16f3c429e297.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b301b954-7030-5b5a-a0bf-55db413c513b/b301b954-7030-5b5a-a0bf-55db413c513b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 754021,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732306/general/e5b18fb8-c432-4344-a37b-7cc9680bbb64.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b301b954-7030-5b5a-a0bf-55db413c513b/b301b954-7030-5b5a-a0bf-55db413c513b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 568424,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732306/general/6a8413c5-9910-4cfa-bdce-d03e443efbee.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b301b954-7030-5b5a-a0bf-55db413c513b/b301b954-7030-5b5a-a0bf-55db413c513b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 464977,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732306/general/cd451c50-c077-4d64-b100-455b5be732d7.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b301b954-7030-5b5a-a0bf-55db413c513b/b301b954-7030-5b5a-a0bf-55db413c513b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 700323,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732306/general/735d35b0-a21c-4442-9d8b-d052b9dfe3e4.jpg',
'Width': 2731}],
'price': 19600,
'price_includes_vat': True,
'registration_date': '2022-10-05',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Mercedes-Benz C Break 300e Avantgarde - Hybrid - Automatic - 204 hp '
'- 146.202 km',
'transmission': 'automatic',
'trim': 'Avantgarde',
'vin': None,
'year': 2022}
2026-03-26 12:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728912%27 HTTP/1.1" 200 None
2026-03-26 12:15:38 [adesa.de] INFO: Saving data for 10728912: {'created_time': 1774527338.50648, 'last_price_update_time': 1774527338.506494, 'auction_closing_time': 1774597200.0}
2026-03-26 12:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728912') HTTP/1.1" 204 0
2026-03-26 12:15:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728895> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:15: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 12:15:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86369cd0-8bf2-5b83-b181-f9da38e591eb with identifier: 10728895
2026-03-26 12:15:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86369cd0-8bf2-5b83-b181-f9da38e591eb with scrape type 1
2026-03-26 12:15:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 86369cd0-8bf2-5b83-b181-f9da38e591eb
2026-03-26 12:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252Fc37edeb8-2073-4eda-ae58-a89d7bda57eb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/c37edeb8-2073-4eda-ae58-a89d7bda57eb.jpg not downloaded yet
2026-03-26 12:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252F9a30c579-89fb-4eb8-82d8-dbaaa7d6c208.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/9a30c579-89fb-4eb8-82d8-dbaaa7d6c208.jpg not downloaded yet
2026-03-26 12:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252Fac311782-d7b9-4b36-be07-b3cd31d20202.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/ac311782-d7b9-4b36-be07-b3cd31d20202.jpg not downloaded yet
2026-03-26 12:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252Fa9d7489b-058f-4b51-9e30-68ce5a397f5e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/a9d7489b-058f-4b51-9e30-68ce5a397f5e.jpg not downloaded yet
2026-03-26 12:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252Fd6b4c620-fbe7-4e0f-9985-3eb6007afc06.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/d6b4c620-fbe7-4e0f-9985-3eb6007afc06.jpg not downloaded yet
2026-03-26 12:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252F46107f69-61b6-468a-95dd-36280e40419c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/46107f69-61b6-468a-95dd-36280e40419c.jpg not downloaded yet
2026-03-26 12:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252F8467e1b9-4396-405b-95a1-53e906d550c3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/8467e1b9-4396-405b-95a1-53e906d550c3.jpg not downloaded yet
2026-03-26 12:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252F28fbbe34-dde1-4a7e-b8e0-315dce4fa198.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/28fbbe34-dde1-4a7e-b8e0-315dce4fa198.jpg not downloaded yet
2026-03-26 12:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252F63769d83-8e94-4cad-9fac-7ae1bbf40a09.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/63769d83-8e94-4cad-9fac-7ae1bbf40a09.jpg not downloaded yet
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252F162bc609-415a-473e-8a1a-fa32c9a1a0d2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/162bc609-415a-473e-8a1a-fa32c9a1a0d2.jpg not downloaded yet
2026-03-26 12:15:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728915> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:15: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 12:15:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf40c3a7-6a60-5801-b9a5-16eb58edf02d with identifier: 10728915
2026-03-26 12:15:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf40c3a7-6a60-5801-b9a5-16eb58edf02d with scrape type 1
2026-03-26 12:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item cf40c3a7-6a60-5801-b9a5-16eb58edf02d
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734427%252Fgeneral%252F37f3556d-02ea-4592-8016-65a4fcb8c5df.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734427/general/37f3556d-02ea-4592-8016-65a4fcb8c5df.jpg already downloaded
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734427%252Fgeneral%252F0db8940a-3e07-46eb-8e0f-4aa9b9d2b49e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734427/general/0db8940a-3e07-46eb-8e0f-4aa9b9d2b49e.jpg already downloaded
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734427%252Fgeneral%252Fabdf4a91-b47d-427a-b97b-0cfbebf5ab3a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734427/general/abdf4a91-b47d-427a-b97b-0cfbebf5ab3a.jpg already downloaded
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734427%252Fgeneral%252Fb6d27b58-c80a-4984-97d7-55b106af0e05.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734427/general/b6d27b58-c80a-4984-97d7-55b106af0e05.jpg already downloaded
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734427%252Fgeneral%252F27fa2c1c-19ca-4979-8cdf-8c07d0e6b02b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734427/general/27fa2c1c-19ca-4979-8cdf-8c07d0e6b02b.jpg already downloaded
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734427%252Fgeneral%252F91872461-3e7f-4994-933d-80532b894a2f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734427/general/91872461-3e7f-4994-933d-80532b894a2f.jpg already downloaded
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734427%252Fgeneral%252F83517770-6b7b-4697-9850-c715491d9302.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734427/general/83517770-6b7b-4697-9850-c715491d9302.jpg already downloaded
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734427%252Fgeneral%252F5d793a46-0ad5-4bd5-9fec-031e1a4e5309.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734427/general/5d793a46-0ad5-4bd5-9fec-031e1a4e5309.jpg already downloaded
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734427%252Fgeneral%252Fabe12492-7c60-43cc-8c61-1c434a325da2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734427/general/abe12492-7c60-43cc-8c61-1c434a325da2.jpg already downloaded
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734427%252Fgeneral%252F1fb5f63b-d755-4d56-8054-b6c9c9254415.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734427/general/1fb5f63b-d755-4d56-8054-b6c9c9254415.jpg already downloaded
2026-03-26 12:15:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: cf40c3a7-6a60-5801-b9a5-16eb58edf02d, identifier: 10728915
2026-03-26 12:15:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: cf40c3a7-6a60-5801-b9a5-16eb58edf02d with identifier: 10728915
2026-03-26 12:15:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: cf40c3a7-6a60-5801-b9a5-16eb58edf02d with identifier: 10728915
2026-03-26 12:15:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: cf40c3a7-6a60-5801-b9a5-16eb58edf02d with identifier: 10728915 to the API
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:15: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 12:15:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728915>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 228,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Electric',
'id': 'cf40c3a7-6a60-5801-b9a5-16eb58edf02d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000676',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728915',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'EQB',
'odometer': 110357,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 28,
'photo_urls': ['https://images.openlane.eu/carimgs/5734427/general/37f3556d-02ea-4592-8016-65a4fcb8c5df.jpg',
'https://images.openlane.eu/carimgs/5734427/general/0db8940a-3e07-46eb-8e0f-4aa9b9d2b49e.jpg',
'https://images.openlane.eu/carimgs/5734427/general/abdf4a91-b47d-427a-b97b-0cfbebf5ab3a.jpg',
'https://images.openlane.eu/carimgs/5734427/general/b6d27b58-c80a-4984-97d7-55b106af0e05.jpg',
'https://images.openlane.eu/carimgs/5734427/general/27fa2c1c-19ca-4979-8cdf-8c07d0e6b02b.jpg',
'https://images.openlane.eu/carimgs/5734427/general/91872461-3e7f-4994-933d-80532b894a2f.jpg',
'https://images.openlane.eu/carimgs/5734427/general/83517770-6b7b-4697-9850-c715491d9302.jpg',
'https://images.openlane.eu/carimgs/5734427/general/5d793a46-0ad5-4bd5-9fec-031e1a4e5309.jpg',
'https://images.openlane.eu/carimgs/5734427/general/abe12492-7c60-43cc-8c61-1c434a325da2.jpg',
'https://images.openlane.eu/carimgs/5734427/general/1fb5f63b-d755-4d56-8054-b6c9c9254415.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf40c3a7-6a60-5801-b9a5-16eb58edf02d/cf40c3a7-6a60-5801-b9a5-16eb58edf02d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53091,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734427/general/37f3556d-02ea-4592-8016-65a4fcb8c5df.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf40c3a7-6a60-5801-b9a5-16eb58edf02d/cf40c3a7-6a60-5801-b9a5-16eb58edf02d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24299,
'Height': 258,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734427/general/0db8940a-3e07-46eb-8e0f-4aa9b9d2b49e.jpg',
'Width': 460},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf40c3a7-6a60-5801-b9a5-16eb58edf02d/cf40c3a7-6a60-5801-b9a5-16eb58edf02d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27650,
'Height': 258,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734427/general/abdf4a91-b47d-427a-b97b-0cfbebf5ab3a.jpg',
'Width': 460},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf40c3a7-6a60-5801-b9a5-16eb58edf02d/cf40c3a7-6a60-5801-b9a5-16eb58edf02d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55978,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734427/general/b6d27b58-c80a-4984-97d7-55b106af0e05.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf40c3a7-6a60-5801-b9a5-16eb58edf02d/cf40c3a7-6a60-5801-b9a5-16eb58edf02d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41158,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734427/general/27fa2c1c-19ca-4979-8cdf-8c07d0e6b02b.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf40c3a7-6a60-5801-b9a5-16eb58edf02d/cf40c3a7-6a60-5801-b9a5-16eb58edf02d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46130,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734427/general/91872461-3e7f-4994-933d-80532b894a2f.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf40c3a7-6a60-5801-b9a5-16eb58edf02d/cf40c3a7-6a60-5801-b9a5-16eb58edf02d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41382,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734427/general/83517770-6b7b-4697-9850-c715491d9302.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf40c3a7-6a60-5801-b9a5-16eb58edf02d/cf40c3a7-6a60-5801-b9a5-16eb58edf02d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38541,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734427/general/5d793a46-0ad5-4bd5-9fec-031e1a4e5309.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf40c3a7-6a60-5801-b9a5-16eb58edf02d/cf40c3a7-6a60-5801-b9a5-16eb58edf02d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29154,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734427/general/abe12492-7c60-43cc-8c61-1c434a325da2.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf40c3a7-6a60-5801-b9a5-16eb58edf02d/cf40c3a7-6a60-5801-b9a5-16eb58edf02d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42247,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734427/general/1fb5f63b-d755-4d56-8054-b6c9c9254415.jpg',
'Width': 688}],
'price': 22600,
'price_includes_vat': True,
'registration_date': '2023-01-25',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Mercedes-Benz EQB 300 AMG Line - 4-Matic - Electric - Automatic - '
'228 hp - 110.357 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2023}
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728915%27 HTTP/1.1" 200 None
2026-03-26 12:15:41 [adesa.de] INFO: Saving data for 10728915: {'created_time': 1774527341.381491, 'last_price_update_time': 1774527341.381504, 'auction_closing_time': 1774597200.0}
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728915') HTTP/1.1" 204 0
2026-03-26 12:15:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728883> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:15: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 12:15:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747529/general/162bc609-415a-473e-8a1a-fa32c9a1a0d2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728895)
2026-03-26 12:15:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e21c3a82-647e-5e0c-b802-dd54be4e6970 with identifier: 10728883
2026-03-26 12:15:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e21c3a82-647e-5e0c-b802-dd54be4e6970 with scrape type 1
2026-03-26 12:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e21c3a82-647e-5e0c-b802-dd54be4e6970
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737466%252Fgeneral%252F6ac823d3-7de5-4d74-abbf-3d9b1686056f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737466/general/6ac823d3-7de5-4d74-abbf-3d9b1686056f.jpg already downloaded
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737466%252Fgeneral%252F46a52fed-b8d6-4bb6-a8e0-cacb2872de29.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737466/general/46a52fed-b8d6-4bb6-a8e0-cacb2872de29.jpg already downloaded
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737466%252Fgeneral%252Fe077d2d1-5bc7-42f6-8ddf-bd556ed6d2f6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737466/general/e077d2d1-5bc7-42f6-8ddf-bd556ed6d2f6.jpg already downloaded
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737466%252Fgeneral%252F3bd6cbcc-3230-479d-b11e-94e3443ca8f2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737466/general/3bd6cbcc-3230-479d-b11e-94e3443ca8f2.jpg already downloaded
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737466%252Fgeneral%252Fcdce67bc-5ebc-4590-9cac-f9c0c68738f1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737466/general/cdce67bc-5ebc-4590-9cac-f9c0c68738f1.jpg already downloaded
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737466%252Fgeneral%252Fda4de476-0087-4d93-a66c-e1249efa3253.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737466/general/da4de476-0087-4d93-a66c-e1249efa3253.jpg already downloaded
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737466%252Fgeneral%252Fe03deae4-89af-4a5f-ac8c-45ea29209fef.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737466/general/e03deae4-89af-4a5f-ac8c-45ea29209fef.jpg already downloaded
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737466%252Fgeneral%252Fae387d14-6484-4695-a707-89ba129250d1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737466/general/ae387d14-6484-4695-a707-89ba129250d1.jpg already downloaded
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737466%252Fgeneral%252F9270334c-2726-42b2-b511-945346f81191.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737466/general/9270334c-2726-42b2-b511-945346f81191.jpg already downloaded
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737466%252Fgeneral%252F714b1774-7db8-47ce-8682-9d8c66c07f04.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737466/general/714b1774-7db8-47ce-8682-9d8c66c07f04.jpg already downloaded
2026-03-26 12:15:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e21c3a82-647e-5e0c-b802-dd54be4e6970, identifier: 10728883
2026-03-26 12:15:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e21c3a82-647e-5e0c-b802-dd54be4e6970 with identifier: 10728883
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 12:15:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=White HTTP/1.1" 200 None
2026-03-26 12:15:42 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 12:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 12:15:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e21c3a82-647e-5e0c-b802-dd54be4e6970 with identifier: 10728883
2026-03-26 12:15:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e21c3a82-647e-5e0c-b802-dd54be4e6970 with identifier: 10728883 to the API
2026-03-26 12:15:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:15: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 12:15:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728883>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 408,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Electric',
'id': 'e21c3a82-647e-5e0c-b802-dd54be4e6970',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '226000199',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728883',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Audi',
'model': 'E-Tron',
'odometer': 36477,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 23,
'photo_urls': ['https://images.openlane.eu/carimgs/5737466/general/6ac823d3-7de5-4d74-abbf-3d9b1686056f.jpg',
'https://images.openlane.eu/carimgs/5737466/general/46a52fed-b8d6-4bb6-a8e0-cacb2872de29.jpg',
'https://images.openlane.eu/carimgs/5737466/general/e077d2d1-5bc7-42f6-8ddf-bd556ed6d2f6.jpg',
'https://images.openlane.eu/carimgs/5737466/general/3bd6cbcc-3230-479d-b11e-94e3443ca8f2.jpg',
'https://images.openlane.eu/carimgs/5737466/general/cdce67bc-5ebc-4590-9cac-f9c0c68738f1.jpg',
'https://images.openlane.eu/carimgs/5737466/general/da4de476-0087-4d93-a66c-e1249efa3253.jpg',
'https://images.openlane.eu/carimgs/5737466/general/e03deae4-89af-4a5f-ac8c-45ea29209fef.jpg',
'https://images.openlane.eu/carimgs/5737466/general/ae387d14-6484-4695-a707-89ba129250d1.jpg',
'https://images.openlane.eu/carimgs/5737466/general/9270334c-2726-42b2-b511-945346f81191.jpg',
'https://images.openlane.eu/carimgs/5737466/general/714b1774-7db8-47ce-8682-9d8c66c07f04.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e21c3a82-647e-5e0c-b802-dd54be4e6970/e21c3a82-647e-5e0c-b802-dd54be4e6970_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107115,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737466/general/6ac823d3-7de5-4d74-abbf-3d9b1686056f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e21c3a82-647e-5e0c-b802-dd54be4e6970/e21c3a82-647e-5e0c-b802-dd54be4e6970_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107559,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737466/general/46a52fed-b8d6-4bb6-a8e0-cacb2872de29.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e21c3a82-647e-5e0c-b802-dd54be4e6970/e21c3a82-647e-5e0c-b802-dd54be4e6970_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94923,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737466/general/e077d2d1-5bc7-42f6-8ddf-bd556ed6d2f6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e21c3a82-647e-5e0c-b802-dd54be4e6970/e21c3a82-647e-5e0c-b802-dd54be4e6970_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96113,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737466/general/3bd6cbcc-3230-479d-b11e-94e3443ca8f2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e21c3a82-647e-5e0c-b802-dd54be4e6970/e21c3a82-647e-5e0c-b802-dd54be4e6970_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82036,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737466/general/cdce67bc-5ebc-4590-9cac-f9c0c68738f1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e21c3a82-647e-5e0c-b802-dd54be4e6970/e21c3a82-647e-5e0c-b802-dd54be4e6970_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92235,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737466/general/da4de476-0087-4d93-a66c-e1249efa3253.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e21c3a82-647e-5e0c-b802-dd54be4e6970/e21c3a82-647e-5e0c-b802-dd54be4e6970_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94482,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737466/general/e03deae4-89af-4a5f-ac8c-45ea29209fef.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e21c3a82-647e-5e0c-b802-dd54be4e6970/e21c3a82-647e-5e0c-b802-dd54be4e6970_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76804,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737466/general/ae387d14-6484-4695-a707-89ba129250d1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e21c3a82-647e-5e0c-b802-dd54be4e6970/e21c3a82-647e-5e0c-b802-dd54be4e6970_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35100,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737466/general/9270334c-2726-42b2-b511-945346f81191.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e21c3a82-647e-5e0c-b802-dd54be4e6970/e21c3a82-647e-5e0c-b802-dd54be4e6970_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78819,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737466/general/714b1774-7db8-47ce-8682-9d8c66c07f04.jpg',
'Width': 1024}],
'price': 24900,
'price_includes_vat': True,
'registration_date': '2022-11-18',
'seats_number': 5,
'seller_name': 'Car Trade Deutschland',
'title': 'Audi E-Tron 55 Advanced - Quattro - Electric - Automatic - 408 hp - '
'36.477 km',
'transmission': 'automatic',
'trim': 'Advanced',
'vin': None,
'year': 2022}
2026-03-26 12:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728883%27 HTTP/1.1" 200 None
2026-03-26 12:15:42 [adesa.de] INFO: Saving data for 10728883: {'created_time': 1774527342.357577, 'last_price_update_time': 1774527342.357589, 'auction_closing_time': 1774596600.0}
2026-03-26 12:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728883') HTTP/1.1" 204 0
2026-03-26 12:15:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747529/general/28fbbe34-dde1-4a7e-b8e0-315dce4fa198.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728895)
2026-03-26 12:15:42 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-26 12:15:42 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-26 12:15:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:15:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c177150>
2026-03-26 12:15:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:15:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-26 12:15:42 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-26 12:15:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-26 12:15:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:15:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:15:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252F162bc609-415a-473e-8a1a-fa32c9a1a0d2.jpg') HTTP/1.1" 204 0
2026-03-26 12:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/162bc609-415a-473e-8a1a-fa32c9a1a0d2.jpg saved to cache
2026-03-26 12:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 86369cd0-8bf2-5b83-b181-f9da38e591eb
2026-03-26 12:15:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:15:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c16fd50>
2026-03-26 12:15:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:15:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:15:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:15:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252F28fbbe34-dde1-4a7e-b8e0-315dce4fa198.jpg') HTTP/1.1" 204 0
2026-03-26 12:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/28fbbe34-dde1-4a7e-b8e0-315dce4fa198.jpg saved to cache
2026-03-26 12:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 86369cd0-8bf2-5b83-b181-f9da38e591eb
2026-03-26 12:15:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747529/general/8467e1b9-4396-405b-95a1-53e906d550c3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728895)
2026-03-26 12:15:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747529/general/63769d83-8e94-4cad-9fac-7ae1bbf40a09.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728895)
2026-03-26 12:15:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747529/general/46107f69-61b6-468a-95dd-36280e40419c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728895)
2026-03-26 12:15:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747529/general/d6b4c620-fbe7-4e0f-9985-3eb6007afc06.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728895)
2026-03-26 12:15:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:15:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f3cc90>
2026-03-26 12:15:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:15: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 12:15:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252F8467e1b9-4396-405b-95a1-53e906d550c3.jpg') HTTP/1.1" 204 0
2026-03-26 12:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/8467e1b9-4396-405b-95a1-53e906d550c3.jpg saved to cache
2026-03-26 12:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 86369cd0-8bf2-5b83-b181-f9da38e591eb
2026-03-26 12:15:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747529/general/ac311782-d7b9-4b36-be07-b3cd31d20202.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728895)
2026-03-26 12:15:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747529/general/a9d7489b-058f-4b51-9e30-68ce5a397f5e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728895)
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e44dd0>
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:15: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 12:15:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252F63769d83-8e94-4cad-9fac-7ae1bbf40a09.jpg') HTTP/1.1" 204 0
2026-03-26 12:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/63769d83-8e94-4cad-9fac-7ae1bbf40a09.jpg saved to cache
2026-03-26 12:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 86369cd0-8bf2-5b83-b181-f9da38e591eb
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b1790>
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:15: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 12:15:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252F46107f69-61b6-468a-95dd-36280e40419c.jpg') HTTP/1.1" 204 0
2026-03-26 12:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/46107f69-61b6-468a-95dd-36280e40419c.jpg saved to cache
2026-03-26 12:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 86369cd0-8bf2-5b83-b181-f9da38e591eb
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c1550>
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:15: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 12:15:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252Fd6b4c620-fbe7-4e0f-9985-3eb6007afc06.jpg') HTTP/1.1" 204 0
2026-03-26 12:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/d6b4c620-fbe7-4e0f-9985-3eb6007afc06.jpg saved to cache
2026-03-26 12:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 86369cd0-8bf2-5b83-b181-f9da38e591eb
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ce110>
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:15: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 12:15:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252Fac311782-d7b9-4b36-be07-b3cd31d20202.jpg') HTTP/1.1" 204 0
2026-03-26 12:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/ac311782-d7b9-4b36-be07-b3cd31d20202.jpg saved to cache
2026-03-26 12:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 86369cd0-8bf2-5b83-b181-f9da38e591eb
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf635d0>
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:15: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 12:15:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252Fa9d7489b-058f-4b51-9e30-68ce5a397f5e.jpg') HTTP/1.1" 204 0
2026-03-26 12:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/a9d7489b-058f-4b51-9e30-68ce5a397f5e.jpg saved to cache
2026-03-26 12:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 86369cd0-8bf2-5b83-b181-f9da38e591eb
2026-03-26 12:15:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747529/general/9a30c579-89fb-4eb8-82d8-dbaaa7d6c208.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728895)
2026-03-26 12:15:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747529/general/c37edeb8-2073-4eda-ae58-a89d7bda57eb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728895)
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e37910>
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:15: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 12:15:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252F9a30c579-89fb-4eb8-82d8-dbaaa7d6c208.jpg') HTTP/1.1" 204 0
2026-03-26 12:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/9a30c579-89fb-4eb8-82d8-dbaaa7d6c208.jpg saved to cache
2026-03-26 12:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 86369cd0-8bf2-5b83-b181-f9da38e591eb
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c9450>
2026-03-26 12:15:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:15: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 12:15:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747529%252Fgeneral%252Fc37edeb8-2073-4eda-ae58-a89d7bda57eb.jpg') HTTP/1.1" 204 0
2026-03-26 12:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747529/general/c37edeb8-2073-4eda-ae58-a89d7bda57eb.jpg saved to cache
2026-03-26 12:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 86369cd0-8bf2-5b83-b181-f9da38e591eb
2026-03-26 12:15:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 86369cd0-8bf2-5b83-b181-f9da38e591eb, skipping ID generation
2026-03-26 12:15:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86369cd0-8bf2-5b83-b181-f9da38e591eb with scrape type 1
2026-03-26 12:15:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 86369cd0-8bf2-5b83-b181-f9da38e591eb sending to next pipeline
2026-03-26 12:15:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 86369cd0-8bf2-5b83-b181-f9da38e591eb, identifier: 10728895
2026-03-26 12:15:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 86369cd0-8bf2-5b83-b181-f9da38e591eb with identifier: 10728895
2026-03-26 12:15:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 86369cd0-8bf2-5b83-b181-f9da38e591eb with identifier: 10728895
2026-03-26 12:15:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 86369cd0-8bf2-5b83-b181-f9da38e591eb with identifier: 10728895 to the API
2026-03-26 12:15:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:15: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 12:15:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747529/general/c37edeb8-2073-4eda-ae58-a89d7bda57eb.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 544,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Electric',
'id': '86369cd0-8bf2-5b83-b181-f9da38e591eb',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '226000239',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728895',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': 'i4',
'odometer': 95868,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 30,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173024,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747529/general/c37edeb8-2073-4eda-ae58-a89d7bda57eb.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 188909,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747529/general/9a30c579-89fb-4eb8-82d8-dbaaa7d6c208.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155378,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747529/general/ac311782-d7b9-4b36-be07-b3cd31d20202.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 192875,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747529/general/a9d7489b-058f-4b51-9e30-68ce5a397f5e.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169773,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747529/general/d6b4c620-fbe7-4e0f-9985-3eb6007afc06.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 185043,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747529/general/46107f69-61b6-468a-95dd-36280e40419c.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165707,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747529/general/8467e1b9-4396-405b-95a1-53e906d550c3.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224056,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747529/general/28fbbe34-dde1-4a7e-b8e0-315dce4fa198.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236202,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747529/general/63769d83-8e94-4cad-9fac-7ae1bbf40a09.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86369cd0-8bf2-5b83-b181-f9da38e591eb/86369cd0-8bf2-5b83-b181-f9da38e591eb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 186424,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747529/general/162bc609-415a-473e-8a1a-fa32c9a1a0d2.jpg',
'Width': 1200}],
'price': 31400,
'price_includes_vat': True,
'registration_date': '2023-02-17',
'seats_number': 5,
'seller_name': 'Car Trade Deutschland',
'title': 'BMW i4 M 50 - xDrive - Electric - Automatic - 544 hp - 95.868 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728895%27 HTTP/1.1" 200 None
2026-03-26 12:15:44 [adesa.de] INFO: Saving data for 10728895: {'created_time': 1774527344.085483, 'last_price_update_time': 1774527344.085495, 'auction_closing_time': 1774596600.0}
2026-03-26 12:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728895') HTTP/1.1" 204 0
2026-03-26 12:15:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728898> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:15: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 12:15:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cd61673-3f4d-5a03-9378-947cc50dcf23 with identifier: 10728898
2026-03-26 12:15:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cd61673-3f4d-5a03-9378-947cc50dcf23 with scrape type 1
2026-03-26 12:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6cd61673-3f4d-5a03-9378-947cc50dcf23
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5620045%252Fgeneral%252F1a0c235e-e64e-415f-9f93-d411c2f3f7cc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5620045/general/1a0c235e-e64e-415f-9f93-d411c2f3f7cc.jpg already downloaded
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5620045%252Fgeneral%252F9ecc4d00-e3a4-44a1-9250-148d1a40b434.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5620045/general/9ecc4d00-e3a4-44a1-9250-148d1a40b434.jpg already downloaded
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5620045%252Fgeneral%252F86ac7add-19a6-4d8e-b1c5-5a8180e00974.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5620045/general/86ac7add-19a6-4d8e-b1c5-5a8180e00974.jpg already downloaded
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5620045%252Fgeneral%252F398a73f4-120f-4a85-8c29-035550cb5d5b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5620045/general/398a73f4-120f-4a85-8c29-035550cb5d5b.jpg already downloaded
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5620045%252Fgeneral%252F4ee5fd5a-066a-42a9-a7bc-78982180762f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5620045/general/4ee5fd5a-066a-42a9-a7bc-78982180762f.jpg already downloaded
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5620045%252Fgeneral%252Fc7939f44-ed18-4459-aedd-a2281b9dd13f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5620045/general/c7939f44-ed18-4459-aedd-a2281b9dd13f.jpg already downloaded
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5620045%252Fgeneral%252F8d13ce38-5eb6-4466-9b68-d896eab13825.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5620045/general/8d13ce38-5eb6-4466-9b68-d896eab13825.jpg already downloaded
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5620045%252Fgeneral%252F8ab556e9-7d60-4ffb-ab89-f220cf6a3868.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5620045/general/8ab556e9-7d60-4ffb-ab89-f220cf6a3868.jpg already downloaded
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5620045%252Fgeneral%252F3d2e0f13-cf4e-490e-8c17-f05593d62f9c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5620045/general/3d2e0f13-cf4e-490e-8c17-f05593d62f9c.jpg not downloaded yet
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5620045%252Fgeneral%252F8fa5e073-6878-4fcb-aca8-0b2dacf3d653.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5620045/general/8fa5e073-6878-4fcb-aca8-0b2dacf3d653.jpg not downloaded yet
2026-03-26 12:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728917> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:15: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 12:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5620045/general/8fa5e073-6878-4fcb-aca8-0b2dacf3d653.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728898)
2026-03-26 12:15:49 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 6cd61673-3f4d-5a03-9378-947cc50dcf23 with identifier: 10728917, dropping item
2026-03-26 12:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5620045/general/3d2e0f13-cf4e-490e-8c17-f05593d62f9c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728898)
2026-03-26 12:15:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:15:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ecf590>
2026-03-26 12:15:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:15:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:15:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:15:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6cd61673-3f4d-5a03-9378-947cc50dcf23/6cd61673-3f4d-5a03-9378-947cc50dcf23_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5620045%252Fgeneral%252F8fa5e073-6878-4fcb-aca8-0b2dacf3d653.jpg') HTTP/1.1" 204 0
2026-03-26 12:15:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5620045/general/8fa5e073-6878-4fcb-aca8-0b2dacf3d653.jpg saved to cache
2026-03-26 12:15:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6cd61673-3f4d-5a03-9378-947cc50dcf23
2026-03-26 12:15:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:15:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e64d0>
2026-03-26 12:15:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:15:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:15:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:15:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6cd61673-3f4d-5a03-9378-947cc50dcf23/6cd61673-3f4d-5a03-9378-947cc50dcf23_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5620045%252Fgeneral%252F3d2e0f13-cf4e-490e-8c17-f05593d62f9c.jpg') HTTP/1.1" 204 0
2026-03-26 12:15:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5620045/general/3d2e0f13-cf4e-490e-8c17-f05593d62f9c.jpg saved to cache
2026-03-26 12:15:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6cd61673-3f4d-5a03-9378-947cc50dcf23
2026-03-26 12:15:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6cd61673-3f4d-5a03-9378-947cc50dcf23, skipping ID generation
2026-03-26 12:15:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cd61673-3f4d-5a03-9378-947cc50dcf23 with scrape type 1
2026-03-26 12:15:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6cd61673-3f4d-5a03-9378-947cc50dcf23 sending to next pipeline
2026-03-26 12:15:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6cd61673-3f4d-5a03-9378-947cc50dcf23, identifier: 10728898
2026-03-26 12:15:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6cd61673-3f4d-5a03-9378-947cc50dcf23 with identifier: 10728898
2026-03-26 12:15:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 12:15:50 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Blue HTTP/1.1" 200 None
2026-03-26 12:15:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 12:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 12:15:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6cd61673-3f4d-5a03-9378-947cc50dcf23 with identifier: 10728898
2026-03-26 12:15:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 6cd61673-3f4d-5a03-9378-947cc50dcf23 with identifier: 10728898 to the API
2026-03-26 12:15:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:15: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 12:15:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5620045/general/3d2e0f13-cf4e-490e-8c17-f05593d62f9c.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 408,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Electric',
'id': '6cd61673-3f4d-5a03-9378-947cc50dcf23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '32613',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728898',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Mercedes-Benz',
'model': 'EQC',
'odometer': 105611,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd61673-3f4d-5a03-9378-947cc50dcf23/6cd61673-3f4d-5a03-9378-947cc50dcf23_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154092,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5620045/general/1a0c235e-e64e-415f-9f93-d411c2f3f7cc.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd61673-3f4d-5a03-9378-947cc50dcf23/6cd61673-3f4d-5a03-9378-947cc50dcf23_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142124,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5620045/general/9ecc4d00-e3a4-44a1-9250-148d1a40b434.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd61673-3f4d-5a03-9378-947cc50dcf23/6cd61673-3f4d-5a03-9378-947cc50dcf23_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108378,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5620045/general/86ac7add-19a6-4d8e-b1c5-5a8180e00974.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd61673-3f4d-5a03-9378-947cc50dcf23/6cd61673-3f4d-5a03-9378-947cc50dcf23_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87879,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5620045/general/398a73f4-120f-4a85-8c29-035550cb5d5b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd61673-3f4d-5a03-9378-947cc50dcf23/6cd61673-3f4d-5a03-9378-947cc50dcf23_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97270,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5620045/general/4ee5fd5a-066a-42a9-a7bc-78982180762f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd61673-3f4d-5a03-9378-947cc50dcf23/6cd61673-3f4d-5a03-9378-947cc50dcf23_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110798,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5620045/general/c7939f44-ed18-4459-aedd-a2281b9dd13f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd61673-3f4d-5a03-9378-947cc50dcf23/6cd61673-3f4d-5a03-9378-947cc50dcf23_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133743,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5620045/general/8d13ce38-5eb6-4466-9b68-d896eab13825.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd61673-3f4d-5a03-9378-947cc50dcf23/6cd61673-3f4d-5a03-9378-947cc50dcf23_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136826,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5620045/general/8ab556e9-7d60-4ffb-ab89-f220cf6a3868.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd61673-3f4d-5a03-9378-947cc50dcf23/6cd61673-3f4d-5a03-9378-947cc50dcf23_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59789,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5620045/general/3d2e0f13-cf4e-490e-8c17-f05593d62f9c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6cd61673-3f4d-5a03-9378-947cc50dcf23/6cd61673-3f4d-5a03-9378-947cc50dcf23_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71651,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5620045/general/8fa5e073-6878-4fcb-aca8-0b2dacf3d653.jpg',
'Width': 1280}],
'price': 24600,
'price_includes_vat': True,
'registration_date': '2022-12-14',
'seats_number': 5,
'seller_name': 'mind2move mobility GmbH',
'title': 'Mercedes-Benz EQC 400 AMG Line - Electric - 408 hp - 105.611 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2022}
2026-03-26 12:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728898%27 HTTP/1.1" 200 None
2026-03-26 12:15:50 [adesa.de] INFO: Saving data for 10728898: {'created_time': 1774527350.4902, 'last_price_update_time': 1774527350.490211, 'auction_closing_time': 1774597200.0}
2026-03-26 12:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728898') HTTP/1.1" 204 0
2026-03-26 12:15:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728889> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:15:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:15:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a88103c-0a13-5435-99f2-fe8471380943 with identifier: 10728889
2026-03-26 12:15:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a88103c-0a13-5435-99f2-fe8471380943 with scrape type 1
2026-03-26 12:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6a88103c-0a13-5435-99f2-fe8471380943
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743321%252Fgeneral%252F6e2af509-6fff-4527-b4f9-b131b2cca615.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743321/general/6e2af509-6fff-4527-b4f9-b131b2cca615.jpg already downloaded
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743321%252Fgeneral%252F76535dbb-f45b-4884-91f1-2798cd825dbc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743321/general/76535dbb-f45b-4884-91f1-2798cd825dbc.jpg already downloaded
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743321%252Fgeneral%252F4a0e11b3-bca1-4814-9674-4f2abf321853.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743321/general/4a0e11b3-bca1-4814-9674-4f2abf321853.jpg already downloaded
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743321%252Fgeneral%252F04cb3cac-01dd-4192-896d-d821e301e4fe.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743321/general/04cb3cac-01dd-4192-896d-d821e301e4fe.jpg already downloaded
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743321%252Fgeneral%252Fd25774fd-8b4d-4847-af41-be5a43371614.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743321/general/d25774fd-8b4d-4847-af41-be5a43371614.jpg already downloaded
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743321%252Fgeneral%252F655b247e-ded8-48ee-ad22-e168782d206e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743321/general/655b247e-ded8-48ee-ad22-e168782d206e.jpg already downloaded
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743321%252Fgeneral%252Fa504ef87-6113-447a-b528-47380c82c6c8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743321/general/a504ef87-6113-447a-b528-47380c82c6c8.jpg already downloaded
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743321%252Fgeneral%252Fa8d1c525-5e24-42d5-a8f7-ff5569ea1d12.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743321/general/a8d1c525-5e24-42d5-a8f7-ff5569ea1d12.jpg already downloaded
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743321%252Fgeneral%252Ffff548e8-bd67-401b-b8cc-314c8d16bc86.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743321/general/fff548e8-bd67-401b-b8cc-314c8d16bc86.jpg already downloaded
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743321%252Fgeneral%252F0c6fe97b-b6eb-4289-9033-b37dc353c689.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743321/general/0c6fe97b-b6eb-4289-9033-b37dc353c689.jpg already downloaded
2026-03-26 12:15:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6a88103c-0a13-5435-99f2-fe8471380943, identifier: 10728889
2026-03-26 12:15:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6a88103c-0a13-5435-99f2-fe8471380943 with identifier: 10728889
2026-03-26 12:15:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6a88103c-0a13-5435-99f2-fe8471380943 with identifier: 10728889
2026-03-26 12:15:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 6a88103c-0a13-5435-99f2-fe8471380943 with identifier: 10728889 to the API
2026-03-26 12:15:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:15: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 12:15:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728889>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 299,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Electric',
'id': '6a88103c-0a13-5435-99f2-fe8471380943',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '226000235',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728889',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Audi',
'model': 'Q4 E-tron',
'odometer': 65468,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 18,
'photo_urls': ['https://images.openlane.eu/carimgs/5743321/general/6e2af509-6fff-4527-b4f9-b131b2cca615.jpg',
'https://images.openlane.eu/carimgs/5743321/general/76535dbb-f45b-4884-91f1-2798cd825dbc.jpg',
'https://images.openlane.eu/carimgs/5743321/general/4a0e11b3-bca1-4814-9674-4f2abf321853.jpg',
'https://images.openlane.eu/carimgs/5743321/general/04cb3cac-01dd-4192-896d-d821e301e4fe.jpg',
'https://images.openlane.eu/carimgs/5743321/general/d25774fd-8b4d-4847-af41-be5a43371614.jpg',
'https://images.openlane.eu/carimgs/5743321/general/655b247e-ded8-48ee-ad22-e168782d206e.jpg',
'https://images.openlane.eu/carimgs/5743321/general/a504ef87-6113-447a-b528-47380c82c6c8.jpg',
'https://images.openlane.eu/carimgs/5743321/general/a8d1c525-5e24-42d5-a8f7-ff5569ea1d12.jpg',
'https://images.openlane.eu/carimgs/5743321/general/fff548e8-bd67-401b-b8cc-314c8d16bc86.jpg',
'https://images.openlane.eu/carimgs/5743321/general/0c6fe97b-b6eb-4289-9033-b37dc353c689.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a88103c-0a13-5435-99f2-fe8471380943/6a88103c-0a13-5435-99f2-fe8471380943_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 321905,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743321/general/6e2af509-6fff-4527-b4f9-b131b2cca615.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a88103c-0a13-5435-99f2-fe8471380943/6a88103c-0a13-5435-99f2-fe8471380943_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 310500,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743321/general/76535dbb-f45b-4884-91f1-2798cd825dbc.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a88103c-0a13-5435-99f2-fe8471380943/6a88103c-0a13-5435-99f2-fe8471380943_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 294302,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743321/general/4a0e11b3-bca1-4814-9674-4f2abf321853.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a88103c-0a13-5435-99f2-fe8471380943/6a88103c-0a13-5435-99f2-fe8471380943_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 295222,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743321/general/04cb3cac-01dd-4192-896d-d821e301e4fe.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a88103c-0a13-5435-99f2-fe8471380943/6a88103c-0a13-5435-99f2-fe8471380943_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 421058,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743321/general/d25774fd-8b4d-4847-af41-be5a43371614.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a88103c-0a13-5435-99f2-fe8471380943/6a88103c-0a13-5435-99f2-fe8471380943_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 595869,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743321/general/655b247e-ded8-48ee-ad22-e168782d206e.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a88103c-0a13-5435-99f2-fe8471380943/6a88103c-0a13-5435-99f2-fe8471380943_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 447844,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743321/general/a504ef87-6113-447a-b528-47380c82c6c8.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a88103c-0a13-5435-99f2-fe8471380943/6a88103c-0a13-5435-99f2-fe8471380943_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 489814,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743321/general/a8d1c525-5e24-42d5-a8f7-ff5569ea1d12.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a88103c-0a13-5435-99f2-fe8471380943/6a88103c-0a13-5435-99f2-fe8471380943_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 431838,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743321/general/fff548e8-bd67-401b-b8cc-314c8d16bc86.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a88103c-0a13-5435-99f2-fe8471380943/6a88103c-0a13-5435-99f2-fe8471380943_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 683154,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743321/general/0c6fe97b-b6eb-4289-9033-b37dc353c689.jpg',
'Width': 1920}],
'price': 23000,
'price_includes_vat': True,
'registration_date': '2022-02-10',
'seats_number': 5,
'seller_name': 'Car Trade Deutschland',
'title': 'Audi Q4 E-tron Sportback 50 - Quattro - Electric - Automatic - 299 '
'hp - 65.468 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728889%27 HTTP/1.1" 200 None
2026-03-26 12:15:56 [adesa.de] INFO: Saving data for 10728889: {'created_time': 1774527356.178809, 'last_price_update_time': 1774527356.178821, 'auction_closing_time': 1774596600.0}
2026-03-26 12:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728889') HTTP/1.1" 204 0
2026-03-26 12:15:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728907> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:15: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 12:15:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b569deb-02b6-5e12-b9aa-4f0ba98daebd with identifier: 10728907
2026-03-26 12:15:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b569deb-02b6-5e12-b9aa-4f0ba98daebd with scrape type 1
2026-03-26 12:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7b569deb-02b6-5e12-b9aa-4f0ba98daebd
2026-03-26 12:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724253%252Fgeneral%252Ff9dce8ce-7f60-4717-9468-8914afdd2d5f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724253/general/f9dce8ce-7f60-4717-9468-8914afdd2d5f.jpg already downloaded
2026-03-26 12:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724253%252Fgeneral%252F273afa52-02c4-4496-9393-c025912469e0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724253/general/273afa52-02c4-4496-9393-c025912469e0.jpg already downloaded
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724253%252Fgeneral%252Fbb4c520c-8716-408b-87e8-456562090697.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724253/general/bb4c520c-8716-408b-87e8-456562090697.jpg already downloaded
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724253%252Fgeneral%252F80fe1e80-ac76-476b-8755-fd6a20480f03.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724253/general/80fe1e80-ac76-476b-8755-fd6a20480f03.jpg already downloaded
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724253%252Fgeneral%252F4f618a86-6349-4ff0-b65a-6c80a1a62f7d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724253/general/4f618a86-6349-4ff0-b65a-6c80a1a62f7d.jpg already downloaded
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724253%252Fgeneral%252Fe713fbff-478b-4229-b0a5-6a3c08e953d5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724253/general/e713fbff-478b-4229-b0a5-6a3c08e953d5.jpg already downloaded
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724253%252Fgeneral%252Fa8fe4083-52fa-4262-a06a-3d3e7d9ebd05.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724253/general/a8fe4083-52fa-4262-a06a-3d3e7d9ebd05.jpg already downloaded
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724253%252Fgeneral%252F5a9db669-d9d0-44a2-ba19-e117aef401b1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724253/general/5a9db669-d9d0-44a2-ba19-e117aef401b1.jpg already downloaded
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724253%252Fgeneral%252F794c1fe6-2ef1-4a1a-be4a-e88effa93f3a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724253/general/794c1fe6-2ef1-4a1a-be4a-e88effa93f3a.jpg already downloaded
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724253%252Fgeneral%252F87517b0b-b005-4a1a-a1d2-7557f2dd9d2d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724253/general/87517b0b-b005-4a1a-a1d2-7557f2dd9d2d.jpg already downloaded
2026-03-26 12:15:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 7b569deb-02b6-5e12-b9aa-4f0ba98daebd, identifier: 10728907
2026-03-26 12:15:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 7b569deb-02b6-5e12-b9aa-4f0ba98daebd with identifier: 10728907
2026-03-26 12:15:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 7b569deb-02b6-5e12-b9aa-4f0ba98daebd with identifier: 10728907
2026-03-26 12:15:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 7b569deb-02b6-5e12-b9aa-4f0ba98daebd with identifier: 10728907 to the API
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:15: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 12:15:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728907>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 252,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Hybrid',
'id': '7b569deb-02b6-5e12-b9aa-4f0ba98daebd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000647',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728907',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Mercedes-Benz',
'model': 'C',
'odometer': 117395,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 25,
'photo_urls': ['https://images.openlane.eu/carimgs/5724253/general/f9dce8ce-7f60-4717-9468-8914afdd2d5f.jpg',
'https://images.openlane.eu/carimgs/5724253/general/273afa52-02c4-4496-9393-c025912469e0.jpg',
'https://images.openlane.eu/carimgs/5724253/general/bb4c520c-8716-408b-87e8-456562090697.jpg',
'https://images.openlane.eu/carimgs/5724253/general/80fe1e80-ac76-476b-8755-fd6a20480f03.jpg',
'https://images.openlane.eu/carimgs/5724253/general/4f618a86-6349-4ff0-b65a-6c80a1a62f7d.jpg',
'https://images.openlane.eu/carimgs/5724253/general/e713fbff-478b-4229-b0a5-6a3c08e953d5.jpg',
'https://images.openlane.eu/carimgs/5724253/general/a8fe4083-52fa-4262-a06a-3d3e7d9ebd05.jpg',
'https://images.openlane.eu/carimgs/5724253/general/5a9db669-d9d0-44a2-ba19-e117aef401b1.jpg',
'https://images.openlane.eu/carimgs/5724253/general/794c1fe6-2ef1-4a1a-be4a-e88effa93f3a.jpg',
'https://images.openlane.eu/carimgs/5724253/general/87517b0b-b005-4a1a-a1d2-7557f2dd9d2d.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b569deb-02b6-5e12-b9aa-4f0ba98daebd/7b569deb-02b6-5e12-b9aa-4f0ba98daebd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1202412,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724253/general/f9dce8ce-7f60-4717-9468-8914afdd2d5f.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b569deb-02b6-5e12-b9aa-4f0ba98daebd/7b569deb-02b6-5e12-b9aa-4f0ba98daebd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1064763,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724253/general/273afa52-02c4-4496-9393-c025912469e0.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b569deb-02b6-5e12-b9aa-4f0ba98daebd/7b569deb-02b6-5e12-b9aa-4f0ba98daebd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1394908,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724253/general/bb4c520c-8716-408b-87e8-456562090697.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b569deb-02b6-5e12-b9aa-4f0ba98daebd/7b569deb-02b6-5e12-b9aa-4f0ba98daebd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1349560,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724253/general/80fe1e80-ac76-476b-8755-fd6a20480f03.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b569deb-02b6-5e12-b9aa-4f0ba98daebd/7b569deb-02b6-5e12-b9aa-4f0ba98daebd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1565974,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724253/general/4f618a86-6349-4ff0-b65a-6c80a1a62f7d.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b569deb-02b6-5e12-b9aa-4f0ba98daebd/7b569deb-02b6-5e12-b9aa-4f0ba98daebd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1342712,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724253/general/e713fbff-478b-4229-b0a5-6a3c08e953d5.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b569deb-02b6-5e12-b9aa-4f0ba98daebd/7b569deb-02b6-5e12-b9aa-4f0ba98daebd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1339273,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724253/general/a8fe4083-52fa-4262-a06a-3d3e7d9ebd05.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b569deb-02b6-5e12-b9aa-4f0ba98daebd/7b569deb-02b6-5e12-b9aa-4f0ba98daebd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1148481,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724253/general/5a9db669-d9d0-44a2-ba19-e117aef401b1.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b569deb-02b6-5e12-b9aa-4f0ba98daebd/7b569deb-02b6-5e12-b9aa-4f0ba98daebd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1062048,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724253/general/794c1fe6-2ef1-4a1a-be4a-e88effa93f3a.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b569deb-02b6-5e12-b9aa-4f0ba98daebd/7b569deb-02b6-5e12-b9aa-4f0ba98daebd_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1268762,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724253/general/87517b0b-b005-4a1a-a1d2-7557f2dd9d2d.jpg',
'Width': 3641}],
'price': 31400,
'price_includes_vat': True,
'registration_date': '2023-08-04',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Mercedes-Benz C 400e AMG Line - Hybrid - Automatic - 252 hp - '
'117.395 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2023}
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728907%27 HTTP/1.1" 200 None
2026-03-26 12:15:57 [adesa.de] INFO: Saving data for 10728907: {'created_time': 1774527357.771256, 'last_price_update_time': 1774527357.771268, 'auction_closing_time': 1774597200.0}
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728907') HTTP/1.1" 204 0
2026-03-26 12:15:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728918> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:15:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:15:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5bbded3-d313-5b14-8538-ab6bb948d1fe with identifier: 10728918
2026-03-26 12:15:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5bbded3-d313-5b14-8538-ab6bb948d1fe with scrape type 1
2026-03-26 12:15:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e5bbded3-d313-5b14-8538-ab6bb948d1fe
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737181%252Fgeneral%252F1826e317-4e22-4b48-b4e4-f142c29dc019.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737181/general/1826e317-4e22-4b48-b4e4-f142c29dc019.jpg already downloaded
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737181%252Fgeneral%252F9d0a25fd-d316-4016-aadf-f0200a97ccca.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737181/general/9d0a25fd-d316-4016-aadf-f0200a97ccca.jpg already downloaded
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737181%252Fgeneral%252Fe00684fe-e421-4165-894b-9ecf6ec2bc34.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737181/general/e00684fe-e421-4165-894b-9ecf6ec2bc34.jpg already downloaded
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737181%252Fgeneral%252Fc5b7c0ba-308a-4867-8135-148845c7bb1e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737181/general/c5b7c0ba-308a-4867-8135-148845c7bb1e.jpg already downloaded
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737181%252Fgeneral%252Faf0c7f30-bed4-43ba-a93b-c338c583541a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737181/general/af0c7f30-bed4-43ba-a93b-c338c583541a.jpg already downloaded
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737181%252Fgeneral%252F4bc72b82-e088-4fb2-b604-61e157348cf7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737181/general/4bc72b82-e088-4fb2-b604-61e157348cf7.jpg already downloaded
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737181%252Fgeneral%252F74e3660c-5604-4227-9fed-9b69309e973b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737181/general/74e3660c-5604-4227-9fed-9b69309e973b.jpg already downloaded
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737181%252Fgeneral%252F4733f1e4-4533-43f0-8e30-8a05d42ed092.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737181/general/4733f1e4-4533-43f0-8e30-8a05d42ed092.jpg already downloaded
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737181%252Fgeneral%252F3bd92f47-7c8c-40e3-8519-f57d475ffbae.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737181/general/3bd92f47-7c8c-40e3-8519-f57d475ffbae.jpg already downloaded
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737181%252Fgeneral%252F76fbec75-8ed6-4d51-9bc1-75abea781011.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:15:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737181/general/76fbec75-8ed6-4d51-9bc1-75abea781011.jpg already downloaded
2026-03-26 12:15:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e5bbded3-d313-5b14-8538-ab6bb948d1fe, identifier: 10728918
2026-03-26 12:15:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e5bbded3-d313-5b14-8538-ab6bb948d1fe with identifier: 10728918
2026-03-26 12:15:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 12:16:00 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Benzine HTTP/1.1" 200 None
2026-03-26 12:16:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 12:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 12:16:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e5bbded3-d313-5b14-8538-ab6bb948d1fe with identifier: 10728918
2026-03-26 12:16:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e5bbded3-d313-5b14-8538-ab6bb948d1fe with identifier: 10728918 to the API
2026-03-26 12:16:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:16: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 12:16:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728918>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Petrol',
'id': 'e5bbded3-d313-5b14-8538-ab6bb948d1fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000688',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728918',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Volvo',
'model': 'S60',
'odometer': 83621,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 23,
'photo_urls': ['https://images.openlane.eu/carimgs/5737181/general/1826e317-4e22-4b48-b4e4-f142c29dc019.jpg',
'https://images.openlane.eu/carimgs/5737181/general/9d0a25fd-d316-4016-aadf-f0200a97ccca.jpg',
'https://images.openlane.eu/carimgs/5737181/general/e00684fe-e421-4165-894b-9ecf6ec2bc34.jpg',
'https://images.openlane.eu/carimgs/5737181/general/c5b7c0ba-308a-4867-8135-148845c7bb1e.jpg',
'https://images.openlane.eu/carimgs/5737181/general/af0c7f30-bed4-43ba-a93b-c338c583541a.jpg',
'https://images.openlane.eu/carimgs/5737181/general/4bc72b82-e088-4fb2-b604-61e157348cf7.jpg',
'https://images.openlane.eu/carimgs/5737181/general/74e3660c-5604-4227-9fed-9b69309e973b.jpg',
'https://images.openlane.eu/carimgs/5737181/general/4733f1e4-4533-43f0-8e30-8a05d42ed092.jpg',
'https://images.openlane.eu/carimgs/5737181/general/3bd92f47-7c8c-40e3-8519-f57d475ffbae.jpg',
'https://images.openlane.eu/carimgs/5737181/general/76fbec75-8ed6-4d51-9bc1-75abea781011.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5bbded3-d313-5b14-8538-ab6bb948d1fe/e5bbded3-d313-5b14-8538-ab6bb948d1fe_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109800,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737181/general/1826e317-4e22-4b48-b4e4-f142c29dc019.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5bbded3-d313-5b14-8538-ab6bb948d1fe/e5bbded3-d313-5b14-8538-ab6bb948d1fe_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109599,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737181/general/9d0a25fd-d316-4016-aadf-f0200a97ccca.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5bbded3-d313-5b14-8538-ab6bb948d1fe/e5bbded3-d313-5b14-8538-ab6bb948d1fe_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110616,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737181/general/e00684fe-e421-4165-894b-9ecf6ec2bc34.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5bbded3-d313-5b14-8538-ab6bb948d1fe/e5bbded3-d313-5b14-8538-ab6bb948d1fe_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114497,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737181/general/c5b7c0ba-308a-4867-8135-148845c7bb1e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5bbded3-d313-5b14-8538-ab6bb948d1fe/e5bbded3-d313-5b14-8538-ab6bb948d1fe_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101236,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737181/general/af0c7f30-bed4-43ba-a93b-c338c583541a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5bbded3-d313-5b14-8538-ab6bb948d1fe/e5bbded3-d313-5b14-8538-ab6bb948d1fe_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89425,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737181/general/4bc72b82-e088-4fb2-b604-61e157348cf7.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5bbded3-d313-5b14-8538-ab6bb948d1fe/e5bbded3-d313-5b14-8538-ab6bb948d1fe_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92207,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737181/general/74e3660c-5604-4227-9fed-9b69309e973b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5bbded3-d313-5b14-8538-ab6bb948d1fe/e5bbded3-d313-5b14-8538-ab6bb948d1fe_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96161,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737181/general/4733f1e4-4533-43f0-8e30-8a05d42ed092.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5bbded3-d313-5b14-8538-ab6bb948d1fe/e5bbded3-d313-5b14-8538-ab6bb948d1fe_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48044,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737181/general/3bd92f47-7c8c-40e3-8519-f57d475ffbae.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5bbded3-d313-5b14-8538-ab6bb948d1fe/e5bbded3-d313-5b14-8538-ab6bb948d1fe_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52648,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737181/general/76fbec75-8ed6-4d51-9bc1-75abea781011.jpg',
'Width': 1280}],
'price': 22200,
'price_includes_vat': True,
'registration_date': '2023-01-24',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Volvo S60 B4 Plus Dark - Petrol - Automatic - 197 hp - 83.621 km',
'transmission': 'automatic',
'trim': 'Plus Dark',
'vin': None,
'year': 2023}
2026-03-26 12:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728918%27 HTTP/1.1" 200 None
2026-03-26 12:16:00 [adesa.de] INFO: Saving data for 10728918: {'created_time': 1774527360.568295, 'last_price_update_time': 1774527360.568308, 'auction_closing_time': 1774597200.0}
2026-03-26 12:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728918') HTTP/1.1" 204 0
2026-03-26 12:16:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728865> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16: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 12:16:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e33c1e03-fab8-5527-97e1-a3c6c2d54d06 with identifier: 10728865
2026-03-26 12:16:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e33c1e03-fab8-5527-97e1-a3c6c2d54d06 with scrape type 1
2026-03-26 12:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e33c1e03-fab8-5527-97e1-a3c6c2d54d06
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697189%252Fgeneral%252F51029c74-c793-4ab4-b630-f426080c7365.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697189/general/51029c74-c793-4ab4-b630-f426080c7365.jpg already downloaded
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697189%252Fgeneral%252F4ab5610e-62ee-4911-97a7-4de049a53358.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697189/general/4ab5610e-62ee-4911-97a7-4de049a53358.jpg already downloaded
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697189%252Fgeneral%252Fd8da897c-a39f-4388-9525-cd88afefac3a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697189/general/d8da897c-a39f-4388-9525-cd88afefac3a.jpg already downloaded
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697189%252Fgeneral%252F2e4a5827-9dfa-425e-b9fe-55bde054cadb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697189/general/2e4a5827-9dfa-425e-b9fe-55bde054cadb.jpg already downloaded
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697189%252Fgeneral%252Fbf14ac04-f1c6-439b-ad80-80034633704d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697189/general/bf14ac04-f1c6-439b-ad80-80034633704d.jpg already downloaded
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697189%252Fgeneral%252F28b6530a-9133-4ab1-b43d-883913362ceb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697189/general/28b6530a-9133-4ab1-b43d-883913362ceb.jpg already downloaded
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697189%252Fgeneral%252Ff9d1f503-c639-4eef-a6e7-54fce59eb977.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697189/general/f9d1f503-c639-4eef-a6e7-54fce59eb977.jpg already downloaded
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697189%252Fgeneral%252Ff9b1913a-6875-4d0b-9335-5665b179c5f8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697189/general/f9b1913a-6875-4d0b-9335-5665b179c5f8.jpg already downloaded
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697189%252Fgeneral%252F40bf2bb3-d168-46ac-a100-8caa55886068.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697189/general/40bf2bb3-d168-46ac-a100-8caa55886068.jpg already downloaded
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697189%252Fgeneral%252F34515785-3ac7-47d5-8a68-2c30b0de6c08.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697189/general/34515785-3ac7-47d5-8a68-2c30b0de6c08.jpg already downloaded
2026-03-26 12:16:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e33c1e03-fab8-5527-97e1-a3c6c2d54d06, identifier: 10728865
2026-03-26 12:16:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e33c1e03-fab8-5527-97e1-a3c6c2d54d06 with identifier: 10728865
2026-03-26 12:16:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e33c1e03-fab8-5527-97e1-a3c6c2d54d06 with identifier: 10728865
2026-03-26 12:16:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e33c1e03-fab8-5527-97e1-a3c6c2d54d06 with identifier: 10728865 to the API
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:16: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 12:16:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728865>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 190,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Petrol',
'id': 'e33c1e03-fab8-5527-97e1-a3c6c2d54d06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000527',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728865',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 48356,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 36,
'photo_urls': ['https://images.openlane.eu/carimgs/5697189/general/51029c74-c793-4ab4-b630-f426080c7365.jpg',
'https://images.openlane.eu/carimgs/5697189/general/4ab5610e-62ee-4911-97a7-4de049a53358.jpg',
'https://images.openlane.eu/carimgs/5697189/general/d8da897c-a39f-4388-9525-cd88afefac3a.jpg',
'https://images.openlane.eu/carimgs/5697189/general/2e4a5827-9dfa-425e-b9fe-55bde054cadb.jpg',
'https://images.openlane.eu/carimgs/5697189/general/bf14ac04-f1c6-439b-ad80-80034633704d.jpg',
'https://images.openlane.eu/carimgs/5697189/general/28b6530a-9133-4ab1-b43d-883913362ceb.jpg',
'https://images.openlane.eu/carimgs/5697189/general/f9d1f503-c639-4eef-a6e7-54fce59eb977.jpg',
'https://images.openlane.eu/carimgs/5697189/general/f9b1913a-6875-4d0b-9335-5665b179c5f8.jpg',
'https://images.openlane.eu/carimgs/5697189/general/40bf2bb3-d168-46ac-a100-8caa55886068.jpg',
'https://images.openlane.eu/carimgs/5697189/general/34515785-3ac7-47d5-8a68-2c30b0de6c08.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e33c1e03-fab8-5527-97e1-a3c6c2d54d06/e33c1e03-fab8-5527-97e1-a3c6c2d54d06_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160756,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697189/general/51029c74-c793-4ab4-b630-f426080c7365.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e33c1e03-fab8-5527-97e1-a3c6c2d54d06/e33c1e03-fab8-5527-97e1-a3c6c2d54d06_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138525,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697189/general/4ab5610e-62ee-4911-97a7-4de049a53358.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e33c1e03-fab8-5527-97e1-a3c6c2d54d06/e33c1e03-fab8-5527-97e1-a3c6c2d54d06_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135991,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697189/general/d8da897c-a39f-4388-9525-cd88afefac3a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e33c1e03-fab8-5527-97e1-a3c6c2d54d06/e33c1e03-fab8-5527-97e1-a3c6c2d54d06_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127066,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697189/general/2e4a5827-9dfa-425e-b9fe-55bde054cadb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e33c1e03-fab8-5527-97e1-a3c6c2d54d06/e33c1e03-fab8-5527-97e1-a3c6c2d54d06_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68922,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697189/general/bf14ac04-f1c6-439b-ad80-80034633704d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e33c1e03-fab8-5527-97e1-a3c6c2d54d06/e33c1e03-fab8-5527-97e1-a3c6c2d54d06_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70172,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697189/general/28b6530a-9133-4ab1-b43d-883913362ceb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e33c1e03-fab8-5527-97e1-a3c6c2d54d06/e33c1e03-fab8-5527-97e1-a3c6c2d54d06_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81151,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697189/general/f9d1f503-c639-4eef-a6e7-54fce59eb977.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e33c1e03-fab8-5527-97e1-a3c6c2d54d06/e33c1e03-fab8-5527-97e1-a3c6c2d54d06_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91139,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697189/general/f9b1913a-6875-4d0b-9335-5665b179c5f8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e33c1e03-fab8-5527-97e1-a3c6c2d54d06/e33c1e03-fab8-5527-97e1-a3c6c2d54d06_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53266,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697189/general/40bf2bb3-d168-46ac-a100-8caa55886068.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e33c1e03-fab8-5527-97e1-a3c6c2d54d06/e33c1e03-fab8-5527-97e1-a3c6c2d54d06_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47846,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697189/general/34515785-3ac7-47d5-8a68-2c30b0de6c08.jpg',
'Width': 800}],
'price': 28500,
'price_includes_vat': True,
'registration_date': '2023-11-24',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Volkswagen Tiguan 2.0 TSI R-Line - 4Motion - Petrol - Automatic - '
'190 hp - 48.356 km',
'transmission': 'automatic',
'trim': 'R-Line',
'vin': None,
'year': 2023}
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728865%27 HTTP/1.1" 200 None
2026-03-26 12:16:02 [adesa.de] INFO: Saving data for 10728865: {'created_time': 1774527362.431295, 'last_price_update_time': 1774527362.431308, 'auction_closing_time': 1774596600.0}
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728865') HTTP/1.1" 204 0
2026-03-26 12:16:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727208> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16: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 12:16:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27b8d842-b0b3-5eff-bb1e-42e02931ab07 with identifier: 10727208
2026-03-26 12:16:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27b8d842-b0b3-5eff-bb1e-42e02931ab07 with scrape type 1
2026-03-26 12:16:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 27b8d842-b0b3-5eff-bb1e-42e02931ab07
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746808%252Fgeneral%252F60975144-71bb-4a07-95c1-ef437414ff5e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746808/general/60975144-71bb-4a07-95c1-ef437414ff5e.jpg not downloaded yet
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746808%252Fgeneral%252F25a2fb6b-530c-4dcd-8a92-15a184f00ddc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746808/general/25a2fb6b-530c-4dcd-8a92-15a184f00ddc.jpg not downloaded yet
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746808%252Fgeneral%252F39da835c-d2c9-44d0-aaa0-f8110c569fd5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746808/general/39da835c-d2c9-44d0-aaa0-f8110c569fd5.jpg not downloaded yet
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746808%252Fgeneral%252F2a785f0f-7df1-49ba-b430-7c267c5006b6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746808/general/2a785f0f-7df1-49ba-b430-7c267c5006b6.jpg not downloaded yet
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746808%252Fgeneral%252Fa7e7d234-9d64-44d2-9e6a-f16310d86e87.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746808/general/a7e7d234-9d64-44d2-9e6a-f16310d86e87.jpg not downloaded yet
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746808%252Fgeneral%252F4b9841b9-55aa-4e13-9fea-f953e8bdff4d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746808/general/4b9841b9-55aa-4e13-9fea-f953e8bdff4d.jpg not downloaded yet
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746808%252Fgeneral%252Fed9559af-e22b-45ce-abf6-7a18e659e2c3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746808/general/ed9559af-e22b-45ce-abf6-7a18e659e2c3.jpg not downloaded yet
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746808%252Fgeneral%252F36b9c7a1-7e7a-4784-8245-c90f570dfc3e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746808/general/36b9c7a1-7e7a-4784-8245-c90f570dfc3e.jpg not downloaded yet
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746808%252Fgeneral%252Fa89b8c78-3a50-4fd2-8c19-4297110a3520.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746808/general/a89b8c78-3a50-4fd2-8c19-4297110a3520.jpg not downloaded yet
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746808%252Fgeneral%252Fd869fe0c-4ba6-41fb-a6ce-fda85bb240b9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746808/general/d869fe0c-4ba6-41fb-a6ce-fda85bb240b9.jpg not downloaded yet
2026-03-26 12:16:03 [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 12:16: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 12:16:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746808/general/d869fe0c-4ba6-41fb-a6ce-fda85bb240b9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727208)
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10726228
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726228%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10726228: 0
2026-03-26 12:16:03 [adesa.de] INFO: Skipping item 10726228 url https://www.openlane.eu/en/carv6/auction/10726228
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10726230
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726230%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10726230: 0
2026-03-26 12:16:03 [adesa.de] INFO: Skipping item 10726230 url https://www.openlane.eu/en/carv6/auction/10726230
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10726236
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726236%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10726236: 0
2026-03-26 12:16:03 [adesa.de] INFO: Skipping item 10726236 url https://www.openlane.eu/en/carv6/auction/10726236
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10726247
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726247%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10726247: 0
2026-03-26 12:16:03 [adesa.de] INFO: Skipping item 10726247 url https://www.openlane.eu/en/carv6/auction/10726247
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10726240
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726240%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10726240: 0
2026-03-26 12:16:03 [adesa.de] INFO: Skipping item 10726240 url https://www.openlane.eu/en/carv6/auction/10726240
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10726232
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726232%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10726232: 0
2026-03-26 12:16:03 [adesa.de] INFO: Skipping item 10726232 url https://www.openlane.eu/en/carv6/auction/10726232
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10726245
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726245%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10726245: 0
2026-03-26 12:16:03 [adesa.de] INFO: Skipping item 10726245 url https://www.openlane.eu/en/carv6/auction/10726245
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10712851
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710712851%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10712851: 0
2026-03-26 12:16:03 [adesa.de] INFO: Skipping item 10712851 url https://www.openlane.eu/en/carv6/auction/10712851
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10727962
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727962%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10727962: 1
2026-03-26 12:16:03 [adesa.de] INFO: Scraping item 10727962 url https://www.openlane.eu/en/carv6/auction/10727962
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10728075
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728075%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10728075: 1
2026-03-26 12:16:03 [adesa.de] INFO: Scraping item 10728075 url https://www.openlane.eu/en/carv6/auction/10728075
2026-03-26 12:16:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746808/general/a89b8c78-3a50-4fd2-8c19-4297110a3520.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727208)
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10727913
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727913%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10727913: 1
2026-03-26 12:16:03 [adesa.de] INFO: Scraping item 10727913 url https://www.openlane.eu/en/carv6/auction/10727913
2026-03-26 12:16:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b1e10>
2026-03-26 12:16:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16: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 12:16:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27b8d842-b0b3-5eff-bb1e-42e02931ab07/27b8d842-b0b3-5eff-bb1e-42e02931ab07_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746808%252Fgeneral%252Fd869fe0c-4ba6-41fb-a6ce-fda85bb240b9.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746808/general/d869fe0c-4ba6-41fb-a6ce-fda85bb240b9.jpg saved to cache
2026-03-26 12:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 27b8d842-b0b3-5eff-bb1e-42e02931ab07
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10727964
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727964%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10727964: 1
2026-03-26 12:16:03 [adesa.de] INFO: Scraping item 10727964 url https://www.openlane.eu/en/carv6/auction/10727964
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10727146
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727146%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10727146: 1
2026-03-26 12:16:03 [adesa.de] INFO: Scraping item 10727146 url https://www.openlane.eu/en/carv6/auction/10727146
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10727147
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727147%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10727147: 1
2026-03-26 12:16:03 [adesa.de] INFO: Scraping item 10727147 url https://www.openlane.eu/en/carv6/auction/10727147
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10727149
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727149%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10727149: 1
2026-03-26 12:16:03 [adesa.de] INFO: Scraping item 10727149 url https://www.openlane.eu/en/carv6/auction/10727149
2026-03-26 12:16:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728909> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1edbd0>
2026-03-26 12:16:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16: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 12:16:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27b8d842-b0b3-5eff-bb1e-42e02931ab07/27b8d842-b0b3-5eff-bb1e-42e02931ab07_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746808%252Fgeneral%252Fa89b8c78-3a50-4fd2-8c19-4297110a3520.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746808/general/a89b8c78-3a50-4fd2-8c19-4297110a3520.jpg saved to cache
2026-03-26 12:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 27b8d842-b0b3-5eff-bb1e-42e02931ab07
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10727157
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727157%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10727157: 1
2026-03-26 12:16:03 [adesa.de] INFO: Scraping item 10727157 url https://www.openlane.eu/en/carv6/auction/10727157
2026-03-26 12:16: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 12:16:03 [adesa.de] INFO: Found listing with ID: 10727162
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727162%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10727162: 1
2026-03-26 12:16:03 [adesa.de] INFO: Scraping item 10727162 url https://www.openlane.eu/en/carv6/auction/10727162
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10727172
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727172%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10727172: 1
2026-03-26 12:16:03 [adesa.de] INFO: Scraping item 10727172 url https://www.openlane.eu/en/carv6/auction/10727172
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10727171
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727171%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10727171: 1
2026-03-26 12:16:03 [adesa.de] INFO: Scraping item 10727171 url https://www.openlane.eu/en/carv6/auction/10727171
2026-03-26 12:16:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05f64bf6-9e99-5a9c-a023-0a9b9650de31 with identifier: 10728909
2026-03-26 12:16:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05f64bf6-9e99-5a9c-a023-0a9b9650de31 with scrape type 1
2026-03-26 12:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 05f64bf6-9e99-5a9c-a023-0a9b9650de31
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730285%252Fgeneral%252F3d586e47-14a4-487e-a52c-b4403ac2cc09.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730285/general/3d586e47-14a4-487e-a52c-b4403ac2cc09.jpg already downloaded
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730285%252Fgeneral%252F077d9625-4384-4f37-b61c-96cf396d63d7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730285/general/077d9625-4384-4f37-b61c-96cf396d63d7.jpg already downloaded
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730285%252Fgeneral%252Ff4f6e5f8-c06a-49e4-a67f-eb53ba875bc9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730285/general/f4f6e5f8-c06a-49e4-a67f-eb53ba875bc9.jpg already downloaded
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730285%252Fgeneral%252Ff9495dcc-b612-411c-b284-4f6047d719cd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730285/general/f9495dcc-b612-411c-b284-4f6047d719cd.jpg already downloaded
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730285%252Fgeneral%252F10be76dd-2443-4c44-8a71-6300009be8ed.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730285/general/10be76dd-2443-4c44-8a71-6300009be8ed.jpg already downloaded
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730285%252Fgeneral%252Ff6308a9e-4658-4436-8759-d40efe46d38b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730285/general/f6308a9e-4658-4436-8759-d40efe46d38b.jpg already downloaded
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730285%252Fgeneral%252Fa0bbf87a-55f8-48f4-9476-f327ad16a1a3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730285/general/a0bbf87a-55f8-48f4-9476-f327ad16a1a3.jpg already downloaded
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730285%252Fgeneral%252F4b1d358f-bdee-4599-8601-eb99b3df3087.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730285/general/4b1d358f-bdee-4599-8601-eb99b3df3087.jpg already downloaded
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730285%252Fgeneral%252Fbe67db9f-816d-400c-a5e3-8ce606892b59.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730285/general/be67db9f-816d-400c-a5e3-8ce606892b59.jpg already downloaded
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730285%252Fgeneral%252F5db02d7a-6cc4-4b1e-8456-edb11f74ae05.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730285/general/5db02d7a-6cc4-4b1e-8456-edb11f74ae05.jpg already downloaded
2026-03-26 12:16:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 05f64bf6-9e99-5a9c-a023-0a9b9650de31, identifier: 10728909
2026-03-26 12:16:03 [adesa.de] INFO: Found listing with ID: 10727169
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727169%27 HTTP/1.1" 200 None
2026-03-26 12:16:03 [adesa.de] INFO: Scrape type for 10727169: 1
2026-03-26 12:16:03 [adesa.de] INFO: Scraping item 10727169 url https://www.openlane.eu/en/carv6/auction/10727169
2026-03-26 12:16:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 05f64bf6-9e99-5a9c-a023-0a9b9650de31 with identifier: 10728909
2026-03-26 12:16:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 05f64bf6-9e99-5a9c-a023-0a9b9650de31 with identifier: 10728909
2026-03-26 12:16:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 05f64bf6-9e99-5a9c-a023-0a9b9650de31 with identifier: 10728909 to the API
2026-03-26 12:16:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:16: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 12:16:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728909>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 476,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Electric',
'id': '05f64bf6-9e99-5a9c-a023-0a9b9650de31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000661',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728909',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 108997,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 30,
'photo_urls': ['https://images.openlane.eu/carimgs/5730285/general/3d586e47-14a4-487e-a52c-b4403ac2cc09.jpg',
'https://images.openlane.eu/carimgs/5730285/general/077d9625-4384-4f37-b61c-96cf396d63d7.jpg',
'https://images.openlane.eu/carimgs/5730285/general/f4f6e5f8-c06a-49e4-a67f-eb53ba875bc9.jpg',
'https://images.openlane.eu/carimgs/5730285/general/f9495dcc-b612-411c-b284-4f6047d719cd.jpg',
'https://images.openlane.eu/carimgs/5730285/general/10be76dd-2443-4c44-8a71-6300009be8ed.jpg',
'https://images.openlane.eu/carimgs/5730285/general/f6308a9e-4658-4436-8759-d40efe46d38b.jpg',
'https://images.openlane.eu/carimgs/5730285/general/a0bbf87a-55f8-48f4-9476-f327ad16a1a3.jpg',
'https://images.openlane.eu/carimgs/5730285/general/4b1d358f-bdee-4599-8601-eb99b3df3087.jpg',
'https://images.openlane.eu/carimgs/5730285/general/be67db9f-816d-400c-a5e3-8ce606892b59.jpg',
'https://images.openlane.eu/carimgs/5730285/general/5db02d7a-6cc4-4b1e-8456-edb11f74ae05.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05f64bf6-9e99-5a9c-a023-0a9b9650de31/05f64bf6-9e99-5a9c-a023-0a9b9650de31_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103754,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730285/general/3d586e47-14a4-487e-a52c-b4403ac2cc09.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05f64bf6-9e99-5a9c-a023-0a9b9650de31/05f64bf6-9e99-5a9c-a023-0a9b9650de31_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99202,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730285/general/077d9625-4384-4f37-b61c-96cf396d63d7.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05f64bf6-9e99-5a9c-a023-0a9b9650de31/05f64bf6-9e99-5a9c-a023-0a9b9650de31_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76226,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730285/general/f4f6e5f8-c06a-49e4-a67f-eb53ba875bc9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05f64bf6-9e99-5a9c-a023-0a9b9650de31/05f64bf6-9e99-5a9c-a023-0a9b9650de31_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69581,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730285/general/f9495dcc-b612-411c-b284-4f6047d719cd.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05f64bf6-9e99-5a9c-a023-0a9b9650de31/05f64bf6-9e99-5a9c-a023-0a9b9650de31_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68892,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730285/general/10be76dd-2443-4c44-8a71-6300009be8ed.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05f64bf6-9e99-5a9c-a023-0a9b9650de31/05f64bf6-9e99-5a9c-a023-0a9b9650de31_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60563,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730285/general/f6308a9e-4658-4436-8759-d40efe46d38b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05f64bf6-9e99-5a9c-a023-0a9b9650de31/05f64bf6-9e99-5a9c-a023-0a9b9650de31_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75143,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730285/general/a0bbf87a-55f8-48f4-9476-f327ad16a1a3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05f64bf6-9e99-5a9c-a023-0a9b9650de31/05f64bf6-9e99-5a9c-a023-0a9b9650de31_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109852,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730285/general/4b1d358f-bdee-4599-8601-eb99b3df3087.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05f64bf6-9e99-5a9c-a023-0a9b9650de31/05f64bf6-9e99-5a9c-a023-0a9b9650de31_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53288,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730285/general/be67db9f-816d-400c-a5e3-8ce606892b59.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05f64bf6-9e99-5a9c-a023-0a9b9650de31/05f64bf6-9e99-5a9c-a023-0a9b9650de31_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97740,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730285/general/5db02d7a-6cc4-4b1e-8456-edb11f74ae05.jpg',
'Width': 1280}],
'price': 18600,
'price_includes_vat': True,
'registration_date': '2021-11-21',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Tesla Model 3 Long Range 75 kWh - Dual Motor - Electric - Automatic '
'- 476 hp - 108.997 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728909%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [adesa.de] INFO: Saving data for 10728909: {'created_time': 1774527364.232853, 'last_price_update_time': 1774527364.232865, 'auction_closing_time': 1774597200.0}
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728909') HTTP/1.1" 204 0
2026-03-26 12:16:04 [adesa.de] INFO: Found listing with ID: 10727170
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727170%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [adesa.de] INFO: Scrape type for 10727170: 1
2026-03-26 12:16:04 [adesa.de] INFO: Scraping item 10727170 url https://www.openlane.eu/en/carv6/auction/10727170
2026-03-26 12:16:04 [adesa.de] INFO: Found listing with ID: 10727166
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727166%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [adesa.de] INFO: Scrape type for 10727166: 1
2026-03-26 12:16:04 [adesa.de] INFO: Scraping item 10727166 url https://www.openlane.eu/en/carv6/auction/10727166
2026-03-26 12:16:04 [adesa.de] INFO: Found listing with ID: 10727167
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727167%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [adesa.de] INFO: Scrape type for 10727167: 1
2026-03-26 12:16:04 [adesa.de] INFO: Scraping item 10727167 url https://www.openlane.eu/en/carv6/auction/10727167
2026-03-26 12:16:04 [adesa.de] INFO: Found listing with ID: 10727168
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727168%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [adesa.de] INFO: Scrape type for 10727168: 1
2026-03-26 12:16:04 [adesa.de] INFO: Scraping item 10727168 url https://www.openlane.eu/en/carv6/auction/10727168
2026-03-26 12:16:04 [adesa.de] INFO: Found listing with ID: 10727174
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727174%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [adesa.de] INFO: Scrape type for 10727174: 1
2026-03-26 12:16:04 [adesa.de] INFO: Scraping item 10727174 url https://www.openlane.eu/en/carv6/auction/10727174
2026-03-26 12:16:04 [adesa.de] INFO: Found listing with ID: 10727173
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727173%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [adesa.de] INFO: Scrape type for 10727173: 1
2026-03-26 12:16:04 [adesa.de] INFO: Scraping item 10727173 url https://www.openlane.eu/en/carv6/auction/10727173
2026-03-26 12:16:04 [adesa.de] INFO: Found listing with ID: 10727175
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727175%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [adesa.de] INFO: Scrape type for 10727175: 1
2026-03-26 12:16:04 [adesa.de] INFO: Scraping item 10727175 url https://www.openlane.eu/en/carv6/auction/10727175
2026-03-26 12:16:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728887> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16:04 [adesa.de] INFO: Found listing with ID: 10727176
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727176%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [adesa.de] INFO: Scrape type for 10727176: 1
2026-03-26 12:16:04 [adesa.de] INFO: Scraping item 10727176 url https://www.openlane.eu/en/carv6/auction/10727176
2026-03-26 12:16:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:16:04 [adesa.de] INFO: Found listing with ID: 10727177
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727177%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [adesa.de] INFO: Scrape type for 10727177: 1
2026-03-26 12:16:04 [adesa.de] INFO: Scraping item 10727177 url https://www.openlane.eu/en/carv6/auction/10727177
2026-03-26 12:16:04 [adesa.de] INFO: Found listing with ID: 10727178
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727178%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [adesa.de] INFO: Scrape type for 10727178: 1
2026-03-26 12:16:04 [adesa.de] INFO: Scraping item 10727178 url https://www.openlane.eu/en/carv6/auction/10727178
2026-03-26 12:16:04 [adesa.de] INFO: Found listing with ID: 10727179
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727179%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [adesa.de] INFO: Scrape type for 10727179: 1
2026-03-26 12:16:04 [adesa.de] INFO: Scraping item 10727179 url https://www.openlane.eu/en/carv6/auction/10727179
2026-03-26 12:16:04 [adesa.de] INFO: Found listing with ID: 10727180
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727180%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [adesa.de] INFO: Scrape type for 10727180: 1
2026-03-26 12:16:04 [adesa.de] INFO: Scraping item 10727180 url https://www.openlane.eu/en/carv6/auction/10727180
2026-03-26 12:16:04 [adesa.de] INFO: Found listing with ID: 10727181
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727181%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [adesa.de] INFO: Scrape type for 10727181: 1
2026-03-26 12:16:04 [adesa.de] INFO: Scraping item 10727181 url https://www.openlane.eu/en/carv6/auction/10727181
2026-03-26 12:16:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f9d44a1-0674-5b9b-bcd1-0471a25e978c with identifier: 10728887
2026-03-26 12:16:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f9d44a1-0674-5b9b-bcd1-0471a25e978c with scrape type 1
2026-03-26 12:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6f9d44a1-0674-5b9b-bcd1-0471a25e978c
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742567%252Fgeneral%252F0e6507c8-cb6f-4bb7-b149-cdfe858396ae.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742567/general/0e6507c8-cb6f-4bb7-b149-cdfe858396ae.jpg already downloaded
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742567%252Fgeneral%252Fc2e68a46-26ad-4283-b0ea-262719780289.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742567/general/c2e68a46-26ad-4283-b0ea-262719780289.jpg already downloaded
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742567%252Fgeneral%252Fdc820fcc-6d2e-4f13-a561-821aafe36d39.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742567/general/dc820fcc-6d2e-4f13-a561-821aafe36d39.jpg already downloaded
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742567%252Fgeneral%252Ff0ecfb41-8bd9-4330-b2ef-6ec21cc90621.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742567/general/f0ecfb41-8bd9-4330-b2ef-6ec21cc90621.jpg already downloaded
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742567%252Fgeneral%252Fe4f12b71-7d0e-423c-b778-f3d5939935e3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742567/general/e4f12b71-7d0e-423c-b778-f3d5939935e3.jpg already downloaded
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742567%252Fgeneral%252F9a55763d-9d7f-4a28-a06d-a0b3c7224552.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742567/general/9a55763d-9d7f-4a28-a06d-a0b3c7224552.jpg already downloaded
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742567%252Fgeneral%252Fda0123f3-526a-4639-99e6-489ca01f18c7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742567/general/da0123f3-526a-4639-99e6-489ca01f18c7.jpg already downloaded
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742567%252Fgeneral%252F6b3e224b-89ba-434f-ad66-424d68baac80.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742567/general/6b3e224b-89ba-434f-ad66-424d68baac80.jpg already downloaded
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742567%252Fgeneral%252F8ef030df-455c-4937-95de-efce98af5c7c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742567/general/8ef030df-455c-4937-95de-efce98af5c7c.jpg already downloaded
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742567%252Fgeneral%252F028933ff-c05b-4602-a32d-10caaf5f9163.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742567/general/028933ff-c05b-4602-a32d-10caaf5f9163.jpg already downloaded
2026-03-26 12:16:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6f9d44a1-0674-5b9b-bcd1-0471a25e978c, identifier: 10728887
2026-03-26 12:16:05 [adesa.de] INFO: Found listing with ID: 10727182
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727182%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [adesa.de] INFO: Scrape type for 10727182: 1
2026-03-26 12:16:05 [adesa.de] INFO: Scraping item 10727182 url https://www.openlane.eu/en/carv6/auction/10727182
2026-03-26 12:16:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6f9d44a1-0674-5b9b-bcd1-0471a25e978c with identifier: 10728887
2026-03-26 12:16:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6f9d44a1-0674-5b9b-bcd1-0471a25e978c with identifier: 10728887
2026-03-26 12:16:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 6f9d44a1-0674-5b9b-bcd1-0471a25e978c with identifier: 10728887 to the API
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:16: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 12:16:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728887>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 190,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Electric',
'id': '6f9d44a1-0674-5b9b-bcd1-0471a25e978c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000702',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728887',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Mercedes-Benz',
'model': 'EQB',
'odometer': 39600,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 15,
'photo_urls': ['https://images.openlane.eu/carimgs/5742567/general/0e6507c8-cb6f-4bb7-b149-cdfe858396ae.jpg',
'https://images.openlane.eu/carimgs/5742567/general/c2e68a46-26ad-4283-b0ea-262719780289.jpg',
'https://images.openlane.eu/carimgs/5742567/general/dc820fcc-6d2e-4f13-a561-821aafe36d39.jpg',
'https://images.openlane.eu/carimgs/5742567/general/f0ecfb41-8bd9-4330-b2ef-6ec21cc90621.jpg',
'https://images.openlane.eu/carimgs/5742567/general/e4f12b71-7d0e-423c-b778-f3d5939935e3.jpg',
'https://images.openlane.eu/carimgs/5742567/general/9a55763d-9d7f-4a28-a06d-a0b3c7224552.jpg',
'https://images.openlane.eu/carimgs/5742567/general/da0123f3-526a-4639-99e6-489ca01f18c7.jpg',
'https://images.openlane.eu/carimgs/5742567/general/6b3e224b-89ba-434f-ad66-424d68baac80.jpg',
'https://images.openlane.eu/carimgs/5742567/general/8ef030df-455c-4937-95de-efce98af5c7c.jpg',
'https://images.openlane.eu/carimgs/5742567/general/028933ff-c05b-4602-a32d-10caaf5f9163.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9d44a1-0674-5b9b-bcd1-0471a25e978c/6f9d44a1-0674-5b9b-bcd1-0471a25e978c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1109301,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742567/general/0e6507c8-cb6f-4bb7-b149-cdfe858396ae.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9d44a1-0674-5b9b-bcd1-0471a25e978c/6f9d44a1-0674-5b9b-bcd1-0471a25e978c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1003752,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742567/general/c2e68a46-26ad-4283-b0ea-262719780289.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9d44a1-0674-5b9b-bcd1-0471a25e978c/6f9d44a1-0674-5b9b-bcd1-0471a25e978c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 960248,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742567/general/dc820fcc-6d2e-4f13-a561-821aafe36d39.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9d44a1-0674-5b9b-bcd1-0471a25e978c/6f9d44a1-0674-5b9b-bcd1-0471a25e978c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 927564,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742567/general/f0ecfb41-8bd9-4330-b2ef-6ec21cc90621.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9d44a1-0674-5b9b-bcd1-0471a25e978c/6f9d44a1-0674-5b9b-bcd1-0471a25e978c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 818833,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742567/general/e4f12b71-7d0e-423c-b778-f3d5939935e3.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9d44a1-0674-5b9b-bcd1-0471a25e978c/6f9d44a1-0674-5b9b-bcd1-0471a25e978c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 738456,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742567/general/9a55763d-9d7f-4a28-a06d-a0b3c7224552.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9d44a1-0674-5b9b-bcd1-0471a25e978c/6f9d44a1-0674-5b9b-bcd1-0471a25e978c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 826371,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742567/general/da0123f3-526a-4639-99e6-489ca01f18c7.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9d44a1-0674-5b9b-bcd1-0471a25e978c/6f9d44a1-0674-5b9b-bcd1-0471a25e978c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 826467,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742567/general/6b3e224b-89ba-434f-ad66-424d68baac80.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9d44a1-0674-5b9b-bcd1-0471a25e978c/6f9d44a1-0674-5b9b-bcd1-0471a25e978c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 859988,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742567/general/8ef030df-455c-4937-95de-efce98af5c7c.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9d44a1-0674-5b9b-bcd1-0471a25e978c/6f9d44a1-0674-5b9b-bcd1-0471a25e978c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1048907,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742567/general/028933ff-c05b-4602-a32d-10caaf5f9163.jpg',
'Width': 2731}],
'price': 24200,
'price_includes_vat': True,
'registration_date': '2023-08-01',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Mercedes-Benz EQB 250 progressive - Electric - Automatic - 190 hp - '
'39.600 km',
'transmission': 'automatic',
'trim': 'progressive',
'vin': None,
'year': 2023}
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728887%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [adesa.de] INFO: Saving data for 10728887: {'created_time': 1774527365.450551, 'last_price_update_time': 1774527365.450565, 'auction_closing_time': 1774596600.0}
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728887') HTTP/1.1" 204 0
2026-03-26 12:16:05 [adesa.de] INFO: Found listing with ID: 10727183
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727183%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [adesa.de] INFO: Scrape type for 10727183: 1
2026-03-26 12:16:05 [adesa.de] INFO: Scraping item 10727183 url https://www.openlane.eu/en/carv6/auction/10727183
2026-03-26 12:16:05 [adesa.de] INFO: Found listing with ID: 10727187
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727187%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [adesa.de] INFO: Scrape type for 10727187: 1
2026-03-26 12:16:05 [adesa.de] INFO: Scraping item 10727187 url https://www.openlane.eu/en/carv6/auction/10727187
2026-03-26 12:16:05 [adesa.de] INFO: Found listing with ID: 10727188
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727188%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [adesa.de] INFO: Scrape type for 10727188: 1
2026-03-26 12:16:05 [adesa.de] INFO: Scraping item 10727188 url https://www.openlane.eu/en/carv6/auction/10727188
2026-03-26 12:16:05 [adesa.de] INFO: Found listing with ID: 10727191
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727191%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [adesa.de] INFO: Scrape type for 10727191: 1
2026-03-26 12:16:05 [adesa.de] INFO: Scraping item 10727191 url https://www.openlane.eu/en/carv6/auction/10727191
2026-03-26 12:16:05 [adesa.de] INFO: Found listing with ID: 10727190
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727190%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [adesa.de] INFO: Scrape type for 10727190: 1
2026-03-26 12:16:05 [adesa.de] INFO: Scraping item 10727190 url https://www.openlane.eu/en/carv6/auction/10727190
2026-03-26 12:16:05 [adesa.de] INFO: Found listing with ID: 10727193
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727193%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [adesa.de] INFO: Scrape type for 10727193: 1
2026-03-26 12:16:05 [adesa.de] INFO: Scraping item 10727193 url https://www.openlane.eu/en/carv6/auction/10727193
2026-03-26 12:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728914> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16:05 [adesa.de] INFO: Found listing with ID: 10727192
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727192%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [adesa.de] INFO: Scrape type for 10727192: 1
2026-03-26 12:16:05 [adesa.de] INFO: Scraping item 10727192 url https://www.openlane.eu/en/carv6/auction/10727192
2026-03-26 12:16:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:16:05 [adesa.de] INFO: Found listing with ID: 10727195
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727195%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [adesa.de] INFO: Scrape type for 10727195: 1
2026-03-26 12:16:05 [adesa.de] INFO: Scraping item 10727195 url https://www.openlane.eu/en/carv6/auction/10727195
2026-03-26 12:16:05 [adesa.de] INFO: Found listing with ID: 10727201
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727201%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [adesa.de] INFO: Scrape type for 10727201: 1
2026-03-26 12:16:05 [adesa.de] INFO: Scraping item 10727201 url https://www.openlane.eu/en/carv6/auction/10727201
2026-03-26 12:16:05 [adesa.de] INFO: Found listing with ID: 10727202
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727202%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [adesa.de] INFO: Scrape type for 10727202: 1
2026-03-26 12:16:05 [adesa.de] INFO: Scraping item 10727202 url https://www.openlane.eu/en/carv6/auction/10727202
2026-03-26 12:16:05 [adesa.de] INFO: Found listing with ID: 10727205
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727205%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [adesa.de] INFO: Scrape type for 10727205: 1
2026-03-26 12:16:05 [adesa.de] INFO: Scraping item 10727205 url https://www.openlane.eu/en/carv6/auction/10727205
2026-03-26 12:16:05 [adesa.de] INFO: Found listing with ID: 10727206
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727206%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [adesa.de] INFO: Scrape type for 10727206: 1
2026-03-26 12:16:05 [adesa.de] INFO: Scraping item 10727206 url https://www.openlane.eu/en/carv6/auction/10727206
2026-03-26 12:16:05 [adesa.de] INFO: Found listing with ID: 10727207
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727207%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [adesa.de] INFO: Scrape type for 10727207: 1
2026-03-26 12:16:05 [adesa.de] INFO: Scraping item 10727207 url https://www.openlane.eu/en/carv6/auction/10727207
2026-03-26 12:16:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbbf77f6-f85f-56e5-b781-f24d3468b931 with identifier: 10728914
2026-03-26 12:16:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbbf77f6-f85f-56e5-b781-f24d3468b931 with scrape type 1
2026-03-26 12:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fbbf77f6-f85f-56e5-b781-f24d3468b931
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734053%252Fgeneral%252Fe25fb22b-b406-4b4c-99a3-3f458029fa78.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734053/general/e25fb22b-b406-4b4c-99a3-3f458029fa78.jpg already downloaded
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734053%252Fgeneral%252Fa14b1611-16be-4007-8dee-ce503956ddce.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734053/general/a14b1611-16be-4007-8dee-ce503956ddce.jpg already downloaded
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734053%252Fgeneral%252F908be15b-6195-4e3f-b004-d9ee738fabda.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734053/general/908be15b-6195-4e3f-b004-d9ee738fabda.jpg already downloaded
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734053%252Fgeneral%252Fb5ed141a-7f3c-41ac-bcbd-9c0160d69164.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734053/general/b5ed141a-7f3c-41ac-bcbd-9c0160d69164.jpg already downloaded
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734053%252Fgeneral%252F484004dc-3dfc-425c-9af1-011ada3c18aa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734053/general/484004dc-3dfc-425c-9af1-011ada3c18aa.jpg already downloaded
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734053%252Fgeneral%252F01ff0867-d8ed-4fd9-961a-1f9058294dae.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734053/general/01ff0867-d8ed-4fd9-961a-1f9058294dae.jpg already downloaded
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734053%252Fgeneral%252Fc3938170-67ab-4ddd-8460-7d7561174a95.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734053/general/c3938170-67ab-4ddd-8460-7d7561174a95.jpg already downloaded
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734053%252Fgeneral%252F8599986b-b005-496f-b968-b1652126c9ec.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734053/general/8599986b-b005-496f-b968-b1652126c9ec.jpg already downloaded
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734053%252Fgeneral%252F238348ee-60b7-464f-bd4e-1eb860cc7d05.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734053/general/238348ee-60b7-464f-bd4e-1eb860cc7d05.jpg already downloaded
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734053%252Fgeneral%252F96cdffc6-322c-4616-a5d4-9d8cbdd2be00.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734053/general/96cdffc6-322c-4616-a5d4-9d8cbdd2be00.jpg already downloaded
2026-03-26 12:16:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: fbbf77f6-f85f-56e5-b781-f24d3468b931, identifier: 10728914
2026-03-26 12:16:06 [adesa.de] INFO: Found listing with ID: 10727204
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727204%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [adesa.de] INFO: Scrape type for 10727204: 1
2026-03-26 12:16:06 [adesa.de] INFO: Scraping item 10727204 url https://www.openlane.eu/en/carv6/auction/10727204
2026-03-26 12:16:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: fbbf77f6-f85f-56e5-b781-f24d3468b931 with identifier: 10728914
2026-03-26 12:16:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: fbbf77f6-f85f-56e5-b781-f24d3468b931 with identifier: 10728914
2026-03-26 12:16:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: fbbf77f6-f85f-56e5-b781-f24d3468b931 with identifier: 10728914 to the API
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:16: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 12:16:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728914>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 272,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Electric',
'id': 'fbbf77f6-f85f-56e5-b781-f24d3468b931',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '226000221',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728914',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Smart',
'model': '#1',
'odometer': 7889,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 20,
'photo_urls': ['https://images.openlane.eu/carimgs/5734053/general/e25fb22b-b406-4b4c-99a3-3f458029fa78.jpg',
'https://images.openlane.eu/carimgs/5734053/general/a14b1611-16be-4007-8dee-ce503956ddce.jpg',
'https://images.openlane.eu/carimgs/5734053/general/908be15b-6195-4e3f-b004-d9ee738fabda.jpg',
'https://images.openlane.eu/carimgs/5734053/general/b5ed141a-7f3c-41ac-bcbd-9c0160d69164.jpg',
'https://images.openlane.eu/carimgs/5734053/general/484004dc-3dfc-425c-9af1-011ada3c18aa.jpg',
'https://images.openlane.eu/carimgs/5734053/general/01ff0867-d8ed-4fd9-961a-1f9058294dae.jpg',
'https://images.openlane.eu/carimgs/5734053/general/c3938170-67ab-4ddd-8460-7d7561174a95.jpg',
'https://images.openlane.eu/carimgs/5734053/general/8599986b-b005-496f-b968-b1652126c9ec.jpg',
'https://images.openlane.eu/carimgs/5734053/general/238348ee-60b7-464f-bd4e-1eb860cc7d05.jpg',
'https://images.openlane.eu/carimgs/5734053/general/96cdffc6-322c-4616-a5d4-9d8cbdd2be00.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fbbf77f6-f85f-56e5-b781-f24d3468b931/fbbf77f6-f85f-56e5-b781-f24d3468b931_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110323,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734053/general/e25fb22b-b406-4b4c-99a3-3f458029fa78.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fbbf77f6-f85f-56e5-b781-f24d3468b931/fbbf77f6-f85f-56e5-b781-f24d3468b931_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118617,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734053/general/a14b1611-16be-4007-8dee-ce503956ddce.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fbbf77f6-f85f-56e5-b781-f24d3468b931/fbbf77f6-f85f-56e5-b781-f24d3468b931_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106670,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734053/general/908be15b-6195-4e3f-b004-d9ee738fabda.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fbbf77f6-f85f-56e5-b781-f24d3468b931/fbbf77f6-f85f-56e5-b781-f24d3468b931_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94220,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734053/general/b5ed141a-7f3c-41ac-bcbd-9c0160d69164.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fbbf77f6-f85f-56e5-b781-f24d3468b931/fbbf77f6-f85f-56e5-b781-f24d3468b931_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122362,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734053/general/484004dc-3dfc-425c-9af1-011ada3c18aa.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fbbf77f6-f85f-56e5-b781-f24d3468b931/fbbf77f6-f85f-56e5-b781-f24d3468b931_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56315,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734053/general/01ff0867-d8ed-4fd9-961a-1f9058294dae.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fbbf77f6-f85f-56e5-b781-f24d3468b931/fbbf77f6-f85f-56e5-b781-f24d3468b931_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105570,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734053/general/c3938170-67ab-4ddd-8460-7d7561174a95.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fbbf77f6-f85f-56e5-b781-f24d3468b931/fbbf77f6-f85f-56e5-b781-f24d3468b931_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84856,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734053/general/8599986b-b005-496f-b968-b1652126c9ec.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fbbf77f6-f85f-56e5-b781-f24d3468b931/fbbf77f6-f85f-56e5-b781-f24d3468b931_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93827,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734053/general/238348ee-60b7-464f-bd4e-1eb860cc7d05.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fbbf77f6-f85f-56e5-b781-f24d3468b931/fbbf77f6-f85f-56e5-b781-f24d3468b931_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72112,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734053/general/96cdffc6-322c-4616-a5d4-9d8cbdd2be00.jpg',
'Width': 1024}],
'price': 24500,
'price_includes_vat': True,
'registration_date': '2024-06-26',
'seats_number': 5,
'seller_name': 'Car Trade Deutschland',
'title': 'Smart #1 Premium - Electric - Automatic - 272 hp - 7.889 km',
'transmission': 'automatic',
'trim': 'Premium',
'vin': None,
'year': 2024}
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728914%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [adesa.de] INFO: Saving data for 10728914: {'created_time': 1774527366.503395, 'last_price_update_time': 1774527366.503407, 'auction_closing_time': 1774597200.0}
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728914') HTTP/1.1" 204 0
2026-03-26 12:16:06 [adesa.de] INFO: Found listing with ID: 10727210
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727210%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [adesa.de] INFO: Scrape type for 10727210: 1
2026-03-26 12:16:06 [adesa.de] INFO: Scraping item 10727210 url https://www.openlane.eu/en/carv6/auction/10727210
2026-03-26 12:16:06 [adesa.de] INFO: Found listing with ID: 10727211
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727211%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [adesa.de] INFO: Scrape type for 10727211: 1
2026-03-26 12:16:06 [adesa.de] INFO: Scraping item 10727211 url https://www.openlane.eu/en/carv6/auction/10727211
2026-03-26 12:16:06 [adesa.de] INFO: Found listing with ID: 10727209
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727209%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [adesa.de] INFO: Scrape type for 10727209: 1
2026-03-26 12:16:06 [adesa.de] INFO: Scraping item 10727209 url https://www.openlane.eu/en/carv6/auction/10727209
2026-03-26 12:16:06 [adesa.de] INFO: Found listing with ID: 10727216
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727216%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [adesa.de] INFO: Scrape type for 10727216: 1
2026-03-26 12:16:06 [adesa.de] INFO: Scraping item 10727216 url https://www.openlane.eu/en/carv6/auction/10727216
2026-03-26 12:16:06 [adesa.de] INFO: Found listing with ID: 10727217
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727217%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [adesa.de] INFO: Scrape type for 10727217: 1
2026-03-26 12:16:06 [adesa.de] INFO: Scraping item 10727217 url https://www.openlane.eu/en/carv6/auction/10727217
2026-03-26 12:16:06 [adesa.de] INFO: Found listing with ID: 10727219
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727219%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [adesa.de] INFO: Scrape type for 10727219: 1
2026-03-26 12:16:06 [adesa.de] INFO: Scraping item 10727219 url https://www.openlane.eu/en/carv6/auction/10727219
2026-03-26 12:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728927> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16:06 [adesa.de] INFO: Found listing with ID: 10727218
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727218%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [adesa.de] INFO: Scrape type for 10727218: 1
2026-03-26 12:16:06 [adesa.de] INFO: Scraping item 10727218 url https://www.openlane.eu/en/carv6/auction/10727218
2026-03-26 12:16: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 12:16:06 [adesa.de] INFO: Found listing with ID: 10727220
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727220%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [adesa.de] INFO: Scrape type for 10727220: 1
2026-03-26 12:16:06 [adesa.de] INFO: Scraping item 10727220 url https://www.openlane.eu/en/carv6/auction/10727220
2026-03-26 12:16:06 [adesa.de] INFO: Found listing with ID: 10727221
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727221%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [adesa.de] INFO: Scrape type for 10727221: 1
2026-03-26 12:16:06 [adesa.de] INFO: Scraping item 10727221 url https://www.openlane.eu/en/carv6/auction/10727221
2026-03-26 12:16:06 [adesa.de] INFO: Found listing with ID: 10727222
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727222%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [adesa.de] INFO: Scrape type for 10727222: 1
2026-03-26 12:16:06 [adesa.de] INFO: Scraping item 10727222 url https://www.openlane.eu/en/carv6/auction/10727222
2026-03-26 12:16:06 [adesa.de] INFO: Found listing with ID: 10727223
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727223%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [adesa.de] INFO: Scrape type for 10727223: 1
2026-03-26 12:16:06 [adesa.de] INFO: Scraping item 10727223 url https://www.openlane.eu/en/carv6/auction/10727223
2026-03-26 12:16:06 [adesa.de] INFO: Found listing with ID: 10727844
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727844%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [adesa.de] INFO: Scrape type for 10727844: 1
2026-03-26 12:16:06 [adesa.de] INFO: Scraping item 10727844 url https://www.openlane.eu/en/carv6/auction/10727844
2026-03-26 12:16:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 489432ea-3219-5479-9a53-07b79d3430a9 with identifier: 10728927
2026-03-26 12:16:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 489432ea-3219-5479-9a53-07b79d3430a9 with scrape type 1
2026-03-26 12:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 489432ea-3219-5479-9a53-07b79d3430a9
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745466%252Fgeneral%252F6d6309c5-2d3a-4f85-a465-688c2b35a0ea.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745466/general/6d6309c5-2d3a-4f85-a465-688c2b35a0ea.jpg already downloaded
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745466%252Fgeneral%252Fd9e0fd7b-5fcd-4dcc-9f97-94bedee5c0dc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745466/general/d9e0fd7b-5fcd-4dcc-9f97-94bedee5c0dc.jpg already downloaded
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745466%252Fgeneral%252Fd9b354c1-dc31-4f51-92f0-c4c0d83e5bfd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745466/general/d9b354c1-dc31-4f51-92f0-c4c0d83e5bfd.jpg already downloaded
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745466%252Fgeneral%252Fe297087c-14a2-44ba-8541-71ed1f935795.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745466/general/e297087c-14a2-44ba-8541-71ed1f935795.jpg already downloaded
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745466%252Fgeneral%252F282d8c97-ddf4-45bd-b4c6-0a6975b2ac7c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745466/general/282d8c97-ddf4-45bd-b4c6-0a6975b2ac7c.jpg already downloaded
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745466%252Fgeneral%252F74417755-cec6-4487-97de-4cf6fa613cdf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745466/general/74417755-cec6-4487-97de-4cf6fa613cdf.jpg already downloaded
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745466%252Fgeneral%252F31755540-aad0-43c1-a236-9276496841e6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745466/general/31755540-aad0-43c1-a236-9276496841e6.jpg already downloaded
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745466%252Fgeneral%252Fc93017be-959b-48f9-97b9-e1f2d0832594.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745466/general/c93017be-959b-48f9-97b9-e1f2d0832594.jpg already downloaded
2026-03-26 12:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745466%252Fgeneral%252F7f441af0-6bf6-46ce-b1aa-99be204317d6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745466/general/7f441af0-6bf6-46ce-b1aa-99be204317d6.jpg already downloaded
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745466%252Fgeneral%252F334d4251-2047-49e5-8853-4216df8263bc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745466/general/334d4251-2047-49e5-8853-4216df8263bc.jpg already downloaded
2026-03-26 12:16:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 489432ea-3219-5479-9a53-07b79d3430a9, identifier: 10728927
2026-03-26 12:16:07 [adesa.de] INFO: Found listing with ID: 10727904
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727904%27 HTTP/1.1" 200 None
2026-03-26 12:16:07 [adesa.de] INFO: Scrape type for 10727904: 1
2026-03-26 12:16:07 [adesa.de] INFO: Scraping item 10727904 url https://www.openlane.eu/en/carv6/auction/10727904
2026-03-26 12:16:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 489432ea-3219-5479-9a53-07b79d3430a9 with identifier: 10728927
2026-03-26 12:16:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 489432ea-3219-5479-9a53-07b79d3430a9 with identifier: 10728927
2026-03-26 12:16:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 489432ea-3219-5479-9a53-07b79d3430a9 with identifier: 10728927 to the API
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:16: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 12:16:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728927>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 253,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Hybrid',
'id': '489432ea-3219-5479-9a53-07b79d3430a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000709',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728927',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Volvo',
'model': 'XC60',
'odometer': 68955,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 25,
'photo_urls': ['https://images.openlane.eu/carimgs/5745466/general/6d6309c5-2d3a-4f85-a465-688c2b35a0ea.jpg',
'https://images.openlane.eu/carimgs/5745466/general/d9e0fd7b-5fcd-4dcc-9f97-94bedee5c0dc.jpg',
'https://images.openlane.eu/carimgs/5745466/general/d9b354c1-dc31-4f51-92f0-c4c0d83e5bfd.jpg',
'https://images.openlane.eu/carimgs/5745466/general/e297087c-14a2-44ba-8541-71ed1f935795.jpg',
'https://images.openlane.eu/carimgs/5745466/general/282d8c97-ddf4-45bd-b4c6-0a6975b2ac7c.jpg',
'https://images.openlane.eu/carimgs/5745466/general/74417755-cec6-4487-97de-4cf6fa613cdf.jpg',
'https://images.openlane.eu/carimgs/5745466/general/31755540-aad0-43c1-a236-9276496841e6.jpg',
'https://images.openlane.eu/carimgs/5745466/general/c93017be-959b-48f9-97b9-e1f2d0832594.jpg',
'https://images.openlane.eu/carimgs/5745466/general/7f441af0-6bf6-46ce-b1aa-99be204317d6.jpg',
'https://images.openlane.eu/carimgs/5745466/general/334d4251-2047-49e5-8853-4216df8263bc.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_489432ea-3219-5479-9a53-07b79d3430a9/489432ea-3219-5479-9a53-07b79d3430a9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49793,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745466/general/6d6309c5-2d3a-4f85-a465-688c2b35a0ea.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_489432ea-3219-5479-9a53-07b79d3430a9/489432ea-3219-5479-9a53-07b79d3430a9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49106,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745466/general/d9e0fd7b-5fcd-4dcc-9f97-94bedee5c0dc.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_489432ea-3219-5479-9a53-07b79d3430a9/489432ea-3219-5479-9a53-07b79d3430a9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46171,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745466/general/d9b354c1-dc31-4f51-92f0-c4c0d83e5bfd.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_489432ea-3219-5479-9a53-07b79d3430a9/489432ea-3219-5479-9a53-07b79d3430a9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44849,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745466/general/e297087c-14a2-44ba-8541-71ed1f935795.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_489432ea-3219-5479-9a53-07b79d3430a9/489432ea-3219-5479-9a53-07b79d3430a9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41382,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745466/general/282d8c97-ddf4-45bd-b4c6-0a6975b2ac7c.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_489432ea-3219-5479-9a53-07b79d3430a9/489432ea-3219-5479-9a53-07b79d3430a9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45460,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745466/general/74417755-cec6-4487-97de-4cf6fa613cdf.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_489432ea-3219-5479-9a53-07b79d3430a9/489432ea-3219-5479-9a53-07b79d3430a9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 22574,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745466/general/31755540-aad0-43c1-a236-9276496841e6.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_489432ea-3219-5479-9a53-07b79d3430a9/489432ea-3219-5479-9a53-07b79d3430a9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35979,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745466/general/c93017be-959b-48f9-97b9-e1f2d0832594.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_489432ea-3219-5479-9a53-07b79d3430a9/489432ea-3219-5479-9a53-07b79d3430a9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31293,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745466/general/7f441af0-6bf6-46ce-b1aa-99be204317d6.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_489432ea-3219-5479-9a53-07b79d3430a9/489432ea-3219-5479-9a53-07b79d3430a9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23307,
'Height': 258,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745466/general/334d4251-2047-49e5-8853-4216df8263bc.jpg',
'Width': 460}],
'price': 28100,
'price_includes_vat': True,
'registration_date': '2021-12-22',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Volvo XC60 T6 R-Design - AWD - Hybrid - Automatic - 253 hp - 68.955 '
'km',
'transmission': 'automatic',
'trim': 'R-Design',
'vin': None,
'year': 2021}
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728927%27 HTTP/1.1" 200 None
2026-03-26 12:16:07 [adesa.de] INFO: Saving data for 10728927: {'created_time': 1774527367.505303, 'last_price_update_time': 1774527367.505317, 'auction_closing_time': 1774597200.0}
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728927') HTTP/1.1" 204 0
2026-03-26 12:16:07 [scrapy.extensions.logstats] INFO: Crawled 21 pages (at 21 pages/min), scraped 17 items (at 17 items/min)
2026-03-26 12:16:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 163MiB
2026-03-26 12:16:07 [adesa.de] INFO: Found listing with ID: 10727918
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727918%27 HTTP/1.1" 200 None
2026-03-26 12:16:07 [adesa.de] INFO: Scrape type for 10727918: 1
2026-03-26 12:16:07 [adesa.de] INFO: Scraping item 10727918 url https://www.openlane.eu/en/carv6/auction/10727918
2026-03-26 12:16:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728900> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16:07 [adesa.de] INFO: Found listing with ID: 10728086
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728086%27 HTTP/1.1" 200 None
2026-03-26 12:16:07 [adesa.de] INFO: Scrape type for 10728086: 1
2026-03-26 12:16:07 [adesa.de] INFO: Scraping item 10728086 url https://www.openlane.eu/en/carv6/auction/10728086
2026-03-26 12:16:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:16:07 [adesa.de] INFO: Found listing with ID: 10728031
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728031%27 HTTP/1.1" 200 None
2026-03-26 12:16:07 [adesa.de] INFO: Scrape type for 10728031: 1
2026-03-26 12:16:07 [adesa.de] INFO: Scraping item 10728031 url https://www.openlane.eu/en/carv6/auction/10728031
2026-03-26 12:16:07 [adesa.de] INFO: Found listing with ID: 10727825
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727825%27 HTTP/1.1" 200 None
2026-03-26 12:16:07 [adesa.de] INFO: Scrape type for 10727825: 1
2026-03-26 12:16:07 [adesa.de] INFO: Scraping item 10727825 url https://www.openlane.eu/en/carv6/auction/10727825
2026-03-26 12:16:07 [adesa.de] INFO: Found listing with ID: 10727990
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727990%27 HTTP/1.1" 200 None
2026-03-26 12:16:07 [adesa.de] INFO: Scrape type for 10727990: 1
2026-03-26 12:16:07 [adesa.de] INFO: Scraping item 10727990 url https://www.openlane.eu/en/carv6/auction/10727990
2026-03-26 12:16:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 940532ac-2409-5937-8732-2a58d8081ddb with identifier: 10728900
2026-03-26 12:16:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 940532ac-2409-5937-8732-2a58d8081ddb with scrape type 1
2026-03-26 12:16:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 940532ac-2409-5937-8732-2a58d8081ddb
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705435%252Fgeneral%252Fc8bc9426-89c2-4609-bb5a-554a18b06004.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705435/general/c8bc9426-89c2-4609-bb5a-554a18b06004.jpg already downloaded
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705435%252Fgeneral%252Fa545fbfe-5d0a-41c8-bdfa-2b5796ce0e7c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705435/general/a545fbfe-5d0a-41c8-bdfa-2b5796ce0e7c.jpg already downloaded
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705435%252Fgeneral%252F974621e4-0415-459b-b9ac-c984023a4845.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705435/general/974621e4-0415-459b-b9ac-c984023a4845.jpg already downloaded
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705435%252Fgeneral%252F7f494c31-18df-48d2-9f89-9a5ce5e5fc6a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705435/general/7f494c31-18df-48d2-9f89-9a5ce5e5fc6a.jpg already downloaded
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705435%252Fgeneral%252F1a32501b-266d-42a6-bbe5-c3e5f9eecd77.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705435/general/1a32501b-266d-42a6-bbe5-c3e5f9eecd77.jpg already downloaded
2026-03-26 12:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705435%252Fgeneral%252F7fbe0448-efcf-4c32-8f64-369680b87a6d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705435/general/7fbe0448-efcf-4c32-8f64-369680b87a6d.jpg already downloaded
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705435%252Fgeneral%252F1c7a78c3-1a1a-45a0-8bed-e8035c34a714.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705435/general/1c7a78c3-1a1a-45a0-8bed-e8035c34a714.jpg already downloaded
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705435%252Fgeneral%252Fb79ec362-1321-4eb2-810c-e06750399660.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705435/general/b79ec362-1321-4eb2-810c-e06750399660.jpg already downloaded
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705435%252Fgeneral%252Fca2d9681-c76f-4c51-9b9c-29ab1da1aaf8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705435/general/ca2d9681-c76f-4c51-9b9c-29ab1da1aaf8.jpg already downloaded
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705435%252Fgeneral%252F9d55baec-04b9-460f-bc40-b62d54cbb80a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705435/general/9d55baec-04b9-460f-bc40-b62d54cbb80a.jpg already downloaded
2026-03-26 12:16:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 940532ac-2409-5937-8732-2a58d8081ddb, identifier: 10728900
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10728020
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728020%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10728020: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10728020 url https://www.openlane.eu/en/carv6/auction/10728020
2026-03-26 12:16:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 940532ac-2409-5937-8732-2a58d8081ddb with identifier: 10728900
2026-03-26 12:16:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 940532ac-2409-5937-8732-2a58d8081ddb with identifier: 10728900
2026-03-26 12:16:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 940532ac-2409-5937-8732-2a58d8081ddb with identifier: 10728900 to the API
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:16:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728900>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 218,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Electric',
'id': '940532ac-2409-5937-8732-2a58d8081ddb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000553',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728900',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Renault',
'model': 'Megane E-Tech',
'odometer': 38027,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 16,
'photo_urls': ['https://images.openlane.eu/carimgs/5705435/general/c8bc9426-89c2-4609-bb5a-554a18b06004.jpg',
'https://images.openlane.eu/carimgs/5705435/general/a545fbfe-5d0a-41c8-bdfa-2b5796ce0e7c.jpg',
'https://images.openlane.eu/carimgs/5705435/general/974621e4-0415-459b-b9ac-c984023a4845.jpg',
'https://images.openlane.eu/carimgs/5705435/general/7f494c31-18df-48d2-9f89-9a5ce5e5fc6a.jpg',
'https://images.openlane.eu/carimgs/5705435/general/1a32501b-266d-42a6-bbe5-c3e5f9eecd77.jpg',
'https://images.openlane.eu/carimgs/5705435/general/7fbe0448-efcf-4c32-8f64-369680b87a6d.jpg',
'https://images.openlane.eu/carimgs/5705435/general/1c7a78c3-1a1a-45a0-8bed-e8035c34a714.jpg',
'https://images.openlane.eu/carimgs/5705435/general/b79ec362-1321-4eb2-810c-e06750399660.jpg',
'https://images.openlane.eu/carimgs/5705435/general/ca2d9681-c76f-4c51-9b9c-29ab1da1aaf8.jpg',
'https://images.openlane.eu/carimgs/5705435/general/9d55baec-04b9-460f-bc40-b62d54cbb80a.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_940532ac-2409-5937-8732-2a58d8081ddb/940532ac-2409-5937-8732-2a58d8081ddb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 617320,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705435/general/c8bc9426-89c2-4609-bb5a-554a18b06004.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_940532ac-2409-5937-8732-2a58d8081ddb/940532ac-2409-5937-8732-2a58d8081ddb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 745856,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705435/general/a545fbfe-5d0a-41c8-bdfa-2b5796ce0e7c.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_940532ac-2409-5937-8732-2a58d8081ddb/940532ac-2409-5937-8732-2a58d8081ddb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 628561,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705435/general/974621e4-0415-459b-b9ac-c984023a4845.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_940532ac-2409-5937-8732-2a58d8081ddb/940532ac-2409-5937-8732-2a58d8081ddb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 643952,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705435/general/7f494c31-18df-48d2-9f89-9a5ce5e5fc6a.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_940532ac-2409-5937-8732-2a58d8081ddb/940532ac-2409-5937-8732-2a58d8081ddb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 785156,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705435/general/1a32501b-266d-42a6-bbe5-c3e5f9eecd77.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_940532ac-2409-5937-8732-2a58d8081ddb/940532ac-2409-5937-8732-2a58d8081ddb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 682592,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705435/general/7fbe0448-efcf-4c32-8f64-369680b87a6d.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_940532ac-2409-5937-8732-2a58d8081ddb/940532ac-2409-5937-8732-2a58d8081ddb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 938332,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705435/general/1c7a78c3-1a1a-45a0-8bed-e8035c34a714.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_940532ac-2409-5937-8732-2a58d8081ddb/940532ac-2409-5937-8732-2a58d8081ddb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 585286,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705435/general/b79ec362-1321-4eb2-810c-e06750399660.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_940532ac-2409-5937-8732-2a58d8081ddb/940532ac-2409-5937-8732-2a58d8081ddb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 628790,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705435/general/ca2d9681-c76f-4c51-9b9c-29ab1da1aaf8.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_940532ac-2409-5937-8732-2a58d8081ddb/940532ac-2409-5937-8732-2a58d8081ddb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 609309,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705435/general/9d55baec-04b9-460f-bc40-b62d54cbb80a.jpg',
'Width': 2731}],
'price': 16500,
'price_includes_vat': True,
'registration_date': '2022-12-22',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Renault Megane E-Tech Equilibre - Electric - Automatic - 218 hp - '
'38.027 km',
'transmission': 'automatic',
'trim': 'Equilibre',
'vin': None,
'year': 2022}
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728900%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Saving data for 10728900: {'created_time': 1774527368.573739, 'last_price_update_time': 1774527368.573751, 'auction_closing_time': 1774597200.0}
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728900') HTTP/1.1" 204 0
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727943
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727943%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727943: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727943 url https://www.openlane.eu/en/carv6/auction/10727943
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10728017
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728017%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10728017: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10728017 url https://www.openlane.eu/en/carv6/auction/10728017
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727846
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727846%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727846: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727846 url https://www.openlane.eu/en/carv6/auction/10727846
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727832
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727832%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727832: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727832 url https://www.openlane.eu/en/carv6/auction/10727832
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727838
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727838%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727838: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727838 url https://www.openlane.eu/en/carv6/auction/10727838
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727836
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727836%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727836: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727836 url https://www.openlane.eu/en/carv6/auction/10727836
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727917
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727917%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727917: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727917 url https://www.openlane.eu/en/carv6/auction/10727917
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10728025
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728025%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10728025: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10728025 url https://www.openlane.eu/en/carv6/auction/10728025
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727901
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727901%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727901: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727901 url https://www.openlane.eu/en/carv6/auction/10727901
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727886
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727886%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727886: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727886 url https://www.openlane.eu/en/carv6/auction/10727886
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10728054
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728054%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10728054: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10728054 url https://www.openlane.eu/en/carv6/auction/10728054
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727888
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727888%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727888: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727888 url https://www.openlane.eu/en/carv6/auction/10727888
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727933
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727933%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727933: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727933 url https://www.openlane.eu/en/carv6/auction/10727933
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10728103
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728103%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10728103: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10728103 url https://www.openlane.eu/en/carv6/auction/10728103
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727843
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727843%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727843: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727843 url https://www.openlane.eu/en/carv6/auction/10727843
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727821
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727821%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727821: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727821 url https://www.openlane.eu/en/carv6/auction/10727821
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727858
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727858%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727858: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727858 url https://www.openlane.eu/en/carv6/auction/10727858
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727813
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727813%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727813: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727813 url https://www.openlane.eu/en/carv6/auction/10727813
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727851
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727851%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727851: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727851 url https://www.openlane.eu/en/carv6/auction/10727851
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727814
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727814%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727814: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727814 url https://www.openlane.eu/en/carv6/auction/10727814
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727993
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727993%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727993: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727993 url https://www.openlane.eu/en/carv6/auction/10727993
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727815
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727815%27 HTTP/1.1" 200 None
2026-03-26 12:16:08 [adesa.de] INFO: Scrape type for 10727815: 1
2026-03-26 12:16:08 [adesa.de] INFO: Scraping item 10727815 url https://www.openlane.eu/en/carv6/auction/10727815
2026-03-26 12:16:08 [adesa.de] INFO: Found listing with ID: 10727871
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727871%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [adesa.de] INFO: Scrape type for 10727871: 1
2026-03-26 12:16:09 [adesa.de] INFO: Scraping item 10727871 url https://www.openlane.eu/en/carv6/auction/10727871
2026-03-26 12:16:09 [adesa.de] INFO: Found listing with ID: 10727891
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727891%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [adesa.de] INFO: Scrape type for 10727891: 1
2026-03-26 12:16:09 [adesa.de] INFO: Scraping item 10727891 url https://www.openlane.eu/en/carv6/auction/10727891
2026-03-26 12:16:09 [adesa.de] INFO: Found listing with ID: 10727986
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727986%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [adesa.de] INFO: Scrape type for 10727986: 1
2026-03-26 12:16:09 [adesa.de] INFO: Scraping item 10727986 url https://www.openlane.eu/en/carv6/auction/10727986
2026-03-26 12:16:09 [adesa.de] INFO: Found listing with ID: 10727819
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727819%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [adesa.de] INFO: Scrape type for 10727819: 1
2026-03-26 12:16:09 [adesa.de] INFO: Scraping item 10727819 url https://www.openlane.eu/en/carv6/auction/10727819
2026-03-26 12:16:09 [adesa.de] INFO: Found listing with ID: 10727903
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727903%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [adesa.de] INFO: Scrape type for 10727903: 1
2026-03-26 12:16:09 [adesa.de] INFO: Scraping item 10727903 url https://www.openlane.eu/en/carv6/auction/10727903
2026-03-26 12:16:09 [adesa.de] INFO: Found listing with ID: 10727896
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727896%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [adesa.de] INFO: Scrape type for 10727896: 1
2026-03-26 12:16:09 [adesa.de] INFO: Scraping item 10727896 url https://www.openlane.eu/en/carv6/auction/10727896
2026-03-26 12:16:09 [adesa.de] INFO: Found listing with ID: 10727828
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727828%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [adesa.de] INFO: Scrape type for 10727828: 1
2026-03-26 12:16:09 [adesa.de] INFO: Scraping item 10727828 url https://www.openlane.eu/en/carv6/auction/10727828
2026-03-26 12:16:09 [adesa.de] INFO: Found listing with ID: 10728099
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728099%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [adesa.de] INFO: Scrape type for 10728099: 1
2026-03-26 12:16:09 [adesa.de] INFO: Scraping item 10728099 url https://www.openlane.eu/en/carv6/auction/10728099
2026-03-26 12:16:09 [adesa.de] INFO: Found listing with ID: 10727906
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727906%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [adesa.de] INFO: Scrape type for 10727906: 1
2026-03-26 12:16:09 [adesa.de] INFO: Scraping item 10727906 url https://www.openlane.eu/en/carv6/auction/10727906
2026-03-26 12:16:09 [adesa.de] INFO: Found listing with ID: 10728005
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728005%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [adesa.de] INFO: Scrape type for 10728005: 1
2026-03-26 12:16:09 [adesa.de] INFO: Scraping item 10728005 url https://www.openlane.eu/en/carv6/auction/10728005
2026-03-26 12:16:09 [adesa.de] INFO: Found listing with ID: 10728046
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728046%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [adesa.de] INFO: Scrape type for 10728046: 1
2026-03-26 12:16:09 [adesa.de] INFO: Scraping item 10728046 url https://www.openlane.eu/en/carv6/auction/10728046
2026-03-26 12:16:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728906> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16: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 12:16:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a9c885a-ff9d-5803-be6b-7d16fcfb8186 with identifier: 10728906
2026-03-26 12:16:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a9c885a-ff9d-5803-be6b-7d16fcfb8186 with scrape type 1
2026-03-26 12:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8a9c885a-ff9d-5803-be6b-7d16fcfb8186
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724098%252Fgeneral%252Fcbd09eff-1401-4061-b217-e3ad14127ac7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724098/general/cbd09eff-1401-4061-b217-e3ad14127ac7.jpg already downloaded
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724098%252Fgeneral%252F59fab463-bc1f-450a-98d1-4a420cc48f94.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724098/general/59fab463-bc1f-450a-98d1-4a420cc48f94.jpg already downloaded
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724098%252Fgeneral%252Fb6f7baab-76c2-4ae6-bb0c-6337f69fb9c7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724098/general/b6f7baab-76c2-4ae6-bb0c-6337f69fb9c7.jpg already downloaded
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724098%252Fgeneral%252F2f541b36-73e4-45cd-91de-4d7bc292f74a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724098/general/2f541b36-73e4-45cd-91de-4d7bc292f74a.jpg already downloaded
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724098%252Fgeneral%252Ff0aececb-d63a-45b3-bc71-259cb35ba758.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724098/general/f0aececb-d63a-45b3-bc71-259cb35ba758.jpg already downloaded
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724098%252Fgeneral%252Fb86b5803-8e3a-4e13-95cf-c7bc4be6ae10.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724098/general/b86b5803-8e3a-4e13-95cf-c7bc4be6ae10.jpg already downloaded
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724098%252Fgeneral%252Fa5824a20-c2d3-43ea-9bd9-c0141def6dbe.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724098/general/a5824a20-c2d3-43ea-9bd9-c0141def6dbe.jpg already downloaded
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724098%252Fgeneral%252Fffd2afa0-8e35-4d02-bb09-8c099257b3f8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724098/general/ffd2afa0-8e35-4d02-bb09-8c099257b3f8.jpg already downloaded
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724098%252Fgeneral%252Fe248ce98-0576-4d8c-a78c-01ce0d5334bb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724098/general/e248ce98-0576-4d8c-a78c-01ce0d5334bb.jpg already downloaded
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724098%252Fgeneral%252Ff3604188-44e2-4be6-bc81-95832645a4c3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724098/general/f3604188-44e2-4be6-bc81-95832645a4c3.jpg already downloaded
2026-03-26 12:16:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 8a9c885a-ff9d-5803-be6b-7d16fcfb8186, identifier: 10728906
2026-03-26 12:16:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 8a9c885a-ff9d-5803-be6b-7d16fcfb8186 with identifier: 10728906
2026-03-26 12:16:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 8a9c885a-ff9d-5803-be6b-7d16fcfb8186 with identifier: 10728906
2026-03-26 12:16:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 8a9c885a-ff9d-5803-be6b-7d16fcfb8186 with identifier: 10728906 to the API
2026-03-26 12:16:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:16: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 12:16:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728906>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 211,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Hybrid',
'id': '8a9c885a-ff9d-5803-be6b-7d16fcfb8186',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000641',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728906',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'GLC',
'odometer': 68209,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 28,
'photo_urls': ['https://images.openlane.eu/carimgs/5724098/general/cbd09eff-1401-4061-b217-e3ad14127ac7.jpg',
'https://images.openlane.eu/carimgs/5724098/general/59fab463-bc1f-450a-98d1-4a420cc48f94.jpg',
'https://images.openlane.eu/carimgs/5724098/general/b6f7baab-76c2-4ae6-bb0c-6337f69fb9c7.jpg',
'https://images.openlane.eu/carimgs/5724098/general/2f541b36-73e4-45cd-91de-4d7bc292f74a.jpg',
'https://images.openlane.eu/carimgs/5724098/general/f0aececb-d63a-45b3-bc71-259cb35ba758.jpg',
'https://images.openlane.eu/carimgs/5724098/general/b86b5803-8e3a-4e13-95cf-c7bc4be6ae10.jpg',
'https://images.openlane.eu/carimgs/5724098/general/a5824a20-c2d3-43ea-9bd9-c0141def6dbe.jpg',
'https://images.openlane.eu/carimgs/5724098/general/ffd2afa0-8e35-4d02-bb09-8c099257b3f8.jpg',
'https://images.openlane.eu/carimgs/5724098/general/e248ce98-0576-4d8c-a78c-01ce0d5334bb.jpg',
'https://images.openlane.eu/carimgs/5724098/general/f3604188-44e2-4be6-bc81-95832645a4c3.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a9c885a-ff9d-5803-be6b-7d16fcfb8186/8a9c885a-ff9d-5803-be6b-7d16fcfb8186_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 959540,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724098/general/cbd09eff-1401-4061-b217-e3ad14127ac7.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a9c885a-ff9d-5803-be6b-7d16fcfb8186/8a9c885a-ff9d-5803-be6b-7d16fcfb8186_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 845855,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724098/general/59fab463-bc1f-450a-98d1-4a420cc48f94.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a9c885a-ff9d-5803-be6b-7d16fcfb8186/8a9c885a-ff9d-5803-be6b-7d16fcfb8186_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 909919,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724098/general/b6f7baab-76c2-4ae6-bb0c-6337f69fb9c7.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a9c885a-ff9d-5803-be6b-7d16fcfb8186/8a9c885a-ff9d-5803-be6b-7d16fcfb8186_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 812475,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724098/general/2f541b36-73e4-45cd-91de-4d7bc292f74a.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a9c885a-ff9d-5803-be6b-7d16fcfb8186/8a9c885a-ff9d-5803-be6b-7d16fcfb8186_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 751307,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724098/general/f0aececb-d63a-45b3-bc71-259cb35ba758.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a9c885a-ff9d-5803-be6b-7d16fcfb8186/8a9c885a-ff9d-5803-be6b-7d16fcfb8186_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 564768,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724098/general/b86b5803-8e3a-4e13-95cf-c7bc4be6ae10.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a9c885a-ff9d-5803-be6b-7d16fcfb8186/8a9c885a-ff9d-5803-be6b-7d16fcfb8186_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 655199,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724098/general/a5824a20-c2d3-43ea-9bd9-c0141def6dbe.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a9c885a-ff9d-5803-be6b-7d16fcfb8186/8a9c885a-ff9d-5803-be6b-7d16fcfb8186_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 717966,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724098/general/ffd2afa0-8e35-4d02-bb09-8c099257b3f8.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a9c885a-ff9d-5803-be6b-7d16fcfb8186/8a9c885a-ff9d-5803-be6b-7d16fcfb8186_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 545934,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724098/general/e248ce98-0576-4d8c-a78c-01ce0d5334bb.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a9c885a-ff9d-5803-be6b-7d16fcfb8186/8a9c885a-ff9d-5803-be6b-7d16fcfb8186_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 566549,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724098/general/f3604188-44e2-4be6-bc81-95832645a4c3.jpg',
'Width': 2731}],
'price': 36600,
'price_includes_vat': True,
'registration_date': '2022-12-20',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Mercedes-Benz GLC Coupé 300e AMG Line - 4-Matic - Hybrid - '
'Automatic - 211 hp - 68.209 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2022}
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728906%27 HTTP/1.1" 200 None
2026-03-26 12:16:10 [adesa.de] INFO: Saving data for 10728906: {'created_time': 1774527370.11382, 'last_price_update_time': 1774527370.113832, 'auction_closing_time': 1774597200.0}
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728906') HTTP/1.1" 204 0
2026-03-26 12:16:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728870> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728876> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16: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 12:16: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 12:16:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50170788-5ca3-532c-b07e-9970d1436925 with identifier: 10728870
2026-03-26 12:16:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50170788-5ca3-532c-b07e-9970d1436925 with scrape type 1
2026-03-26 12:16:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 50170788-5ca3-532c-b07e-9970d1436925
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722297%252Fgeneral%252F3efb0bc8-fd4f-4a28-8f50-9b2a03bc015a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722297/general/3efb0bc8-fd4f-4a28-8f50-9b2a03bc015a.jpg already downloaded
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722297%252Fgeneral%252F0325ccb8-3e2f-4d0a-95bb-876aa68334be.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722297/general/0325ccb8-3e2f-4d0a-95bb-876aa68334be.jpg already downloaded
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722297%252Fgeneral%252Fad1abd84-57fd-42b8-8bbd-4d953b728187.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722297/general/ad1abd84-57fd-42b8-8bbd-4d953b728187.jpg already downloaded
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722297%252Fgeneral%252F6dd0312d-3945-4fa0-9b11-b096a919e0a6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722297/general/6dd0312d-3945-4fa0-9b11-b096a919e0a6.jpg already downloaded
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722297%252Fgeneral%252F9984aee8-7297-45ff-ad4f-fdf705d56813.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722297/general/9984aee8-7297-45ff-ad4f-fdf705d56813.jpg already downloaded
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722297%252Fgeneral%252F1227d87d-ad86-43e6-bd56-f17d8bf3dd54.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722297/general/1227d87d-ad86-43e6-bd56-f17d8bf3dd54.jpg already downloaded
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722297%252Fgeneral%252Fec8e1321-f081-4c16-a894-211a52d46f18.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722297/general/ec8e1321-f081-4c16-a894-211a52d46f18.jpg already downloaded
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722297%252Fgeneral%252F3cc0ea5a-fff4-447b-b0e9-2b33547a2fd3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722297/general/3cc0ea5a-fff4-447b-b0e9-2b33547a2fd3.jpg already downloaded
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722297%252Fgeneral%252F0d8a1a32-1d8c-475f-8258-e6fd7a9de6a9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722297/general/0d8a1a32-1d8c-475f-8258-e6fd7a9de6a9.jpg already downloaded
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722297%252Fgeneral%252Fd2ce3d6b-026a-4940-a6cc-90eb5a664244.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722297/general/d2ce3d6b-026a-4940-a6cc-90eb5a664244.jpg already downloaded
2026-03-26 12:16:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 50170788-5ca3-532c-b07e-9970d1436925, identifier: 10728870
2026-03-26 12:16:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 50170788-5ca3-532c-b07e-9970d1436925 with identifier: 10728870
2026-03-26 12:16:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 50170788-5ca3-532c-b07e-9970d1436925 with identifier: 10728870
2026-03-26 12:16:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 50170788-5ca3-532c-b07e-9970d1436925 with identifier: 10728870 to the API
2026-03-26 12:16:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:16: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 12:16:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728870>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Electric',
'id': '50170788-5ca3-532c-b07e-9970d1436925',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '226000202',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728870',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Peugeot',
'model': '2008',
'odometer': 10370,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 16,
'photo_urls': ['https://images.openlane.eu/carimgs/5722297/general/3efb0bc8-fd4f-4a28-8f50-9b2a03bc015a.jpg',
'https://images.openlane.eu/carimgs/5722297/general/0325ccb8-3e2f-4d0a-95bb-876aa68334be.jpg',
'https://images.openlane.eu/carimgs/5722297/general/ad1abd84-57fd-42b8-8bbd-4d953b728187.jpg',
'https://images.openlane.eu/carimgs/5722297/general/6dd0312d-3945-4fa0-9b11-b096a919e0a6.jpg',
'https://images.openlane.eu/carimgs/5722297/general/9984aee8-7297-45ff-ad4f-fdf705d56813.jpg',
'https://images.openlane.eu/carimgs/5722297/general/1227d87d-ad86-43e6-bd56-f17d8bf3dd54.jpg',
'https://images.openlane.eu/carimgs/5722297/general/ec8e1321-f081-4c16-a894-211a52d46f18.jpg',
'https://images.openlane.eu/carimgs/5722297/general/3cc0ea5a-fff4-447b-b0e9-2b33547a2fd3.jpg',
'https://images.openlane.eu/carimgs/5722297/general/0d8a1a32-1d8c-475f-8258-e6fd7a9de6a9.jpg',
'https://images.openlane.eu/carimgs/5722297/general/d2ce3d6b-026a-4940-a6cc-90eb5a664244.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50170788-5ca3-532c-b07e-9970d1436925/50170788-5ca3-532c-b07e-9970d1436925_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65458,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722297/general/3efb0bc8-fd4f-4a28-8f50-9b2a03bc015a.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50170788-5ca3-532c-b07e-9970d1436925/50170788-5ca3-532c-b07e-9970d1436925_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62641,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722297/general/0325ccb8-3e2f-4d0a-95bb-876aa68334be.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50170788-5ca3-532c-b07e-9970d1436925/50170788-5ca3-532c-b07e-9970d1436925_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56153,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722297/general/ad1abd84-57fd-42b8-8bbd-4d953b728187.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50170788-5ca3-532c-b07e-9970d1436925/50170788-5ca3-532c-b07e-9970d1436925_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73314,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722297/general/6dd0312d-3945-4fa0-9b11-b096a919e0a6.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50170788-5ca3-532c-b07e-9970d1436925/50170788-5ca3-532c-b07e-9970d1436925_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53856,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722297/general/9984aee8-7297-45ff-ad4f-fdf705d56813.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50170788-5ca3-532c-b07e-9970d1436925/50170788-5ca3-532c-b07e-9970d1436925_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41131,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722297/general/1227d87d-ad86-43e6-bd56-f17d8bf3dd54.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50170788-5ca3-532c-b07e-9970d1436925/50170788-5ca3-532c-b07e-9970d1436925_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45560,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722297/general/ec8e1321-f081-4c16-a894-211a52d46f18.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50170788-5ca3-532c-b07e-9970d1436925/50170788-5ca3-532c-b07e-9970d1436925_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53604,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722297/general/3cc0ea5a-fff4-447b-b0e9-2b33547a2fd3.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50170788-5ca3-532c-b07e-9970d1436925/50170788-5ca3-532c-b07e-9970d1436925_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61873,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722297/general/0d8a1a32-1d8c-475f-8258-e6fd7a9de6a9.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50170788-5ca3-532c-b07e-9970d1436925/50170788-5ca3-532c-b07e-9970d1436925_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64440,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722297/general/d2ce3d6b-026a-4940-a6cc-90eb5a664244.jpg',
'Width': 720}],
'price': 17900,
'price_includes_vat': True,
'registration_date': '2024-10-18',
'seats_number': 5,
'seller_name': 'Car Trade Deutschland',
'title': 'Peugeot 2008 GT - Electric - Automatic - 136 hp - 10.370 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2024}
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728870%27 HTTP/1.1" 200 None
2026-03-26 12:16:11 [adesa.de] INFO: Saving data for 10728870: {'created_time': 1774527371.051428, 'last_price_update_time': 1774527371.051442, 'auction_closing_time': 1774596600.0}
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728870') HTTP/1.1" 204 0
2026-03-26 12:16:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19f22c3c-419a-5cb2-8183-8b2d2f0f052f with identifier: 10728876
2026-03-26 12:16:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19f22c3c-419a-5cb2-8183-8b2d2f0f052f with scrape type 1
2026-03-26 12:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 19f22c3c-419a-5cb2-8183-8b2d2f0f052f
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732974%252Fgeneral%252Fbf562bde-210f-48d9-8169-c29b13d72ea8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732974/general/bf562bde-210f-48d9-8169-c29b13d72ea8.jpg already downloaded
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732974%252Fgeneral%252F97879c84-a142-4296-9297-eccb50922f2e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732974/general/97879c84-a142-4296-9297-eccb50922f2e.jpg already downloaded
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732974%252Fgeneral%252Faa6df971-de7f-44b9-9c89-a714f6b0af1a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732974/general/aa6df971-de7f-44b9-9c89-a714f6b0af1a.jpg already downloaded
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732974%252Fgeneral%252F074cc5ee-814b-41e5-b9f3-716f0d72b6b7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732974/general/074cc5ee-814b-41e5-b9f3-716f0d72b6b7.jpg already downloaded
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732974%252Fgeneral%252F3bcd810e-7bc9-4d50-b2e5-f3b7464b9b6f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732974/general/3bcd810e-7bc9-4d50-b2e5-f3b7464b9b6f.jpg already downloaded
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732974%252Fgeneral%252F7ac3809e-2c84-45fc-afc4-28cd24534d81.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732974/general/7ac3809e-2c84-45fc-afc4-28cd24534d81.jpg already downloaded
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732974%252Fgeneral%252F1eff3456-632c-44ca-83fd-88de2a2234fb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732974/general/1eff3456-632c-44ca-83fd-88de2a2234fb.jpg already downloaded
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732974%252Fgeneral%252F3cd5b469-2ece-4a59-9808-517489cd8a89.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732974/general/3cd5b469-2ece-4a59-9808-517489cd8a89.jpg already downloaded
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732974%252Fgeneral%252F98e32b10-b788-4065-aba1-71fd39c8dc19.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732974/general/98e32b10-b788-4065-aba1-71fd39c8dc19.jpg already downloaded
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732974%252Fgeneral%252F1ad263fc-ece6-4f71-8571-faec285859d3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732974/general/1ad263fc-ece6-4f71-8571-faec285859d3.jpg already downloaded
2026-03-26 12:16:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 19f22c3c-419a-5cb2-8183-8b2d2f0f052f, identifier: 10728876
2026-03-26 12:16:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 19f22c3c-419a-5cb2-8183-8b2d2f0f052f with identifier: 10728876
2026-03-26 12:16:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 19f22c3c-419a-5cb2-8183-8b2d2f0f052f with identifier: 10728876
2026-03-26 12:16:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 19f22c3c-419a-5cb2-8183-8b2d2f0f052f with identifier: 10728876 to the API
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:16: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 12:16:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728876>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 190,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Electric',
'id': '19f22c3c-419a-5cb2-8183-8b2d2f0f052f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000671',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728876',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'EQB',
'odometer': 82281,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 40,
'photo_urls': ['https://images.openlane.eu/carimgs/5732974/general/bf562bde-210f-48d9-8169-c29b13d72ea8.jpg',
'https://images.openlane.eu/carimgs/5732974/general/97879c84-a142-4296-9297-eccb50922f2e.jpg',
'https://images.openlane.eu/carimgs/5732974/general/aa6df971-de7f-44b9-9c89-a714f6b0af1a.jpg',
'https://images.openlane.eu/carimgs/5732974/general/074cc5ee-814b-41e5-b9f3-716f0d72b6b7.jpg',
'https://images.openlane.eu/carimgs/5732974/general/3bcd810e-7bc9-4d50-b2e5-f3b7464b9b6f.jpg',
'https://images.openlane.eu/carimgs/5732974/general/7ac3809e-2c84-45fc-afc4-28cd24534d81.jpg',
'https://images.openlane.eu/carimgs/5732974/general/1eff3456-632c-44ca-83fd-88de2a2234fb.jpg',
'https://images.openlane.eu/carimgs/5732974/general/3cd5b469-2ece-4a59-9808-517489cd8a89.jpg',
'https://images.openlane.eu/carimgs/5732974/general/98e32b10-b788-4065-aba1-71fd39c8dc19.jpg',
'https://images.openlane.eu/carimgs/5732974/general/1ad263fc-ece6-4f71-8571-faec285859d3.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19f22c3c-419a-5cb2-8183-8b2d2f0f052f/19f22c3c-419a-5cb2-8183-8b2d2f0f052f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50509,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732974/general/bf562bde-210f-48d9-8169-c29b13d72ea8.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19f22c3c-419a-5cb2-8183-8b2d2f0f052f/19f22c3c-419a-5cb2-8183-8b2d2f0f052f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25371,
'Height': 258,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732974/general/97879c84-a142-4296-9297-eccb50922f2e.jpg',
'Width': 460},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19f22c3c-419a-5cb2-8183-8b2d2f0f052f/19f22c3c-419a-5cb2-8183-8b2d2f0f052f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25273,
'Height': 258,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732974/general/aa6df971-de7f-44b9-9c89-a714f6b0af1a.jpg',
'Width': 460},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19f22c3c-419a-5cb2-8183-8b2d2f0f052f/19f22c3c-419a-5cb2-8183-8b2d2f0f052f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49213,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732974/general/074cc5ee-814b-41e5-b9f3-716f0d72b6b7.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19f22c3c-419a-5cb2-8183-8b2d2f0f052f/19f22c3c-419a-5cb2-8183-8b2d2f0f052f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47459,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732974/general/3bcd810e-7bc9-4d50-b2e5-f3b7464b9b6f.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19f22c3c-419a-5cb2-8183-8b2d2f0f052f/19f22c3c-419a-5cb2-8183-8b2d2f0f052f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38028,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732974/general/7ac3809e-2c84-45fc-afc4-28cd24534d81.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19f22c3c-419a-5cb2-8183-8b2d2f0f052f/19f22c3c-419a-5cb2-8183-8b2d2f0f052f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47026,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732974/general/1eff3456-632c-44ca-83fd-88de2a2234fb.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19f22c3c-419a-5cb2-8183-8b2d2f0f052f/19f22c3c-419a-5cb2-8183-8b2d2f0f052f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43361,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732974/general/3cd5b469-2ece-4a59-9808-517489cd8a89.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19f22c3c-419a-5cb2-8183-8b2d2f0f052f/19f22c3c-419a-5cb2-8183-8b2d2f0f052f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37715,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732974/general/98e32b10-b788-4065-aba1-71fd39c8dc19.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19f22c3c-419a-5cb2-8183-8b2d2f0f052f/19f22c3c-419a-5cb2-8183-8b2d2f0f052f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41704,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732974/general/1ad263fc-ece6-4f71-8571-faec285859d3.jpg',
'Width': 688}],
'price': 21600,
'price_includes_vat': True,
'registration_date': '2023-02-24',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Mercedes-Benz EQB 250 progressive - Electric - Automatic - 190 hp - '
'82.281 km',
'transmission': 'automatic',
'trim': 'progressive',
'vin': None,
'year': 2023}
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728876%27 HTTP/1.1" 200 None
2026-03-26 12:16:11 [adesa.de] INFO: Saving data for 10728876: {'created_time': 1774527371.791273, 'last_price_update_time': 1774527371.791285, 'auction_closing_time': 1774596600.0}
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728876') HTTP/1.1" 204 0
2026-03-26 12:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728075> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16: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 12:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728882> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16: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 12:16:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3f2a61e-d4a1-5516-b501-bfd290528e8f with identifier: 10728075
2026-03-26 12:16:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3f2a61e-d4a1-5516-b501-bfd290528e8f with scrape type 1
2026-03-26 12:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c3f2a61e-d4a1-5516-b501-bfd290528e8f
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252F35d835b4-4983-4831-81da-90ddc07c0ddd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/35d835b4-4983-4831-81da-90ddc07c0ddd.jpg not downloaded yet
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252F07c67aa7-23a3-46d8-bdf9-348e69dce1ec.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/07c67aa7-23a3-46d8-bdf9-348e69dce1ec.jpg not downloaded yet
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252F407e131a-49ea-45c4-808b-3bf5dad6ec25.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/407e131a-49ea-45c4-808b-3bf5dad6ec25.jpg not downloaded yet
2026-03-26 12:16:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce33f36a-3c14-51ec-ad9e-a8e866ca282e with identifier: 10728882
2026-03-26 12:16:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce33f36a-3c14-51ec-ad9e-a8e866ca282e with scrape type 1
2026-03-26 12:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ce33f36a-3c14-51ec-ad9e-a8e866ca282e
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737459%252Fgeneral%252F884f0bc5-5262-4bc5-b96a-628e029fd0e5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737459/general/884f0bc5-5262-4bc5-b96a-628e029fd0e5.jpg already downloaded
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737459%252Fgeneral%252F0af4f1b1-5076-4cc8-9110-04cf76985ada.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737459/general/0af4f1b1-5076-4cc8-9110-04cf76985ada.jpg already downloaded
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737459%252Fgeneral%252F06dd2b57-dd0b-4c32-a522-2ceaed0b8918.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737459/general/06dd2b57-dd0b-4c32-a522-2ceaed0b8918.jpg already downloaded
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737459%252Fgeneral%252F4a574968-068c-4cd5-a28e-f2d0a5988417.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737459/general/4a574968-068c-4cd5-a28e-f2d0a5988417.jpg already downloaded
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737459%252Fgeneral%252Fba67a616-3f3b-4c53-a23e-07f7e119ef6c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737459/general/ba67a616-3f3b-4c53-a23e-07f7e119ef6c.jpg already downloaded
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737459%252Fgeneral%252Fc1cf45fa-fd93-46af-ab03-2cfae238d8ef.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737459/general/c1cf45fa-fd93-46af-ab03-2cfae238d8ef.jpg already downloaded
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737459%252Fgeneral%252F130ecc95-2599-4b15-99a1-4c39c317feef.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737459/general/130ecc95-2599-4b15-99a1-4c39c317feef.jpg already downloaded
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737459%252Fgeneral%252F5b3cf2f7-8fe2-4883-aac8-a4a6771cb0e6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737459/general/5b3cf2f7-8fe2-4883-aac8-a4a6771cb0e6.jpg already downloaded
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737459%252Fgeneral%252Fe0c2bb93-8308-4e49-af41-9b11d107c1f4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737459/general/e0c2bb93-8308-4e49-af41-9b11d107c1f4.jpg already downloaded
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737459%252Fgeneral%252Fb5908059-3fd3-4931-ae03-6461b1654cf2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737459/general/b5908059-3fd3-4931-ae03-6461b1654cf2.jpg already downloaded
2026-03-26 12:16:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: ce33f36a-3c14-51ec-ad9e-a8e866ca282e, identifier: 10728882
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252Fba3eaac5-e6ff-47db-9ef4-2d84b5163a73.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/ba3eaac5-e6ff-47db-9ef4-2d84b5163a73.jpg not downloaded yet
2026-03-26 12:16:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: ce33f36a-3c14-51ec-ad9e-a8e866ca282e with identifier: 10728882
2026-03-26 12:16:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: ce33f36a-3c14-51ec-ad9e-a8e866ca282e with identifier: 10728882
2026-03-26 12:16:13 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: ce33f36a-3c14-51ec-ad9e-a8e866ca282e with identifier: 10728882 to the API
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:16: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 12:16:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728882>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Hybrid',
'id': 'ce33f36a-3c14-51ec-ad9e-a8e866ca282e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '226000229',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728882',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Mercedes-Benz',
'model': 'GLC',
'odometer': 44984,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 20,
'photo_urls': ['https://images.openlane.eu/carimgs/5737459/general/884f0bc5-5262-4bc5-b96a-628e029fd0e5.jpg',
'https://images.openlane.eu/carimgs/5737459/general/0af4f1b1-5076-4cc8-9110-04cf76985ada.jpg',
'https://images.openlane.eu/carimgs/5737459/general/06dd2b57-dd0b-4c32-a522-2ceaed0b8918.jpg',
'https://images.openlane.eu/carimgs/5737459/general/4a574968-068c-4cd5-a28e-f2d0a5988417.jpg',
'https://images.openlane.eu/carimgs/5737459/general/ba67a616-3f3b-4c53-a23e-07f7e119ef6c.jpg',
'https://images.openlane.eu/carimgs/5737459/general/c1cf45fa-fd93-46af-ab03-2cfae238d8ef.jpg',
'https://images.openlane.eu/carimgs/5737459/general/130ecc95-2599-4b15-99a1-4c39c317feef.jpg',
'https://images.openlane.eu/carimgs/5737459/general/5b3cf2f7-8fe2-4883-aac8-a4a6771cb0e6.jpg',
'https://images.openlane.eu/carimgs/5737459/general/e0c2bb93-8308-4e49-af41-9b11d107c1f4.jpg',
'https://images.openlane.eu/carimgs/5737459/general/b5908059-3fd3-4931-ae03-6461b1654cf2.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce33f36a-3c14-51ec-ad9e-a8e866ca282e/ce33f36a-3c14-51ec-ad9e-a8e866ca282e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 568608,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737459/general/884f0bc5-5262-4bc5-b96a-628e029fd0e5.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce33f36a-3c14-51ec-ad9e-a8e866ca282e/ce33f36a-3c14-51ec-ad9e-a8e866ca282e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 588733,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737459/general/0af4f1b1-5076-4cc8-9110-04cf76985ada.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce33f36a-3c14-51ec-ad9e-a8e866ca282e/ce33f36a-3c14-51ec-ad9e-a8e866ca282e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 478298,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737459/general/06dd2b57-dd0b-4c32-a522-2ceaed0b8918.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce33f36a-3c14-51ec-ad9e-a8e866ca282e/ce33f36a-3c14-51ec-ad9e-a8e866ca282e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 456411,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737459/general/4a574968-068c-4cd5-a28e-f2d0a5988417.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce33f36a-3c14-51ec-ad9e-a8e866ca282e/ce33f36a-3c14-51ec-ad9e-a8e866ca282e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 486401,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737459/general/ba67a616-3f3b-4c53-a23e-07f7e119ef6c.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce33f36a-3c14-51ec-ad9e-a8e866ca282e/ce33f36a-3c14-51ec-ad9e-a8e866ca282e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 372682,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737459/general/c1cf45fa-fd93-46af-ab03-2cfae238d8ef.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce33f36a-3c14-51ec-ad9e-a8e866ca282e/ce33f36a-3c14-51ec-ad9e-a8e866ca282e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 391179,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737459/general/130ecc95-2599-4b15-99a1-4c39c317feef.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce33f36a-3c14-51ec-ad9e-a8e866ca282e/ce33f36a-3c14-51ec-ad9e-a8e866ca282e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 503129,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737459/general/5b3cf2f7-8fe2-4883-aac8-a4a6771cb0e6.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce33f36a-3c14-51ec-ad9e-a8e866ca282e/ce33f36a-3c14-51ec-ad9e-a8e866ca282e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 472545,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737459/general/e0c2bb93-8308-4e49-af41-9b11d107c1f4.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce33f36a-3c14-51ec-ad9e-a8e866ca282e/ce33f36a-3c14-51ec-ad9e-a8e866ca282e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245933,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737459/general/b5908059-3fd3-4931-ae03-6461b1654cf2.jpg',
'Width': 1920}],
'price': 53200,
'price_includes_vat': True,
'registration_date': '2024-05-14',
'seats_number': 5,
'seller_name': 'Car Trade Deutschland',
'title': 'Mercedes-Benz GLC 300de AMG Line - 4-Matic - Hybrid - Automatic - '
'197 hp - 44.984 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2024}
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728882%27 HTTP/1.1" 200 None
2026-03-26 12:16:13 [adesa.de] INFO: Saving data for 10728882: {'created_time': 1774527373.408663, 'last_price_update_time': 1774527373.408676, 'auction_closing_time': 1774596600.0}
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728882') HTTP/1.1" 204 0
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252Fb761e895-6272-4adc-8943-03c7bb9814d4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/b761e895-6272-4adc-8943-03c7bb9814d4.jpg not downloaded yet
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252F6d9626cb-7ca4-4d4f-b2bc-5c96789fd854.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/6d9626cb-7ca4-4d4f-b2bc-5c96789fd854.jpg not downloaded yet
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252F33526b03-a5e2-48c8-a809-889751c3cd1d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/33526b03-a5e2-48c8-a809-889751c3cd1d.jpg not downloaded yet
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252F027389aa-2f9d-45c6-b33d-7dd0f50d7e29.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/027389aa-2f9d-45c6-b33d-7dd0f50d7e29.jpg not downloaded yet
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252Fea5a9013-7e06-4715-8176-38068eb108d6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/ea5a9013-7e06-4715-8176-38068eb108d6.jpg not downloaded yet
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252Ff134fd86-6e1f-4cf8-a40a-a6f6786da4c2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/f134fd86-6e1f-4cf8-a40a-a6f6786da4c2.jpg not downloaded yet
2026-03-26 12:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728904> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16: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 12:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747312/general/f134fd86-6e1f-4cf8-a40a-a6f6786da4c2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728075)
2026-03-26 12:16:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc036555-d198-5af0-8912-99d6026b6866 with identifier: 10728904
2026-03-26 12:16:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc036555-d198-5af0-8912-99d6026b6866 with scrape type 1
2026-03-26 12:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fc036555-d198-5af0-8912-99d6026b6866
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721130%252Fgeneral%252Fb704cf2b-bcec-4e5e-8a3a-4872f9e947e8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721130/general/b704cf2b-bcec-4e5e-8a3a-4872f9e947e8.jpg already downloaded
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721130%252Fgeneral%252Fb9159e7f-01b4-4e85-b2d8-461e93896008.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721130/general/b9159e7f-01b4-4e85-b2d8-461e93896008.jpg already downloaded
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721130%252Fgeneral%252F469d2faf-b3a8-42fe-9af7-d6e6637684d9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721130/general/469d2faf-b3a8-42fe-9af7-d6e6637684d9.jpg already downloaded
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721130%252Fgeneral%252F5a9a8912-41fd-4da3-bc0d-b001b2fecf6e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721130/general/5a9a8912-41fd-4da3-bc0d-b001b2fecf6e.jpg already downloaded
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721130%252Fgeneral%252F4b971c41-5709-41e7-ba6f-829547c6e7d0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721130/general/4b971c41-5709-41e7-ba6f-829547c6e7d0.jpg already downloaded
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721130%252Fgeneral%252Fdc8d3746-2a00-45f1-b761-ce4e433cbaaa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721130/general/dc8d3746-2a00-45f1-b761-ce4e433cbaaa.jpg already downloaded
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721130%252Fgeneral%252F5ac0524e-d1d5-4b79-bba2-ad39478e1a88.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721130/general/5ac0524e-d1d5-4b79-bba2-ad39478e1a88.jpg already downloaded
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721130%252Fgeneral%252Fd38e0642-d4a4-4a72-9571-9529c7f22d8c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721130/general/d38e0642-d4a4-4a72-9571-9529c7f22d8c.jpg already downloaded
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721130%252Fgeneral%252F66e813cb-d192-4573-8616-b8e52e696f3b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721130/general/66e813cb-d192-4573-8616-b8e52e696f3b.jpg already downloaded
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721130%252Fgeneral%252F7912331e-a90a-44ea-a9b8-72197e9b05a5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721130/general/7912331e-a90a-44ea-a9b8-72197e9b05a5.jpg already downloaded
2026-03-26 12:16:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: fc036555-d198-5af0-8912-99d6026b6866, identifier: 10728904
2026-03-26 12:16:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: fc036555-d198-5af0-8912-99d6026b6866 with identifier: 10728904
2026-03-26 12:16:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: fc036555-d198-5af0-8912-99d6026b6866 with identifier: 10728904
2026-03-26 12:16:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: fc036555-d198-5af0-8912-99d6026b6866 with identifier: 10728904 to the API
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:16: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 12:16:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728904>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 194,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Hybrid',
'id': 'fc036555-d198-5af0-8912-99d6026b6866',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '226000200',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728904',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Mercedes-Benz',
'model': 'GLC',
'odometer': 90994,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 16,
'photo_urls': ['https://images.openlane.eu/carimgs/5721130/general/b704cf2b-bcec-4e5e-8a3a-4872f9e947e8.jpg',
'https://images.openlane.eu/carimgs/5721130/general/b9159e7f-01b4-4e85-b2d8-461e93896008.jpg',
'https://images.openlane.eu/carimgs/5721130/general/469d2faf-b3a8-42fe-9af7-d6e6637684d9.jpg',
'https://images.openlane.eu/carimgs/5721130/general/5a9a8912-41fd-4da3-bc0d-b001b2fecf6e.jpg',
'https://images.openlane.eu/carimgs/5721130/general/4b971c41-5709-41e7-ba6f-829547c6e7d0.jpg',
'https://images.openlane.eu/carimgs/5721130/general/dc8d3746-2a00-45f1-b761-ce4e433cbaaa.jpg',
'https://images.openlane.eu/carimgs/5721130/general/5ac0524e-d1d5-4b79-bba2-ad39478e1a88.jpg',
'https://images.openlane.eu/carimgs/5721130/general/d38e0642-d4a4-4a72-9571-9529c7f22d8c.jpg',
'https://images.openlane.eu/carimgs/5721130/general/66e813cb-d192-4573-8616-b8e52e696f3b.jpg',
'https://images.openlane.eu/carimgs/5721130/general/7912331e-a90a-44ea-a9b8-72197e9b05a5.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc036555-d198-5af0-8912-99d6026b6866/fc036555-d198-5af0-8912-99d6026b6866_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130447,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721130/general/b704cf2b-bcec-4e5e-8a3a-4872f9e947e8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc036555-d198-5af0-8912-99d6026b6866/fc036555-d198-5af0-8912-99d6026b6866_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139422,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721130/general/b9159e7f-01b4-4e85-b2d8-461e93896008.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc036555-d198-5af0-8912-99d6026b6866/fc036555-d198-5af0-8912-99d6026b6866_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144071,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721130/general/469d2faf-b3a8-42fe-9af7-d6e6637684d9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc036555-d198-5af0-8912-99d6026b6866/fc036555-d198-5af0-8912-99d6026b6866_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143746,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721130/general/5a9a8912-41fd-4da3-bc0d-b001b2fecf6e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc036555-d198-5af0-8912-99d6026b6866/fc036555-d198-5af0-8912-99d6026b6866_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96855,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721130/general/4b971c41-5709-41e7-ba6f-829547c6e7d0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc036555-d198-5af0-8912-99d6026b6866/fc036555-d198-5af0-8912-99d6026b6866_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65813,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721130/general/dc8d3746-2a00-45f1-b761-ce4e433cbaaa.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc036555-d198-5af0-8912-99d6026b6866/fc036555-d198-5af0-8912-99d6026b6866_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75931,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721130/general/5ac0524e-d1d5-4b79-bba2-ad39478e1a88.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc036555-d198-5af0-8912-99d6026b6866/fc036555-d198-5af0-8912-99d6026b6866_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98807,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721130/general/d38e0642-d4a4-4a72-9571-9529c7f22d8c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc036555-d198-5af0-8912-99d6026b6866/fc036555-d198-5af0-8912-99d6026b6866_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92717,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721130/general/66e813cb-d192-4573-8616-b8e52e696f3b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc036555-d198-5af0-8912-99d6026b6866/fc036555-d198-5af0-8912-99d6026b6866_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86280,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721130/general/7912331e-a90a-44ea-a9b8-72197e9b05a5.jpg',
'Width': 1024}],
'price': 27000,
'price_includes_vat': True,
'registration_date': '2021-05-07',
'seats_number': 5,
'seller_name': 'Car Trade Deutschland',
'title': 'Mercedes-Benz GLC 300de AMG Line - 4-Matic - Hybrid - Automatic - '
'194 hp - 90.994 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2021}
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728904%27 HTTP/1.1" 200 None
2026-03-26 12:16:14 [adesa.de] INFO: Saving data for 10728904: {'created_time': 1774527374.914416, 'last_price_update_time': 1774527374.914431, 'auction_closing_time': 1774597200.0}
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728904') HTTP/1.1" 204 0
2026-03-26 12:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747312/general/ea5a9013-7e06-4715-8176-38068eb108d6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728075)
2026-03-26 12:16:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d7284d0>
2026-03-26 12:16:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16: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 12:16:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252Ff134fd86-6e1f-4cf8-a40a-a6f6786da4c2.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/f134fd86-6e1f-4cf8-a40a-a6f6786da4c2.jpg saved to cache
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c3f2a61e-d4a1-5516-b501-bfd290528e8f
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e79010>
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252Fea5a9013-7e06-4715-8176-38068eb108d6.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/ea5a9013-7e06-4715-8176-38068eb108d6.jpg saved to cache
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c3f2a61e-d4a1-5516-b501-bfd290528e8f
2026-03-26 12:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747312/general/027389aa-2f9d-45c6-b33d-7dd0f50d7e29.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728075)
2026-03-26 12:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747312/general/33526b03-a5e2-48c8-a809-889751c3cd1d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728075)
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d10d0>
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252F027389aa-2f9d-45c6-b33d-7dd0f50d7e29.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/027389aa-2f9d-45c6-b33d-7dd0f50d7e29.jpg saved to cache
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c3f2a61e-d4a1-5516-b501-bfd290528e8f
2026-03-26 12:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747312/general/6d9626cb-7ca4-4d4f-b2bc-5c96789fd854.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728075)
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fc2ed0>
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252F33526b03-a5e2-48c8-a809-889751c3cd1d.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/33526b03-a5e2-48c8-a809-889751c3cd1d.jpg saved to cache
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c3f2a61e-d4a1-5516-b501-bfd290528e8f
2026-03-26 12:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747312/general/b761e895-6272-4adc-8943-03c7bb9814d4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728075)
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1746d0>
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252F6d9626cb-7ca4-4d4f-b2bc-5c96789fd854.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/6d9626cb-7ca4-4d4f-b2bc-5c96789fd854.jpg saved to cache
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c3f2a61e-d4a1-5516-b501-bfd290528e8f
2026-03-26 12:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747312/general/ba3eaac5-e6ff-47db-9ef4-2d84b5163a73.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728075)
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c175450>
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252Fb761e895-6272-4adc-8943-03c7bb9814d4.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/b761e895-6272-4adc-8943-03c7bb9814d4.jpg saved to cache
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c3f2a61e-d4a1-5516-b501-bfd290528e8f
2026-03-26 12:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747312/general/407e131a-49ea-45c4-808b-3bf5dad6ec25.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728075)
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ec6d50>
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252Fba3eaac5-e6ff-47db-9ef4-2d84b5163a73.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/ba3eaac5-e6ff-47db-9ef4-2d84b5163a73.jpg saved to cache
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c3f2a61e-d4a1-5516-b501-bfd290528e8f
2026-03-26 12:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747312/general/07c67aa7-23a3-46d8-bdf9-348e69dce1ec.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728075)
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c183d50>
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252F407e131a-49ea-45c4-808b-3bf5dad6ec25.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/407e131a-49ea-45c4-808b-3bf5dad6ec25.jpg saved to cache
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c3f2a61e-d4a1-5516-b501-bfd290528e8f
2026-03-26 12:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747312/general/35d835b4-4983-4831-81da-90ddc07c0ddd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728075)
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25b2d0>
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252F07c67aa7-23a3-46d8-bdf9-348e69dce1ec.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/07c67aa7-23a3-46d8-bdf9-348e69dce1ec.jpg saved to cache
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c3f2a61e-d4a1-5516-b501-bfd290528e8f
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ce990>
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:16:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747312%252Fgeneral%252F35d835b4-4983-4831-81da-90ddc07c0ddd.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747312/general/35d835b4-4983-4831-81da-90ddc07c0ddd.jpg saved to cache
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c3f2a61e-d4a1-5516-b501-bfd290528e8f
2026-03-26 12:16:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c3f2a61e-d4a1-5516-b501-bfd290528e8f, skipping ID generation
2026-03-26 12:16:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3f2a61e-d4a1-5516-b501-bfd290528e8f with scrape type 1
2026-03-26 12:16:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c3f2a61e-d4a1-5516-b501-bfd290528e8f sending to next pipeline
2026-03-26 12:16:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c3f2a61e-d4a1-5516-b501-bfd290528e8f, identifier: 10728075
2026-03-26 12:16:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c3f2a61e-d4a1-5516-b501-bfd290528e8f with identifier: 10728075
2026-03-26 12:16:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 12:16:16 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Orange HTTP/1.1" 200 None
2026-03-26 12:16:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 12:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 12:16:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c3f2a61e-d4a1-5516-b501-bfd290528e8f with identifier: 10728075
2026-03-26 12:16:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c3f2a61e-d4a1-5516-b501-bfd290528e8f with identifier: 10728075 to the API
2026-03-26 12:16:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:16: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 12:16:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747312/general/35d835b4-4983-4831-81da-90ddc07c0ddd.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:20:40Z',
'fuel_type': 'Electric',
'id': 'c3f2a61e-d4a1-5516-b501-bfd290528e8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990952-2540389',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728075',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 15643,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 12,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118722,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747312/general/35d835b4-4983-4831-81da-90ddc07c0ddd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 220398,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747312/general/07c67aa7-23a3-46d8-bdf9-348e69dce1ec.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217601,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747312/general/407e131a-49ea-45c4-808b-3bf5dad6ec25.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 184171,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747312/general/ba3eaac5-e6ff-47db-9ef4-2d84b5163a73.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215550,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747312/general/b761e895-6272-4adc-8943-03c7bb9814d4.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226359,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747312/general/6d9626cb-7ca4-4d4f-b2bc-5c96789fd854.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170549,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747312/general/33526b03-a5e2-48c8-a809-889751c3cd1d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206897,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747312/general/027389aa-2f9d-45c6-b33d-7dd0f50d7e29.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168774,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747312/general/ea5a9013-7e06-4715-8176-38068eb108d6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3f2a61e-d4a1-5516-b501-bfd290528e8f/c3f2a61e-d4a1-5516-b501-bfd290528e8f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209969,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747312/general/f134fd86-6e1f-4cf8-a40a-a6f6786da4c2.jpg',
'Width': 1280}],
'price': 9400,
'price_includes_vat': True,
'registration_date': '2022-12-20',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Corsa Edition - Electric - Automatic - 136 hp - 15.643 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728075%27 HTTP/1.1" 200 None
2026-03-26 12:16:16 [adesa.de] INFO: Saving data for 10728075: {'created_time': 1774527376.545714, 'last_price_update_time': 1774527376.545726, 'auction_closing_time': 1774617640.0}
2026-03-26 12:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728075') HTTP/1.1" 204 0
2026-03-26 12:16:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728929> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16: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 12:16:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727175> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16: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 12:16:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e11f6abe-657b-5b65-b785-10b119abf269 with identifier: 10728929
2026-03-26 12:16:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e11f6abe-657b-5b65-b785-10b119abf269 with scrape type 1
2026-03-26 12:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e11f6abe-657b-5b65-b785-10b119abf269
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745971%252Fgeneral%252F6024bb7d-4c95-497b-855b-89bfd68eb4f3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745971/general/6024bb7d-4c95-497b-855b-89bfd68eb4f3.jpg already downloaded
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745971%252Fgeneral%252F95fa50bd-6689-4db1-a892-2c49058b2062.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745971/general/95fa50bd-6689-4db1-a892-2c49058b2062.jpg already downloaded
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745971%252Fgeneral%252F7639530e-f869-4656-be32-969413686eda.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745971/general/7639530e-f869-4656-be32-969413686eda.jpg already downloaded
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745971%252Fgeneral%252F3ffc1c8a-430e-4daf-ad50-bbb95b8a7e66.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745971/general/3ffc1c8a-430e-4daf-ad50-bbb95b8a7e66.jpg already downloaded
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745971%252Fgeneral%252Fcf52c986-6a34-43ef-92ba-eac19f5468c0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745971/general/cf52c986-6a34-43ef-92ba-eac19f5468c0.jpg already downloaded
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745971%252Fgeneral%252F8e238d61-5c23-4050-afb3-d87a67723015.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745971/general/8e238d61-5c23-4050-afb3-d87a67723015.jpg already downloaded
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745971%252Fgeneral%252F296b33ee-b2e8-4a50-8589-8e2d2baf887d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745971/general/296b33ee-b2e8-4a50-8589-8e2d2baf887d.jpg already downloaded
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745971%252Fgeneral%252F36d221f3-d0df-499d-a7df-e1bb647675ec.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745971/general/36d221f3-d0df-499d-a7df-e1bb647675ec.jpg already downloaded
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745971%252Fgeneral%252Fd6fd7d7a-284e-4021-bfce-74d23ac277bc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745971/general/d6fd7d7a-284e-4021-bfce-74d23ac277bc.jpg already downloaded
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745971%252Fgeneral%252F70b56d1f-d93f-4536-8148-09294ceda0e6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745971/general/70b56d1f-d93f-4536-8148-09294ceda0e6.jpg already downloaded
2026-03-26 12:16:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e11f6abe-657b-5b65-b785-10b119abf269, identifier: 10728929
2026-03-26 12:16:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e11f6abe-657b-5b65-b785-10b119abf269 with identifier: 10728929
2026-03-26 12:16:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e11f6abe-657b-5b65-b785-10b119abf269 with identifier: 10728929
2026-03-26 12:16:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e11f6abe-657b-5b65-b785-10b119abf269 with identifier: 10728929 to the API
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:16: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 12:16:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728929>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 487,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Electric',
'id': 'e11f6abe-657b-5b65-b785-10b119abf269',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '226000238',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728929',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 87800,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 16,
'photo_urls': ['https://images.openlane.eu/carimgs/5745971/general/6024bb7d-4c95-497b-855b-89bfd68eb4f3.jpg',
'https://images.openlane.eu/carimgs/5745971/general/95fa50bd-6689-4db1-a892-2c49058b2062.jpg',
'https://images.openlane.eu/carimgs/5745971/general/7639530e-f869-4656-be32-969413686eda.jpg',
'https://images.openlane.eu/carimgs/5745971/general/3ffc1c8a-430e-4daf-ad50-bbb95b8a7e66.jpg',
'https://images.openlane.eu/carimgs/5745971/general/cf52c986-6a34-43ef-92ba-eac19f5468c0.jpg',
'https://images.openlane.eu/carimgs/5745971/general/8e238d61-5c23-4050-afb3-d87a67723015.jpg',
'https://images.openlane.eu/carimgs/5745971/general/296b33ee-b2e8-4a50-8589-8e2d2baf887d.jpg',
'https://images.openlane.eu/carimgs/5745971/general/36d221f3-d0df-499d-a7df-e1bb647675ec.jpg',
'https://images.openlane.eu/carimgs/5745971/general/d6fd7d7a-284e-4021-bfce-74d23ac277bc.jpg',
'https://images.openlane.eu/carimgs/5745971/general/70b56d1f-d93f-4536-8148-09294ceda0e6.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e11f6abe-657b-5b65-b785-10b119abf269/e11f6abe-657b-5b65-b785-10b119abf269_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88282,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745971/general/6024bb7d-4c95-497b-855b-89bfd68eb4f3.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e11f6abe-657b-5b65-b785-10b119abf269/e11f6abe-657b-5b65-b785-10b119abf269_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86890,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745971/general/95fa50bd-6689-4db1-a892-2c49058b2062.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e11f6abe-657b-5b65-b785-10b119abf269/e11f6abe-657b-5b65-b785-10b119abf269_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81898,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745971/general/7639530e-f869-4656-be32-969413686eda.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e11f6abe-657b-5b65-b785-10b119abf269/e11f6abe-657b-5b65-b785-10b119abf269_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81145,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745971/general/3ffc1c8a-430e-4daf-ad50-bbb95b8a7e66.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e11f6abe-657b-5b65-b785-10b119abf269/e11f6abe-657b-5b65-b785-10b119abf269_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62676,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745971/general/cf52c986-6a34-43ef-92ba-eac19f5468c0.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e11f6abe-657b-5b65-b785-10b119abf269/e11f6abe-657b-5b65-b785-10b119abf269_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65968,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745971/general/8e238d61-5c23-4050-afb3-d87a67723015.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e11f6abe-657b-5b65-b785-10b119abf269/e11f6abe-657b-5b65-b785-10b119abf269_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65610,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745971/general/296b33ee-b2e8-4a50-8589-8e2d2baf887d.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e11f6abe-657b-5b65-b785-10b119abf269/e11f6abe-657b-5b65-b785-10b119abf269_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80145,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745971/general/36d221f3-d0df-499d-a7df-e1bb647675ec.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e11f6abe-657b-5b65-b785-10b119abf269/e11f6abe-657b-5b65-b785-10b119abf269_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64144,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745971/general/d6fd7d7a-284e-4021-bfce-74d23ac277bc.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e11f6abe-657b-5b65-b785-10b119abf269/e11f6abe-657b-5b65-b785-10b119abf269_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87925,
'Height': 540,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745971/general/70b56d1f-d93f-4536-8148-09294ceda0e6.jpg',
'Width': 720}],
'price': 23900,
'price_includes_vat': True,
'registration_date': '2023-06-28',
'seats_number': 5,
'seller_name': 'Car Trade Deutschland',
'title': 'Tesla Model 3 Performance 75 kWh - Dual Motor - Electric - '
'Automatic - 487 hp - 87.800 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728929%27 HTTP/1.1" 200 None
2026-03-26 12:16:19 [adesa.de] INFO: Saving data for 10728929: {'created_time': 1774527379.237206, 'last_price_update_time': 1774527379.23722, 'auction_closing_time': 1774597200.0}
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728929') HTTP/1.1" 204 0
2026-03-26 12:16:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f112136a-6cb0-5688-b0c2-2ca4d8188993 with identifier: 10727175
2026-03-26 12:16:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f112136a-6cb0-5688-b0c2-2ca4d8188993 with scrape type 1
2026-03-26 12:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f112136a-6cb0-5688-b0c2-2ca4d8188993
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252F1611884d-2fff-4780-96d6-77697e199780.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/1611884d-2fff-4780-96d6-77697e199780.jpg not downloaded yet
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252F1c7d934e-7bbe-43a3-994e-8681ef35fdaf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/1c7d934e-7bbe-43a3-994e-8681ef35fdaf.jpg not downloaded yet
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252F8574a3fd-b668-483b-a264-490d53c20d5d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/8574a3fd-b668-483b-a264-490d53c20d5d.jpg not downloaded yet
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252Fc0a4f518-0d67-4553-9df5-d476bd0066c1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/c0a4f518-0d67-4553-9df5-d476bd0066c1.jpg not downloaded yet
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252F7f66438e-9f0f-45b3-b7dc-1f3cc091730e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/7f66438e-9f0f-45b3-b7dc-1f3cc091730e.jpg not downloaded yet
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252Fca1c592c-a3a4-4fd6-83a0-97378e2199ff.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/ca1c592c-a3a4-4fd6-83a0-97378e2199ff.jpg not downloaded yet
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252F92611f07-361f-496f-8487-f1a1cb95ed6a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/92611f07-361f-496f-8487-f1a1cb95ed6a.jpg not downloaded yet
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252F71887ab4-43a6-4181-9f8c-6f9dc3ef8f13.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/71887ab4-43a6-4181-9f8c-6f9dc3ef8f13.jpg not downloaded yet
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252F590729cb-db0b-4728-9b35-94f6973c9620.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/590729cb-db0b-4728-9b35-94f6973c9620.jpg not downloaded yet
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252Ff29c25ed-4e6f-4b34-86c3-0f2d6774b5c8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/f29c25ed-4e6f-4b34-86c3-0f2d6774b5c8.jpg not downloaded yet
2026-03-26 12:16:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728888> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16: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 12:16:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746784/general/f29c25ed-4e6f-4b34-86c3-0f2d6774b5c8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727175)
2026-03-26 12:16:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 114e43bd-bcce-5925-9c74-09829f22006f with identifier: 10728888
2026-03-26 12:16:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 114e43bd-bcce-5925-9c74-09829f22006f with scrape type 1
2026-03-26 12:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 114e43bd-bcce-5925-9c74-09829f22006f
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742569%252Fgeneral%252F3cf0cefa-45cf-4bfd-a340-db8d65b49579.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742569/general/3cf0cefa-45cf-4bfd-a340-db8d65b49579.jpg already downloaded
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742569%252Fgeneral%252F8cc674c2-f947-453a-ad92-0194b82e0a52.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742569/general/8cc674c2-f947-453a-ad92-0194b82e0a52.jpg already downloaded
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742569%252Fgeneral%252Fcc24f927-9991-40ee-92c6-1f4829a8fdef.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742569/general/cc24f927-9991-40ee-92c6-1f4829a8fdef.jpg already downloaded
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742569%252Fgeneral%252Ff79800d9-b7b3-4a15-9dbf-f0f47ca52bc3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742569/general/f79800d9-b7b3-4a15-9dbf-f0f47ca52bc3.jpg already downloaded
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742569%252Fgeneral%252F771293f1-c436-4061-9ed0-3c8f15cd9b4e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742569/general/771293f1-c436-4061-9ed0-3c8f15cd9b4e.jpg already downloaded
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742569%252Fgeneral%252F5187dc6d-1dee-461b-97bd-431564fb7efb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742569/general/5187dc6d-1dee-461b-97bd-431564fb7efb.jpg already downloaded
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742569%252Fgeneral%252F00b0afbc-916b-44d4-81b1-135139c6b4bd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742569/general/00b0afbc-916b-44d4-81b1-135139c6b4bd.jpg already downloaded
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742569%252Fgeneral%252F891f28db-c85f-4675-be5a-9813882cee13.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742569/general/891f28db-c85f-4675-be5a-9813882cee13.jpg already downloaded
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742569%252Fgeneral%252F881071ae-287d-420e-9160-9f6c8a37a2d7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742569/general/881071ae-287d-420e-9160-9f6c8a37a2d7.jpg already downloaded
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742569%252Fgeneral%252F8bef4fda-ac19-4b07-afa6-792e3574d966.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742569/general/8bef4fda-ac19-4b07-afa6-792e3574d966.jpg already downloaded
2026-03-26 12:16:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 114e43bd-bcce-5925-9c74-09829f22006f, identifier: 10728888
2026-03-26 12:16:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 114e43bd-bcce-5925-9c74-09829f22006f with identifier: 10728888
2026-03-26 12:16:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 114e43bd-bcce-5925-9c74-09829f22006f with identifier: 10728888
2026-03-26 12:16:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 114e43bd-bcce-5925-9c74-09829f22006f with identifier: 10728888 to the API
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:16: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 12:16:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728888>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 211,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Hybrid',
'id': '114e43bd-bcce-5925-9c74-09829f22006f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000700',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728888',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'GLC',
'odometer': 73494,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 20,
'photo_urls': ['https://images.openlane.eu/carimgs/5742569/general/3cf0cefa-45cf-4bfd-a340-db8d65b49579.jpg',
'https://images.openlane.eu/carimgs/5742569/general/8cc674c2-f947-453a-ad92-0194b82e0a52.jpg',
'https://images.openlane.eu/carimgs/5742569/general/cc24f927-9991-40ee-92c6-1f4829a8fdef.jpg',
'https://images.openlane.eu/carimgs/5742569/general/f79800d9-b7b3-4a15-9dbf-f0f47ca52bc3.jpg',
'https://images.openlane.eu/carimgs/5742569/general/771293f1-c436-4061-9ed0-3c8f15cd9b4e.jpg',
'https://images.openlane.eu/carimgs/5742569/general/5187dc6d-1dee-461b-97bd-431564fb7efb.jpg',
'https://images.openlane.eu/carimgs/5742569/general/00b0afbc-916b-44d4-81b1-135139c6b4bd.jpg',
'https://images.openlane.eu/carimgs/5742569/general/891f28db-c85f-4675-be5a-9813882cee13.jpg',
'https://images.openlane.eu/carimgs/5742569/general/881071ae-287d-420e-9160-9f6c8a37a2d7.jpg',
'https://images.openlane.eu/carimgs/5742569/general/8bef4fda-ac19-4b07-afa6-792e3574d966.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_114e43bd-bcce-5925-9c74-09829f22006f/114e43bd-bcce-5925-9c74-09829f22006f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1029619,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742569/general/3cf0cefa-45cf-4bfd-a340-db8d65b49579.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_114e43bd-bcce-5925-9c74-09829f22006f/114e43bd-bcce-5925-9c74-09829f22006f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1009029,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742569/general/8cc674c2-f947-453a-ad92-0194b82e0a52.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_114e43bd-bcce-5925-9c74-09829f22006f/114e43bd-bcce-5925-9c74-09829f22006f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 951546,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742569/general/cc24f927-9991-40ee-92c6-1f4829a8fdef.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_114e43bd-bcce-5925-9c74-09829f22006f/114e43bd-bcce-5925-9c74-09829f22006f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 951326,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742569/general/f79800d9-b7b3-4a15-9dbf-f0f47ca52bc3.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_114e43bd-bcce-5925-9c74-09829f22006f/114e43bd-bcce-5925-9c74-09829f22006f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1304819,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742569/general/771293f1-c436-4061-9ed0-3c8f15cd9b4e.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_114e43bd-bcce-5925-9c74-09829f22006f/114e43bd-bcce-5925-9c74-09829f22006f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1115183,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742569/general/5187dc6d-1dee-461b-97bd-431564fb7efb.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_114e43bd-bcce-5925-9c74-09829f22006f/114e43bd-bcce-5925-9c74-09829f22006f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1198372,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742569/general/00b0afbc-916b-44d4-81b1-135139c6b4bd.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_114e43bd-bcce-5925-9c74-09829f22006f/114e43bd-bcce-5925-9c74-09829f22006f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1419584,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742569/general/891f28db-c85f-4675-be5a-9813882cee13.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_114e43bd-bcce-5925-9c74-09829f22006f/114e43bd-bcce-5925-9c74-09829f22006f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1362373,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742569/general/881071ae-287d-420e-9160-9f6c8a37a2d7.jpg',
'Width': 3641},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_114e43bd-bcce-5925-9c74-09829f22006f/114e43bd-bcce-5925-9c74-09829f22006f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1068543,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742569/general/8bef4fda-ac19-4b07-afa6-792e3574d966.jpg',
'Width': 3641}],
'price': 33400,
'price_includes_vat': True,
'registration_date': '2021-04-29',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Mercedes-Benz GLC Coupé 300e AMG Line - 4-Matic - Hybrid - '
'Automatic - 211 hp - 73.494 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2021}
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728888%27 HTTP/1.1" 200 None
2026-03-26 12:16:41 [adesa.de] INFO: Saving data for 10728888: {'created_time': 1774527401.778775, 'last_price_update_time': 1774527401.778788, 'auction_closing_time': 1774596600.0}
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728888') HTTP/1.1" 204 0
2026-03-26 12:16:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746784/general/590729cb-db0b-4728-9b35-94f6973c9620.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727175)
2026-03-26 12:16:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0def50>
2026-03-26 12:16:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16: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 12:16:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252Ff29c25ed-4e6f-4b34-86c3-0f2d6774b5c8.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/f29c25ed-4e6f-4b34-86c3-0f2d6774b5c8.jpg saved to cache
2026-03-26 12:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f112136a-6cb0-5688-b0c2-2ca4d8188993
2026-03-26 12:16:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ecc50>
2026-03-26 12:16:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16: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 12:16:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252F590729cb-db0b-4728-9b35-94f6973c9620.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/590729cb-db0b-4728-9b35-94f6973c9620.jpg saved to cache
2026-03-26 12:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f112136a-6cb0-5688-b0c2-2ca4d8188993
2026-03-26 12:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746784/general/71887ab4-43a6-4181-9f8c-6f9dc3ef8f13.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727175)
2026-03-26 12:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746784/general/92611f07-361f-496f-8487-f1a1cb95ed6a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727175)
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ecfbd0>
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252F71887ab4-43a6-4181-9f8c-6f9dc3ef8f13.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/71887ab4-43a6-4181-9f8c-6f9dc3ef8f13.jpg saved to cache
2026-03-26 12:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f112136a-6cb0-5688-b0c2-2ca4d8188993
2026-03-26 12:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746784/general/ca1c592c-a3a4-4fd6-83a0-97378e2199ff.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727175)
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c26d0>
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252F92611f07-361f-496f-8487-f1a1cb95ed6a.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/92611f07-361f-496f-8487-f1a1cb95ed6a.jpg saved to cache
2026-03-26 12:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f112136a-6cb0-5688-b0c2-2ca4d8188993
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e45990>
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252Fca1c592c-a3a4-4fd6-83a0-97378e2199ff.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/ca1c592c-a3a4-4fd6-83a0-97378e2199ff.jpg saved to cache
2026-03-26 12:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f112136a-6cb0-5688-b0c2-2ca4d8188993
2026-03-26 12:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746784/general/7f66438e-9f0f-45b3-b7dc-1f3cc091730e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727175)
2026-03-26 12:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746784/general/c0a4f518-0d67-4553-9df5-d476bd0066c1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727175)
2026-03-26 12:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746784/general/8574a3fd-b668-483b-a264-490d53c20d5d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727175)
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e46e10>
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252F7f66438e-9f0f-45b3-b7dc-1f3cc091730e.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/7f66438e-9f0f-45b3-b7dc-1f3cc091730e.jpg saved to cache
2026-03-26 12:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f112136a-6cb0-5688-b0c2-2ca4d8188993
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b2d50>
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252Fc0a4f518-0d67-4553-9df5-d476bd0066c1.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/c0a4f518-0d67-4553-9df5-d476bd0066c1.jpg saved to cache
2026-03-26 12:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f112136a-6cb0-5688-b0c2-2ca4d8188993
2026-03-26 12:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746784/general/1c7d934e-7bbe-43a3-994e-8681ef35fdaf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727175)
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ee3d0>
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252F8574a3fd-b668-483b-a264-490d53c20d5d.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/8574a3fd-b668-483b-a264-490d53c20d5d.jpg saved to cache
2026-03-26 12:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f112136a-6cb0-5688-b0c2-2ca4d8188993
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d257f50>
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:16:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252F1c7d934e-7bbe-43a3-994e-8681ef35fdaf.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/1c7d934e-7bbe-43a3-994e-8681ef35fdaf.jpg saved to cache
2026-03-26 12:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f112136a-6cb0-5688-b0c2-2ca4d8188993
2026-03-26 12:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746784/general/1611884d-2fff-4780-96d6-77697e199780.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727175)
2026-03-26 12:16:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:16:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c0ed0>
2026-03-26 12:16:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:16: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 12:16:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:16:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746784%252Fgeneral%252F1611884d-2fff-4780-96d6-77697e199780.jpg') HTTP/1.1" 204 0
2026-03-26 12:16:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746784/general/1611884d-2fff-4780-96d6-77697e199780.jpg saved to cache
2026-03-26 12:16:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f112136a-6cb0-5688-b0c2-2ca4d8188993
2026-03-26 12:16:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f112136a-6cb0-5688-b0c2-2ca4d8188993, skipping ID generation
2026-03-26 12:16:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f112136a-6cb0-5688-b0c2-2ca4d8188993 with scrape type 1
2026-03-26 12:16:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f112136a-6cb0-5688-b0c2-2ca4d8188993 sending to next pipeline
2026-03-26 12:16:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f112136a-6cb0-5688-b0c2-2ca4d8188993, identifier: 10727175
2026-03-26 12:16:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f112136a-6cb0-5688-b0c2-2ca4d8188993 with identifier: 10727175
2026-03-26 12:16:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f112136a-6cb0-5688-b0c2-2ca4d8188993 with identifier: 10727175
2026-03-26 12:16:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f112136a-6cb0-5688-b0c2-2ca4d8188993 with identifier: 10727175 to the API
2026-03-26 12:16:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:16: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 12:16:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746784/general/1611884d-2fff-4780-96d6-77697e199780.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 163,
'expiration_date': '2026-03-26T13:55:00Z',
'fuel_type': 'Petrol',
'id': 'f112136a-6cb0-5688-b0c2-2ca4d8188993',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ST-NE-777E',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727175',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Hyundai',
'model': 'Nexo',
'odometer': 41175,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 333491,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746784/general/1611884d-2fff-4780-96d6-77697e199780.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30205,
'Height': 300,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746784/general/1c7d934e-7bbe-43a3-994e-8681ef35fdaf.jpg',
'Width': 400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148959,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746784/general/8574a3fd-b668-483b-a264-490d53c20d5d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 323659,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746784/general/c0a4f518-0d67-4553-9df5-d476bd0066c1.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 344723,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746784/general/7f66438e-9f0f-45b3-b7dc-1f3cc091730e.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 338222,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746784/general/ca1c592c-a3a4-4fd6-83a0-97378e2199ff.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 352814,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746784/general/92611f07-361f-496f-8487-f1a1cb95ed6a.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 299939,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746784/general/71887ab4-43a6-4181-9f8c-6f9dc3ef8f13.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144934,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746784/general/590729cb-db0b-4728-9b35-94f6973c9620.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f112136a-6cb0-5688-b0c2-2ca4d8188993/f112136a-6cb0-5688-b0c2-2ca4d8188993_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 313065,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746784/general/f29c25ed-4e6f-4b34-86c3-0f2d6774b5c8.jpg',
'Width': 1920}],
'price': 5700,
'price_includes_vat': True,
'registration_date': '2022-02-22',
'seats_number': 5,
'seller_name': 'ALD AutoLeasing D GmbH',
'title': 'Hyundai Nexo Prime - Petrol - Automatic - 163 hp - 41.175 km',
'transmission': 'automatic',
'trim': 'Prime',
'vin': None,
'year': 2022}
2026-03-26 12:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727175%27 HTTP/1.1" 200 None
2026-03-26 12:16:43 [adesa.de] INFO: Saving data for 10727175: {'created_time': 1774527403.622897, 'last_price_update_time': 1774527403.62291, 'auction_closing_time': 1774533300.0}
2026-03-26 12:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727175') HTTP/1.1" 204 0
2026-03-26 12:16:50 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16: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 12:16:50 [adesa.de] INFO: Found listing with ID: 10728110
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728110%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10728110: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10728110 url https://www.openlane.eu/en/carv6/auction/10728110
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10728066
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728066%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10728066: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10728066 url https://www.openlane.eu/en/carv6/auction/10728066
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10727894
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727894%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10727894: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10727894 url https://www.openlane.eu/en/carv6/auction/10727894
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10727868
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727868%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10727868: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10727868 url https://www.openlane.eu/en/carv6/auction/10727868
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10728010
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728010%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10728010: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10728010 url https://www.openlane.eu/en/carv6/auction/10728010
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10727932
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727932%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10727932: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10727932 url https://www.openlane.eu/en/carv6/auction/10727932
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10727842
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727842%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10727842: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10727842 url https://www.openlane.eu/en/carv6/auction/10727842
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10727870
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727870%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10727870: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10727870 url https://www.openlane.eu/en/carv6/auction/10727870
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10727863
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727863%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10727863: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10727863 url https://www.openlane.eu/en/carv6/auction/10727863
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10727864
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727864%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10727864: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10727864 url https://www.openlane.eu/en/carv6/auction/10727864
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10727934
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727934%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10727934: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10727934 url https://www.openlane.eu/en/carv6/auction/10727934
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10728051
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728051%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10728051: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10728051 url https://www.openlane.eu/en/carv6/auction/10728051
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10728070
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728070%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10728070: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10728070 url https://www.openlane.eu/en/carv6/auction/10728070
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10727845
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727845%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10727845: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10727845 url https://www.openlane.eu/en/carv6/auction/10727845
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10728082
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728082%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10728082: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10728082 url https://www.openlane.eu/en/carv6/auction/10728082
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10728106
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728106%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10728106: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10728106 url https://www.openlane.eu/en/carv6/auction/10728106
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10727997
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727997%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10727997: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10727997 url https://www.openlane.eu/en/carv6/auction/10727997
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10727909
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727909%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10727909: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10727909 url https://www.openlane.eu/en/carv6/auction/10727909
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10727857
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727857%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10727857: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10727857 url https://www.openlane.eu/en/carv6/auction/10727857
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10727905
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727905%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10727905: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10727905 url https://www.openlane.eu/en/carv6/auction/10727905
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10727879
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727879%27 HTTP/1.1" 200 None
2026-03-26 12:16:50 [adesa.de] INFO: Scrape type for 10727879: 1
2026-03-26 12:16:50 [adesa.de] INFO: Scraping item 10727879 url https://www.openlane.eu/en/carv6/auction/10727879
2026-03-26 12:16:50 [adesa.de] INFO: Found listing with ID: 10727919
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727919%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727919: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727919 url https://www.openlane.eu/en/carv6/auction/10727919
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727915
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727915%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727915: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727915 url https://www.openlane.eu/en/carv6/auction/10727915
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10728040
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728040%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10728040: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10728040 url https://www.openlane.eu/en/carv6/auction/10728040
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727818
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727818%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727818: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727818 url https://www.openlane.eu/en/carv6/auction/10727818
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727924
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727924%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727924: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727924 url https://www.openlane.eu/en/carv6/auction/10727924
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727953
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727953%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727953: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727953 url https://www.openlane.eu/en/carv6/auction/10727953
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727849
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727849%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727849: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727849 url https://www.openlane.eu/en/carv6/auction/10727849
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727927
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727927%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727927: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727927 url https://www.openlane.eu/en/carv6/auction/10727927
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727867
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727867%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727867: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727867 url https://www.openlane.eu/en/carv6/auction/10727867
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727956
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727956%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727956: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727956 url https://www.openlane.eu/en/carv6/auction/10727956
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10728078
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728078%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10728078: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10728078 url https://www.openlane.eu/en/carv6/auction/10728078
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727920
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727920%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727920: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727920 url https://www.openlane.eu/en/carv6/auction/10727920
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727852
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727852%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727852: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727852 url https://www.openlane.eu/en/carv6/auction/10727852
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10728001
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728001%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10728001: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10728001 url https://www.openlane.eu/en/carv6/auction/10728001
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727833
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727833%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727833: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727833 url https://www.openlane.eu/en/carv6/auction/10727833
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727877
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727877%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727877: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727877 url https://www.openlane.eu/en/carv6/auction/10727877
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727926
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727926%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727926: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727926 url https://www.openlane.eu/en/carv6/auction/10727926
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727937
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727937%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727937: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727937 url https://www.openlane.eu/en/carv6/auction/10727937
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10728044
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728044%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10728044: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10728044 url https://www.openlane.eu/en/carv6/auction/10728044
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10728061
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728061%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10728061: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10728061 url https://www.openlane.eu/en/carv6/auction/10728061
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727887
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727887%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727887: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727887 url https://www.openlane.eu/en/carv6/auction/10727887
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727912
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727912%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727912: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727912 url https://www.openlane.eu/en/carv6/auction/10727912
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727977
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727977%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727977: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727977 url https://www.openlane.eu/en/carv6/auction/10727977
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727892
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727892%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727892: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727892 url https://www.openlane.eu/en/carv6/auction/10727892
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727835
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727835%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727835: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727835 url https://www.openlane.eu/en/carv6/auction/10727835
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727856
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727856%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727856: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727856 url https://www.openlane.eu/en/carv6/auction/10727856
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727935
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727935%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727935: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727935 url https://www.openlane.eu/en/carv6/auction/10727935
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727971
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727971%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727971: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727971 url https://www.openlane.eu/en/carv6/auction/10727971
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727854
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727854%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727854: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727854 url https://www.openlane.eu/en/carv6/auction/10727854
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727861
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727861%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727861: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727861 url https://www.openlane.eu/en/carv6/auction/10727861
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727848
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727848%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727848: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727848 url https://www.openlane.eu/en/carv6/auction/10727848
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727889
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727889%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727889: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727889 url https://www.openlane.eu/en/carv6/auction/10727889
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727812
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727812%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727812: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727812 url https://www.openlane.eu/en/carv6/auction/10727812
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10728112
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728112%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10728112: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10728112 url https://www.openlane.eu/en/carv6/auction/10728112
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727900
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727900%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727900: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727900 url https://www.openlane.eu/en/carv6/auction/10727900
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727831
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727831%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727831: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727831 url https://www.openlane.eu/en/carv6/auction/10727831
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727860
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727860%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727860: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727860 url https://www.openlane.eu/en/carv6/auction/10727860
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727914
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727914%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727914: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727914 url https://www.openlane.eu/en/carv6/auction/10727914
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727837
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727837%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727837: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727837 url https://www.openlane.eu/en/carv6/auction/10727837
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727897
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727897%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727897: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727897 url https://www.openlane.eu/en/carv6/auction/10727897
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727922
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727922%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727922: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727922 url https://www.openlane.eu/en/carv6/auction/10727922
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727824
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727824%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727824: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727824 url https://www.openlane.eu/en/carv6/auction/10727824
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727940
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727940%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727940: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727940 url https://www.openlane.eu/en/carv6/auction/10727940
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10728028
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728028%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10728028: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10728028 url https://www.openlane.eu/en/carv6/auction/10728028
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727898
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727898%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727898: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727898 url https://www.openlane.eu/en/carv6/auction/10727898
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727829
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727829%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727829: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727829 url https://www.openlane.eu/en/carv6/auction/10727829
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10728057
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728057%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10728057: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10728057 url https://www.openlane.eu/en/carv6/auction/10728057
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727878
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727878%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727878: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727878 url https://www.openlane.eu/en/carv6/auction/10727878
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727930
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727930%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727930: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727930 url https://www.openlane.eu/en/carv6/auction/10727930
2026-03-26 12:16:51 [adesa.de] INFO: Found listing with ID: 10727874
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727874%27 HTTP/1.1" 200 None
2026-03-26 12:16:51 [adesa.de] INFO: Scrape type for 10727874: 1
2026-03-26 12:16:51 [adesa.de] INFO: Scraping item 10727874 url https://www.openlane.eu/en/carv6/auction/10727874
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727981
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727981%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727981: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727981 url https://www.openlane.eu/en/carv6/auction/10727981
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727947
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727947%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727947: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727947 url https://www.openlane.eu/en/carv6/auction/10727947
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10728063
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728063%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10728063: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10728063 url https://www.openlane.eu/en/carv6/auction/10728063
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727840
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727840%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727840: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727840 url https://www.openlane.eu/en/carv6/auction/10727840
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727916
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727916%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727916: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727916 url https://www.openlane.eu/en/carv6/auction/10727916
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10728089
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728089%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10728089: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10728089 url https://www.openlane.eu/en/carv6/auction/10728089
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727865
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727865%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727865: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727865 url https://www.openlane.eu/en/carv6/auction/10727865
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727967
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727967%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727967: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727967 url https://www.openlane.eu/en/carv6/auction/10727967
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727910
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727910%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727910: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727910 url https://www.openlane.eu/en/carv6/auction/10727910
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727822
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727822%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727822: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727822 url https://www.openlane.eu/en/carv6/auction/10727822
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727925
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727925%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727925: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727925 url https://www.openlane.eu/en/carv6/auction/10727925
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727895
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727895%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727895: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727895 url https://www.openlane.eu/en/carv6/auction/10727895
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727816
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727816%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727816: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727816 url https://www.openlane.eu/en/carv6/auction/10727816
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727882
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727882%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727882: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727882 url https://www.openlane.eu/en/carv6/auction/10727882
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10728035
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728035%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10728035: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10728035 url https://www.openlane.eu/en/carv6/auction/10728035
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727850
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727850%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727850: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727850 url https://www.openlane.eu/en/carv6/auction/10727850
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727911
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727911%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727911: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727911 url https://www.openlane.eu/en/carv6/auction/10727911
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727883
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727883%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727883: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727883 url https://www.openlane.eu/en/carv6/auction/10727883
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727931
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727931%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727931: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727931 url https://www.openlane.eu/en/carv6/auction/10727931
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727959
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727959%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727959: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727959 url https://www.openlane.eu/en/carv6/auction/10727959
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727950
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727950%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727950: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727950 url https://www.openlane.eu/en/carv6/auction/10727950
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10728015
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728015%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10728015: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10728015 url https://www.openlane.eu/en/carv6/auction/10728015
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727923
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727923%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727923: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727923 url https://www.openlane.eu/en/carv6/auction/10727923
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10728093
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728093%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10728093: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10728093 url https://www.openlane.eu/en/carv6/auction/10728093
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727974
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727974%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727974: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727974 url https://www.openlane.eu/en/carv6/auction/10727974
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727834
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727834%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727834: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727834 url https://www.openlane.eu/en/carv6/auction/10727834
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10727921
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727921%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10727921: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10727921 url https://www.openlane.eu/en/carv6/auction/10727921
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10728095
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728095%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10728095: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10728095 url https://www.openlane.eu/en/carv6/auction/10728095
2026-03-26 12:16:52 [adesa.de] INFO: Found listing with ID: 10728218
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728218%27 HTTP/1.1" 200 None
2026-03-26 12:16:52 [adesa.de] INFO: Scrape type for 10728218: 1
2026-03-26 12:16:52 [adesa.de] INFO: Scraping item 10728218 url https://www.openlane.eu/en/carv6/auction/10728218
2026-03-26 12:16:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728046> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:16:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:16:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a6289c4-53e9-5a71-8084-31e6f8aa29ba with identifier: 10728046
2026-03-26 12:16:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a6289c4-53e9-5a71-8084-31e6f8aa29ba with scrape type 1
2026-03-26 12:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4a6289c4-53e9-5a71-8084-31e6f8aa29ba
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252Fe97ca6d9-51a7-48bf-b30b-c5274b85e252.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/e97ca6d9-51a7-48bf-b30b-c5274b85e252.jpg not downloaded yet
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252F5c9e3eb9-1a8d-40e8-b49f-cc1d6dfd25bd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/5c9e3eb9-1a8d-40e8-b49f-cc1d6dfd25bd.jpg not downloaded yet
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252F54f8523e-1694-406e-bd6d-f78950dee1af.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/54f8523e-1694-406e-bd6d-f78950dee1af.jpg not downloaded yet
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252Fbe23c593-dc39-44c4-b3a1-5799fbb879ba.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/be23c593-dc39-44c4-b3a1-5799fbb879ba.jpg not downloaded yet
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252F09d1bb5e-0542-4015-97c4-44e7eec85592.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/09d1bb5e-0542-4015-97c4-44e7eec85592.jpg not downloaded yet
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252F850ac810-b22c-42d0-8a60-7554b8786e58.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/850ac810-b22c-42d0-8a60-7554b8786e58.jpg not downloaded yet
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252Fa2f32342-dbf1-4363-aba5-adf2d02d8328.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/a2f32342-dbf1-4363-aba5-adf2d02d8328.jpg not downloaded yet
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252F7ef6237b-3989-4c97-aded-b4ac0cc0a88d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/7ef6237b-3989-4c97-aded-b4ac0cc0a88d.jpg not downloaded yet
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252F36f30ff7-3fe9-477b-a273-332cedc9ee0c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/36f30ff7-3fe9-477b-a273-332cedc9ee0c.jpg not downloaded yet
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252F67e51b93-77bf-46c2-9cae-6040e455b472.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/67e51b93-77bf-46c2-9cae-6040e455b472.jpg not downloaded yet
2026-03-26 12:17:07 [scrapy.extensions.logstats] INFO: Crawled 33 pages (at 12 pages/min), scraped 27 items (at 10 items/min)
2026-03-26 12:17:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 164MiB
2026-03-26 12:17:30 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.866(s), this was the 1st time calling it.
2026-03-26 12:17:30 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.8208571144330326 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 12:17:30 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.922(s), this was the 1st time calling it.
2026-03-26 12:17:30 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.262869916426961 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 12:17:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728005> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:17:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:17:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747295/general/67e51b93-77bf-46c2-9cae-6040e455b472.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728046)
2026-03-26 12:17:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a151537-35f7-5151-9ed8-11bd0a54aa4e with identifier: 10728005
2026-03-26 12:17:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a151537-35f7-5151-9ed8-11bd0a54aa4e with scrape type 1
2026-03-26 12:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8a151537-35f7-5151-9ed8-11bd0a54aa4e
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252Ff82bebc7-b81a-4559-a01b-05422b542ef3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/f82bebc7-b81a-4559-a01b-05422b542ef3.jpg not downloaded yet
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252F0fbe2248-295d-45d0-a64b-fcb6a555c095.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/0fbe2248-295d-45d0-a64b-fcb6a555c095.jpg not downloaded yet
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252F56882b6e-2924-4d0c-802d-b6ab18c7fbef.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/56882b6e-2924-4d0c-802d-b6ab18c7fbef.jpg not downloaded yet
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252F98713d04-0283-41d3-8595-7c2f77d589cb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/98713d04-0283-41d3-8595-7c2f77d589cb.jpg not downloaded yet
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252F10410bb8-aed9-4d35-8bb4-d2e0dcf10692.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/10410bb8-aed9-4d35-8bb4-d2e0dcf10692.jpg not downloaded yet
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252F2ce5db1e-394d-4c9d-8274-441d3fa24768.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/2ce5db1e-394d-4c9d-8274-441d3fa24768.jpg not downloaded yet
2026-03-26 12:17:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e45590>
2026-03-26 12:17:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252F67e51b93-77bf-46c2-9cae-6040e455b472.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/67e51b93-77bf-46c2-9cae-6040e455b472.jpg saved to cache
2026-03-26 12:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4a6289c4-53e9-5a71-8084-31e6f8aa29ba
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252F95c4b79a-0fe7-43db-bbb4-764d8f262ed5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/95c4b79a-0fe7-43db-bbb4-764d8f262ed5.jpg not downloaded yet
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252Fbd67ae95-c378-4392-9382-fd40732e0e11.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/bd67ae95-c378-4392-9382-fd40732e0e11.jpg not downloaded yet
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252Ffc7d9221-dd97-41a5-9c34-4aabdecfe3ea.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/fc7d9221-dd97-41a5-9c34-4aabdecfe3ea.jpg not downloaded yet
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252F742c9270-727b-4a33-8daa-3ec53b496739.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/742c9270-727b-4a33-8daa-3ec53b496739.jpg not downloaded yet
2026-03-26 12:17:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747295/general/36f30ff7-3fe9-477b-a273-332cedc9ee0c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728046)
2026-03-26 12:17:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747280/general/fc7d9221-dd97-41a5-9c34-4aabdecfe3ea.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728005)
2026-03-26 12:17:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cfd1b50>
2026-03-26 12:17:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252F36f30ff7-3fe9-477b-a273-332cedc9ee0c.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/36f30ff7-3fe9-477b-a273-332cedc9ee0c.jpg saved to cache
2026-03-26 12:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4a6289c4-53e9-5a71-8084-31e6f8aa29ba
2026-03-26 12:17:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b8e90>
2026-03-26 12:17:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252Ffc7d9221-dd97-41a5-9c34-4aabdecfe3ea.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/fc7d9221-dd97-41a5-9c34-4aabdecfe3ea.jpg saved to cache
2026-03-26 12:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8a151537-35f7-5151-9ed8-11bd0a54aa4e
2026-03-26 12:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747280/general/742c9270-727b-4a33-8daa-3ec53b496739.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728005)
2026-03-26 12:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747280/general/bd67ae95-c378-4392-9382-fd40732e0e11.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728005)
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f749d0>
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252F742c9270-727b-4a33-8daa-3ec53b496739.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/742c9270-727b-4a33-8daa-3ec53b496739.jpg saved to cache
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8a151537-35f7-5151-9ed8-11bd0a54aa4e
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f76ad0>
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252Fbd67ae95-c378-4392-9382-fd40732e0e11.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/bd67ae95-c378-4392-9382-fd40732e0e11.jpg saved to cache
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8a151537-35f7-5151-9ed8-11bd0a54aa4e
2026-03-26 12:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747280/general/95c4b79a-0fe7-43db-bbb4-764d8f262ed5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728005)
2026-03-26 12:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747280/general/2ce5db1e-394d-4c9d-8274-441d3fa24768.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728005)
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d1fd0>
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252F95c4b79a-0fe7-43db-bbb4-764d8f262ed5.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/95c4b79a-0fe7-43db-bbb4-764d8f262ed5.jpg saved to cache
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8a151537-35f7-5151-9ed8-11bd0a54aa4e
2026-03-26 12:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747280/general/10410bb8-aed9-4d35-8bb4-d2e0dcf10692.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728005)
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b9890>
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252F2ce5db1e-394d-4c9d-8274-441d3fa24768.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/2ce5db1e-394d-4c9d-8274-441d3fa24768.jpg saved to cache
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8a151537-35f7-5151-9ed8-11bd0a54aa4e
2026-03-26 12:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747280/general/98713d04-0283-41d3-8595-7c2f77d589cb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728005)
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e28f90>
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252F10410bb8-aed9-4d35-8bb4-d2e0dcf10692.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/10410bb8-aed9-4d35-8bb4-d2e0dcf10692.jpg saved to cache
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8a151537-35f7-5151-9ed8-11bd0a54aa4e
2026-03-26 12:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747280/general/56882b6e-2924-4d0c-802d-b6ab18c7fbef.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728005)
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b9610>
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252F98713d04-0283-41d3-8595-7c2f77d589cb.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/98713d04-0283-41d3-8595-7c2f77d589cb.jpg saved to cache
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8a151537-35f7-5151-9ed8-11bd0a54aa4e
2026-03-26 12:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747280/general/0fbe2248-295d-45d0-a64b-fcb6a555c095.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728005)
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d2b10>
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252F56882b6e-2924-4d0c-802d-b6ab18c7fbef.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/56882b6e-2924-4d0c-802d-b6ab18c7fbef.jpg saved to cache
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8a151537-35f7-5151-9ed8-11bd0a54aa4e
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e0be50>
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252F0fbe2248-295d-45d0-a64b-fcb6a555c095.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/0fbe2248-295d-45d0-a64b-fcb6a555c095.jpg saved to cache
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8a151537-35f7-5151-9ed8-11bd0a54aa4e
2026-03-26 12:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747280/general/f82bebc7-b81a-4559-a01b-05422b542ef3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728005)
2026-03-26 12:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747295/general/7ef6237b-3989-4c97-aded-b4ac0cc0a88d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728046)
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e097d0>
2026-03-26 12:17:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747280%252Fgeneral%252Ff82bebc7-b81a-4559-a01b-05422b542ef3.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747280/general/f82bebc7-b81a-4559-a01b-05422b542ef3.jpg saved to cache
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8a151537-35f7-5151-9ed8-11bd0a54aa4e
2026-03-26 12:17:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8a151537-35f7-5151-9ed8-11bd0a54aa4e, skipping ID generation
2026-03-26 12:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a151537-35f7-5151-9ed8-11bd0a54aa4e with scrape type 1
2026-03-26 12:17:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8a151537-35f7-5151-9ed8-11bd0a54aa4e sending to next pipeline
2026-03-26 12:17:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 8a151537-35f7-5151-9ed8-11bd0a54aa4e, identifier: 10728005
2026-03-26 12:17:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 8a151537-35f7-5151-9ed8-11bd0a54aa4e with identifier: 10728005
2026-03-26 12:17:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 8a151537-35f7-5151-9ed8-11bd0a54aa4e with identifier: 10728005
2026-03-26 12:17:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 8a151537-35f7-5151-9ed8-11bd0a54aa4e with identifier: 10728005 to the API
2026-03-26 12:17:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:17:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:17:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747280/general/f82bebc7-b81a-4559-a01b-05422b542ef3.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:19:00Z',
'fuel_type': 'Electric',
'id': '8a151537-35f7-5151-9ed8-11bd0a54aa4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991022-2538899',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728005',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 29929,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123456,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747280/general/f82bebc7-b81a-4559-a01b-05422b542ef3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109594,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747280/general/0fbe2248-295d-45d0-a64b-fcb6a555c095.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105352,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747280/general/56882b6e-2924-4d0c-802d-b6ab18c7fbef.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215925,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747280/general/98713d04-0283-41d3-8595-7c2f77d589cb.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209554,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747280/general/10410bb8-aed9-4d35-8bb4-d2e0dcf10692.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214000,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747280/general/2ce5db1e-394d-4c9d-8274-441d3fa24768.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227324,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747280/general/95c4b79a-0fe7-43db-bbb4-764d8f262ed5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 213042,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747280/general/bd67ae95-c378-4392-9382-fd40732e0e11.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 208715,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747280/general/fc7d9221-dd97-41a5-9c34-4aabdecfe3ea.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a151537-35f7-5151-9ed8-11bd0a54aa4e/8a151537-35f7-5151-9ed8-11bd0a54aa4e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176556,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747280/general/742c9270-727b-4a33-8daa-3ec53b496739.jpg',
'Width': 1280}],
'price': 8800,
'price_includes_vat': True,
'registration_date': '2022-12-20',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Corsa Edition - Electric - Automatic - 136 hp - 29.929 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728005%27 HTTP/1.1" 200 None
2026-03-26 12:17:33 [adesa.de] INFO: Saving data for 10728005: {'created_time': 1774527453.943312, 'last_price_update_time': 1774527453.943328, 'auction_closing_time': 1774617540.0}
2026-03-26 12:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728005') HTTP/1.1" 204 0
2026-03-26 12:17:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:17:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747295/general/a2f32342-dbf1-4363-aba5-adf2d02d8328.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728046)
2026-03-26 12:17:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee2d90>
2026-03-26 12:17:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252F7ef6237b-3989-4c97-aded-b4ac0cc0a88d.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/7ef6237b-3989-4c97-aded-b4ac0cc0a88d.jpg saved to cache
2026-03-26 12:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4a6289c4-53e9-5a71-8084-31e6f8aa29ba
2026-03-26 12:17:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee1290>
2026-03-26 12:17:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252Fa2f32342-dbf1-4363-aba5-adf2d02d8328.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/a2f32342-dbf1-4363-aba5-adf2d02d8328.jpg saved to cache
2026-03-26 12:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4a6289c4-53e9-5a71-8084-31e6f8aa29ba
2026-03-26 12:17:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747295/general/850ac810-b22c-42d0-8a60-7554b8786e58.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728046)
2026-03-26 12:17:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747295/general/09d1bb5e-0542-4015-97c4-44e7eec85592.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728046)
2026-03-26 12:17:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e19fd0>
2026-03-26 12:17:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252F850ac810-b22c-42d0-8a60-7554b8786e58.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/850ac810-b22c-42d0-8a60-7554b8786e58.jpg saved to cache
2026-03-26 12:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4a6289c4-53e9-5a71-8084-31e6f8aa29ba
2026-03-26 12:17:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747295/general/be23c593-dc39-44c4-b3a1-5799fbb879ba.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728046)
2026-03-26 12:17:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cfa6250>
2026-03-26 12:17:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252F09d1bb5e-0542-4015-97c4-44e7eec85592.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/09d1bb5e-0542-4015-97c4-44e7eec85592.jpg saved to cache
2026-03-26 12:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4a6289c4-53e9-5a71-8084-31e6f8aa29ba
2026-03-26 12:17:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d260310>
2026-03-26 12:17:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252Fbe23c593-dc39-44c4-b3a1-5799fbb879ba.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/be23c593-dc39-44c4-b3a1-5799fbb879ba.jpg saved to cache
2026-03-26 12:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4a6289c4-53e9-5a71-8084-31e6f8aa29ba
2026-03-26 12:17:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747295/general/54f8523e-1694-406e-bd6d-f78950dee1af.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728046)
2026-03-26 12:17:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747295/general/5c9e3eb9-1a8d-40e8-b49f-cc1d6dfd25bd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728046)
2026-03-26 12:17:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c155bd0>
2026-03-26 12:17:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252F54f8523e-1694-406e-bd6d-f78950dee1af.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/54f8523e-1694-406e-bd6d-f78950dee1af.jpg saved to cache
2026-03-26 12:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4a6289c4-53e9-5a71-8084-31e6f8aa29ba
2026-03-26 12:17:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747295/general/e97ca6d9-51a7-48bf-b30b-c5274b85e252.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728046)
2026-03-26 12:17:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cfd1c50>
2026-03-26 12:17:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252F5c9e3eb9-1a8d-40e8-b49f-cc1d6dfd25bd.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/5c9e3eb9-1a8d-40e8-b49f-cc1d6dfd25bd.jpg saved to cache
2026-03-26 12:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4a6289c4-53e9-5a71-8084-31e6f8aa29ba
2026-03-26 12:17:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c18c890>
2026-03-26 12:17:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747295%252Fgeneral%252Fe97ca6d9-51a7-48bf-b30b-c5274b85e252.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747295/general/e97ca6d9-51a7-48bf-b30b-c5274b85e252.jpg saved to cache
2026-03-26 12:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4a6289c4-53e9-5a71-8084-31e6f8aa29ba
2026-03-26 12:17:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4a6289c4-53e9-5a71-8084-31e6f8aa29ba, skipping ID generation
2026-03-26 12:17:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a6289c4-53e9-5a71-8084-31e6f8aa29ba with scrape type 1
2026-03-26 12:17:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4a6289c4-53e9-5a71-8084-31e6f8aa29ba sending to next pipeline
2026-03-26 12:17:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 4a6289c4-53e9-5a71-8084-31e6f8aa29ba, identifier: 10728046
2026-03-26 12:17:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 4a6289c4-53e9-5a71-8084-31e6f8aa29ba with identifier: 10728046
2026-03-26 12:17:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 4a6289c4-53e9-5a71-8084-31e6f8aa29ba with identifier: 10728046
2026-03-26 12:17:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 4a6289c4-53e9-5a71-8084-31e6f8aa29ba with identifier: 10728046 to the API
2026-03-26 12:17:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:17:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:17:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747295/general/e97ca6d9-51a7-48bf-b30b-c5274b85e252.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:15:20Z',
'fuel_type': 'Electric',
'id': '4a6289c4-53e9-5a71-8084-31e6f8aa29ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991050-2540366',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728046',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 30140,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114139,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747295/general/e97ca6d9-51a7-48bf-b30b-c5274b85e252.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222459,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747295/general/5c9e3eb9-1a8d-40e8-b49f-cc1d6dfd25bd.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166704,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747295/general/54f8523e-1694-406e-bd6d-f78950dee1af.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218878,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747295/general/be23c593-dc39-44c4-b3a1-5799fbb879ba.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99809,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747295/general/09d1bb5e-0542-4015-97c4-44e7eec85592.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200178,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747295/general/850ac810-b22c-42d0-8a60-7554b8786e58.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221963,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747295/general/a2f32342-dbf1-4363-aba5-adf2d02d8328.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222030,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747295/general/7ef6237b-3989-4c97-aded-b4ac0cc0a88d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177460,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747295/general/36f30ff7-3fe9-477b-a273-332cedc9ee0c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a6289c4-53e9-5a71-8084-31e6f8aa29ba/4a6289c4-53e9-5a71-8084-31e6f8aa29ba_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 203618,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747295/general/67e51b93-77bf-46c2-9cae-6040e455b472.jpg',
'Width': 1280}],
'price': 8200,
'price_includes_vat': True,
'registration_date': '2022-12-20',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Corsa Edition - Electric - Automatic - 136 hp - 30.140 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728046%27 HTTP/1.1" 200 None
2026-03-26 12:17:35 [adesa.de] INFO: Saving data for 10728046: {'created_time': 1774527455.82188, 'last_price_update_time': 1774527455.821892, 'auction_closing_time': 1774617320.0}
2026-03-26 12:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728046') HTTP/1.1" 204 0
2026-03-26 12:17: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 12:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728928> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:17: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 12:17:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 290d6376-ac15-5aac-90a7-895079312229 with identifier: 10728928
2026-03-26 12:17:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 290d6376-ac15-5aac-90a7-895079312229 with scrape type 1
2026-03-26 12:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 290d6376-ac15-5aac-90a7-895079312229
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745960%252Fgeneral%252F81aa168b-da03-470c-92a3-05c542b3c441.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745960/general/81aa168b-da03-470c-92a3-05c542b3c441.jpg already downloaded
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745960%252Fgeneral%252F2dc0c25e-63ea-4592-9089-7105a15218e1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745960/general/2dc0c25e-63ea-4592-9089-7105a15218e1.jpg already downloaded
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745960%252Fgeneral%252Ffc7c4982-6b34-4fd7-b5b3-bf2c5a6afaae.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745960/general/fc7c4982-6b34-4fd7-b5b3-bf2c5a6afaae.jpg already downloaded
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745960%252Fgeneral%252F5ebc48ea-1c13-4194-b881-b978543a5ad1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745960/general/5ebc48ea-1c13-4194-b881-b978543a5ad1.jpg already downloaded
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745960%252Fgeneral%252F78e7f3dc-c570-4a41-84aa-fce29c7c762e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745960/general/78e7f3dc-c570-4a41-84aa-fce29c7c762e.jpg already downloaded
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745960%252Fgeneral%252F7ae84871-35d7-42c4-868e-31c86f9006aa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745960/general/7ae84871-35d7-42c4-868e-31c86f9006aa.jpg already downloaded
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745960%252Fgeneral%252Fe739b54c-2fad-4722-b950-9d1923666155.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745960/general/e739b54c-2fad-4722-b950-9d1923666155.jpg already downloaded
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745960%252Fgeneral%252F8d925dff-c614-4000-9686-eee43545cb89.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745960/general/8d925dff-c614-4000-9686-eee43545cb89.jpg already downloaded
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745960%252Fgeneral%252F75828da1-8ab3-410c-a69a-a7fabb9ee8fd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745960/general/75828da1-8ab3-410c-a69a-a7fabb9ee8fd.jpg already downloaded
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745960%252Fgeneral%252F3dc6c8db-42d9-4ade-aa03-f625b6b0d1cb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745960/general/3dc6c8db-42d9-4ade-aa03-f625b6b0d1cb.jpg already downloaded
2026-03-26 12:17:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 290d6376-ac15-5aac-90a7-895079312229, identifier: 10728928
2026-03-26 12:17:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 290d6376-ac15-5aac-90a7-895079312229 with identifier: 10728928
2026-03-26 12:17:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 290d6376-ac15-5aac-90a7-895079312229 with identifier: 10728928
2026-03-26 12:17:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 290d6376-ac15-5aac-90a7-895079312229 with identifier: 10728928 to the API
2026-03-26 12:17:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:17:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:17:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728928>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 231,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Electric',
'id': '290d6376-ac15-5aac-90a7-895079312229',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000711',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728928',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Cupra',
'model': 'Born',
'odometer': 79525,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 29,
'photo_urls': ['https://images.openlane.eu/carimgs/5745960/general/81aa168b-da03-470c-92a3-05c542b3c441.jpg',
'https://images.openlane.eu/carimgs/5745960/general/2dc0c25e-63ea-4592-9089-7105a15218e1.jpg',
'https://images.openlane.eu/carimgs/5745960/general/fc7c4982-6b34-4fd7-b5b3-bf2c5a6afaae.jpg',
'https://images.openlane.eu/carimgs/5745960/general/5ebc48ea-1c13-4194-b881-b978543a5ad1.jpg',
'https://images.openlane.eu/carimgs/5745960/general/78e7f3dc-c570-4a41-84aa-fce29c7c762e.jpg',
'https://images.openlane.eu/carimgs/5745960/general/7ae84871-35d7-42c4-868e-31c86f9006aa.jpg',
'https://images.openlane.eu/carimgs/5745960/general/e739b54c-2fad-4722-b950-9d1923666155.jpg',
'https://images.openlane.eu/carimgs/5745960/general/8d925dff-c614-4000-9686-eee43545cb89.jpg',
'https://images.openlane.eu/carimgs/5745960/general/75828da1-8ab3-410c-a69a-a7fabb9ee8fd.jpg',
'https://images.openlane.eu/carimgs/5745960/general/3dc6c8db-42d9-4ade-aa03-f625b6b0d1cb.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_290d6376-ac15-5aac-90a7-895079312229/290d6376-ac15-5aac-90a7-895079312229_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65231,
'Height': 516,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745960/general/81aa168b-da03-470c-92a3-05c542b3c441.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_290d6376-ac15-5aac-90a7-895079312229/290d6376-ac15-5aac-90a7-895079312229_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34014,
'Height': 346,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745960/general/2dc0c25e-63ea-4592-9089-7105a15218e1.jpg',
'Width': 460},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_290d6376-ac15-5aac-90a7-895079312229/290d6376-ac15-5aac-90a7-895079312229_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61301,
'Height': 516,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745960/general/fc7c4982-6b34-4fd7-b5b3-bf2c5a6afaae.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_290d6376-ac15-5aac-90a7-895079312229/290d6376-ac15-5aac-90a7-895079312229_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60905,
'Height': 516,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745960/general/5ebc48ea-1c13-4194-b881-b978543a5ad1.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_290d6376-ac15-5aac-90a7-895079312229/290d6376-ac15-5aac-90a7-895079312229_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52947,
'Height': 516,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745960/general/78e7f3dc-c570-4a41-84aa-fce29c7c762e.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_290d6376-ac15-5aac-90a7-895079312229/290d6376-ac15-5aac-90a7-895079312229_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54601,
'Height': 516,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745960/general/7ae84871-35d7-42c4-868e-31c86f9006aa.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_290d6376-ac15-5aac-90a7-895079312229/290d6376-ac15-5aac-90a7-895079312229_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52292,
'Height': 516,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745960/general/e739b54c-2fad-4722-b950-9d1923666155.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_290d6376-ac15-5aac-90a7-895079312229/290d6376-ac15-5aac-90a7-895079312229_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36213,
'Height': 387,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745960/general/8d925dff-c614-4000-9686-eee43545cb89.jpg',
'Width': 688},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_290d6376-ac15-5aac-90a7-895079312229/290d6376-ac15-5aac-90a7-895079312229_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32298,
'Height': 346,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745960/general/75828da1-8ab3-410c-a69a-a7fabb9ee8fd.jpg',
'Width': 460},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_290d6376-ac15-5aac-90a7-895079312229/290d6376-ac15-5aac-90a7-895079312229_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69600,
'Height': 516,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745960/general/3dc6c8db-42d9-4ade-aa03-f625b6b0d1cb.jpg',
'Width': 688}],
'price': 17000,
'price_includes_vat': True,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Cupra Born 58 kWh - Electric - Automatic - 231 hp - 79.525 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728928%27 HTTP/1.1" 200 None
2026-03-26 12:17:37 [adesa.de] INFO: Saving data for 10728928: {'created_time': 1774527457.378781, 'last_price_update_time': 1774527457.378794, 'auction_closing_time': 1774597200.0}
2026-03-26 12:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728928') HTTP/1.1" 204 0
2026-03-26 12:17:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728880> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:17:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:17:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1673774c-218b-5f04-b6f6-be98594063d9 with identifier: 10728880
2026-03-26 12:17:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1673774c-218b-5f04-b6f6-be98594063d9 with scrape type 1
2026-03-26 12:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1673774c-218b-5f04-b6f6-be98594063d9
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5735506%252Fgeneral%252Fed941d45-446b-4c96-a4f2-c97fade62a85.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5735506/general/ed941d45-446b-4c96-a4f2-c97fade62a85.jpg already downloaded
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5735506%252Fgeneral%252Fa4840551-6d68-4a97-8b59-7a6ad6276b12.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5735506/general/a4840551-6d68-4a97-8b59-7a6ad6276b12.jpg already downloaded
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5735506%252Fgeneral%252Fddaedb75-d2fa-49b3-94eb-30b09fa9ea20.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5735506/general/ddaedb75-d2fa-49b3-94eb-30b09fa9ea20.jpg already downloaded
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5735506%252Fgeneral%252Fb1d2f3e1-f2a3-4599-bc37-ee0d380cea1f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5735506/general/b1d2f3e1-f2a3-4599-bc37-ee0d380cea1f.jpg already downloaded
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5735506%252Fgeneral%252Fe5211cc8-7662-4e27-93d7-631065c5eb83.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5735506/general/e5211cc8-7662-4e27-93d7-631065c5eb83.jpg already downloaded
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5735506%252Fgeneral%252Ff5b74a0e-3c7c-4531-adac-d9bf33501c9d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5735506/general/f5b74a0e-3c7c-4531-adac-d9bf33501c9d.jpg already downloaded
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5735506%252Fgeneral%252Fa78c93b8-7de3-48da-a996-99eb2222aea4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5735506/general/a78c93b8-7de3-48da-a996-99eb2222aea4.jpg already downloaded
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5735506%252Fgeneral%252Fdf8ee20f-7048-48cf-9bd9-7ff792ed3fe6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5735506/general/df8ee20f-7048-48cf-9bd9-7ff792ed3fe6.jpg already downloaded
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5735506%252Fgeneral%252F1424ac4c-1d86-49ae-8e36-1b377fe6eec6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5735506/general/1424ac4c-1d86-49ae-8e36-1b377fe6eec6.jpg already downloaded
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5735506%252Fgeneral%252Fa650f328-7a29-4ddc-a74e-bbbac93ae600.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5735506/general/a650f328-7a29-4ddc-a74e-bbbac93ae600.jpg already downloaded
2026-03-26 12:17:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 1673774c-218b-5f04-b6f6-be98594063d9, identifier: 10728880
2026-03-26 12:17:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 1673774c-218b-5f04-b6f6-be98594063d9 with identifier: 10728880
2026-03-26 12:17:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 1673774c-218b-5f04-b6f6-be98594063d9 with identifier: 10728880
2026-03-26 12:17:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 1673774c-218b-5f04-b6f6-be98594063d9 with identifier: 10728880 to the API
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:17:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728880>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 544,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Electric',
'id': '1673774c-218b-5f04-b6f6-be98594063d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000680',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728880',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'BMW',
'model': 'i4',
'odometer': 119460,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 20,
'photo_urls': ['https://images.openlane.eu/carimgs/5735506/general/ed941d45-446b-4c96-a4f2-c97fade62a85.jpg',
'https://images.openlane.eu/carimgs/5735506/general/a4840551-6d68-4a97-8b59-7a6ad6276b12.jpg',
'https://images.openlane.eu/carimgs/5735506/general/ddaedb75-d2fa-49b3-94eb-30b09fa9ea20.jpg',
'https://images.openlane.eu/carimgs/5735506/general/b1d2f3e1-f2a3-4599-bc37-ee0d380cea1f.jpg',
'https://images.openlane.eu/carimgs/5735506/general/e5211cc8-7662-4e27-93d7-631065c5eb83.jpg',
'https://images.openlane.eu/carimgs/5735506/general/f5b74a0e-3c7c-4531-adac-d9bf33501c9d.jpg',
'https://images.openlane.eu/carimgs/5735506/general/a78c93b8-7de3-48da-a996-99eb2222aea4.jpg',
'https://images.openlane.eu/carimgs/5735506/general/df8ee20f-7048-48cf-9bd9-7ff792ed3fe6.jpg',
'https://images.openlane.eu/carimgs/5735506/general/1424ac4c-1d86-49ae-8e36-1b377fe6eec6.jpg',
'https://images.openlane.eu/carimgs/5735506/general/a650f328-7a29-4ddc-a74e-bbbac93ae600.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1673774c-218b-5f04-b6f6-be98594063d9/1673774c-218b-5f04-b6f6-be98594063d9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79566,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5735506/general/ed941d45-446b-4c96-a4f2-c97fade62a85.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1673774c-218b-5f04-b6f6-be98594063d9/1673774c-218b-5f04-b6f6-be98594063d9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84009,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5735506/general/a4840551-6d68-4a97-8b59-7a6ad6276b12.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1673774c-218b-5f04-b6f6-be98594063d9/1673774c-218b-5f04-b6f6-be98594063d9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99887,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5735506/general/ddaedb75-d2fa-49b3-94eb-30b09fa9ea20.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1673774c-218b-5f04-b6f6-be98594063d9/1673774c-218b-5f04-b6f6-be98594063d9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78955,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5735506/general/b1d2f3e1-f2a3-4599-bc37-ee0d380cea1f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1673774c-218b-5f04-b6f6-be98594063d9/1673774c-218b-5f04-b6f6-be98594063d9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79877,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5735506/general/e5211cc8-7662-4e27-93d7-631065c5eb83.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1673774c-218b-5f04-b6f6-be98594063d9/1673774c-218b-5f04-b6f6-be98594063d9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70438,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5735506/general/f5b74a0e-3c7c-4531-adac-d9bf33501c9d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1673774c-218b-5f04-b6f6-be98594063d9/1673774c-218b-5f04-b6f6-be98594063d9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76829,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5735506/general/a78c93b8-7de3-48da-a996-99eb2222aea4.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1673774c-218b-5f04-b6f6-be98594063d9/1673774c-218b-5f04-b6f6-be98594063d9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71935,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5735506/general/df8ee20f-7048-48cf-9bd9-7ff792ed3fe6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1673774c-218b-5f04-b6f6-be98594063d9/1673774c-218b-5f04-b6f6-be98594063d9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85488,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5735506/general/1424ac4c-1d86-49ae-8e36-1b377fe6eec6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1673774c-218b-5f04-b6f6-be98594063d9/1673774c-218b-5f04-b6f6-be98594063d9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85050,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5735506/general/a650f328-7a29-4ddc-a74e-bbbac93ae600.jpg',
'Width': 1280}],
'price': 29600,
'price_includes_vat': True,
'registration_date': '2023-02-23',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'BMW i4 M 50 - xDrive - Electric - Automatic - 544 hp - 119.460 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728880%27 HTTP/1.1" 200 None
2026-03-26 12:17:41 [adesa.de] INFO: Saving data for 10728880: {'created_time': 1774527461.00143, 'last_price_update_time': 1774527461.001445, 'auction_closing_time': 1774596600.0}
2026-03-26 12:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728880') HTTP/1.1" 204 0
2026-03-26 12:17:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727906> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:17: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 12:17:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eee86634-9707-5379-b4c5-65f20a6b2f66 with identifier: 10727906
2026-03-26 12:17:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eee86634-9707-5379-b4c5-65f20a6b2f66 with scrape type 1
2026-03-26 12:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item eee86634-9707-5379-b4c5-65f20a6b2f66
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252Fa91b55b6-d7b3-4fcd-b1f8-b4825c989419.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/a91b55b6-d7b3-4fcd-b1f8-b4825c989419.jpg not downloaded yet
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252F0de97155-2629-49bb-af99-0c32991fb19d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/0de97155-2629-49bb-af99-0c32991fb19d.jpg not downloaded yet
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252Fb3167607-0807-4e4a-9e47-c85a3ae90138.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/b3167607-0807-4e4a-9e47-c85a3ae90138.jpg not downloaded yet
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252Ff98c634c-1358-46e1-9757-6bb439685997.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/f98c634c-1358-46e1-9757-6bb439685997.jpg not downloaded yet
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252Fac45ebb2-3c4f-4ed3-bd8b-8cdd537095ff.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/ac45ebb2-3c4f-4ed3-bd8b-8cdd537095ff.jpg not downloaded yet
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252F4897a3e9-2378-4be9-b3c5-c24e3eb8f95d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/4897a3e9-2378-4be9-b3c5-c24e3eb8f95d.jpg not downloaded yet
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252Fbed5b7a2-d2ba-4c71-add6-512715dbfb24.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/bed5b7a2-d2ba-4c71-add6-512715dbfb24.jpg not downloaded yet
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252F50fbd03f-eb56-420a-bb40-a7271c4c2f77.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/50fbd03f-eb56-420a-bb40-a7271c4c2f77.jpg not downloaded yet
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252Fb73bd7a4-e688-458f-a232-2a79bc05b605.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/b73bd7a4-e688-458f-a232-2a79bc05b605.jpg not downloaded yet
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252Fecdcce51-1bbb-4d2f-b384-3012dae09a21.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/ecdcce51-1bbb-4d2f-b384-3012dae09a21.jpg not downloaded yet
2026-03-26 12:17:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727896> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:17:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:17:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d69423c5-dd10-55ed-a853-d426de3eb700 with identifier: 10727896
2026-03-26 12:17:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d69423c5-dd10-55ed-a853-d426de3eb700 with scrape type 1
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d69423c5-dd10-55ed-a853-d426de3eb700
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252Fc2ce0231-e0a0-477b-9948-184ef77ae95a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/c2ce0231-e0a0-477b-9948-184ef77ae95a.jpg not downloaded yet
2026-03-26 12:17:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747240/general/ecdcce51-1bbb-4d2f-b384-3012dae09a21.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727906)
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252Fd70f8b6a-46fc-4e14-96f6-b0896969531b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/d70f8b6a-46fc-4e14-96f6-b0896969531b.jpg not downloaded yet
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252Fbe8a8754-9eb6-4a97-9130-c30c735355bb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/be8a8754-9eb6-4a97-9130-c30c735355bb.jpg not downloaded yet
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252F17be108e-34fd-4aea-8afa-47ebe26b32d8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/17be108e-34fd-4aea-8afa-47ebe26b32d8.jpg not downloaded yet
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252F4d71f46a-7069-4fe2-981f-1f2b22af301b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/4d71f46a-7069-4fe2-981f-1f2b22af301b.jpg not downloaded yet
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252Fa46eb2eb-fac6-4b80-8489-5a002cac9d24.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/a46eb2eb-fac6-4b80-8489-5a002cac9d24.jpg not downloaded yet
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252F00d64c9c-9bab-4ba0-9ba2-b32e4bfa215d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/00d64c9c-9bab-4ba0-9ba2-b32e4bfa215d.jpg not downloaded yet
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252F462132ed-e9a3-4148-af18-d06307df7595.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/462132ed-e9a3-4148-af18-d06307df7595.jpg not downloaded yet
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252F4c1d125a-2de7-4b42-afcb-915f81cabb6b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/4c1d125a-2de7-4b42-afcb-915f81cabb6b.jpg not downloaded yet
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0deb10>
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252Fecdcce51-1bbb-4d2f-b384-3012dae09a21.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/ecdcce51-1bbb-4d2f-b384-3012dae09a21.jpg saved to cache
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item eee86634-9707-5379-b4c5-65f20a6b2f66
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252Feac67225-fbc0-4a53-9bfa-7b93871aa777.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/eac67225-fbc0-4a53-9bfa-7b93871aa777.jpg not downloaded yet
2026-03-26 12:17:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747238/general/c2ce0231-e0a0-477b-9948-184ef77ae95a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727896)
2026-03-26 12:17:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747238/general/4c1d125a-2de7-4b42-afcb-915f81cabb6b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727896)
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e2b1d0>
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252Fc2ce0231-e0a0-477b-9948-184ef77ae95a.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/c2ce0231-e0a0-477b-9948-184ef77ae95a.jpg saved to cache
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d69423c5-dd10-55ed-a853-d426de3eb700
2026-03-26 12:17:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747238/general/eac67225-fbc0-4a53-9bfa-7b93871aa777.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727896)
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c18dd90>
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252F4c1d125a-2de7-4b42-afcb-915f81cabb6b.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/4c1d125a-2de7-4b42-afcb-915f81cabb6b.jpg saved to cache
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d69423c5-dd10-55ed-a853-d426de3eb700
2026-03-26 12:17:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747238/general/462132ed-e9a3-4148-af18-d06307df7595.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727896)
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e50e90>
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252Feac67225-fbc0-4a53-9bfa-7b93871aa777.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/eac67225-fbc0-4a53-9bfa-7b93871aa777.jpg saved to cache
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d69423c5-dd10-55ed-a853-d426de3eb700
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e3eb10>
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252F462132ed-e9a3-4148-af18-d06307df7595.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/462132ed-e9a3-4148-af18-d06307df7595.jpg saved to cache
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d69423c5-dd10-55ed-a853-d426de3eb700
2026-03-26 12:17:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747238/general/00d64c9c-9bab-4ba0-9ba2-b32e4bfa215d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727896)
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e98810>
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:17:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252F00d64c9c-9bab-4ba0-9ba2-b32e4bfa215d.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/00d64c9c-9bab-4ba0-9ba2-b32e4bfa215d.jpg saved to cache
2026-03-26 12:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d69423c5-dd10-55ed-a853-d426de3eb700
2026-03-26 12:17:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747238/general/a46eb2eb-fac6-4b80-8489-5a002cac9d24.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727896)
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0df8d0>
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252Fa46eb2eb-fac6-4b80-8489-5a002cac9d24.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/a46eb2eb-fac6-4b80-8489-5a002cac9d24.jpg saved to cache
2026-03-26 12:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d69423c5-dd10-55ed-a853-d426de3eb700
2026-03-26 12:17:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747238/general/4d71f46a-7069-4fe2-981f-1f2b22af301b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727896)
2026-03-26 12:17:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747238/general/17be108e-34fd-4aea-8afa-47ebe26b32d8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727896)
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e84bd0>
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252F4d71f46a-7069-4fe2-981f-1f2b22af301b.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/4d71f46a-7069-4fe2-981f-1f2b22af301b.jpg saved to cache
2026-03-26 12:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d69423c5-dd10-55ed-a853-d426de3eb700
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b3110>
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252F17be108e-34fd-4aea-8afa-47ebe26b32d8.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/17be108e-34fd-4aea-8afa-47ebe26b32d8.jpg saved to cache
2026-03-26 12:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d69423c5-dd10-55ed-a853-d426de3eb700
2026-03-26 12:17:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747238/general/be8a8754-9eb6-4a97-9130-c30c735355bb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727896)
2026-03-26 12:17:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747238/general/d70f8b6a-46fc-4e14-96f6-b0896969531b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727896)
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e29010>
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252Fbe8a8754-9eb6-4a97-9130-c30c735355bb.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/be8a8754-9eb6-4a97-9130-c30c735355bb.jpg saved to cache
2026-03-26 12:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d69423c5-dd10-55ed-a853-d426de3eb700
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ea73d0>
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:17:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747238%252Fgeneral%252Fd70f8b6a-46fc-4e14-96f6-b0896969531b.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747238/general/d70f8b6a-46fc-4e14-96f6-b0896969531b.jpg saved to cache
2026-03-26 12:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d69423c5-dd10-55ed-a853-d426de3eb700
2026-03-26 12:17:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d69423c5-dd10-55ed-a853-d426de3eb700, skipping ID generation
2026-03-26 12:17:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d69423c5-dd10-55ed-a853-d426de3eb700 with scrape type 1
2026-03-26 12:17:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d69423c5-dd10-55ed-a853-d426de3eb700 sending to next pipeline
2026-03-26 12:17:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: d69423c5-dd10-55ed-a853-d426de3eb700, identifier: 10727896
2026-03-26 12:17:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: d69423c5-dd10-55ed-a853-d426de3eb700 with identifier: 10727896
2026-03-26 12:17:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: d69423c5-dd10-55ed-a853-d426de3eb700 with identifier: 10727896
2026-03-26 12:17:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: d69423c5-dd10-55ed-a853-d426de3eb700 with identifier: 10727896 to the API
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:17:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:17:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747238/general/d70f8b6a-46fc-4e14-96f6-b0896969531b.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:17:20Z',
'fuel_type': 'Electric',
'id': 'd69423c5-dd10-55ed-a853-d426de3eb700',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990981-2540416',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727896',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 29372,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114484,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747238/general/c2ce0231-e0a0-477b-9948-184ef77ae95a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222384,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747238/general/d70f8b6a-46fc-4e14-96f6-b0896969531b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170796,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747238/general/be8a8754-9eb6-4a97-9130-c30c735355bb.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167826,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747238/general/17be108e-34fd-4aea-8afa-47ebe26b32d8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200437,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747238/general/4d71f46a-7069-4fe2-981f-1f2b22af301b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217196,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747238/general/a46eb2eb-fac6-4b80-8489-5a002cac9d24.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223487,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747238/general/00d64c9c-9bab-4ba0-9ba2-b32e4bfa215d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 207050,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747238/general/462132ed-e9a3-4148-af18-d06307df7595.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161681,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747238/general/4c1d125a-2de7-4b42-afcb-915f81cabb6b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d69423c5-dd10-55ed-a853-d426de3eb700/d69423c5-dd10-55ed-a853-d426de3eb700_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 198186,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747238/general/eac67225-fbc0-4a53-9bfa-7b93871aa777.jpg',
'Width': 1280}],
'price': 8400,
'price_includes_vat': True,
'registration_date': '2022-12-20',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Corsa Edition - Electric - Automatic - 136 hp - 29.372 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727896%27 HTTP/1.1" 200 None
2026-03-26 12:17:50 [adesa.de] INFO: Saving data for 10727896: {'created_time': 1774527470.028282, 'last_price_update_time': 1774527470.028295, 'auction_closing_time': 1774617440.0}
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727896') HTTP/1.1" 204 0
2026-03-26 12:17:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747240/general/b73bd7a4-e688-458f-a232-2a79bc05b605.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727906)
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0c6050>
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252Fb73bd7a4-e688-458f-a232-2a79bc05b605.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/b73bd7a4-e688-458f-a232-2a79bc05b605.jpg saved to cache
2026-03-26 12:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item eee86634-9707-5379-b4c5-65f20a6b2f66
2026-03-26 12:17:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747240/general/50fbd03f-eb56-420a-bb40-a7271c4c2f77.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727906)
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c094dd0>
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252F50fbd03f-eb56-420a-bb40-a7271c4c2f77.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/50fbd03f-eb56-420a-bb40-a7271c4c2f77.jpg saved to cache
2026-03-26 12:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item eee86634-9707-5379-b4c5-65f20a6b2f66
2026-03-26 12:17:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747240/general/bed5b7a2-d2ba-4c71-add6-512715dbfb24.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727906)
2026-03-26 12:17:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747240/general/4897a3e9-2378-4be9-b3c5-c24e3eb8f95d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727906)
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e28e50>
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252Fbed5b7a2-d2ba-4c71-add6-512715dbfb24.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/bed5b7a2-d2ba-4c71-add6-512715dbfb24.jpg saved to cache
2026-03-26 12:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item eee86634-9707-5379-b4c5-65f20a6b2f66
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b7650>
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252F4897a3e9-2378-4be9-b3c5-c24e3eb8f95d.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/4897a3e9-2378-4be9-b3c5-c24e3eb8f95d.jpg saved to cache
2026-03-26 12:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item eee86634-9707-5379-b4c5-65f20a6b2f66
2026-03-26 12:17:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747240/general/ac45ebb2-3c4f-4ed3-bd8b-8cdd537095ff.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727906)
2026-03-26 12:17:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747240/general/f98c634c-1358-46e1-9757-6bb439685997.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727906)
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0d3650>
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252Fac45ebb2-3c4f-4ed3-bd8b-8cdd537095ff.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/ac45ebb2-3c4f-4ed3-bd8b-8cdd537095ff.jpg saved to cache
2026-03-26 12:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item eee86634-9707-5379-b4c5-65f20a6b2f66
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b7c90>
2026-03-26 12:17:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252Ff98c634c-1358-46e1-9757-6bb439685997.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/f98c634c-1358-46e1-9757-6bb439685997.jpg saved to cache
2026-03-26 12:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item eee86634-9707-5379-b4c5-65f20a6b2f66
2026-03-26 12:17:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747240/general/b3167607-0807-4e4a-9e47-c85a3ae90138.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727906)
2026-03-26 12:17:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747240/general/0de97155-2629-49bb-af99-0c32991fb19d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727906)
2026-03-26 12:17:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b9890>
2026-03-26 12:17:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252Fb3167607-0807-4e4a-9e47-c85a3ae90138.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/b3167607-0807-4e4a-9e47-c85a3ae90138.jpg saved to cache
2026-03-26 12:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item eee86634-9707-5379-b4c5-65f20a6b2f66
2026-03-26 12:17:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fed310>
2026-03-26 12:17:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252F0de97155-2629-49bb-af99-0c32991fb19d.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/0de97155-2629-49bb-af99-0c32991fb19d.jpg saved to cache
2026-03-26 12:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item eee86634-9707-5379-b4c5-65f20a6b2f66
2026-03-26 12:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747240/general/a91b55b6-d7b3-4fcd-b1f8-b4825c989419.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727906)
2026-03-26 12:17:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:17:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ce850>
2026-03-26 12:17:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:17: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 12:17:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:17:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747240%252Fgeneral%252Fa91b55b6-d7b3-4fcd-b1f8-b4825c989419.jpg') HTTP/1.1" 204 0
2026-03-26 12:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747240/general/a91b55b6-d7b3-4fcd-b1f8-b4825c989419.jpg saved to cache
2026-03-26 12:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item eee86634-9707-5379-b4c5-65f20a6b2f66
2026-03-26 12:17:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eee86634-9707-5379-b4c5-65f20a6b2f66, skipping ID generation
2026-03-26 12:17:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eee86634-9707-5379-b4c5-65f20a6b2f66 with scrape type 1
2026-03-26 12:17:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eee86634-9707-5379-b4c5-65f20a6b2f66 sending to next pipeline
2026-03-26 12:17:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: eee86634-9707-5379-b4c5-65f20a6b2f66, identifier: 10727906
2026-03-26 12:17:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: eee86634-9707-5379-b4c5-65f20a6b2f66 with identifier: 10727906
2026-03-26 12:17:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: eee86634-9707-5379-b4c5-65f20a6b2f66 with identifier: 10727906
2026-03-26 12:17:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: eee86634-9707-5379-b4c5-65f20a6b2f66 with identifier: 10727906 to the API
2026-03-26 12:17:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:17:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:17:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747240/general/a91b55b6-d7b3-4fcd-b1f8-b4825c989419.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:13:00Z',
'fuel_type': 'Electric',
'id': 'eee86634-9707-5379-b4c5-65f20a6b2f66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990958-2538669',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727906',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 29708,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167348,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747240/general/a91b55b6-d7b3-4fcd-b1f8-b4825c989419.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227835,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747240/general/0de97155-2629-49bb-af99-0c32991fb19d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 231630,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747240/general/b3167607-0807-4e4a-9e47-c85a3ae90138.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250878,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747240/general/f98c634c-1358-46e1-9757-6bb439685997.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 269038,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747240/general/ac45ebb2-3c4f-4ed3-bd8b-8cdd537095ff.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215734,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747240/general/4897a3e9-2378-4be9-b3c5-c24e3eb8f95d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 262358,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747240/general/bed5b7a2-d2ba-4c71-add6-512715dbfb24.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222524,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747240/general/50fbd03f-eb56-420a-bb40-a7271c4c2f77.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223732,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747240/general/b73bd7a4-e688-458f-a232-2a79bc05b605.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eee86634-9707-5379-b4c5-65f20a6b2f66/eee86634-9707-5379-b4c5-65f20a6b2f66_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117859,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747240/general/ecdcce51-1bbb-4d2f-b384-3012dae09a21.jpg',
'Width': 800}],
'price': 9500,
'price_includes_vat': True,
'registration_date': '2022-12-07',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Corsa Edition - Electric - Automatic - 136 hp - 29.708 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727906%27 HTTP/1.1" 200 None
2026-03-26 12:17:51 [adesa.de] INFO: Saving data for 10727906: {'created_time': 1774527471.790258, 'last_price_update_time': 1774527471.790269, 'auction_closing_time': 1774617180.0}
2026-03-26 12:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727906') HTTP/1.1" 204 0
2026-03-26 12:18:07 [scrapy.extensions.logstats] INFO: Crawled 38 pages (at 5 pages/min), scraped 33 items (at 6 items/min)
2026-03-26 12:18:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 164MiB
2026-03-26 12:18:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727903> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:18:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:18:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50bb074e-470e-57fa-beca-961aca8d7efa with identifier: 10727903
2026-03-26 12:18:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50bb074e-470e-57fa-beca-961aca8d7efa with scrape type 1
2026-03-26 12:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 50bb074e-470e-57fa-beca-961aca8d7efa
2026-03-26 12:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252Fa129881a-99a1-401c-a2e1-54c9d4ea3214.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/a129881a-99a1-401c-a2e1-54c9d4ea3214.jpg not downloaded yet
2026-03-26 12:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252F9b3711b3-98bf-4667-a049-a4bf34d76845.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/9b3711b3-98bf-4667-a049-a4bf34d76845.jpg not downloaded yet
2026-03-26 12:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252Fbb5d10aa-15cf-4de6-b5bf-7f2697e6ac69.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/bb5d10aa-15cf-4de6-b5bf-7f2697e6ac69.jpg not downloaded yet
2026-03-26 12:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252F839e6280-9a76-4a68-b4f6-9b89164120fc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/839e6280-9a76-4a68-b4f6-9b89164120fc.jpg not downloaded yet
2026-03-26 12:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252F9810c10b-386f-4d9a-9b7c-9e422516442b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/9810c10b-386f-4d9a-9b7c-9e422516442b.jpg not downloaded yet
2026-03-26 12:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252F32bebd93-d7d5-4638-a079-5fcb2ccaa71e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/32bebd93-d7d5-4638-a079-5fcb2ccaa71e.jpg not downloaded yet
2026-03-26 12:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252F4af21c70-30a0-4e16-bf1f-a0121196ee4a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/4af21c70-30a0-4e16-bf1f-a0121196ee4a.jpg not downloaded yet
2026-03-26 12:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252F3e4ae944-3d66-4a45-b89e-f7cdacf7af3b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/3e4ae944-3d66-4a45-b89e-f7cdacf7af3b.jpg not downloaded yet
2026-03-26 12:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252F2c7ceaf0-6b22-460f-b8cb-1d1d0b8690cc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/2c7ceaf0-6b22-460f-b8cb-1d1d0b8690cc.jpg not downloaded yet
2026-03-26 12:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252Ffa90e9e4-6592-4c9b-8787-282133c4e1e2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/fa90e9e4-6592-4c9b-8787-282133c4e1e2.jpg not downloaded yet
2026-03-26 12:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728099> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:18: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 12:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747239/general/fa90e9e4-6592-4c9b-8787-282133c4e1e2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727903)
2026-03-26 12:18:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b663ff03-97bb-5f41-b8c8-14a4deb7a8a0 with identifier: 10728099
2026-03-26 12:18:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b663ff03-97bb-5f41-b8c8-14a4deb7a8a0 with scrape type 1
2026-03-26 12:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b663ff03-97bb-5f41-b8c8-14a4deb7a8a0
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252F0c86d2bc-b52c-4f4e-a5c2-24dd30c25219.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/0c86d2bc-b52c-4f4e-a5c2-24dd30c25219.jpg not downloaded yet
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252Fe4807e9e-f14c-4023-bc79-2ebeea8f539c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/e4807e9e-f14c-4023-bc79-2ebeea8f539c.jpg not downloaded yet
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252F008a86fb-c548-4b46-a9f1-5969ec2e546c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/008a86fb-c548-4b46-a9f1-5969ec2e546c.jpg not downloaded yet
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252Fca410391-a99d-4e7c-b6bf-128e3fc51597.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/ca410391-a99d-4e7c-b6bf-128e3fc51597.jpg not downloaded yet
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252F0825dbac-b16c-4326-a9a7-18dcc191a470.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/0825dbac-b16c-4326-a9a7-18dcc191a470.jpg not downloaded yet
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252Fc258f2d9-ee18-4641-9df4-677db55e356f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/c258f2d9-ee18-4641-9df4-677db55e356f.jpg not downloaded yet
2026-03-26 12:18:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cfd2850>
2026-03-26 12:18:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252Ffa90e9e4-6592-4c9b-8787-282133c4e1e2.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/fa90e9e4-6592-4c9b-8787-282133c4e1e2.jpg saved to cache
2026-03-26 12:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 50bb074e-470e-57fa-beca-961aca8d7efa
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252Fd3c49d31-58d1-4d71-afaa-c937b52a289c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/d3c49d31-58d1-4d71-afaa-c937b52a289c.jpg not downloaded yet
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252F58bff3ad-ad0a-498d-9fe5-1e26d7c0af51.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/58bff3ad-ad0a-498d-9fe5-1e26d7c0af51.jpg not downloaded yet
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252F50b3adc2-ea78-4061-9b4e-a7435d3697b2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/50b3adc2-ea78-4061-9b4e-a7435d3697b2.jpg not downloaded yet
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252F67b458a6-2fe1-4934-a964-4a1e4660fa4f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/67b458a6-2fe1-4934-a964-4a1e4660fa4f.jpg not downloaded yet
2026-03-26 12:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747239/general/2c7ceaf0-6b22-460f-b8cb-1d1d0b8690cc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727903)
2026-03-26 12:18:13 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.554(s), this was the 1st time calling it.
2026-03-26 12:18:13 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.9773117154890745 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 12:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747328/general/67b458a6-2fe1-4934-a964-4a1e4660fa4f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728099)
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b9a10>
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252F2c7ceaf0-6b22-460f-b8cb-1d1d0b8690cc.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/2c7ceaf0-6b22-460f-b8cb-1d1d0b8690cc.jpg saved to cache
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 50bb074e-470e-57fa-beca-961aca8d7efa
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156511790>
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252F67b458a6-2fe1-4934-a964-4a1e4660fa4f.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/67b458a6-2fe1-4934-a964-4a1e4660fa4f.jpg saved to cache
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b663ff03-97bb-5f41-b8c8-14a4deb7a8a0
2026-03-26 12:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747328/general/50b3adc2-ea78-4061-9b4e-a7435d3697b2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728099)
2026-03-26 12:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747328/general/58bff3ad-ad0a-498d-9fe5-1e26d7c0af51.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728099)
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e99f50>
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252F50b3adc2-ea78-4061-9b4e-a7435d3697b2.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/50b3adc2-ea78-4061-9b4e-a7435d3697b2.jpg saved to cache
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b663ff03-97bb-5f41-b8c8-14a4deb7a8a0
2026-03-26 12:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747328/general/d3c49d31-58d1-4d71-afaa-c937b52a289c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728099)
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e9ac50>
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252F58bff3ad-ad0a-498d-9fe5-1e26d7c0af51.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/58bff3ad-ad0a-498d-9fe5-1e26d7c0af51.jpg saved to cache
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b663ff03-97bb-5f41-b8c8-14a4deb7a8a0
2026-03-26 12:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747328/general/c258f2d9-ee18-4641-9df4-677db55e356f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728099)
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ca450>
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252Fd3c49d31-58d1-4d71-afaa-c937b52a289c.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/d3c49d31-58d1-4d71-afaa-c937b52a289c.jpg saved to cache
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b663ff03-97bb-5f41-b8c8-14a4deb7a8a0
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0c6210>
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252Fc258f2d9-ee18-4641-9df4-677db55e356f.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/c258f2d9-ee18-4641-9df4-677db55e356f.jpg saved to cache
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b663ff03-97bb-5f41-b8c8-14a4deb7a8a0
2026-03-26 12:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747328/general/0825dbac-b16c-4326-a9a7-18dcc191a470.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728099)
2026-03-26 12:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747328/general/ca410391-a99d-4e7c-b6bf-128e3fc51597.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728099)
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e5e310>
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252F0825dbac-b16c-4326-a9a7-18dcc191a470.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/0825dbac-b16c-4326-a9a7-18dcc191a470.jpg saved to cache
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b663ff03-97bb-5f41-b8c8-14a4deb7a8a0
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b88d0>
2026-03-26 12:18:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252Fca410391-a99d-4e7c-b6bf-128e3fc51597.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/ca410391-a99d-4e7c-b6bf-128e3fc51597.jpg saved to cache
2026-03-26 12:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b663ff03-97bb-5f41-b8c8-14a4deb7a8a0
2026-03-26 12:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747328/general/008a86fb-c548-4b46-a9f1-5969ec2e546c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728099)
2026-03-26 12:18:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747328/general/e4807e9e-f14c-4023-bc79-2ebeea8f539c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728099)
2026-03-26 12:18:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747328/general/0c86d2bc-b52c-4f4e-a5c2-24dd30c25219.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728099)
2026-03-26 12:18:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e66f50>
2026-03-26 12:18:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252F008a86fb-c548-4b46-a9f1-5969ec2e546c.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/008a86fb-c548-4b46-a9f1-5969ec2e546c.jpg saved to cache
2026-03-26 12:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b663ff03-97bb-5f41-b8c8-14a4deb7a8a0
2026-03-26 12:18:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d3f50>
2026-03-26 12:18:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252Fe4807e9e-f14c-4023-bc79-2ebeea8f539c.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/e4807e9e-f14c-4023-bc79-2ebeea8f539c.jpg saved to cache
2026-03-26 12:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b663ff03-97bb-5f41-b8c8-14a4deb7a8a0
2026-03-26 12:18:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747239/general/3e4ae944-3d66-4a45-b89e-f7cdacf7af3b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727903)
2026-03-26 12:18:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ea6950>
2026-03-26 12:18:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747328%252Fgeneral%252F0c86d2bc-b52c-4f4e-a5c2-24dd30c25219.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747328/general/0c86d2bc-b52c-4f4e-a5c2-24dd30c25219.jpg saved to cache
2026-03-26 12:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b663ff03-97bb-5f41-b8c8-14a4deb7a8a0
2026-03-26 12:18:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b663ff03-97bb-5f41-b8c8-14a4deb7a8a0, skipping ID generation
2026-03-26 12:18:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b663ff03-97bb-5f41-b8c8-14a4deb7a8a0 with scrape type 1
2026-03-26 12:18:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b663ff03-97bb-5f41-b8c8-14a4deb7a8a0 sending to next pipeline
2026-03-26 12:18:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: b663ff03-97bb-5f41-b8c8-14a4deb7a8a0, identifier: 10728099
2026-03-26 12:18:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: b663ff03-97bb-5f41-b8c8-14a4deb7a8a0 with identifier: 10728099
2026-03-26 12:18:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: b663ff03-97bb-5f41-b8c8-14a4deb7a8a0 with identifier: 10728099
2026-03-26 12:18:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: b663ff03-97bb-5f41-b8c8-14a4deb7a8a0 with identifier: 10728099 to the API
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:18:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747328/general/0c86d2bc-b52c-4f4e-a5c2-24dd30c25219.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:16:40Z',
'fuel_type': 'Electric',
'id': 'b663ff03-97bb-5f41-b8c8-14a4deb7a8a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991032-2541260',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728099',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 29696,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113774,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747328/general/0c86d2bc-b52c-4f4e-a5c2-24dd30c25219.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117652,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747328/general/e4807e9e-f14c-4023-bc79-2ebeea8f539c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 185053,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747328/general/008a86fb-c548-4b46-a9f1-5969ec2e546c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167511,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747328/general/ca410391-a99d-4e7c-b6bf-128e3fc51597.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110979,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747328/general/0825dbac-b16c-4326-a9a7-18dcc191a470.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222878,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747328/general/c258f2d9-ee18-4641-9df4-677db55e356f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230337,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747328/general/d3c49d31-58d1-4d71-afaa-c937b52a289c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 233304,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747328/general/58bff3ad-ad0a-498d-9fe5-1e26d7c0af51.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228518,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747328/general/50b3adc2-ea78-4061-9b4e-a7435d3697b2.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b663ff03-97bb-5f41-b8c8-14a4deb7a8a0/b663ff03-97bb-5f41-b8c8-14a4deb7a8a0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88198,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747328/general/67b458a6-2fe1-4934-a964-4a1e4660fa4f.jpg',
'Width': 1280}],
'price': 8100,
'price_includes_vat': True,
'registration_date': '2022-12-20',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Corsa Edition - Electric - Automatic - 136 hp - 29.696 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728099%27 HTTP/1.1" 200 None
2026-03-26 12:18:14 [adesa.de] INFO: Saving data for 10728099: {'created_time': 1774527494.776785, 'last_price_update_time': 1774527494.776796, 'auction_closing_time': 1774617400.0}
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728099') HTTP/1.1" 204 0
2026-03-26 12:18:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747239/general/4af21c70-30a0-4e16-bf1f-a0121196ee4a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727903)
2026-03-26 12:18:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d11f450>
2026-03-26 12:18:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252F3e4ae944-3d66-4a45-b89e-f7cdacf7af3b.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/3e4ae944-3d66-4a45-b89e-f7cdacf7af3b.jpg saved to cache
2026-03-26 12:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 50bb074e-470e-57fa-beca-961aca8d7efa
2026-03-26 12:18:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ea73d0>
2026-03-26 12:18:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252F4af21c70-30a0-4e16-bf1f-a0121196ee4a.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/4af21c70-30a0-4e16-bf1f-a0121196ee4a.jpg saved to cache
2026-03-26 12:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 50bb074e-470e-57fa-beca-961aca8d7efa
2026-03-26 12:18:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747239/general/32bebd93-d7d5-4638-a079-5fcb2ccaa71e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727903)
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1bbad0>
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252F32bebd93-d7d5-4638-a079-5fcb2ccaa71e.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/32bebd93-d7d5-4638-a079-5fcb2ccaa71e.jpg saved to cache
2026-03-26 12:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 50bb074e-470e-57fa-beca-961aca8d7efa
2026-03-26 12:18:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747239/general/9810c10b-386f-4d9a-9b7c-9e422516442b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727903)
2026-03-26 12:18:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747239/general/839e6280-9a76-4a68-b4f6-9b89164120fc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727903)
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e08690>
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252F9810c10b-386f-4d9a-9b7c-9e422516442b.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/9810c10b-386f-4d9a-9b7c-9e422516442b.jpg saved to cache
2026-03-26 12:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 50bb074e-470e-57fa-beca-961aca8d7efa
2026-03-26 12:18:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747239/general/bb5d10aa-15cf-4de6-b5bf-7f2697e6ac69.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727903)
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0eda90>
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252F839e6280-9a76-4a68-b4f6-9b89164120fc.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/839e6280-9a76-4a68-b4f6-9b89164120fc.jpg saved to cache
2026-03-26 12:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 50bb074e-470e-57fa-beca-961aca8d7efa
2026-03-26 12:18:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747239/general/9b3711b3-98bf-4667-a049-a4bf34d76845.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727903)
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0c6c90>
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252Fbb5d10aa-15cf-4de6-b5bf-7f2697e6ac69.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/bb5d10aa-15cf-4de6-b5bf-7f2697e6ac69.jpg saved to cache
2026-03-26 12:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 50bb074e-470e-57fa-beca-961aca8d7efa
2026-03-26 12:18:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747239/general/a129881a-99a1-401c-a2e1-54c9d4ea3214.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727903)
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ed9d0>
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252F9b3711b3-98bf-4667-a049-a4bf34d76845.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/9b3711b3-98bf-4667-a049-a4bf34d76845.jpg saved to cache
2026-03-26 12:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 50bb074e-470e-57fa-beca-961aca8d7efa
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e09b90>
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747239%252Fgeneral%252Fa129881a-99a1-401c-a2e1-54c9d4ea3214.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747239/general/a129881a-99a1-401c-a2e1-54c9d4ea3214.jpg saved to cache
2026-03-26 12:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 50bb074e-470e-57fa-beca-961aca8d7efa
2026-03-26 12:18:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 50bb074e-470e-57fa-beca-961aca8d7efa, skipping ID generation
2026-03-26 12:18:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50bb074e-470e-57fa-beca-961aca8d7efa with scrape type 1
2026-03-26 12:18:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 50bb074e-470e-57fa-beca-961aca8d7efa sending to next pipeline
2026-03-26 12:18:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 50bb074e-470e-57fa-beca-961aca8d7efa, identifier: 10727903
2026-03-26 12:18:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 50bb074e-470e-57fa-beca-961aca8d7efa with identifier: 10727903
2026-03-26 12:18:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 50bb074e-470e-57fa-beca-961aca8d7efa with identifier: 10727903
2026-03-26 12:18:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 50bb074e-470e-57fa-beca-961aca8d7efa with identifier: 10727903 to the API
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:18:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:18:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747239/general/a129881a-99a1-401c-a2e1-54c9d4ea3214.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:19:20Z',
'fuel_type': 'Electric',
'id': '50bb074e-470e-57fa-beca-961aca8d7efa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991024-2540561',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727903',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 28345,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119040,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747239/general/a129881a-99a1-401c-a2e1-54c9d4ea3214.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217575,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747239/general/9b3711b3-98bf-4667-a049-a4bf34d76845.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124396,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747239/general/bb5d10aa-15cf-4de6-b5bf-7f2697e6ac69.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124126,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747239/general/839e6280-9a76-4a68-b4f6-9b89164120fc.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127932,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747239/general/9810c10b-386f-4d9a-9b7c-9e422516442b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 182968,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747239/general/32bebd93-d7d5-4638-a079-5fcb2ccaa71e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222098,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747239/general/4af21c70-30a0-4e16-bf1f-a0121196ee4a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162568,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747239/general/3e4ae944-3d66-4a45-b89e-f7cdacf7af3b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 201005,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747239/general/2c7ceaf0-6b22-460f-b8cb-1d1d0b8690cc.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50bb074e-470e-57fa-beca-961aca8d7efa/50bb074e-470e-57fa-beca-961aca8d7efa_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169583,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747239/general/fa90e9e4-6592-4c9b-8787-282133c4e1e2.jpg',
'Width': 1280}],
'price': 9000,
'price_includes_vat': True,
'registration_date': '2022-12-16',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Corsa Edition - Electric - Automatic - 136 hp - 28.345 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727903%27 HTTP/1.1" 200 None
2026-03-26 12:18:16 [adesa.de] INFO: Saving data for 10727903: {'created_time': 1774527496.056729, 'last_price_update_time': 1774527496.056741, 'auction_closing_time': 1774617560.0}
2026-03-26 12:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727903') HTTP/1.1" 204 0
2026-03-26 12:18:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:18:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728930> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:18: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 12:18:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f with identifier: 10728930
2026-03-26 12:18:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f with scrape type 1
2026-03-26 12:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252F1f297baf-ac48-4ebf-93d0-3fd13bb9d932.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/1f297baf-ac48-4ebf-93d0-3fd13bb9d932.jpg not downloaded yet
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252F3db94f44-193f-48b2-b5b4-662e8d781239.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/3db94f44-193f-48b2-b5b4-662e8d781239.jpg not downloaded yet
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252F02758a6d-b8ab-473a-ab25-aec67b3673bd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/02758a6d-b8ab-473a-ab25-aec67b3673bd.jpg not downloaded yet
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252F76b30aa7-40f6-469c-9657-81d6e5e54614.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/76b30aa7-40f6-469c-9657-81d6e5e54614.jpg not downloaded yet
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252F1b9cc077-0341-4cde-92f8-028e222ee22c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/1b9cc077-0341-4cde-92f8-028e222ee22c.jpg not downloaded yet
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252F1bdc9de5-feee-49f7-bc68-ad3189c65bc2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/1bdc9de5-feee-49f7-bc68-ad3189c65bc2.jpg not downloaded yet
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252F8bdb1a92-0feb-4714-9f6e-a67f1abd74fd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/8bdb1a92-0feb-4714-9f6e-a67f1abd74fd.jpg not downloaded yet
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252F24009119-dc40-449a-81b3-4a4f6bbcdc9e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/24009119-dc40-449a-81b3-4a4f6bbcdc9e.jpg not downloaded yet
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252Fe0e8f199-f900-445d-9603-c385506ed65e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/e0e8f199-f900-445d-9603-c385506ed65e.jpg not downloaded yet
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252Fee55bc54-c8cc-42f0-83a7-753e12bb92d3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/ee55bc54-c8cc-42f0-83a7-753e12bb92d3.jpg not downloaded yet
2026-03-26 12:18:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727819> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:18: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 12:18:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ef0f331-58c4-5d18-94e1-18ea63db27e2 with identifier: 10727819
2026-03-26 12:18:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ef0f331-58c4-5d18-94e1-18ea63db27e2 with scrape type 1
2026-03-26 12:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1ef0f331-58c4-5d18-94e1-18ea63db27e2
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715183%252Fgeneral%252Fc484dc8e-b619-46fe-a069-c1a8f19a3e01.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715183/general/c484dc8e-b619-46fe-a069-c1a8f19a3e01.jpg already downloaded
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715183%252Fgeneral%252F2b5be494-92f7-4461-84d4-871e69ede4a6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715183/general/2b5be494-92f7-4461-84d4-871e69ede4a6.jpg already downloaded
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715183%252Fgeneral%252Fe55aa42c-c263-4703-adc9-7d0c842c8699.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715183/general/e55aa42c-c263-4703-adc9-7d0c842c8699.jpg already downloaded
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715183%252Fgeneral%252F5fab9c41-ddd8-4bc0-b7ea-5d7ba588bcb6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715183/general/5fab9c41-ddd8-4bc0-b7ea-5d7ba588bcb6.jpg already downloaded
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715183%252Fgeneral%252F9c431150-5887-4d69-ac02-ee03356516e3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715183/general/9c431150-5887-4d69-ac02-ee03356516e3.jpg already downloaded
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715183%252Fgeneral%252Fb21bf1ac-ad3a-4ab6-9475-7469540aa755.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715183/general/b21bf1ac-ad3a-4ab6-9475-7469540aa755.jpg already downloaded
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715183%252Fgeneral%252F94510627-d764-496c-99d1-c483e0a83ccf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715183/general/94510627-d764-496c-99d1-c483e0a83ccf.jpg already downloaded
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715183%252Fgeneral%252F22031ea5-dbe5-44d6-8e5b-a87f3c96077b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715183/general/22031ea5-dbe5-44d6-8e5b-a87f3c96077b.jpg already downloaded
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715183%252Fgeneral%252Fecbee570-3760-46ed-9ab5-86da474cb956.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715183/general/ecbee570-3760-46ed-9ab5-86da474cb956.jpg already downloaded
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715183%252Fgeneral%252F3dbf4fde-ff04-4f66-bd19-9bac0de7256e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715183/general/3dbf4fde-ff04-4f66-bd19-9bac0de7256e.jpg already downloaded
2026-03-26 12:18:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 1ef0f331-58c4-5d18-94e1-18ea63db27e2, identifier: 10727819
2026-03-26 12:18:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 1ef0f331-58c4-5d18-94e1-18ea63db27e2 with identifier: 10727819
2026-03-26 12:18:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 1ef0f331-58c4-5d18-94e1-18ea63db27e2 with identifier: 10727819
2026-03-26 12:18:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 1ef0f331-58c4-5d18-94e1-18ea63db27e2 with identifier: 10727819 to the API
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:18:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727819>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:12:20Z',
'fuel_type': 'Electric',
'id': '1ef0f331-58c4-5d18-94e1-18ea63db27e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990944-2527402',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727819',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 27597,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 12,
'photo_urls': ['https://images.openlane.eu/carimgs/5715183/general/c484dc8e-b619-46fe-a069-c1a8f19a3e01.jpg',
'https://images.openlane.eu/carimgs/5715183/general/2b5be494-92f7-4461-84d4-871e69ede4a6.jpg',
'https://images.openlane.eu/carimgs/5715183/general/e55aa42c-c263-4703-adc9-7d0c842c8699.jpg',
'https://images.openlane.eu/carimgs/5715183/general/5fab9c41-ddd8-4bc0-b7ea-5d7ba588bcb6.jpg',
'https://images.openlane.eu/carimgs/5715183/general/9c431150-5887-4d69-ac02-ee03356516e3.jpg',
'https://images.openlane.eu/carimgs/5715183/general/b21bf1ac-ad3a-4ab6-9475-7469540aa755.jpg',
'https://images.openlane.eu/carimgs/5715183/general/94510627-d764-496c-99d1-c483e0a83ccf.jpg',
'https://images.openlane.eu/carimgs/5715183/general/22031ea5-dbe5-44d6-8e5b-a87f3c96077b.jpg',
'https://images.openlane.eu/carimgs/5715183/general/ecbee570-3760-46ed-9ab5-86da474cb956.jpg',
'https://images.openlane.eu/carimgs/5715183/general/3dbf4fde-ff04-4f66-bd19-9bac0de7256e.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ef0f331-58c4-5d18-94e1-18ea63db27e2/1ef0f331-58c4-5d18-94e1-18ea63db27e2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173591,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715183/general/c484dc8e-b619-46fe-a069-c1a8f19a3e01.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ef0f331-58c4-5d18-94e1-18ea63db27e2/1ef0f331-58c4-5d18-94e1-18ea63db27e2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 184890,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715183/general/2b5be494-92f7-4461-84d4-871e69ede4a6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ef0f331-58c4-5d18-94e1-18ea63db27e2/1ef0f331-58c4-5d18-94e1-18ea63db27e2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89561,
'Height': 616,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715183/general/e55aa42c-c263-4703-adc9-7d0c842c8699.jpg',
'Width': 831},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ef0f331-58c4-5d18-94e1-18ea63db27e2/1ef0f331-58c4-5d18-94e1-18ea63db27e2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 237151,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715183/general/5fab9c41-ddd8-4bc0-b7ea-5d7ba588bcb6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ef0f331-58c4-5d18-94e1-18ea63db27e2/1ef0f331-58c4-5d18-94e1-18ea63db27e2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236379,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715183/general/b21bf1ac-ad3a-4ab6-9475-7469540aa755.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ef0f331-58c4-5d18-94e1-18ea63db27e2/1ef0f331-58c4-5d18-94e1-18ea63db27e2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232146,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715183/general/9c431150-5887-4d69-ac02-ee03356516e3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ef0f331-58c4-5d18-94e1-18ea63db27e2/1ef0f331-58c4-5d18-94e1-18ea63db27e2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97388,
'Height': 594,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715183/general/94510627-d764-496c-99d1-c483e0a83ccf.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ef0f331-58c4-5d18-94e1-18ea63db27e2/1ef0f331-58c4-5d18-94e1-18ea63db27e2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 302537,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715183/general/22031ea5-dbe5-44d6-8e5b-a87f3c96077b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ef0f331-58c4-5d18-94e1-18ea63db27e2/1ef0f331-58c4-5d18-94e1-18ea63db27e2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 293595,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715183/general/ecbee570-3760-46ed-9ab5-86da474cb956.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ef0f331-58c4-5d18-94e1-18ea63db27e2/1ef0f331-58c4-5d18-94e1-18ea63db27e2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263370,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715183/general/3dbf4fde-ff04-4f66-bd19-9bac0de7256e.jpg',
'Width': 1280}],
'price': 9900,
'price_includes_vat': True,
'registration_date': '2022-10-19',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Corsa Edition - Electric - Automatic - 136 hp - 27.597 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727819%27 HTTP/1.1" 200 None
2026-03-26 12:18:22 [adesa.de] INFO: Saving data for 10727819: {'created_time': 1774527502.000291, 'last_price_update_time': 1774527502.000303, 'auction_closing_time': 1774617140.0}
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727819') HTTP/1.1" 204 0
2026-03-26 12:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746761/general/ee55bc54-c8cc-42f0-83a7-753e12bb92d3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728930)
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ed790>
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252Fee55bc54-c8cc-42f0-83a7-753e12bb92d3.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/ee55bc54-c8cc-42f0-83a7-753e12bb92d3.jpg saved to cache
2026-03-26 12:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f
2026-03-26 12:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746761/general/e0e8f199-f900-445d-9603-c385506ed65e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728930)
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e5e110>
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252Fe0e8f199-f900-445d-9603-c385506ed65e.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/e0e8f199-f900-445d-9603-c385506ed65e.jpg saved to cache
2026-03-26 12:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f
2026-03-26 12:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746761/general/24009119-dc40-449a-81b3-4a4f6bbcdc9e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728930)
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d3fdbd0>
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252F24009119-dc40-449a-81b3-4a4f6bbcdc9e.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/24009119-dc40-449a-81b3-4a4f6bbcdc9e.jpg saved to cache
2026-03-26 12:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f
2026-03-26 12:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746761/general/8bdb1a92-0feb-4714-9f6e-a67f1abd74fd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728930)
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b4dd0>
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252F8bdb1a92-0feb-4714-9f6e-a67f1abd74fd.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/8bdb1a92-0feb-4714-9f6e-a67f1abd74fd.jpg saved to cache
2026-03-26 12:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f
2026-03-26 12:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746761/general/1bdc9de5-feee-49f7-bc68-ad3189c65bc2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728930)
2026-03-26 12:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728218> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:18:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b6f50>
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252F1bdc9de5-feee-49f7-bc68-ad3189c65bc2.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/1bdc9de5-feee-49f7-bc68-ad3189c65bc2.jpg saved to cache
2026-03-26 12:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f
2026-03-26 12:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746761/general/1b9cc077-0341-4cde-92f8-028e222ee22c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728930)
2026-03-26 12:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746761/general/76b30aa7-40f6-469c-9657-81d6e5e54614.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728930)
2026-03-26 12:18:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66264b7f-ee19-53a1-bfad-b320eb1d9548 with identifier: 10728218
2026-03-26 12:18:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66264b7f-ee19-53a1-bfad-b320eb1d9548 with scrape type 1
2026-03-26 12:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 66264b7f-ee19-53a1-bfad-b320eb1d9548
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252F19267fde-942f-459b-a287-ab32233cd293.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/19267fde-942f-459b-a287-ab32233cd293.jpg not downloaded yet
2026-03-26 12:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252F5b3968c8-22cf-4061-9ece-aa02ea5dd191.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/5b3968c8-22cf-4061-9ece-aa02ea5dd191.jpg not downloaded yet
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252F988a6602-9a59-48bb-b284-a247a9a3d0b6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/988a6602-9a59-48bb-b284-a247a9a3d0b6.jpg not downloaded yet
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252F80756006-73cc-4d64-9452-51449c4d12e0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/80756006-73cc-4d64-9452-51449c4d12e0.jpg not downloaded yet
2026-03-26 12:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746761/general/02758a6d-b8ab-473a-ab25-aec67b3673bd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728930)
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252Ffb92ba95-f100-4183-871f-90be3fe2c12f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/fb92ba95-f100-4183-871f-90be3fe2c12f.jpg not downloaded yet
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ce210>
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252F1b9cc077-0341-4cde-92f8-028e222ee22c.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/1b9cc077-0341-4cde-92f8-028e222ee22c.jpg saved to cache
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f
2026-03-26 12:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746761/general/3db94f44-193f-48b2-b5b4-662e8d781239.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728930)
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252Ffb69b06e-713c-4aa0-a766-ef9bdda6681e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/fb69b06e-713c-4aa0-a766-ef9bdda6681e.jpg not downloaded yet
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d258f10>
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252F76b30aa7-40f6-469c-9657-81d6e5e54614.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/76b30aa7-40f6-469c-9657-81d6e5e54614.jpg saved to cache
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252F997eb97d-d632-41f7-acb6-5a984b4dee45.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/997eb97d-d632-41f7-acb6-5a984b4dee45.jpg not downloaded yet
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252F64acce4c-8d9b-4651-848c-9cab4d313a27.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/64acce4c-8d9b-4651-848c-9cab4d313a27.jpg not downloaded yet
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d258850>
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252F02758a6d-b8ab-473a-ab25-aec67b3673bd.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/02758a6d-b8ab-473a-ab25-aec67b3673bd.jpg saved to cache
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c1750>
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252F3db94f44-193f-48b2-b5b4-662e8d781239.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/3db94f44-193f-48b2-b5b4-662e8d781239.jpg saved to cache
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252Fe3c4da7d-a39e-47a7-8572-2ba529df6f19.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/e3c4da7d-a39e-47a7-8572-2ba529df6f19.jpg not downloaded yet
2026-03-26 12:18:23 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.899(s), this was the 1st time calling it.
2026-03-26 12:18:23 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.883485767171072 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 12:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680990/general/fb92ba95-f100-4183-871f-90be3fe2c12f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728218)
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252F02f10380-afbe-48ff-a5a2-31740ad4403d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/02f10380-afbe-48ff-a5a2-31740ad4403d.jpg not downloaded yet
2026-03-26 12:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680990/general/80756006-73cc-4d64-9452-51449c4d12e0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728218)
2026-03-26 12:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680990/general/64acce4c-8d9b-4651-848c-9cab4d313a27.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728218)
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156519310>
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252Ffb92ba95-f100-4183-871f-90be3fe2c12f.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/fb92ba95-f100-4183-871f-90be3fe2c12f.jpg saved to cache
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 66264b7f-ee19-53a1-bfad-b320eb1d9548
2026-03-26 12:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680990/general/02f10380-afbe-48ff-a5a2-31740ad4403d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728218)
2026-03-26 12:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680990/general/e3c4da7d-a39e-47a7-8572-2ba529df6f19.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728218)
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e64550>
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252F80756006-73cc-4d64-9452-51449c4d12e0.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/80756006-73cc-4d64-9452-51449c4d12e0.jpg saved to cache
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 66264b7f-ee19-53a1-bfad-b320eb1d9548
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d257150>
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252F64acce4c-8d9b-4651-848c-9cab4d313a27.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/64acce4c-8d9b-4651-848c-9cab4d313a27.jpg saved to cache
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 66264b7f-ee19-53a1-bfad-b320eb1d9548
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e99110>
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252F02f10380-afbe-48ff-a5a2-31740ad4403d.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/02f10380-afbe-48ff-a5a2-31740ad4403d.jpg saved to cache
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 66264b7f-ee19-53a1-bfad-b320eb1d9548
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e65b90>
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252Fe3c4da7d-a39e-47a7-8572-2ba529df6f19.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/e3c4da7d-a39e-47a7-8572-2ba529df6f19.jpg saved to cache
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 66264b7f-ee19-53a1-bfad-b320eb1d9548
2026-03-26 12:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680990/general/fb69b06e-713c-4aa0-a766-ef9bdda6681e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728218)
2026-03-26 12:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680990/general/997eb97d-d632-41f7-acb6-5a984b4dee45.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728218)
2026-03-26 12:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680990/general/988a6602-9a59-48bb-b284-a247a9a3d0b6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728218)
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0964d0>
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252Ffb69b06e-713c-4aa0-a766-ef9bdda6681e.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/fb69b06e-713c-4aa0-a766-ef9bdda6681e.jpg saved to cache
2026-03-26 12:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 66264b7f-ee19-53a1-bfad-b320eb1d9548
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c18d950>
2026-03-26 12:18:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252F997eb97d-d632-41f7-acb6-5a984b4dee45.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/997eb97d-d632-41f7-acb6-5a984b4dee45.jpg saved to cache
2026-03-26 12:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 66264b7f-ee19-53a1-bfad-b320eb1d9548
2026-03-26 12:18:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680990/general/19267fde-942f-459b-a287-ab32233cd293.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728218)
2026-03-26 12:18:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1a9010>
2026-03-26 12:18:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252F988a6602-9a59-48bb-b284-a247a9a3d0b6.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/988a6602-9a59-48bb-b284-a247a9a3d0b6.jpg saved to cache
2026-03-26 12:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 66264b7f-ee19-53a1-bfad-b320eb1d9548
2026-03-26 12:18:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680990/general/5b3968c8-22cf-4061-9ece-aa02ea5dd191.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728218)
2026-03-26 12:18:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1aaad0>
2026-03-26 12:18:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252F19267fde-942f-459b-a287-ab32233cd293.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/19267fde-942f-459b-a287-ab32233cd293.jpg saved to cache
2026-03-26 12:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 66264b7f-ee19-53a1-bfad-b320eb1d9548
2026-03-26 12:18:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746761/general/1f297baf-ac48-4ebf-93d0-3fd13bb9d932.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728930)
2026-03-26 12:18:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ed3210>
2026-03-26 12:18:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:18:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680990%252Fgeneral%252F5b3968c8-22cf-4061-9ece-aa02ea5dd191.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680990/general/5b3968c8-22cf-4061-9ece-aa02ea5dd191.jpg saved to cache
2026-03-26 12:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 66264b7f-ee19-53a1-bfad-b320eb1d9548
2026-03-26 12:18:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 66264b7f-ee19-53a1-bfad-b320eb1d9548, skipping ID generation
2026-03-26 12:18:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66264b7f-ee19-53a1-bfad-b320eb1d9548 with scrape type 1
2026-03-26 12:18:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 66264b7f-ee19-53a1-bfad-b320eb1d9548 sending to next pipeline
2026-03-26 12:18:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 66264b7f-ee19-53a1-bfad-b320eb1d9548, identifier: 10728218
2026-03-26 12:18:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 66264b7f-ee19-53a1-bfad-b320eb1d9548 with identifier: 10728218
2026-03-26 12:18:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 66264b7f-ee19-53a1-bfad-b320eb1d9548 with identifier: 10728218
2026-03-26 12:18:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 66264b7f-ee19-53a1-bfad-b320eb1d9548 with identifier: 10728218 to the API
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:18: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 12:18:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5680990/general/5b3968c8-22cf-4061-9ece-aa02ea5dd191.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Minibus',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:03:00Z',
'fuel_type': 'Electric',
'id': '66264b7f-ee19-53a1-bfad-b320eb1d9548',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990964-2506892',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728218',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Zafira',
'odometer': 27908,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 12,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254849,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680990/general/19267fde-942f-459b-a287-ab32233cd293.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 188009,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680990/general/5b3968c8-22cf-4061-9ece-aa02ea5dd191.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 192319,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680990/general/988a6602-9a59-48bb-b284-a247a9a3d0b6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238521,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680990/general/80756006-73cc-4d64-9452-51449c4d12e0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122684,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680990/general/fb92ba95-f100-4183-871f-90be3fe2c12f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108444,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680990/general/fb69b06e-713c-4aa0-a766-ef9bdda6681e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107502,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680990/general/997eb97d-d632-41f7-acb6-5a984b4dee45.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 212808,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680990/general/64acce4c-8d9b-4651-848c-9cab4d313a27.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 198839,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680990/general/e3c4da7d-a39e-47a7-8572-2ba529df6f19.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66264b7f-ee19-53a1-bfad-b320eb1d9548/66264b7f-ee19-53a1-bfad-b320eb1d9548_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134584,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680990/general/02f10380-afbe-48ff-a5a2-31740ad4403d.jpg',
'Width': 1280}],
'price': 21200,
'price_includes_vat': True,
'registration_date': '2022-10-27',
'seats_number': 8,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Zafira Life Edition - Electric - Automatic - 136 hp - 27.908 '
'km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728218%27 HTTP/1.1" 200 None
2026-03-26 12:18:24 [adesa.de] INFO: Saving data for 10728218: {'created_time': 1774527504.974686, 'last_price_update_time': 1774527504.9747, 'auction_closing_time': 1774616580.0}
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728218') HTTP/1.1" 204 0
2026-03-26 12:18:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727986> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:18: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 12:18:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c33d0>
2026-03-26 12:18:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746761%252Fgeneral%252F1f297baf-ac48-4ebf-93d0-3fd13bb9d932.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746761/general/1f297baf-ac48-4ebf-93d0-3fd13bb9d932.jpg saved to cache
2026-03-26 12:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f
2026-03-26 12:18:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f, skipping ID generation
2026-03-26 12:18:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f with scrape type 1
2026-03-26 12:18:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f sending to next pipeline
2026-03-26 12:18:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f, identifier: 10728930
2026-03-26 12:18:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f with identifier: 10728930
2026-03-26 12:18:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f with identifier: 10728930
2026-03-26 12:18:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f with identifier: 10728930 to the API
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:18:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746761/general/1f297baf-ac48-4ebf-93d0-3fd13bb9d932.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 200,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Diesel',
'id': 'bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000713',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728930',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 105751,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 18,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 437747,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746761/general/1f297baf-ac48-4ebf-93d0-3fd13bb9d932.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 437787,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746761/general/3db94f44-193f-48b2-b5b4-662e8d781239.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 439316,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746761/general/02758a6d-b8ab-473a-ab25-aec67b3673bd.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 438954,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746761/general/76b30aa7-40f6-469c-9657-81d6e5e54614.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 606837,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746761/general/1b9cc077-0341-4cde-92f8-028e222ee22c.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 770787,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746761/general/1bdc9de5-feee-49f7-bc68-ad3189c65bc2.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 683495,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746761/general/8bdb1a92-0feb-4714-9f6e-a67f1abd74fd.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 780420,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746761/general/24009119-dc40-449a-81b3-4a4f6bbcdc9e.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 572952,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746761/general/e0e8f199-f900-445d-9603-c385506ed65e.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f/bfce02d7-99c1-52b7-ac47-fa8dceaf2f0f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 703972,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746761/general/ee55bc54-c8cc-42f0-83a7-753e12bb92d3.jpg',
'Width': 2731}],
'price': 23600,
'price_includes_vat': True,
'registration_date': '2023-12-13',
'seats_number': 7,
'seller_name': 'Mind2move GmbH',
'title': 'Skoda Kodiaq 2.0 TDI Style - AWD - Diesel - Automatic - 200 hp - '
'105.751 km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2023}
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728930%27 HTTP/1.1" 200 None
2026-03-26 12:18:25 [adesa.de] INFO: Saving data for 10728930: {'created_time': 1774527505.598601, 'last_price_update_time': 1774527505.598613, 'auction_closing_time': 1774597200.0}
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728930') HTTP/1.1" 204 0
2026-03-26 12:18:25 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 131.434(s), this was the 1st time calling it.
2026-03-26 12:18:25 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.593111690864972 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 12:18:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f669b98f-4601-5a16-b0ad-e218251ae382 with identifier: 10727986
2026-03-26 12:18:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f669b98f-4601-5a16-b0ad-e218251ae382 with scrape type 1
2026-03-26 12:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f669b98f-4601-5a16-b0ad-e218251ae382
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252Feb41f977-cc68-484a-8b75-d50c0a904a5d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/eb41f977-cc68-484a-8b75-d50c0a904a5d.jpg not downloaded yet
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252Fa47cca25-fe19-4666-9f8d-8d55519915d1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/a47cca25-fe19-4666-9f8d-8d55519915d1.jpg not downloaded yet
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252F926a0e7e-4700-438c-9042-fd1718ec1786.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/926a0e7e-4700-438c-9042-fd1718ec1786.jpg not downloaded yet
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252Fdfad0a1e-3afd-4044-99fc-b2f478f52005.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/dfad0a1e-3afd-4044-99fc-b2f478f52005.jpg not downloaded yet
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252Fd05cf124-536a-4cdf-a6fa-de5f21221977.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/d05cf124-536a-4cdf-a6fa-de5f21221977.jpg not downloaded yet
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252Fcd5ae61f-b2ea-417d-8845-50861ffd678d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/cd5ae61f-b2ea-417d-8845-50861ffd678d.jpg not downloaded yet
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252Fd7445792-6dd9-4e3f-a6e8-dafa02e2dd07.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/d7445792-6dd9-4e3f-a6e8-dafa02e2dd07.jpg not downloaded yet
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252F74d25256-030e-43d2-b846-2e5278632808.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/74d25256-030e-43d2-b846-2e5278632808.jpg not downloaded yet
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252F61b51a2b-f8ff-4d0f-b42c-6d1eeaf488d3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/61b51a2b-f8ff-4d0f-b42c-6d1eeaf488d3.jpg not downloaded yet
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252F25348b16-49c8-4079-afc0-b71c8d835d87.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/25348b16-49c8-4079-afc0-b71c8d835d87.jpg not downloaded yet
2026-03-26 12:18:29 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.891(s), this was the 1st time calling it.
2026-03-26 12:18:29 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.8465057156556903 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 12:18:29 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.920(s), this was the 1st time calling it.
2026-03-26 12:18:29 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.680634523206407 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 12:18: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 12:18: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 12:18:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:18: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 12:18:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727921> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:18:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:18:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca181be4-0667-5470-b22a-e4444b398ae5 with identifier: 10727921
2026-03-26 12:18:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca181be4-0667-5470-b22a-e4444b398ae5 with scrape type 1
2026-03-26 12:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ca181be4-0667-5470-b22a-e4444b398ae5
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715290%252Fgeneral%252Fe456b468-8bff-4518-9e55-589417100324.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715290/general/e456b468-8bff-4518-9e55-589417100324.jpg already downloaded
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715290%252Fgeneral%252F3f75b849-29c7-4951-8e57-60e229ce5687.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715290/general/3f75b849-29c7-4951-8e57-60e229ce5687.jpg already downloaded
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715290%252Fgeneral%252F9b4a6944-8ccf-48f4-9516-d0e974816ecf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715290/general/9b4a6944-8ccf-48f4-9516-d0e974816ecf.jpg already downloaded
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715290%252Fgeneral%252F0f438139-e2f3-4cb5-814a-b90ff7f24d0d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715290/general/0f438139-e2f3-4cb5-814a-b90ff7f24d0d.jpg already downloaded
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715290%252Fgeneral%252F3d319fad-651a-49de-96c7-a96bf901f2a5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715290/general/3d319fad-651a-49de-96c7-a96bf901f2a5.jpg already downloaded
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715290%252Fgeneral%252Ff49f789a-e6e9-4b27-9495-c99125e35383.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715290/general/f49f789a-e6e9-4b27-9495-c99125e35383.jpg already downloaded
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715290%252Fgeneral%252F638f6dad-6f7a-42c1-8324-9f124c4077c2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715290/general/638f6dad-6f7a-42c1-8324-9f124c4077c2.jpg already downloaded
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715290%252Fgeneral%252F167a7c7d-571b-4d0b-948e-a248465916e1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715290/general/167a7c7d-571b-4d0b-948e-a248465916e1.jpg already downloaded
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715290%252Fgeneral%252Ff0bd148a-a19f-4668-ae02-862226fd8f98.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715290/general/f0bd148a-a19f-4668-ae02-862226fd8f98.jpg already downloaded
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715290%252Fgeneral%252F07a2e87d-c52a-45e5-9c5c-5f4349e98f6a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715290/general/07a2e87d-c52a-45e5-9c5c-5f4349e98f6a.jpg already downloaded
2026-03-26 12:18:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: ca181be4-0667-5470-b22a-e4444b398ae5, identifier: 10727921
2026-03-26 12:18:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: ca181be4-0667-5470-b22a-e4444b398ae5 with identifier: 10727921
2026-03-26 12:18:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: ca181be4-0667-5470-b22a-e4444b398ae5 with identifier: 10727921
2026-03-26 12:18:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: ca181be4-0667-5470-b22a-e4444b398ae5 with identifier: 10727921 to the API
2026-03-26 12:18:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:18: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 12:18:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727921>
{'auction_title': '',
'c_o_2_emission_value': 186,
'category': 'Minibus',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 145,
'expiration_date': '2026-03-27T13:01:40Z',
'fuel_type': 'Diesel',
'id': 'ca181be4-0667-5470-b22a-e4444b398ae5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991033-2494817',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727921',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Zafira',
'odometer': 110096,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 14,
'photo_urls': ['https://images.openlane.eu/carimgs/5715290/general/e456b468-8bff-4518-9e55-589417100324.jpg',
'https://images.openlane.eu/carimgs/5715290/general/3f75b849-29c7-4951-8e57-60e229ce5687.jpg',
'https://images.openlane.eu/carimgs/5715290/general/9b4a6944-8ccf-48f4-9516-d0e974816ecf.jpg',
'https://images.openlane.eu/carimgs/5715290/general/0f438139-e2f3-4cb5-814a-b90ff7f24d0d.jpg',
'https://images.openlane.eu/carimgs/5715290/general/3d319fad-651a-49de-96c7-a96bf901f2a5.jpg',
'https://images.openlane.eu/carimgs/5715290/general/f49f789a-e6e9-4b27-9495-c99125e35383.jpg',
'https://images.openlane.eu/carimgs/5715290/general/638f6dad-6f7a-42c1-8324-9f124c4077c2.jpg',
'https://images.openlane.eu/carimgs/5715290/general/167a7c7d-571b-4d0b-948e-a248465916e1.jpg',
'https://images.openlane.eu/carimgs/5715290/general/f0bd148a-a19f-4668-ae02-862226fd8f98.jpg',
'https://images.openlane.eu/carimgs/5715290/general/07a2e87d-c52a-45e5-9c5c-5f4349e98f6a.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca181be4-0667-5470-b22a-e4444b398ae5/ca181be4-0667-5470-b22a-e4444b398ae5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128735,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715290/general/e456b468-8bff-4518-9e55-589417100324.jpg',
'Width': 799},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca181be4-0667-5470-b22a-e4444b398ae5/ca181be4-0667-5470-b22a-e4444b398ae5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116022,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715290/general/3f75b849-29c7-4951-8e57-60e229ce5687.jpg',
'Width': 799},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca181be4-0667-5470-b22a-e4444b398ae5/ca181be4-0667-5470-b22a-e4444b398ae5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82453,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715290/general/9b4a6944-8ccf-48f4-9516-d0e974816ecf.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca181be4-0667-5470-b22a-e4444b398ae5/ca181be4-0667-5470-b22a-e4444b398ae5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150920,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715290/general/0f438139-e2f3-4cb5-814a-b90ff7f24d0d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca181be4-0667-5470-b22a-e4444b398ae5/ca181be4-0667-5470-b22a-e4444b398ae5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124788,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715290/general/3d319fad-651a-49de-96c7-a96bf901f2a5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca181be4-0667-5470-b22a-e4444b398ae5/ca181be4-0667-5470-b22a-e4444b398ae5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 284236,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715290/general/f49f789a-e6e9-4b27-9495-c99125e35383.jpg',
'Width': 1278},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca181be4-0667-5470-b22a-e4444b398ae5/ca181be4-0667-5470-b22a-e4444b398ae5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242974,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715290/general/638f6dad-6f7a-42c1-8324-9f124c4077c2.jpg',
'Width': 1278},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca181be4-0667-5470-b22a-e4444b398ae5/ca181be4-0667-5470-b22a-e4444b398ae5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142215,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715290/general/167a7c7d-571b-4d0b-948e-a248465916e1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca181be4-0667-5470-b22a-e4444b398ae5/ca181be4-0667-5470-b22a-e4444b398ae5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144921,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715290/general/f0bd148a-a19f-4668-ae02-862226fd8f98.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca181be4-0667-5470-b22a-e4444b398ae5/ca181be4-0667-5470-b22a-e4444b398ae5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183462,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715290/general/07a2e87d-c52a-45e5-9c5c-5f4349e98f6a.jpg',
'Width': 1280}],
'price': 17800,
'price_includes_vat': True,
'registration_date': '2021-03-31',
'seats_number': 9,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Zafira Life 2.0 Selection - Diesel - Automatic - 145 hp - '
'110.096 km',
'transmission': 'automatic',
'trim': 'Selection',
'vin': None,
'year': 2021}
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727921%27 HTTP/1.1" 200 None
2026-03-26 12:18:38 [adesa.de] INFO: Saving data for 10727921: {'created_time': 1774527518.130945, 'last_price_update_time': 1774527518.130962, 'auction_closing_time': 1774616500.0}
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727921') HTTP/1.1" 204 0
2026-03-26 12:18:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747268/general/25348b16-49c8-4079-afc0-b71c8d835d87.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727986)
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ed0d90>
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252F25348b16-49c8-4079-afc0-b71c8d835d87.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/25348b16-49c8-4079-afc0-b71c8d835d87.jpg saved to cache
2026-03-26 12:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f669b98f-4601-5a16-b0ad-e218251ae382
2026-03-26 12:18:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747268/general/61b51a2b-f8ff-4d0f-b42c-6d1eeaf488d3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727986)
2026-03-26 12:18:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747268/general/74d25256-030e-43d2-b846-2e5278632808.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727986)
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015653d250>
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252F61b51a2b-f8ff-4d0f-b42c-6d1eeaf488d3.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/61b51a2b-f8ff-4d0f-b42c-6d1eeaf488d3.jpg saved to cache
2026-03-26 12:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f669b98f-4601-5a16-b0ad-e218251ae382
2026-03-26 12:18:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747268/general/d7445792-6dd9-4e3f-a6e8-dafa02e2dd07.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727986)
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ed3410>
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252F74d25256-030e-43d2-b846-2e5278632808.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/74d25256-030e-43d2-b846-2e5278632808.jpg saved to cache
2026-03-26 12:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f669b98f-4601-5a16-b0ad-e218251ae382
2026-03-26 12:18:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747268/general/cd5ae61f-b2ea-417d-8845-50861ffd678d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727986)
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fb6110>
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252Fd7445792-6dd9-4e3f-a6e8-dafa02e2dd07.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/d7445792-6dd9-4e3f-a6e8-dafa02e2dd07.jpg saved to cache
2026-03-26 12:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f669b98f-4601-5a16-b0ad-e218251ae382
2026-03-26 12:18:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747268/general/d05cf124-536a-4cdf-a6fa-de5f21221977.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727986)
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015654d890>
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252Fcd5ae61f-b2ea-417d-8845-50861ffd678d.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/cd5ae61f-b2ea-417d-8845-50861ffd678d.jpg saved to cache
2026-03-26 12:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f669b98f-4601-5a16-b0ad-e218251ae382
2026-03-26 12:18:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747268/general/dfad0a1e-3afd-4044-99fc-b2f478f52005.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727986)
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ec5a50>
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252Fd05cf124-536a-4cdf-a6fa-de5f21221977.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/d05cf124-536a-4cdf-a6fa-de5f21221977.jpg saved to cache
2026-03-26 12:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f669b98f-4601-5a16-b0ad-e218251ae382
2026-03-26 12:18:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747268/general/926a0e7e-4700-438c-9042-fd1718ec1786.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727986)
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f79450>
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252Fdfad0a1e-3afd-4044-99fc-b2f478f52005.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/dfad0a1e-3afd-4044-99fc-b2f478f52005.jpg saved to cache
2026-03-26 12:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f669b98f-4601-5a16-b0ad-e218251ae382
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ec7c90>
2026-03-26 12:18:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252F926a0e7e-4700-438c-9042-fd1718ec1786.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/926a0e7e-4700-438c-9042-fd1718ec1786.jpg saved to cache
2026-03-26 12:18:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f669b98f-4601-5a16-b0ad-e218251ae382
2026-03-26 12:18:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747268/general/a47cca25-fe19-4666-9f8d-8d55519915d1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727986)
2026-03-26 12:18:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747268/general/eb41f977-cc68-484a-8b75-d50c0a904a5d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727986)
2026-03-26 12:18:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015655af90>
2026-03-26 12:18:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252Fa47cca25-fe19-4666-9f8d-8d55519915d1.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/a47cca25-fe19-4666-9f8d-8d55519915d1.jpg saved to cache
2026-03-26 12:18:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f669b98f-4601-5a16-b0ad-e218251ae382
2026-03-26 12:18:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c18d3d0>
2026-03-26 12:18:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747268%252Fgeneral%252Feb41f977-cc68-484a-8b75-d50c0a904a5d.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747268/general/eb41f977-cc68-484a-8b75-d50c0a904a5d.jpg saved to cache
2026-03-26 12:18:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f669b98f-4601-5a16-b0ad-e218251ae382
2026-03-26 12:18:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f669b98f-4601-5a16-b0ad-e218251ae382, skipping ID generation
2026-03-26 12:18:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f669b98f-4601-5a16-b0ad-e218251ae382 with scrape type 1
2026-03-26 12:18:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f669b98f-4601-5a16-b0ad-e218251ae382 sending to next pipeline
2026-03-26 12:18:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f669b98f-4601-5a16-b0ad-e218251ae382, identifier: 10727986
2026-03-26 12:18:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f669b98f-4601-5a16-b0ad-e218251ae382 with identifier: 10727986
2026-03-26 12:18:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f669b98f-4601-5a16-b0ad-e218251ae382 with identifier: 10727986
2026-03-26 12:18:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f669b98f-4601-5a16-b0ad-e218251ae382 with identifier: 10727986 to the API
2026-03-26 12:18:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:18:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:18:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747268/general/eb41f977-cc68-484a-8b75-d50c0a904a5d.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:17:00Z',
'fuel_type': 'Electric',
'id': 'f669b98f-4601-5a16-b0ad-e218251ae382',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991009-2540411',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727986',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 26802,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 25,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110736,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747268/general/eb41f977-cc68-484a-8b75-d50c0a904a5d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115742,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747268/general/a47cca25-fe19-4666-9f8d-8d55519915d1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 207133,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747268/general/926a0e7e-4700-438c-9042-fd1718ec1786.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113952,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747268/general/dfad0a1e-3afd-4044-99fc-b2f478f52005.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204202,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747268/general/d05cf124-536a-4cdf-a6fa-de5f21221977.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 191296,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747268/general/cd5ae61f-b2ea-417d-8845-50861ffd678d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217764,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747268/general/d7445792-6dd9-4e3f-a6e8-dafa02e2dd07.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227589,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747268/general/74d25256-030e-43d2-b846-2e5278632808.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234140,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747268/general/61b51a2b-f8ff-4d0f-b42c-6d1eeaf488d3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f669b98f-4601-5a16-b0ad-e218251ae382/f669b98f-4601-5a16-b0ad-e218251ae382_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 276945,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747268/general/25348b16-49c8-4079-afc0-b71c8d835d87.jpg',
'Width': 1280}],
'price': 8000,
'price_includes_vat': True,
'registration_date': '2022-12-20',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Corsa Edition - Electric - Automatic - 136 hp - 26.802 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727986%27 HTTP/1.1" 200 None
2026-03-26 12:18:39 [adesa.de] INFO: Saving data for 10727986: {'created_time': 1774527519.692914, 'last_price_update_time': 1774527519.692925, 'auction_closing_time': 1774617420.0}
2026-03-26 12:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727986') HTTP/1.1" 204 0
2026-03-26 12:18:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727834> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:18:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:18:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c5e7633-6d64-5a35-a7f2-cd88466757dc with identifier: 10727834
2026-03-26 12:18:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c5e7633-6d64-5a35-a7f2-cd88466757dc with scrape type 1
2026-03-26 12:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5c5e7633-6d64-5a35-a7f2-cd88466757dc
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715202%252Fgeneral%252F6a1de1b4-03c6-43e0-9842-00faf4200a23.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715202/general/6a1de1b4-03c6-43e0-9842-00faf4200a23.jpg already downloaded
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715202%252Fgeneral%252F76c92352-3853-4c18-a2ca-38adbe753231.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715202/general/76c92352-3853-4c18-a2ca-38adbe753231.jpg already downloaded
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715202%252Fgeneral%252Ff304e3a6-a9f9-4749-922d-c19fc89f21d5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715202/general/f304e3a6-a9f9-4749-922d-c19fc89f21d5.jpg already downloaded
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715202%252Fgeneral%252Feb9a7587-ed8b-4021-b617-b9bc5c0bd086.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715202/general/eb9a7587-ed8b-4021-b617-b9bc5c0bd086.jpg already downloaded
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715202%252Fgeneral%252Fcc7d4af1-8237-4d17-b7c9-fa22312b582f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715202/general/cc7d4af1-8237-4d17-b7c9-fa22312b582f.jpg already downloaded
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715202%252Fgeneral%252F1b95a539-9189-4247-a97f-c5265038fad4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715202/general/1b95a539-9189-4247-a97f-c5265038fad4.jpg already downloaded
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715202%252Fgeneral%252Fcbb937fb-0d38-476f-9066-4d0d1fe95a76.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715202/general/cbb937fb-0d38-476f-9066-4d0d1fe95a76.jpg already downloaded
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715202%252Fgeneral%252F14430872-f404-4624-9587-8395b7b77deb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715202/general/14430872-f404-4624-9587-8395b7b77deb.jpg already downloaded
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715202%252Fgeneral%252F031ad0a7-18ac-442f-9a8d-d88a05e7deaa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715202/general/031ad0a7-18ac-442f-9a8d-d88a05e7deaa.jpg already downloaded
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715202%252Fgeneral%252Fa523a360-61df-4bf5-b7de-845cda3d937f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715202/general/a523a360-61df-4bf5-b7de-845cda3d937f.jpg already downloaded
2026-03-26 12:18:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 5c5e7633-6d64-5a35-a7f2-cd88466757dc, identifier: 10727834
2026-03-26 12:18:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 5c5e7633-6d64-5a35-a7f2-cd88466757dc with identifier: 10727834
2026-03-26 12:18:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 5c5e7633-6d64-5a35-a7f2-cd88466757dc with identifier: 10727834
2026-03-26 12:18:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 5c5e7633-6d64-5a35-a7f2-cd88466757dc with identifier: 10727834 to the API
2026-03-26 12:18:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:18:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:18:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727834>
{'auction_title': '',
'c_o_2_emission_value': 197,
'category': 'Minibus',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 177,
'expiration_date': '2026-03-27T13:02:40Z',
'fuel_type': 'Diesel',
'id': '5c5e7633-6d64-5a35-a7f2-cd88466757dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990968-2501578',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727834',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Zafira',
'odometer': 124997,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 17,
'photo_urls': ['https://images.openlane.eu/carimgs/5715202/general/6a1de1b4-03c6-43e0-9842-00faf4200a23.jpg',
'https://images.openlane.eu/carimgs/5715202/general/76c92352-3853-4c18-a2ca-38adbe753231.jpg',
'https://images.openlane.eu/carimgs/5715202/general/f304e3a6-a9f9-4749-922d-c19fc89f21d5.jpg',
'https://images.openlane.eu/carimgs/5715202/general/eb9a7587-ed8b-4021-b617-b9bc5c0bd086.jpg',
'https://images.openlane.eu/carimgs/5715202/general/cc7d4af1-8237-4d17-b7c9-fa22312b582f.jpg',
'https://images.openlane.eu/carimgs/5715202/general/1b95a539-9189-4247-a97f-c5265038fad4.jpg',
'https://images.openlane.eu/carimgs/5715202/general/cbb937fb-0d38-476f-9066-4d0d1fe95a76.jpg',
'https://images.openlane.eu/carimgs/5715202/general/14430872-f404-4624-9587-8395b7b77deb.jpg',
'https://images.openlane.eu/carimgs/5715202/general/031ad0a7-18ac-442f-9a8d-d88a05e7deaa.jpg',
'https://images.openlane.eu/carimgs/5715202/general/a523a360-61df-4bf5-b7de-845cda3d937f.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c5e7633-6d64-5a35-a7f2-cd88466757dc/5c5e7633-6d64-5a35-a7f2-cd88466757dc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82364,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715202/general/6a1de1b4-03c6-43e0-9842-00faf4200a23.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c5e7633-6d64-5a35-a7f2-cd88466757dc/5c5e7633-6d64-5a35-a7f2-cd88466757dc_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86443,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715202/general/76c92352-3853-4c18-a2ca-38adbe753231.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c5e7633-6d64-5a35-a7f2-cd88466757dc/5c5e7633-6d64-5a35-a7f2-cd88466757dc_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95350,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715202/general/f304e3a6-a9f9-4749-922d-c19fc89f21d5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c5e7633-6d64-5a35-a7f2-cd88466757dc/5c5e7633-6d64-5a35-a7f2-cd88466757dc_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112048,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715202/general/eb9a7587-ed8b-4021-b617-b9bc5c0bd086.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c5e7633-6d64-5a35-a7f2-cd88466757dc/5c5e7633-6d64-5a35-a7f2-cd88466757dc_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183095,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715202/general/cc7d4af1-8237-4d17-b7c9-fa22312b582f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c5e7633-6d64-5a35-a7f2-cd88466757dc/5c5e7633-6d64-5a35-a7f2-cd88466757dc_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128762,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715202/general/cbb937fb-0d38-476f-9066-4d0d1fe95a76.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c5e7633-6d64-5a35-a7f2-cd88466757dc/5c5e7633-6d64-5a35-a7f2-cd88466757dc_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140522,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715202/general/14430872-f404-4624-9587-8395b7b77deb.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c5e7633-6d64-5a35-a7f2-cd88466757dc/5c5e7633-6d64-5a35-a7f2-cd88466757dc_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62765,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715202/general/1b95a539-9189-4247-a97f-c5265038fad4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c5e7633-6d64-5a35-a7f2-cd88466757dc/5c5e7633-6d64-5a35-a7f2-cd88466757dc_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162928,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715202/general/031ad0a7-18ac-442f-9a8d-d88a05e7deaa.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c5e7633-6d64-5a35-a7f2-cd88466757dc/5c5e7633-6d64-5a35-a7f2-cd88466757dc_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31769,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715202/general/a523a360-61df-4bf5-b7de-845cda3d937f.jpg',
'Width': 1280}],
'price': 19000,
'price_includes_vat': True,
'registration_date': '2020-12-04',
'seats_number': 8,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Zafira Life 2.0 Elegance - Diesel - Automatic - 177 hp - '
'124.997 km',
'transmission': 'automatic',
'trim': 'Elegance',
'vin': None,
'year': 2020}
2026-03-26 12:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727834%27 HTTP/1.1" 200 None
2026-03-26 12:18:42 [adesa.de] INFO: Saving data for 10727834: {'created_time': 1774527522.181199, 'last_price_update_time': 1774527522.181211, 'auction_closing_time': 1774616560.0}
2026-03-26 12:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727834') HTTP/1.1" 204 0
2026-03-26 12:18:43 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:18: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 12:18:43 [adesa.de] INFO: Found listing with ID: 10728218
2026-03-26 12:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728218%27 HTTP/1.1" 200 None
2026-03-26 12:18:43 [adesa.de] INFO: Scrape type for 10728218: 0
2026-03-26 12:18:43 [adesa.de] INFO: Skipping item 10728218 url https://www.openlane.eu/en/carv6/auction/10728218
2026-03-26 12:18:43 [adesa.de] INFO: Found listing with ID: 10728115
2026-03-26 12:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728115%27 HTTP/1.1" 200 None
2026-03-26 12:18:43 [adesa.de] INFO: Scrape type for 10728115: 1
2026-03-26 12:18:43 [adesa.de] INFO: Scraping item 10728115 url https://www.openlane.eu/en/carv6/auction/10728115
2026-03-26 12:18:43 [adesa.de] INFO: Found listing with ID: 10724794
2026-03-26 12:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724794%27 HTTP/1.1" 200 None
2026-03-26 12:18:43 [adesa.de] INFO: Scrape type for 10724794: 0
2026-03-26 12:18:43 [adesa.de] INFO: Skipping item 10724794 url https://www.openlane.eu/en/carv6/auction/10724794
2026-03-26 12:18:43 [adesa.de] INFO: Found listing with ID: 10724890
2026-03-26 12:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724890%27 HTTP/1.1" 200 None
2026-03-26 12:18:43 [adesa.de] INFO: Scrape type for 10724890: 0
2026-03-26 12:18:43 [adesa.de] INFO: Skipping item 10724890 url https://www.openlane.eu/en/carv6/auction/10724890
2026-03-26 12:18:43 [adesa.de] INFO: Found listing with ID: 10724884
2026-03-26 12:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724884%27 HTTP/1.1" 200 None
2026-03-26 12:18:43 [adesa.de] INFO: Scrape type for 10724884: 0
2026-03-26 12:18:43 [adesa.de] INFO: Skipping item 10724884 url https://www.openlane.eu/en/carv6/auction/10724884
2026-03-26 12:18:43 [adesa.de] INFO: Found listing with ID: 10724737
2026-03-26 12:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724737%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724737: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724737 url https://www.openlane.eu/en/carv6/auction/10724737
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724521
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724521%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724521: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724521 url https://www.openlane.eu/en/carv6/auction/10724521
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724733
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724733%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724733: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724733 url https://www.openlane.eu/en/carv6/auction/10724733
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724739
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724739%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724739: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724739 url https://www.openlane.eu/en/carv6/auction/10724739
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724740
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724740%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724740: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724740 url https://www.openlane.eu/en/carv6/auction/10724740
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724797
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724797%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724797: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724797 url https://www.openlane.eu/en/carv6/auction/10724797
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724883
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724883%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724883: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724883 url https://www.openlane.eu/en/carv6/auction/10724883
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724882
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724882%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724882: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724882 url https://www.openlane.eu/en/carv6/auction/10724882
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724887
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724887%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724887: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724887 url https://www.openlane.eu/en/carv6/auction/10724887
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10723921
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723921%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10723921: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10723921 url https://www.openlane.eu/en/carv6/auction/10723921
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10723922
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723922%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10723922: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10723922 url https://www.openlane.eu/en/carv6/auction/10723922
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724745
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724745%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724745: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724745 url https://www.openlane.eu/en/carv6/auction/10724745
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724734
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724734%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724734: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724734 url https://www.openlane.eu/en/carv6/auction/10724734
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724731
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724731%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724731: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724731 url https://www.openlane.eu/en/carv6/auction/10724731
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10723918
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723918%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10723918: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10723918 url https://www.openlane.eu/en/carv6/auction/10723918
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724732
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724732%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724732: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724732 url https://www.openlane.eu/en/carv6/auction/10724732
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724796
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724796%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724796: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724796 url https://www.openlane.eu/en/carv6/auction/10724796
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724748
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724748%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724748: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724748 url https://www.openlane.eu/en/carv6/auction/10724748
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724808
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724808%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724808: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724808 url https://www.openlane.eu/en/carv6/auction/10724808
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724738
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724738%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724738: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724738 url https://www.openlane.eu/en/carv6/auction/10724738
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724795
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724795%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724795: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724795 url https://www.openlane.eu/en/carv6/auction/10724795
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724885
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724885%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724885: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724885 url https://www.openlane.eu/en/carv6/auction/10724885
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724744
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724744%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724744: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724744 url https://www.openlane.eu/en/carv6/auction/10724744
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724886
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724886%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724886: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724886 url https://www.openlane.eu/en/carv6/auction/10724886
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724742
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724742%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724742: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724742 url https://www.openlane.eu/en/carv6/auction/10724742
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724747
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724747%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724747: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724747 url https://www.openlane.eu/en/carv6/auction/10724747
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724743
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724743%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724743: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724743 url https://www.openlane.eu/en/carv6/auction/10724743
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10723917
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723917%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10723917: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10723917 url https://www.openlane.eu/en/carv6/auction/10723917
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724798
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724798%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724798: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724798 url https://www.openlane.eu/en/carv6/auction/10724798
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724735
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724735%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724735: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724735 url https://www.openlane.eu/en/carv6/auction/10724735
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10723920
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723920%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10723920: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10723920 url https://www.openlane.eu/en/carv6/auction/10723920
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724736
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724736%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724736: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724736 url https://www.openlane.eu/en/carv6/auction/10724736
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724750
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724750%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724750: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724750 url https://www.openlane.eu/en/carv6/auction/10724750
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724888
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724888%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724888: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724888 url https://www.openlane.eu/en/carv6/auction/10724888
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724749
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724749%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724749: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724749 url https://www.openlane.eu/en/carv6/auction/10724749
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10724746
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724746%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10724746: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10724746 url https://www.openlane.eu/en/carv6/auction/10724746
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10726404
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726404%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10726404: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10726404 url https://www.openlane.eu/en/carv6/auction/10726404
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10726388
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726388%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10726388: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10726388 url https://www.openlane.eu/en/carv6/auction/10726388
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10726390
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726390%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10726390: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10726390 url https://www.openlane.eu/en/carv6/auction/10726390
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10726400
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726400%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10726400: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10726400 url https://www.openlane.eu/en/carv6/auction/10726400
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10726303
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726303%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10726303: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10726303 url https://www.openlane.eu/en/carv6/auction/10726303
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10726341
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726341%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10726341: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10726341 url https://www.openlane.eu/en/carv6/auction/10726341
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10726356
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726356%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10726356: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10726356 url https://www.openlane.eu/en/carv6/auction/10726356
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10726300
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726300%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10726300: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10726300 url https://www.openlane.eu/en/carv6/auction/10726300
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10726402
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726402%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10726402: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10726402 url https://www.openlane.eu/en/carv6/auction/10726402
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10726380
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726380%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10726380: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10726380 url https://www.openlane.eu/en/carv6/auction/10726380
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10726557
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726557%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10726557: 1
2026-03-26 12:18:44 [adesa.de] INFO: Scraping item 10726557 url https://www.openlane.eu/en/carv6/auction/10726557
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10726555
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726555%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10726555: 1
2026-03-26 12:18:44 [adesa.de] INFO: Scraping item 10726555 url https://www.openlane.eu/en/carv6/auction/10726555
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10726352
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726352%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10726352: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10726352 url https://www.openlane.eu/en/carv6/auction/10726352
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10726406
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726406%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10726406: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10726406 url https://www.openlane.eu/en/carv6/auction/10726406
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10726326
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726326%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10726326: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10726326 url https://www.openlane.eu/en/carv6/auction/10726326
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10726416
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726416%27 HTTP/1.1" 200 None
2026-03-26 12:18:44 [adesa.de] INFO: Scrape type for 10726416: 0
2026-03-26 12:18:44 [adesa.de] INFO: Skipping item 10726416 url https://www.openlane.eu/en/carv6/auction/10726416
2026-03-26 12:18:44 [adesa.de] INFO: Found listing with ID: 10726313
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726313%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726313: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726313 url https://www.openlane.eu/en/carv6/auction/10726313
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726324
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726324%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726324: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726324 url https://www.openlane.eu/en/carv6/auction/10726324
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726304
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726304%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726304: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726304 url https://www.openlane.eu/en/carv6/auction/10726304
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726286
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726286%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726286: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726286 url https://www.openlane.eu/en/carv6/auction/10726286
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726350
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726350%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726350: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726350 url https://www.openlane.eu/en/carv6/auction/10726350
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726320
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726320%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726320: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726320 url https://www.openlane.eu/en/carv6/auction/10726320
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726420
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726420%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726420: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726420 url https://www.openlane.eu/en/carv6/auction/10726420
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726318
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726318%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726318: 1
2026-03-26 12:18:45 [adesa.de] INFO: Scraping item 10726318 url https://www.openlane.eu/en/carv6/auction/10726318
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726272
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726272%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726272: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726272 url https://www.openlane.eu/en/carv6/auction/10726272
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726998
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726998%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726998: 1
2026-03-26 12:18:45 [adesa.de] INFO: Scraping item 10726998 url https://www.openlane.eu/en/carv6/auction/10726998
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726619
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726619%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726619: 1
2026-03-26 12:18:45 [adesa.de] INFO: Scraping item 10726619 url https://www.openlane.eu/en/carv6/auction/10726619
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726279
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726279%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726279: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726279 url https://www.openlane.eu/en/carv6/auction/10726279
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726339
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726339%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726339: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726339 url https://www.openlane.eu/en/carv6/auction/10726339
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726301
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726301%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726301: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726301 url https://www.openlane.eu/en/carv6/auction/10726301
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10727049
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727049%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10727049: 1
2026-03-26 12:18:45 [adesa.de] INFO: Scraping item 10727049 url https://www.openlane.eu/en/carv6/auction/10727049
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726425
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726425%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726425: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726425 url https://www.openlane.eu/en/carv6/auction/10726425
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726271
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726271%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726271: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726271 url https://www.openlane.eu/en/carv6/auction/10726271
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726347
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726347%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726347: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726347 url https://www.openlane.eu/en/carv6/auction/10726347
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726394
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726394%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726394: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726394 url https://www.openlane.eu/en/carv6/auction/10726394
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726386
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726386%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726386: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726386 url https://www.openlane.eu/en/carv6/auction/10726386
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726383
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726383%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726383: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726383 url https://www.openlane.eu/en/carv6/auction/10726383
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726430
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726430%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726430: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726430 url https://www.openlane.eu/en/carv6/auction/10726430
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726345
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726345%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726345: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726345 url https://www.openlane.eu/en/carv6/auction/10726345
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726354
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726354%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726354: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726354 url https://www.openlane.eu/en/carv6/auction/10726354
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10727136
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727136%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10727136: 1
2026-03-26 12:18:45 [adesa.de] INFO: Scraping item 10727136 url https://www.openlane.eu/en/carv6/auction/10727136
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726396
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726396%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726396: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726396 url https://www.openlane.eu/en/carv6/auction/10726396
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726422
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726422%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726422: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726422 url https://www.openlane.eu/en/carv6/auction/10726422
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726343
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726343%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726343: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726343 url https://www.openlane.eu/en/carv6/auction/10726343
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726314
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726314%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726314: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726314 url https://www.openlane.eu/en/carv6/auction/10726314
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726418
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726418%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726418: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726418 url https://www.openlane.eu/en/carv6/auction/10726418
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726409
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726409%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726409: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726409 url https://www.openlane.eu/en/carv6/auction/10726409
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726063
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726063%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726063: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726063 url https://www.openlane.eu/en/carv6/auction/10726063
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10728377
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728377%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10728377: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10728377 url https://www.openlane.eu/en/carv6/auction/10728377
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10728415
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728415%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10728415: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10728415 url https://www.openlane.eu/en/carv6/auction/10728415
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10728449
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728449%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10728449: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10728449 url https://www.openlane.eu/en/carv6/auction/10728449
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10725941
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725941%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10725941: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10725941 url https://www.openlane.eu/en/carv6/auction/10725941
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10728544
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728544%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10728544: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10728544 url https://www.openlane.eu/en/carv6/auction/10728544
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726068
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726068%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726068: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726068 url https://www.openlane.eu/en/carv6/auction/10726068
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10725929
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725929%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10725929: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10725929 url https://www.openlane.eu/en/carv6/auction/10725929
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10728434
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728434%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10728434: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10728434 url https://www.openlane.eu/en/carv6/auction/10728434
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10725937
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725937%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10725937: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10725937 url https://www.openlane.eu/en/carv6/auction/10725937
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726076
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726076%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726076: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726076 url https://www.openlane.eu/en/carv6/auction/10726076
2026-03-26 12:18:45 [adesa.de] INFO: Found listing with ID: 10726061
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726061%27 HTTP/1.1" 200 None
2026-03-26 12:18:45 [adesa.de] INFO: Scrape type for 10726061: 0
2026-03-26 12:18:45 [adesa.de] INFO: Skipping item 10726061 url https://www.openlane.eu/en/carv6/auction/10726061
2026-03-26 12:18:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727219> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:18:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:18:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b982938e-1d88-5085-b7a3-822ecd238940 with identifier: 10727219
2026-03-26 12:18:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b982938e-1d88-5085-b7a3-822ecd238940 with scrape type 1
2026-03-26 12:18:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b982938e-1d88-5085-b7a3-822ecd238940
2026-03-26 12:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252F9397d874-77fe-4b46-9585-2ba1cf139f2a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/9397d874-77fe-4b46-9585-2ba1cf139f2a.jpg not downloaded yet
2026-03-26 12:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252Fed9f6cf2-5148-4c8d-a59c-9ac2d80a987f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/ed9f6cf2-5148-4c8d-a59c-9ac2d80a987f.jpg not downloaded yet
2026-03-26 12:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252Fb2b9647b-fa07-4c73-a1b0-4dcf5116a571.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/b2b9647b-fa07-4c73-a1b0-4dcf5116a571.jpg not downloaded yet
2026-03-26 12:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252F29fd08ac-c375-4d88-b9d3-207659e74618.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/29fd08ac-c375-4d88-b9d3-207659e74618.jpg not downloaded yet
2026-03-26 12:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252F17f7d652-9fc3-4628-ac22-8d771a55108b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/17f7d652-9fc3-4628-ac22-8d771a55108b.jpg not downloaded yet
2026-03-26 12:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252Ff0f379ae-fb33-4f2c-a0e2-f0f67f0fa622.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/f0f379ae-fb33-4f2c-a0e2-f0f67f0fa622.jpg not downloaded yet
2026-03-26 12:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252F71811602-3e6a-4930-ab2b-a2a4215d4715.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/71811602-3e6a-4930-ab2b-a2a4215d4715.jpg not downloaded yet
2026-03-26 12:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252F99c3c87b-0b97-4ff9-92c2-4d890a464f10.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/99c3c87b-0b97-4ff9-92c2-4d890a464f10.jpg not downloaded yet
2026-03-26 12:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252F10d817e8-f8a1-4868-944a-ecf8a80b6b4a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/10d817e8-f8a1-4868-944a-ecf8a80b6b4a.jpg not downloaded yet
2026-03-26 12:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252F644fceec-870d-4ae4-bcd8-845e2fdc6bf3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/644fceec-870d-4ae4-bcd8-845e2fdc6bf3.jpg not downloaded yet
2026-03-26 12:18:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727923> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:18: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 12:18:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2859631-0cc2-5dda-a383-d59d00904275 with identifier: 10727923
2026-03-26 12:18:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2859631-0cc2-5dda-a383-d59d00904275 with scrape type 1
2026-03-26 12:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e2859631-0cc2-5dda-a383-d59d00904275
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680887%252Fgeneral%252F94fe0cbf-1f41-4736-8863-fb7b5f2fa4f2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680887/general/94fe0cbf-1f41-4736-8863-fb7b5f2fa4f2.jpg already downloaded
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680887%252Fgeneral%252F4609f15b-5168-46f2-93cf-1b7d392cb88e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680887/general/4609f15b-5168-46f2-93cf-1b7d392cb88e.jpg already downloaded
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680887%252Fgeneral%252Fcfb9d888-56b7-457d-b1cd-a54905f4bd26.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680887/general/cfb9d888-56b7-457d-b1cd-a54905f4bd26.jpg already downloaded
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680887%252Fgeneral%252F92cb9153-2e37-4d67-823e-e023d2a56752.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680887/general/92cb9153-2e37-4d67-823e-e023d2a56752.jpg not downloaded yet
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680887%252Fgeneral%252F054a0364-5e87-4e18-a369-7c0d26b93794.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680887/general/054a0364-5e87-4e18-a369-7c0d26b93794.jpg already downloaded
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680887%252Fgeneral%252F2edf7d2a-fcae-4b3c-9521-c3cd542fbfd5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680887/general/2edf7d2a-fcae-4b3c-9521-c3cd542fbfd5.jpg already downloaded
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680887%252Fgeneral%252Fcf0b265d-4ea6-4063-bea8-bb9d38a3bb72.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680887/general/cf0b265d-4ea6-4063-bea8-bb9d38a3bb72.jpg already downloaded
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680887%252Fgeneral%252F0189822c-5908-4dc5-853a-ac54dda26a76.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680887/general/0189822c-5908-4dc5-853a-ac54dda26a76.jpg already downloaded
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680887%252Fgeneral%252F2b96d624-107a-4634-958b-338cb091c447.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680887/general/2b96d624-107a-4634-958b-338cb091c447.jpg already downloaded
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680887%252Fgeneral%252F8700cc72-ddb3-4677-8f82-81def156f6b8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680887/general/8700cc72-ddb3-4677-8f82-81def156f6b8.jpg already downloaded
2026-03-26 12:18:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746818/general/644fceec-870d-4ae4-bcd8-845e2fdc6bf3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727219)
2026-03-26 12:18:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680887/general/92cb9153-2e37-4d67-823e-e023d2a56752.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727923)
2026-03-26 12:18:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0dec10>
2026-03-26 12:18:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252F644fceec-870d-4ae4-bcd8-845e2fdc6bf3.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/644fceec-870d-4ae4-bcd8-845e2fdc6bf3.jpg saved to cache
2026-03-26 12:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b982938e-1d88-5085-b7a3-822ecd238940
2026-03-26 12:18:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746818/general/10d817e8-f8a1-4868-944a-ecf8a80b6b4a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727219)
2026-03-26 12:18:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e84490>
2026-03-26 12:18:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2859631-0cc2-5dda-a383-d59d00904275/e2859631-0cc2-5dda-a383-d59d00904275_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680887%252Fgeneral%252F92cb9153-2e37-4d67-823e-e023d2a56752.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680887/general/92cb9153-2e37-4d67-823e-e023d2a56752.jpg saved to cache
2026-03-26 12:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e2859631-0cc2-5dda-a383-d59d00904275
2026-03-26 12:18:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e2859631-0cc2-5dda-a383-d59d00904275, skipping ID generation
2026-03-26 12:18:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2859631-0cc2-5dda-a383-d59d00904275 with scrape type 1
2026-03-26 12:18:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e2859631-0cc2-5dda-a383-d59d00904275 sending to next pipeline
2026-03-26 12:18:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e2859631-0cc2-5dda-a383-d59d00904275, identifier: 10727923
2026-03-26 12:18:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e2859631-0cc2-5dda-a383-d59d00904275 with identifier: 10727923
2026-03-26 12:18:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e2859631-0cc2-5dda-a383-d59d00904275 with identifier: 10727923
2026-03-26 12:18:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e2859631-0cc2-5dda-a383-d59d00904275 with identifier: 10727923 to the API
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:18:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5680887/general/92cb9153-2e37-4d67-823e-e023d2a56752.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:01:20Z',
'fuel_type': 'Electric',
'id': 'e2859631-0cc2-5dda-a383-d59d00904275',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990922-2506861',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727923',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 30639,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2859631-0cc2-5dda-a383-d59d00904275/e2859631-0cc2-5dda-a383-d59d00904275_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123767,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680887/general/94fe0cbf-1f41-4736-8863-fb7b5f2fa4f2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2859631-0cc2-5dda-a383-d59d00904275/e2859631-0cc2-5dda-a383-d59d00904275_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121199,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680887/general/4609f15b-5168-46f2-93cf-1b7d392cb88e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2859631-0cc2-5dda-a383-d59d00904275/e2859631-0cc2-5dda-a383-d59d00904275_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123004,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680887/general/cfb9d888-56b7-457d-b1cd-a54905f4bd26.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2859631-0cc2-5dda-a383-d59d00904275/e2859631-0cc2-5dda-a383-d59d00904275_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 190668,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680887/general/054a0364-5e87-4e18-a369-7c0d26b93794.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2859631-0cc2-5dda-a383-d59d00904275/e2859631-0cc2-5dda-a383-d59d00904275_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106027,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680887/general/92cb9153-2e37-4d67-823e-e023d2a56752.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2859631-0cc2-5dda-a383-d59d00904275/e2859631-0cc2-5dda-a383-d59d00904275_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224361,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680887/general/2edf7d2a-fcae-4b3c-9521-c3cd542fbfd5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2859631-0cc2-5dda-a383-d59d00904275/e2859631-0cc2-5dda-a383-d59d00904275_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 251935,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680887/general/cf0b265d-4ea6-4063-bea8-bb9d38a3bb72.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2859631-0cc2-5dda-a383-d59d00904275/e2859631-0cc2-5dda-a383-d59d00904275_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 274001,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680887/general/0189822c-5908-4dc5-853a-ac54dda26a76.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2859631-0cc2-5dda-a383-d59d00904275/e2859631-0cc2-5dda-a383-d59d00904275_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245265,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680887/general/2b96d624-107a-4634-958b-338cb091c447.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2859631-0cc2-5dda-a383-d59d00904275/e2859631-0cc2-5dda-a383-d59d00904275_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 338207,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680887/general/8700cc72-ddb3-4677-8f82-81def156f6b8.jpg',
'Width': 1280}],
'price': 14500,
'price_includes_vat': True,
'registration_date': '2022-12-09',
'seats_number': 3,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Vivaro Edition - Electric - Automatic - 136 hp - 30.639 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727923%27 HTTP/1.1" 200 None
2026-03-26 12:18:51 [adesa.de] INFO: Saving data for 10727923: {'created_time': 1774527531.316036, 'last_price_update_time': 1774527531.316049, 'auction_closing_time': 1774616480.0}
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727923') HTTP/1.1" 204 0
2026-03-26 12:18:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727974> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:18: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 12:18:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ed0d90>
2026-03-26 12:18:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252F10d817e8-f8a1-4868-944a-ecf8a80b6b4a.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/10d817e8-f8a1-4868-944a-ecf8a80b6b4a.jpg saved to cache
2026-03-26 12:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b982938e-1d88-5085-b7a3-822ecd238940
2026-03-26 12:18:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746818/general/99c3c87b-0b97-4ff9-92c2-4d890a464f10.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727219)
2026-03-26 12:18:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7011247-a2e8-5f19-8ad2-a382a320f62c with identifier: 10727974
2026-03-26 12:18:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7011247-a2e8-5f19-8ad2-a382a320f62c with scrape type 1
2026-03-26 12:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a7011247-a2e8-5f19-8ad2-a382a320f62c
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636409%252Fgeneral%252F0ff44e96-a92c-41db-a37f-ca1bf3efb7df.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636409/general/0ff44e96-a92c-41db-a37f-ca1bf3efb7df.jpg already downloaded
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636409%252Fgeneral%252F4f1fc400-ad95-4929-9363-1c5ffe9c3865.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636409/general/4f1fc400-ad95-4929-9363-1c5ffe9c3865.jpg already downloaded
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636409%252Fgeneral%252F3fc9a70d-a27c-4f6a-bab3-25f6c7054aec.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636409/general/3fc9a70d-a27c-4f6a-bab3-25f6c7054aec.jpg already downloaded
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636409%252Fgeneral%252F60d356a3-7231-4428-aebf-723931abe85a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636409/general/60d356a3-7231-4428-aebf-723931abe85a.jpg already downloaded
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636409%252Fgeneral%252Fc741fe57-0a70-477c-a5f1-57a84ff63ff7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636409/general/c741fe57-0a70-477c-a5f1-57a84ff63ff7.jpg already downloaded
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636409%252Fgeneral%252F38a2e223-6d78-4818-8272-0a8c69a34cdd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636409/general/38a2e223-6d78-4818-8272-0a8c69a34cdd.jpg already downloaded
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636409%252Fgeneral%252Fd05c1a68-6b1b-415a-8cd8-8f0f8c7c0123.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636409/general/d05c1a68-6b1b-415a-8cd8-8f0f8c7c0123.jpg already downloaded
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636409%252Fgeneral%252Fff442131-2533-4db1-83a0-c2e8cf7e422d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636409/general/ff442131-2533-4db1-83a0-c2e8cf7e422d.jpg already downloaded
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636409%252Fgeneral%252F40ce69d9-cc0b-4208-a36a-47c3823e60f3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636409/general/40ce69d9-cc0b-4208-a36a-47c3823e60f3.jpg already downloaded
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636409%252Fgeneral%252F1f0d2029-f05a-41ec-b3ae-9e234e5ecc80.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636409/general/1f0d2029-f05a-41ec-b3ae-9e234e5ecc80.jpg already downloaded
2026-03-26 12:18:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: a7011247-a2e8-5f19-8ad2-a382a320f62c, identifier: 10727974
2026-03-26 12:18:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: a7011247-a2e8-5f19-8ad2-a382a320f62c with identifier: 10727974
2026-03-26 12:18:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: a7011247-a2e8-5f19-8ad2-a382a320f62c with identifier: 10727974
2026-03-26 12:18:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: a7011247-a2e8-5f19-8ad2-a382a320f62c with identifier: 10727974 to the API
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:18:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:18:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727974>
{'auction_title': '',
'c_o_2_emission_value': 191,
'category': 'Estate',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 177,
'expiration_date': '2026-03-27T13:02:00Z',
'fuel_type': 'Diesel',
'id': 'a7011247-a2e8-5f19-8ad2-a382a320f62c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990955-2484631',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727974',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Zafira',
'odometer': 138595,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 29,
'photo_urls': ['https://images.openlane.eu/carimgs/5636409/general/0ff44e96-a92c-41db-a37f-ca1bf3efb7df.jpg',
'https://images.openlane.eu/carimgs/5636409/general/4f1fc400-ad95-4929-9363-1c5ffe9c3865.jpg',
'https://images.openlane.eu/carimgs/5636409/general/3fc9a70d-a27c-4f6a-bab3-25f6c7054aec.jpg',
'https://images.openlane.eu/carimgs/5636409/general/60d356a3-7231-4428-aebf-723931abe85a.jpg',
'https://images.openlane.eu/carimgs/5636409/general/c741fe57-0a70-477c-a5f1-57a84ff63ff7.jpg',
'https://images.openlane.eu/carimgs/5636409/general/38a2e223-6d78-4818-8272-0a8c69a34cdd.jpg',
'https://images.openlane.eu/carimgs/5636409/general/d05c1a68-6b1b-415a-8cd8-8f0f8c7c0123.jpg',
'https://images.openlane.eu/carimgs/5636409/general/ff442131-2533-4db1-83a0-c2e8cf7e422d.jpg',
'https://images.openlane.eu/carimgs/5636409/general/40ce69d9-cc0b-4208-a36a-47c3823e60f3.jpg',
'https://images.openlane.eu/carimgs/5636409/general/1f0d2029-f05a-41ec-b3ae-9e234e5ecc80.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7011247-a2e8-5f19-8ad2-a382a320f62c/a7011247-a2e8-5f19-8ad2-a382a320f62c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247742,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636409/general/0ff44e96-a92c-41db-a37f-ca1bf3efb7df.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7011247-a2e8-5f19-8ad2-a382a320f62c/a7011247-a2e8-5f19-8ad2-a382a320f62c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121227,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636409/general/4f1fc400-ad95-4929-9363-1c5ffe9c3865.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7011247-a2e8-5f19-8ad2-a382a320f62c/a7011247-a2e8-5f19-8ad2-a382a320f62c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111697,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636409/general/3fc9a70d-a27c-4f6a-bab3-25f6c7054aec.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7011247-a2e8-5f19-8ad2-a382a320f62c/a7011247-a2e8-5f19-8ad2-a382a320f62c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 308713,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636409/general/60d356a3-7231-4428-aebf-723931abe85a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7011247-a2e8-5f19-8ad2-a382a320f62c/a7011247-a2e8-5f19-8ad2-a382a320f62c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219930,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636409/general/c741fe57-0a70-477c-a5f1-57a84ff63ff7.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7011247-a2e8-5f19-8ad2-a382a320f62c/a7011247-a2e8-5f19-8ad2-a382a320f62c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221489,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636409/general/38a2e223-6d78-4818-8272-0a8c69a34cdd.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7011247-a2e8-5f19-8ad2-a382a320f62c/a7011247-a2e8-5f19-8ad2-a382a320f62c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140270,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636409/general/d05c1a68-6b1b-415a-8cd8-8f0f8c7c0123.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7011247-a2e8-5f19-8ad2-a382a320f62c/a7011247-a2e8-5f19-8ad2-a382a320f62c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108927,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636409/general/ff442131-2533-4db1-83a0-c2e8cf7e422d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7011247-a2e8-5f19-8ad2-a382a320f62c/a7011247-a2e8-5f19-8ad2-a382a320f62c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243089,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636409/general/40ce69d9-cc0b-4208-a36a-47c3823e60f3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7011247-a2e8-5f19-8ad2-a382a320f62c/a7011247-a2e8-5f19-8ad2-a382a320f62c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224938,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636409/general/1f0d2029-f05a-41ec-b3ae-9e234e5ecc80.jpg',
'Width': 1280}],
'price': 18700,
'price_includes_vat': True,
'registration_date': '2022-09-26',
'seats_number': 6,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Zafira Life 2.0 - Diesel - Automatic - 177 hp - 138.595 km',
'transmission': 'automatic',
'trim': 'Tourer',
'vin': None,
'year': 2022}
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727974%27 HTTP/1.1" 200 None
2026-03-26 12:18:52 [adesa.de] INFO: Saving data for 10727974: {'created_time': 1774527532.123303, 'last_price_update_time': 1774527532.123316, 'auction_closing_time': 1774616520.0}
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727974') HTTP/1.1" 204 0
2026-03-26 12:18:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746818/general/f0f379ae-fb33-4f2c-a0e2-f0f67f0fa622.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727219)
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c16ec50>
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252F99c3c87b-0b97-4ff9-92c2-4d890a464f10.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/99c3c87b-0b97-4ff9-92c2-4d890a464f10.jpg saved to cache
2026-03-26 12:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b982938e-1d88-5085-b7a3-822ecd238940
2026-03-26 12:18:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746818/general/71811602-3e6a-4930-ab2b-a2a4215d4715.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727219)
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0df750>
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252Ff0f379ae-fb33-4f2c-a0e2-f0f67f0fa622.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/f0f379ae-fb33-4f2c-a0e2-f0f67f0fa622.jpg saved to cache
2026-03-26 12:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b982938e-1d88-5085-b7a3-822ecd238940
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c8310>
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252F71811602-3e6a-4930-ab2b-a2a4215d4715.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/71811602-3e6a-4930-ab2b-a2a4215d4715.jpg saved to cache
2026-03-26 12:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b982938e-1d88-5085-b7a3-822ecd238940
2026-03-26 12:18:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746818/general/17f7d652-9fc3-4628-ac22-8d771a55108b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727219)
2026-03-26 12:18:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746818/general/29fd08ac-c375-4d88-b9d3-207659e74618.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727219)
2026-03-26 12:18:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746818/general/b2b9647b-fa07-4c73-a1b0-4dcf5116a571.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727219)
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c07b390>
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252F17f7d652-9fc3-4628-ac22-8d771a55108b.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/17f7d652-9fc3-4628-ac22-8d771a55108b.jpg saved to cache
2026-03-26 12:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b982938e-1d88-5085-b7a3-822ecd238940
2026-03-26 12:18:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746818/general/9397d874-77fe-4b46-9585-2ba1cf139f2a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727219)
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ee3d0>
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252F29fd08ac-c375-4d88-b9d3-207659e74618.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/29fd08ac-c375-4d88-b9d3-207659e74618.jpg saved to cache
2026-03-26 12:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b982938e-1d88-5085-b7a3-822ecd238940
2026-03-26 12:18:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746818/general/ed9f6cf2-5148-4c8d-a59c-9ac2d80a987f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727219)
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fe0690>
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252Fb2b9647b-fa07-4c73-a1b0-4dcf5116a571.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/b2b9647b-fa07-4c73-a1b0-4dcf5116a571.jpg saved to cache
2026-03-26 12:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b982938e-1d88-5085-b7a3-822ecd238940
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e7a610>
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252F9397d874-77fe-4b46-9585-2ba1cf139f2a.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/9397d874-77fe-4b46-9585-2ba1cf139f2a.jpg saved to cache
2026-03-26 12:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b982938e-1d88-5085-b7a3-822ecd238940
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5d510>
2026-03-26 12:18:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746818%252Fgeneral%252Fed9f6cf2-5148-4c8d-a59c-9ac2d80a987f.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746818/general/ed9f6cf2-5148-4c8d-a59c-9ac2d80a987f.jpg saved to cache
2026-03-26 12:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b982938e-1d88-5085-b7a3-822ecd238940
2026-03-26 12:18:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b982938e-1d88-5085-b7a3-822ecd238940, skipping ID generation
2026-03-26 12:18:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b982938e-1d88-5085-b7a3-822ecd238940 with scrape type 1
2026-03-26 12:18:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b982938e-1d88-5085-b7a3-822ecd238940 sending to next pipeline
2026-03-26 12:18:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: b982938e-1d88-5085-b7a3-822ecd238940, identifier: 10727219
2026-03-26 12:18:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: b982938e-1d88-5085-b7a3-822ecd238940 with identifier: 10727219
2026-03-26 12:18:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: b982938e-1d88-5085-b7a3-822ecd238940 with identifier: 10727219
2026-03-26 12:18:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: b982938e-1d88-5085-b7a3-822ecd238940 with identifier: 10727219 to the API
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:18:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746818/general/ed9f6cf2-5148-4c8d-a59c-9ac2d80a987f.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'engine_horse_power': 325,
'expiration_date': '2026-03-26T13:55:00Z',
'fuel_type': 'Electric',
'id': 'b982938e-1d88-5085-b7a3-822ecd238940',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WI-AB-724E',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727219',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 52068,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 39,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 316417,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746818/general/9397d874-77fe-4b46-9585-2ba1cf139f2a.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 336612,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746818/general/ed9f6cf2-5148-4c8d-a59c-9ac2d80a987f.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141079,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746818/general/b2b9647b-fa07-4c73-a1b0-4dcf5116a571.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 344720,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746818/general/29fd08ac-c375-4d88-b9d3-207659e74618.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 367821,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746818/general/17f7d652-9fc3-4628-ac22-8d771a55108b.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 336630,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746818/general/f0f379ae-fb33-4f2c-a0e2-f0f67f0fa622.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 413573,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746818/general/71811602-3e6a-4930-ab2b-a2a4215d4715.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 405572,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746818/general/99c3c87b-0b97-4ff9-92c2-4d890a464f10.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28323,
'Height': 300,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746818/general/10d817e8-f8a1-4868-944a-ecf8a80b6b4a.jpg',
'Width': 400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b982938e-1d88-5085-b7a3-822ecd238940/b982938e-1d88-5085-b7a3-822ecd238940_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 309682,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746818/general/644fceec-870d-4ae4-bcd8-845e2fdc6bf3.jpg',
'Width': 1920}],
'price': 19000,
'price_includes_vat': True,
'registration_date': '2023-02-14',
'seats_number': 5,
'seller_name': 'ALD AutoLeasing D GmbH',
'title': 'Tesla Model 3 - Electric - Automatic - 325 hp - 52.068 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727219%27 HTTP/1.1" 200 None
2026-03-26 12:18:53 [adesa.de] INFO: Saving data for 10727219: {'created_time': 1774527533.414126, 'last_price_update_time': 1774527533.414139, 'auction_closing_time': 1774533300.0}
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727219') HTTP/1.1" 204 0
2026-03-26 12:18:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728093> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:18:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:18:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff with identifier: 10728093
2026-03-26 12:18:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff with scrape type 1
2026-03-26 12:18:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715335%252Fgeneral%252F08b027a7-0759-43e0-9d16-ade8a0f778e8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715335/general/08b027a7-0759-43e0-9d16-ade8a0f778e8.jpg already downloaded
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715335%252Fgeneral%252F7669f70f-9098-47c8-ad81-791f90da22e9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715335/general/7669f70f-9098-47c8-ad81-791f90da22e9.jpg already downloaded
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715335%252Fgeneral%252F37b1f7b5-1174-4630-b451-066797dff18f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715335/general/37b1f7b5-1174-4630-b451-066797dff18f.jpg already downloaded
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715335%252Fgeneral%252F4a968a6f-eef2-4152-b561-38192bb69480.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715335/general/4a968a6f-eef2-4152-b561-38192bb69480.jpg already downloaded
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715335%252Fgeneral%252Ff9c78818-31b5-4008-83a2-2e3dbd016de7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715335/general/f9c78818-31b5-4008-83a2-2e3dbd016de7.jpg already downloaded
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715335%252Fgeneral%252F30d9c073-5aa2-4d73-816e-66d25f5f3b1f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715335/general/30d9c073-5aa2-4d73-816e-66d25f5f3b1f.jpg already downloaded
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715335%252Fgeneral%252F7a3b2b11-8ee4-4e7d-a885-9307247559b9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715335/general/7a3b2b11-8ee4-4e7d-a885-9307247559b9.jpg already downloaded
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715335%252Fgeneral%252F2f9b0419-d5cb-4ef9-812b-8b2d0eb6a006.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715335/general/2f9b0419-d5cb-4ef9-812b-8b2d0eb6a006.jpg already downloaded
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715335%252Fgeneral%252F2b595c65-894a-46d7-8dc8-eadd6496e566.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715335/general/2b595c65-894a-46d7-8dc8-eadd6496e566.jpg already downloaded
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715335%252Fgeneral%252F62f34a94-9238-4905-a93c-9c839aca57ff.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715335/general/62f34a94-9238-4905-a93c-9c839aca57ff.jpg already downloaded
2026-03-26 12:18:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff, identifier: 10728093
2026-03-26 12:18:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff with identifier: 10728093
2026-03-26 12:18:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff with identifier: 10728093
2026-03-26 12:18:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff with identifier: 10728093 to the API
2026-03-26 12:18:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:18:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:18:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728093>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:00:40Z',
'fuel_type': 'Electric',
'id': '4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991053-2490883',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728093',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 8180,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 21,
'photo_urls': ['https://images.openlane.eu/carimgs/5715335/general/08b027a7-0759-43e0-9d16-ade8a0f778e8.jpg',
'https://images.openlane.eu/carimgs/5715335/general/7669f70f-9098-47c8-ad81-791f90da22e9.jpg',
'https://images.openlane.eu/carimgs/5715335/general/37b1f7b5-1174-4630-b451-066797dff18f.jpg',
'https://images.openlane.eu/carimgs/5715335/general/4a968a6f-eef2-4152-b561-38192bb69480.jpg',
'https://images.openlane.eu/carimgs/5715335/general/f9c78818-31b5-4008-83a2-2e3dbd016de7.jpg',
'https://images.openlane.eu/carimgs/5715335/general/30d9c073-5aa2-4d73-816e-66d25f5f3b1f.jpg',
'https://images.openlane.eu/carimgs/5715335/general/7a3b2b11-8ee4-4e7d-a885-9307247559b9.jpg',
'https://images.openlane.eu/carimgs/5715335/general/2f9b0419-d5cb-4ef9-812b-8b2d0eb6a006.jpg',
'https://images.openlane.eu/carimgs/5715335/general/2b595c65-894a-46d7-8dc8-eadd6496e566.jpg',
'https://images.openlane.eu/carimgs/5715335/general/62f34a94-9238-4905-a93c-9c839aca57ff.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff/4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 196899,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715335/general/08b027a7-0759-43e0-9d16-ade8a0f778e8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff/4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257180,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715335/general/7669f70f-9098-47c8-ad81-791f90da22e9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff/4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113833,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715335/general/37b1f7b5-1174-4630-b451-066797dff18f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff/4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104675,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715335/general/4a968a6f-eef2-4152-b561-38192bb69480.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff/4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219553,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715335/general/f9c78818-31b5-4008-83a2-2e3dbd016de7.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff/4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 233286,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715335/general/30d9c073-5aa2-4d73-816e-66d25f5f3b1f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff/4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152934,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715335/general/7a3b2b11-8ee4-4e7d-a885-9307247559b9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff/4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225109,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715335/general/2f9b0419-d5cb-4ef9-812b-8b2d0eb6a006.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff/4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205763,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715335/general/2b595c65-894a-46d7-8dc8-eadd6496e566.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff/4d4a3d3b-7fa4-58d1-b3cb-c302cc459dff_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234939,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715335/general/62f34a94-9238-4905-a93c-9c839aca57ff.jpg',
'Width': 1280}],
'price': 15200,
'price_includes_vat': True,
'registration_date': '2022-07-28',
'seats_number': 3,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Vivaro Edition - Electric - Automatic - 136 hp - 8.180 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728093%27 HTTP/1.1" 200 None
2026-03-26 12:18:54 [adesa.de] INFO: Saving data for 10728093: {'created_time': 1774527534.229678, 'last_price_update_time': 1774527534.229691, 'auction_closing_time': 1774616440.0}
2026-03-26 12:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728093') HTTP/1.1" 204 0
2026-03-26 12:18:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727950> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:18:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:18:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a36223d-d950-5af5-8653-c4069c120d4d with identifier: 10727950
2026-03-26 12:18:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a36223d-d950-5af5-8653-c4069c120d4d with scrape type 1
2026-03-26 12:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6a36223d-d950-5af5-8653-c4069c120d4d
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715309%252Fgeneral%252F35abb5f8-e65a-4bf9-accc-2f7211397dfb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715309/general/35abb5f8-e65a-4bf9-accc-2f7211397dfb.jpg already downloaded
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715309%252Fgeneral%252Fced2157c-288f-4417-9ce8-629885710a75.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715309/general/ced2157c-288f-4417-9ce8-629885710a75.jpg already downloaded
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715309%252Fgeneral%252Fce52845c-5266-4002-aa18-a86f6ead8446.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715309/general/ce52845c-5266-4002-aa18-a86f6ead8446.jpg already downloaded
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715309%252Fgeneral%252F6afbc5b0-7a82-4ff9-a8cc-4613038568eb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715309/general/6afbc5b0-7a82-4ff9-a8cc-4613038568eb.jpg already downloaded
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715309%252Fgeneral%252F24079c8c-a051-4010-815f-62725240a681.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715309/general/24079c8c-a051-4010-815f-62725240a681.jpg already downloaded
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715309%252Fgeneral%252F18a6face-b3b2-48f1-8920-4e6e2fcc0b48.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715309/general/18a6face-b3b2-48f1-8920-4e6e2fcc0b48.jpg already downloaded
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715309%252Fgeneral%252F3d5a9dc1-3b79-438b-8e0d-e4e41b9258e2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715309/general/3d5a9dc1-3b79-438b-8e0d-e4e41b9258e2.jpg already downloaded
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715309%252Fgeneral%252Fec853210-cbe7-42c9-a04d-1a318c80b939.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715309/general/ec853210-cbe7-42c9-a04d-1a318c80b939.jpg already downloaded
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715309%252Fgeneral%252Feb7e6a4d-e4bc-4776-a6b7-cf3e499476e7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715309/general/eb7e6a4d-e4bc-4776-a6b7-cf3e499476e7.jpg already downloaded
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715309%252Fgeneral%252F61e09208-11ac-4e42-b3a7-6d7788fc3f35.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715309/general/61e09208-11ac-4e42-b3a7-6d7788fc3f35.jpg already downloaded
2026-03-26 12:18:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6a36223d-d950-5af5-8653-c4069c120d4d, identifier: 10727950
2026-03-26 12:18:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6a36223d-d950-5af5-8653-c4069c120d4d with identifier: 10727950
2026-03-26 12:18:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6a36223d-d950-5af5-8653-c4069c120d4d with identifier: 10727950
2026-03-26 12:18:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 6a36223d-d950-5af5-8653-c4069c120d4d with identifier: 10727950 to the API
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:18:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727950>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:00:20Z',
'fuel_type': 'Electric',
'id': '6a36223d-d950-5af5-8653-c4069c120d4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991026-2523194',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727950',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 25579,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 32,
'photo_urls': ['https://images.openlane.eu/carimgs/5715309/general/35abb5f8-e65a-4bf9-accc-2f7211397dfb.jpg',
'https://images.openlane.eu/carimgs/5715309/general/ced2157c-288f-4417-9ce8-629885710a75.jpg',
'https://images.openlane.eu/carimgs/5715309/general/ce52845c-5266-4002-aa18-a86f6ead8446.jpg',
'https://images.openlane.eu/carimgs/5715309/general/6afbc5b0-7a82-4ff9-a8cc-4613038568eb.jpg',
'https://images.openlane.eu/carimgs/5715309/general/24079c8c-a051-4010-815f-62725240a681.jpg',
'https://images.openlane.eu/carimgs/5715309/general/18a6face-b3b2-48f1-8920-4e6e2fcc0b48.jpg',
'https://images.openlane.eu/carimgs/5715309/general/3d5a9dc1-3b79-438b-8e0d-e4e41b9258e2.jpg',
'https://images.openlane.eu/carimgs/5715309/general/ec853210-cbe7-42c9-a04d-1a318c80b939.jpg',
'https://images.openlane.eu/carimgs/5715309/general/eb7e6a4d-e4bc-4776-a6b7-cf3e499476e7.jpg',
'https://images.openlane.eu/carimgs/5715309/general/61e09208-11ac-4e42-b3a7-6d7788fc3f35.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a36223d-d950-5af5-8653-c4069c120d4d/6a36223d-d950-5af5-8653-c4069c120d4d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225925,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715309/general/35abb5f8-e65a-4bf9-accc-2f7211397dfb.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a36223d-d950-5af5-8653-c4069c120d4d/6a36223d-d950-5af5-8653-c4069c120d4d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225130,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715309/general/ced2157c-288f-4417-9ce8-629885710a75.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a36223d-d950-5af5-8653-c4069c120d4d/6a36223d-d950-5af5-8653-c4069c120d4d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110499,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715309/general/ce52845c-5266-4002-aa18-a86f6ead8446.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a36223d-d950-5af5-8653-c4069c120d4d/6a36223d-d950-5af5-8653-c4069c120d4d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223164,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715309/general/6afbc5b0-7a82-4ff9-a8cc-4613038568eb.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a36223d-d950-5af5-8653-c4069c120d4d/6a36223d-d950-5af5-8653-c4069c120d4d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234808,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715309/general/24079c8c-a051-4010-815f-62725240a681.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a36223d-d950-5af5-8653-c4069c120d4d/6a36223d-d950-5af5-8653-c4069c120d4d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 220239,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715309/general/18a6face-b3b2-48f1-8920-4e6e2fcc0b48.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a36223d-d950-5af5-8653-c4069c120d4d/6a36223d-d950-5af5-8653-c4069c120d4d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 203515,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715309/general/3d5a9dc1-3b79-438b-8e0d-e4e41b9258e2.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a36223d-d950-5af5-8653-c4069c120d4d/6a36223d-d950-5af5-8653-c4069c120d4d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113913,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715309/general/ec853210-cbe7-42c9-a04d-1a318c80b939.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a36223d-d950-5af5-8653-c4069c120d4d/6a36223d-d950-5af5-8653-c4069c120d4d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111743,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715309/general/eb7e6a4d-e4bc-4776-a6b7-cf3e499476e7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a36223d-d950-5af5-8653-c4069c120d4d/6a36223d-d950-5af5-8653-c4069c120d4d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 220575,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715309/general/61e09208-11ac-4e42-b3a7-6d7788fc3f35.jpg',
'Width': 1280}],
'price': 13700,
'price_includes_vat': True,
'registration_date': '2021-10-07',
'seats_number': 3,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Vivaro Edition - Electric - Automatic - 136 hp - 25.579 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2021}
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727950%27 HTTP/1.1" 200 None
2026-03-26 12:18:55 [adesa.de] INFO: Saving data for 10727950: {'created_time': 1774527535.75908, 'last_price_update_time': 1774527535.759093, 'auction_closing_time': 1774616420.0}
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727950') HTTP/1.1" 204 0
2026-03-26 12:18:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728015> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:18:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:18:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a31afc2-2613-5d29-9187-087e79343d36 with identifier: 10728015
2026-03-26 12:18:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a31afc2-2613-5d29-9187-087e79343d36 with scrape type 1
2026-03-26 12:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3a31afc2-2613-5d29-9187-087e79343d36
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252F470c2fb2-547a-41d0-b07e-f0ad0208e413.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/470c2fb2-547a-41d0-b07e-f0ad0208e413.jpg not downloaded yet
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252F643904be-3cb6-4246-81b8-f3bb013a18d4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/643904be-3cb6-4246-81b8-f3bb013a18d4.jpg not downloaded yet
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252F0ca97a45-7559-42ee-b7a6-cdf0dd01b112.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/0ca97a45-7559-42ee-b7a6-cdf0dd01b112.jpg not downloaded yet
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252Fd2e25046-3b9f-462c-89c0-bc5f1f8b4dad.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/d2e25046-3b9f-462c-89c0-bc5f1f8b4dad.jpg not downloaded yet
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252F9f2e8c94-a9fc-4d04-842d-85adadcd0848.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/9f2e8c94-a9fc-4d04-842d-85adadcd0848.jpg not downloaded yet
2026-03-26 12:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252Fa59e2904-2b1c-4c35-af6e-5ff042870064.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/a59e2904-2b1c-4c35-af6e-5ff042870064.jpg not downloaded yet
2026-03-26 12:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252F4345bd56-028d-4773-b5a5-4c8aab7b8abe.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/4345bd56-028d-4773-b5a5-4c8aab7b8abe.jpg not downloaded yet
2026-03-26 12:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252Fa9099764-5630-48eb-a24c-108f2eb34d4b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/a9099764-5630-48eb-a24c-108f2eb34d4b.jpg not downloaded yet
2026-03-26 12:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252Fcb01936b-5434-49a0-ac24-b6799b5be0e9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/cb01936b-5434-49a0-ac24-b6799b5be0e9.jpg not downloaded yet
2026-03-26 12:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252Fcf8bff0c-8241-4409-9585-86e0bf70e581.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/cf8bff0c-8241-4409-9585-86e0bf70e581.jpg not downloaded yet
2026-03-26 12:18:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727931> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:18:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:18:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702496/general/cf8bff0c-8241-4409-9585-86e0bf70e581.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728015)
2026-03-26 12:18:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec260445-d869-5a9a-b516-53c4279e561a with identifier: 10727931
2026-03-26 12:18:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec260445-d869-5a9a-b516-53c4279e561a with scrape type 1
2026-03-26 12:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ec260445-d869-5a9a-b516-53c4279e561a
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702473%252Fgeneral%252Ffe488a3d-6ece-40cd-b51c-2d52a5bec446.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702473/general/fe488a3d-6ece-40cd-b51c-2d52a5bec446.jpg already downloaded
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702473%252Fgeneral%252F60eca567-448f-4b6f-ad75-d64f06457185.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702473/general/60eca567-448f-4b6f-ad75-d64f06457185.jpg already downloaded
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702473%252Fgeneral%252Fb1151dbb-718e-4218-a9e5-09d92d87b13c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702473/general/b1151dbb-718e-4218-a9e5-09d92d87b13c.jpg already downloaded
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702473%252Fgeneral%252Fabac622c-29cb-4e03-9622-03d0f57d0bb8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702473/general/abac622c-29cb-4e03-9622-03d0f57d0bb8.jpg already downloaded
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702473%252Fgeneral%252Fd34414eb-07b6-4919-8fba-d67c020568c9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702473/general/d34414eb-07b6-4919-8fba-d67c020568c9.jpg already downloaded
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702473%252Fgeneral%252Fcfebb7d5-76a8-4eb9-853f-89d6f78f8d19.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702473/general/cfebb7d5-76a8-4eb9-853f-89d6f78f8d19.jpg already downloaded
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702473%252Fgeneral%252F81c467c5-62fa-4f73-a067-770fd06d949e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702473/general/81c467c5-62fa-4f73-a067-770fd06d949e.jpg already downloaded
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702473%252Fgeneral%252F58c8f87f-70d5-4b81-978c-d83d086dc76e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702473/general/58c8f87f-70d5-4b81-978c-d83d086dc76e.jpg already downloaded
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702473%252Fgeneral%252F08f2d99c-4533-4e43-8700-d48573341031.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702473/general/08f2d99c-4533-4e43-8700-d48573341031.jpg already downloaded
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702473%252Fgeneral%252Fdf349fef-1865-47ca-8543-918428ffd614.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702473/general/df349fef-1865-47ca-8543-918428ffd614.jpg already downloaded
2026-03-26 12:18:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: ec260445-d869-5a9a-b516-53c4279e561a, identifier: 10727931
2026-03-26 12:18:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: ec260445-d869-5a9a-b516-53c4279e561a with identifier: 10727931
2026-03-26 12:18:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: ec260445-d869-5a9a-b516-53c4279e561a with identifier: 10727931
2026-03-26 12:18:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: ec260445-d869-5a9a-b516-53c4279e561a with identifier: 10727931 to the API
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:18:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727931>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.3L',
'engine_horse_power': 180,
'expiration_date': '2026-03-27T13:27:40Z',
'fuel_type': 'Diesel',
'id': 'ec260445-d869-5a9a-b516-53c4279e561a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991042-2480829',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727931',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'Opel',
'model': 'Movano',
'odometer': 61443,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 27,
'photo_urls': ['https://images.openlane.eu/carimgs/5702473/general/fe488a3d-6ece-40cd-b51c-2d52a5bec446.jpg',
'https://images.openlane.eu/carimgs/5702473/general/60eca567-448f-4b6f-ad75-d64f06457185.jpg',
'https://images.openlane.eu/carimgs/5702473/general/b1151dbb-718e-4218-a9e5-09d92d87b13c.jpg',
'https://images.openlane.eu/carimgs/5702473/general/abac622c-29cb-4e03-9622-03d0f57d0bb8.jpg',
'https://images.openlane.eu/carimgs/5702473/general/d34414eb-07b6-4919-8fba-d67c020568c9.jpg',
'https://images.openlane.eu/carimgs/5702473/general/cfebb7d5-76a8-4eb9-853f-89d6f78f8d19.jpg',
'https://images.openlane.eu/carimgs/5702473/general/81c467c5-62fa-4f73-a067-770fd06d949e.jpg',
'https://images.openlane.eu/carimgs/5702473/general/58c8f87f-70d5-4b81-978c-d83d086dc76e.jpg',
'https://images.openlane.eu/carimgs/5702473/general/08f2d99c-4533-4e43-8700-d48573341031.jpg',
'https://images.openlane.eu/carimgs/5702473/general/df349fef-1865-47ca-8543-918428ffd614.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec260445-d869-5a9a-b516-53c4279e561a/ec260445-d869-5a9a-b516-53c4279e561a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115763,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702473/general/fe488a3d-6ece-40cd-b51c-2d52a5bec446.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec260445-d869-5a9a-b516-53c4279e561a/ec260445-d869-5a9a-b516-53c4279e561a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126620,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702473/general/60eca567-448f-4b6f-ad75-d64f06457185.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec260445-d869-5a9a-b516-53c4279e561a/ec260445-d869-5a9a-b516-53c4279e561a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111346,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702473/general/81c467c5-62fa-4f73-a067-770fd06d949e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec260445-d869-5a9a-b516-53c4279e561a/ec260445-d869-5a9a-b516-53c4279e561a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122945,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702473/general/abac622c-29cb-4e03-9622-03d0f57d0bb8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec260445-d869-5a9a-b516-53c4279e561a/ec260445-d869-5a9a-b516-53c4279e561a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245865,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702473/general/d34414eb-07b6-4919-8fba-d67c020568c9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec260445-d869-5a9a-b516-53c4279e561a/ec260445-d869-5a9a-b516-53c4279e561a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114408,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702473/general/cfebb7d5-76a8-4eb9-853f-89d6f78f8d19.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec260445-d869-5a9a-b516-53c4279e561a/ec260445-d869-5a9a-b516-53c4279e561a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224556,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702473/general/58c8f87f-70d5-4b81-978c-d83d086dc76e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec260445-d869-5a9a-b516-53c4279e561a/ec260445-d869-5a9a-b516-53c4279e561a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240391,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702473/general/08f2d99c-4533-4e43-8700-d48573341031.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec260445-d869-5a9a-b516-53c4279e561a/ec260445-d869-5a9a-b516-53c4279e561a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 213715,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702473/general/b1151dbb-718e-4218-a9e5-09d92d87b13c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec260445-d869-5a9a-b516-53c4279e561a/ec260445-d869-5a9a-b516-53c4279e561a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108992,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702473/general/df349fef-1865-47ca-8543-918428ffd614.jpg',
'Width': 1280}],
'price': 11800,
'price_includes_vat': True,
'registration_date': '2021-06-15',
'seats_number': 3,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Movano 2.3 - Diesel - Manual - 180 hp - 61.443 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727931%27 HTTP/1.1" 200 None
2026-03-26 12:18:57 [adesa.de] INFO: Saving data for 10727931: {'created_time': 1774527537.828954, 'last_price_update_time': 1774527537.828967, 'auction_closing_time': 1774618060.0}
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727931') HTTP/1.1" 204 0
2026-03-26 12:18:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702496/general/cb01936b-5434-49a0-ac24-b6799b5be0e9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728015)
2026-03-26 12:18:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b6c10>
2026-03-26 12:18:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252Fcf8bff0c-8241-4409-9585-86e0bf70e581.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/cf8bff0c-8241-4409-9585-86e0bf70e581.jpg saved to cache
2026-03-26 12:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3a31afc2-2613-5d29-9187-087e79343d36
2026-03-26 12:18:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e5e410>
2026-03-26 12:18:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252Fcb01936b-5434-49a0-ac24-b6799b5be0e9.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/cb01936b-5434-49a0-ac24-b6799b5be0e9.jpg saved to cache
2026-03-26 12:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3a31afc2-2613-5d29-9187-087e79343d36
2026-03-26 12:18:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702496/general/a9099764-5630-48eb-a24c-108f2eb34d4b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728015)
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c079450>
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252Fa9099764-5630-48eb-a24c-108f2eb34d4b.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/a9099764-5630-48eb-a24c-108f2eb34d4b.jpg saved to cache
2026-03-26 12:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3a31afc2-2613-5d29-9187-087e79343d36
2026-03-26 12:18:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702496/general/4345bd56-028d-4773-b5a5-4c8aab7b8abe.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728015)
2026-03-26 12:18:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702496/general/a59e2904-2b1c-4c35-af6e-5ff042870064.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728015)
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5e090>
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252F4345bd56-028d-4773-b5a5-4c8aab7b8abe.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/4345bd56-028d-4773-b5a5-4c8aab7b8abe.jpg saved to cache
2026-03-26 12:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3a31afc2-2613-5d29-9187-087e79343d36
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e84310>
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252Fa59e2904-2b1c-4c35-af6e-5ff042870064.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/a59e2904-2b1c-4c35-af6e-5ff042870064.jpg saved to cache
2026-03-26 12:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3a31afc2-2613-5d29-9187-087e79343d36
2026-03-26 12:18:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702496/general/9f2e8c94-a9fc-4d04-842d-85adadcd0848.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728015)
2026-03-26 12:18:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702496/general/d2e25046-3b9f-462c-89c0-bc5f1f8b4dad.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728015)
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d0e50>
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252F9f2e8c94-a9fc-4d04-842d-85adadcd0848.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/9f2e8c94-a9fc-4d04-842d-85adadcd0848.jpg saved to cache
2026-03-26 12:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3a31afc2-2613-5d29-9187-087e79343d36
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d0990>
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252Fd2e25046-3b9f-462c-89c0-bc5f1f8b4dad.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/d2e25046-3b9f-462c-89c0-bc5f1f8b4dad.jpg saved to cache
2026-03-26 12:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3a31afc2-2613-5d29-9187-087e79343d36
2026-03-26 12:18:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702496/general/0ca97a45-7559-42ee-b7a6-cdf0dd01b112.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728015)
2026-03-26 12:18:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702496/general/643904be-3cb6-4246-81b8-f3bb013a18d4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728015)
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156569a90>
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252F0ca97a45-7559-42ee-b7a6-cdf0dd01b112.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/0ca97a45-7559-42ee-b7a6-cdf0dd01b112.jpg saved to cache
2026-03-26 12:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3a31afc2-2613-5d29-9187-087e79343d36
2026-03-26 12:18:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702496/general/470c2fb2-547a-41d0-b07e-f0ad0208e413.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728015)
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015656af50>
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252F643904be-3cb6-4246-81b8-f3bb013a18d4.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/643904be-3cb6-4246-81b8-f3bb013a18d4.jpg saved to cache
2026-03-26 12:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3a31afc2-2613-5d29-9187-087e79343d36
2026-03-26 12:18:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728095> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:18:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0dcf10>
2026-03-26 12:18:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:18: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 12:18:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702496%252Fgeneral%252F470c2fb2-547a-41d0-b07e-f0ad0208e413.jpg') HTTP/1.1" 204 0
2026-03-26 12:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702496/general/470c2fb2-547a-41d0-b07e-f0ad0208e413.jpg saved to cache
2026-03-26 12:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3a31afc2-2613-5d29-9187-087e79343d36
2026-03-26 12:18:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a31afc2-2613-5d29-9187-087e79343d36, skipping ID generation
2026-03-26 12:18:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a31afc2-2613-5d29-9187-087e79343d36 with scrape type 1
2026-03-26 12:18:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3a31afc2-2613-5d29-9187-087e79343d36 sending to next pipeline
2026-03-26 12:18:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 3a31afc2-2613-5d29-9187-087e79343d36, identifier: 10728015
2026-03-26 12:18:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 3a31afc2-2613-5d29-9187-087e79343d36 with identifier: 10728015
2026-03-26 12:18:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 3a31afc2-2613-5d29-9187-087e79343d36 with identifier: 10728015
2026-03-26 12:18:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 3a31afc2-2613-5d29-9187-087e79343d36 with identifier: 10728015 to the API
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:18:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5702496/general/470c2fb2-547a-41d0-b07e-f0ad0208e413.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:00:00Z',
'fuel_type': 'Electric',
'id': '3a31afc2-2613-5d29-9187-087e79343d36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991018-2478010',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728015',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 26778,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120309,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702496/general/470c2fb2-547a-41d0-b07e-f0ad0208e413.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 253628,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702496/general/643904be-3cb6-4246-81b8-f3bb013a18d4.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129846,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702496/general/0ca97a45-7559-42ee-b7a6-cdf0dd01b112.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240000,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702496/general/d2e25046-3b9f-462c-89c0-bc5f1f8b4dad.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236573,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702496/general/9f2e8c94-a9fc-4d04-842d-85adadcd0848.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118164,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702496/general/a59e2904-2b1c-4c35-af6e-5ff042870064.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151713,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702496/general/4345bd56-028d-4773-b5a5-4c8aab7b8abe.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238196,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702496/general/a9099764-5630-48eb-a24c-108f2eb34d4b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247513,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702496/general/cb01936b-5434-49a0-ac24-b6799b5be0e9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a31afc2-2613-5d29-9187-087e79343d36/3a31afc2-2613-5d29-9187-087e79343d36_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245900,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702496/general/cf8bff0c-8241-4409-9585-86e0bf70e581.jpg',
'Width': 1280}],
'price': 11500,
'price_includes_vat': True,
'registration_date': '2021-07-09',
'seats_number': 3,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Vivaro Edition - Electric - Automatic - 136 hp - 26.778 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2021}
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728015%27 HTTP/1.1" 200 None
2026-03-26 12:18:59 [adesa.de] INFO: Saving data for 10728015: {'created_time': 1774527539.359181, 'last_price_update_time': 1774527539.359194, 'auction_closing_time': 1774616400.0}
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728015') HTTP/1.1" 204 0
2026-03-26 12:18:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27709a60-b514-5133-9d76-1e5eecc7f2df with identifier: 10728095
2026-03-26 12:18:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27709a60-b514-5133-9d76-1e5eecc7f2df with scrape type 1
2026-03-26 12:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 27709a60-b514-5133-9d76-1e5eecc7f2df
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734133%252Fgeneral%252F37cd5bde-0434-41c0-a515-d508f8d9db26.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734133/general/37cd5bde-0434-41c0-a515-d508f8d9db26.jpg already downloaded
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734133%252Fgeneral%252Ff1ef4e5a-bb82-42ff-ac07-e420d1de9147.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734133/general/f1ef4e5a-bb82-42ff-ac07-e420d1de9147.jpg already downloaded
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734133%252Fgeneral%252Fb81d30fb-0715-4b93-ad20-45254087c19b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734133/general/b81d30fb-0715-4b93-ad20-45254087c19b.jpg already downloaded
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734133%252Fgeneral%252Ffc7a90a9-7c4b-4641-9153-cbbf55796756.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734133/general/fc7a90a9-7c4b-4641-9153-cbbf55796756.jpg already downloaded
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734133%252Fgeneral%252Fc2665ca9-0944-48ee-9258-040faf4c471b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734133/general/c2665ca9-0944-48ee-9258-040faf4c471b.jpg already downloaded
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734133%252Fgeneral%252F8abd3113-90dd-4cc3-ba09-ea282adb5b47.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734133/general/8abd3113-90dd-4cc3-ba09-ea282adb5b47.jpg already downloaded
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734133%252Fgeneral%252Faf948b7c-2f3f-4978-a17c-ac25036f2487.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734133/general/af948b7c-2f3f-4978-a17c-ac25036f2487.jpg already downloaded
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734133%252Fgeneral%252F09d4e307-3e24-4544-9cc0-abe91587b584.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734133/general/09d4e307-3e24-4544-9cc0-abe91587b584.jpg already downloaded
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734133%252Fgeneral%252Ff60d4094-d75c-4192-b981-3251f895d354.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734133/general/f60d4094-d75c-4192-b981-3251f895d354.jpg already downloaded
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734133%252Fgeneral%252F4e3f28d8-4e08-4964-9ef5-9893bff2a7ec.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734133/general/4e3f28d8-4e08-4964-9ef5-9893bff2a7ec.jpg already downloaded
2026-03-26 12:18:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 27709a60-b514-5133-9d76-1e5eecc7f2df, identifier: 10728095
2026-03-26 12:18:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 27709a60-b514-5133-9d76-1e5eecc7f2df with identifier: 10728095
2026-03-26 12:18:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 27709a60-b514-5133-9d76-1e5eecc7f2df with identifier: 10728095
2026-03-26 12:18:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 27709a60-b514-5133-9d76-1e5eecc7f2df with identifier: 10728095 to the API
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:18:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:19:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728095>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Minibus',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:04:00Z',
'fuel_type': 'Electric',
'id': '27709a60-b514-5133-9d76-1e5eecc7f2df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991021-2536822',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728095',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Zafira',
'odometer': 101755,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 12,
'photo_urls': ['https://images.openlane.eu/carimgs/5734133/general/37cd5bde-0434-41c0-a515-d508f8d9db26.jpg',
'https://images.openlane.eu/carimgs/5734133/general/f1ef4e5a-bb82-42ff-ac07-e420d1de9147.jpg',
'https://images.openlane.eu/carimgs/5734133/general/b81d30fb-0715-4b93-ad20-45254087c19b.jpg',
'https://images.openlane.eu/carimgs/5734133/general/fc7a90a9-7c4b-4641-9153-cbbf55796756.jpg',
'https://images.openlane.eu/carimgs/5734133/general/c2665ca9-0944-48ee-9258-040faf4c471b.jpg',
'https://images.openlane.eu/carimgs/5734133/general/8abd3113-90dd-4cc3-ba09-ea282adb5b47.jpg',
'https://images.openlane.eu/carimgs/5734133/general/af948b7c-2f3f-4978-a17c-ac25036f2487.jpg',
'https://images.openlane.eu/carimgs/5734133/general/09d4e307-3e24-4544-9cc0-abe91587b584.jpg',
'https://images.openlane.eu/carimgs/5734133/general/f60d4094-d75c-4192-b981-3251f895d354.jpg',
'https://images.openlane.eu/carimgs/5734133/general/4e3f28d8-4e08-4964-9ef5-9893bff2a7ec.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27709a60-b514-5133-9d76-1e5eecc7f2df/27709a60-b514-5133-9d76-1e5eecc7f2df_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107002,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734133/general/37cd5bde-0434-41c0-a515-d508f8d9db26.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27709a60-b514-5133-9d76-1e5eecc7f2df/27709a60-b514-5133-9d76-1e5eecc7f2df_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108896,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734133/general/f1ef4e5a-bb82-42ff-ac07-e420d1de9147.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27709a60-b514-5133-9d76-1e5eecc7f2df/27709a60-b514-5133-9d76-1e5eecc7f2df_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222389,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734133/general/b81d30fb-0715-4b93-ad20-45254087c19b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27709a60-b514-5133-9d76-1e5eecc7f2df/27709a60-b514-5133-9d76-1e5eecc7f2df_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 220146,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734133/general/fc7a90a9-7c4b-4641-9153-cbbf55796756.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27709a60-b514-5133-9d76-1e5eecc7f2df/27709a60-b514-5133-9d76-1e5eecc7f2df_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 220228,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734133/general/c2665ca9-0944-48ee-9258-040faf4c471b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27709a60-b514-5133-9d76-1e5eecc7f2df/27709a60-b514-5133-9d76-1e5eecc7f2df_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142492,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734133/general/8abd3113-90dd-4cc3-ba09-ea282adb5b47.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27709a60-b514-5133-9d76-1e5eecc7f2df/27709a60-b514-5133-9d76-1e5eecc7f2df_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 211056,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734133/general/af948b7c-2f3f-4978-a17c-ac25036f2487.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27709a60-b514-5133-9d76-1e5eecc7f2df/27709a60-b514-5133-9d76-1e5eecc7f2df_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 244752,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734133/general/09d4e307-3e24-4544-9cc0-abe91587b584.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27709a60-b514-5133-9d76-1e5eecc7f2df/27709a60-b514-5133-9d76-1e5eecc7f2df_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 213249,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734133/general/f60d4094-d75c-4192-b981-3251f895d354.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27709a60-b514-5133-9d76-1e5eecc7f2df/27709a60-b514-5133-9d76-1e5eecc7f2df_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247877,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734133/general/4e3f28d8-4e08-4964-9ef5-9893bff2a7ec.jpg',
'Width': 1280}],
'price': 17200,
'price_includes_vat': True,
'registration_date': '2022-12-15',
'seats_number': 8,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Zafira Life 75 kWh Edition - Electric - Automatic - 136 hp - '
'101.755 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728095%27 HTTP/1.1" 200 None
2026-03-26 12:19:00 [adesa.de] INFO: Saving data for 10728095: {'created_time': 1774527540.08566, 'last_price_update_time': 1774527540.085674, 'auction_closing_time': 1774616640.0}
2026-03-26 12:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728095') HTTP/1.1" 204 0
2026-03-26 12:19:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727883> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:19:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:19:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20770056-3e41-514c-8963-332468584f11 with identifier: 10727883
2026-03-26 12:19:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20770056-3e41-514c-8963-332468584f11 with scrape type 1
2026-03-26 12:19:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 20770056-3e41-514c-8963-332468584f11
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715253%252Fgeneral%252F79c0c5c7-fe56-4f82-bf6c-c755f81218b9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715253/general/79c0c5c7-fe56-4f82-bf6c-c755f81218b9.jpg already downloaded
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715253%252Fgeneral%252Fec4fc53a-877a-47b2-8306-df66bfa5d247.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715253/general/ec4fc53a-877a-47b2-8306-df66bfa5d247.jpg already downloaded
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715253%252Fgeneral%252F79dcdb9a-602c-47f0-ba29-8d1bd7d46605.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715253/general/79dcdb9a-602c-47f0-ba29-8d1bd7d46605.jpg already downloaded
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715253%252Fgeneral%252F4dc40807-9fa0-40cb-9d24-c499418713c8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715253/general/4dc40807-9fa0-40cb-9d24-c499418713c8.jpg already downloaded
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715253%252Fgeneral%252F7c01908a-285f-4188-87bf-8106a24b7cc2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715253/general/7c01908a-285f-4188-87bf-8106a24b7cc2.jpg already downloaded
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715253%252Fgeneral%252Fe9d060b7-b615-46ac-92fa-a355438255fc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715253/general/e9d060b7-b615-46ac-92fa-a355438255fc.jpg already downloaded
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715253%252Fgeneral%252F64565c16-7feb-460a-a51c-ebbc32905ce3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715253/general/64565c16-7feb-460a-a51c-ebbc32905ce3.jpg already downloaded
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715253%252Fgeneral%252F980fec9c-3e2c-4137-aea5-3691dc8147ab.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715253/general/980fec9c-3e2c-4137-aea5-3691dc8147ab.jpg already downloaded
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715253%252Fgeneral%252Fef536b19-b754-4abc-ad01-704ba24b9bfc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715253/general/ef536b19-b754-4abc-ad01-704ba24b9bfc.jpg already downloaded
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715253%252Fgeneral%252F0ab2d6c7-49ee-43af-afcd-df756bc9bb49.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715253/general/0ab2d6c7-49ee-43af-afcd-df756bc9bb49.jpg already downloaded
2026-03-26 12:19:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 20770056-3e41-514c-8963-332468584f11, identifier: 10727883
2026-03-26 12:19:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 20770056-3e41-514c-8963-332468584f11 with identifier: 10727883
2026-03-26 12:19:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 20770056-3e41-514c-8963-332468584f11 with identifier: 10727883
2026-03-26 12:19:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 20770056-3e41-514c-8963-332468584f11 with identifier: 10727883 to the API
2026-03-26 12:19:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:19:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727883>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 0,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'engine_horse_power': 163,
'expiration_date': '2026-03-27T13:26:20Z',
'fuel_type': 'Diesel',
'id': '20770056-3e41-514c-8963-332468584f11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990949-2487767',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727883',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Movano',
'odometer': 124834,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 13,
'photo_urls': ['https://images.openlane.eu/carimgs/5715253/general/79c0c5c7-fe56-4f82-bf6c-c755f81218b9.jpg',
'https://images.openlane.eu/carimgs/5715253/general/ec4fc53a-877a-47b2-8306-df66bfa5d247.jpg',
'https://images.openlane.eu/carimgs/5715253/general/79dcdb9a-602c-47f0-ba29-8d1bd7d46605.jpg',
'https://images.openlane.eu/carimgs/5715253/general/4dc40807-9fa0-40cb-9d24-c499418713c8.jpg',
'https://images.openlane.eu/carimgs/5715253/general/7c01908a-285f-4188-87bf-8106a24b7cc2.jpg',
'https://images.openlane.eu/carimgs/5715253/general/e9d060b7-b615-46ac-92fa-a355438255fc.jpg',
'https://images.openlane.eu/carimgs/5715253/general/64565c16-7feb-460a-a51c-ebbc32905ce3.jpg',
'https://images.openlane.eu/carimgs/5715253/general/980fec9c-3e2c-4137-aea5-3691dc8147ab.jpg',
'https://images.openlane.eu/carimgs/5715253/general/ef536b19-b754-4abc-ad01-704ba24b9bfc.jpg',
'https://images.openlane.eu/carimgs/5715253/general/0ab2d6c7-49ee-43af-afcd-df756bc9bb49.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20770056-3e41-514c-8963-332468584f11/20770056-3e41-514c-8963-332468584f11_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75958,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715253/general/79c0c5c7-fe56-4f82-bf6c-c755f81218b9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20770056-3e41-514c-8963-332468584f11/20770056-3e41-514c-8963-332468584f11_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128827,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715253/general/ec4fc53a-877a-47b2-8306-df66bfa5d247.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20770056-3e41-514c-8963-332468584f11/20770056-3e41-514c-8963-332468584f11_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139363,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715253/general/79dcdb9a-602c-47f0-ba29-8d1bd7d46605.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20770056-3e41-514c-8963-332468584f11/20770056-3e41-514c-8963-332468584f11_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109849,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715253/general/4dc40807-9fa0-40cb-9d24-c499418713c8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20770056-3e41-514c-8963-332468584f11/20770056-3e41-514c-8963-332468584f11_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162032,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715253/general/7c01908a-285f-4188-87bf-8106a24b7cc2.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20770056-3e41-514c-8963-332468584f11/20770056-3e41-514c-8963-332468584f11_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66223,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715253/general/e9d060b7-b615-46ac-92fa-a355438255fc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20770056-3e41-514c-8963-332468584f11/20770056-3e41-514c-8963-332468584f11_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77728,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715253/general/64565c16-7feb-460a-a51c-ebbc32905ce3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20770056-3e41-514c-8963-332468584f11/20770056-3e41-514c-8963-332468584f11_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126601,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715253/general/980fec9c-3e2c-4137-aea5-3691dc8147ab.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20770056-3e41-514c-8963-332468584f11/20770056-3e41-514c-8963-332468584f11_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105167,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715253/general/ef536b19-b754-4abc-ad01-704ba24b9bfc.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20770056-3e41-514c-8963-332468584f11/20770056-3e41-514c-8963-332468584f11_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96773,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715253/general/0ab2d6c7-49ee-43af-afcd-df756bc9bb49.jpg',
'Width': 1280}],
'price': 13800,
'price_includes_vat': True,
'registration_date': '2021-11-29',
'seats_number': 3,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Movano 2.3 - Diesel - Manual - 163 hp - 124.834 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727883%27 HTTP/1.1" 200 None
2026-03-26 12:19:02 [adesa.de] INFO: Saving data for 10727883: {'created_time': 1774527542.353092, 'last_price_update_time': 1774527542.353108, 'auction_closing_time': 1774617980.0}
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727883') HTTP/1.1" 204 0
2026-03-26 12:19:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727850> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:19:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:19:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ebe4620-ad81-5b06-972e-2226d92593c6 with identifier: 10727850
2026-03-26 12:19:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ebe4620-ad81-5b06-972e-2226d92593c6 with scrape type 1
2026-03-26 12:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1ebe4620-ad81-5b06-972e-2226d92593c6
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715227%252Fgeneral%252F12807f5f-f0bd-4bb7-972c-dae566e5facb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715227/general/12807f5f-f0bd-4bb7-972c-dae566e5facb.jpg already downloaded
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715227%252Fgeneral%252F12a7822e-26df-4663-84be-a235c96796a4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715227/general/12a7822e-26df-4663-84be-a235c96796a4.jpg already downloaded
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715227%252Fgeneral%252F18608bc6-60c5-4a6a-96ab-81ab7ded795b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715227/general/18608bc6-60c5-4a6a-96ab-81ab7ded795b.jpg already downloaded
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715227%252Fgeneral%252Fb5ffd266-7e1f-43ad-b60d-5f64b614a7b6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715227/general/b5ffd266-7e1f-43ad-b60d-5f64b614a7b6.jpg already downloaded
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715227%252Fgeneral%252F8628aadc-b17e-428b-b6f8-827ce078eb4a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715227/general/8628aadc-b17e-428b-b6f8-827ce078eb4a.jpg already downloaded
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715227%252Fgeneral%252F26f19491-c684-4891-9ad0-c5ce46bb42c0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715227/general/26f19491-c684-4891-9ad0-c5ce46bb42c0.jpg already downloaded
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715227%252Fgeneral%252F26659863-e3a4-45a5-99ef-19690526506a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715227/general/26659863-e3a4-45a5-99ef-19690526506a.jpg already downloaded
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715227%252Fgeneral%252F90743db0-2f4e-4bb0-b7c1-5e35e5df195c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715227/general/90743db0-2f4e-4bb0-b7c1-5e35e5df195c.jpg already downloaded
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715227%252Fgeneral%252Fb7d5d905-6b51-47f4-b32e-ff3419e01593.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715227/general/b7d5d905-6b51-47f4-b32e-ff3419e01593.jpg already downloaded
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715227%252Fgeneral%252F9e9a9f03-9170-48cf-b932-c8276e3782dd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715227/general/9e9a9f03-9170-48cf-b932-c8276e3782dd.jpg already downloaded
2026-03-26 12:19:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 1ebe4620-ad81-5b06-972e-2226d92593c6, identifier: 10727850
2026-03-26 12:19:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 1ebe4620-ad81-5b06-972e-2226d92593c6 with identifier: 10727850
2026-03-26 12:19:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 1ebe4620-ad81-5b06-972e-2226d92593c6 with identifier: 10727850
2026-03-26 12:19:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 1ebe4620-ad81-5b06-972e-2226d92593c6 with identifier: 10727850 to the API
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:19:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:19:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727850>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'engine_horse_power': 150,
'expiration_date': '2026-03-27T13:27:00Z',
'fuel_type': 'Diesel',
'id': '1ebe4620-ad81-5b06-972e-2226d92593c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990983-2483142',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727850',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Movano',
'odometer': 67734,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 14,
'photo_urls': ['https://images.openlane.eu/carimgs/5715227/general/12807f5f-f0bd-4bb7-972c-dae566e5facb.jpg',
'https://images.openlane.eu/carimgs/5715227/general/12a7822e-26df-4663-84be-a235c96796a4.jpg',
'https://images.openlane.eu/carimgs/5715227/general/18608bc6-60c5-4a6a-96ab-81ab7ded795b.jpg',
'https://images.openlane.eu/carimgs/5715227/general/b5ffd266-7e1f-43ad-b60d-5f64b614a7b6.jpg',
'https://images.openlane.eu/carimgs/5715227/general/8628aadc-b17e-428b-b6f8-827ce078eb4a.jpg',
'https://images.openlane.eu/carimgs/5715227/general/26f19491-c684-4891-9ad0-c5ce46bb42c0.jpg',
'https://images.openlane.eu/carimgs/5715227/general/26659863-e3a4-45a5-99ef-19690526506a.jpg',
'https://images.openlane.eu/carimgs/5715227/general/90743db0-2f4e-4bb0-b7c1-5e35e5df195c.jpg',
'https://images.openlane.eu/carimgs/5715227/general/b7d5d905-6b51-47f4-b32e-ff3419e01593.jpg',
'https://images.openlane.eu/carimgs/5715227/general/9e9a9f03-9170-48cf-b932-c8276e3782dd.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ebe4620-ad81-5b06-972e-2226d92593c6/1ebe4620-ad81-5b06-972e-2226d92593c6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108945,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715227/general/12807f5f-f0bd-4bb7-972c-dae566e5facb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ebe4620-ad81-5b06-972e-2226d92593c6/1ebe4620-ad81-5b06-972e-2226d92593c6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 207174,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715227/general/12a7822e-26df-4663-84be-a235c96796a4.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ebe4620-ad81-5b06-972e-2226d92593c6/1ebe4620-ad81-5b06-972e-2226d92593c6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228853,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715227/general/18608bc6-60c5-4a6a-96ab-81ab7ded795b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ebe4620-ad81-5b06-972e-2226d92593c6/1ebe4620-ad81-5b06-972e-2226d92593c6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209405,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715227/general/b5ffd266-7e1f-43ad-b60d-5f64b614a7b6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ebe4620-ad81-5b06-972e-2226d92593c6/1ebe4620-ad81-5b06-972e-2226d92593c6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114142,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715227/general/8628aadc-b17e-428b-b6f8-827ce078eb4a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ebe4620-ad81-5b06-972e-2226d92593c6/1ebe4620-ad81-5b06-972e-2226d92593c6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 253436,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715227/general/26f19491-c684-4891-9ad0-c5ce46bb42c0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ebe4620-ad81-5b06-972e-2226d92593c6/1ebe4620-ad81-5b06-972e-2226d92593c6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120009,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715227/general/26659863-e3a4-45a5-99ef-19690526506a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ebe4620-ad81-5b06-972e-2226d92593c6/1ebe4620-ad81-5b06-972e-2226d92593c6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104499,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715227/general/90743db0-2f4e-4bb0-b7c1-5e35e5df195c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ebe4620-ad81-5b06-972e-2226d92593c6/1ebe4620-ad81-5b06-972e-2226d92593c6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216754,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715227/general/b7d5d905-6b51-47f4-b32e-ff3419e01593.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ebe4620-ad81-5b06-972e-2226d92593c6/1ebe4620-ad81-5b06-972e-2226d92593c6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 202031,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715227/general/9e9a9f03-9170-48cf-b932-c8276e3782dd.jpg',
'Width': 1280}],
'price': 12800,
'price_includes_vat': True,
'registration_date': '2021-11-17',
'seats_number': 3,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Movano 2.3 - Diesel - Manual - 150 hp - 67.734 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 12:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727850%27 HTTP/1.1" 200 None
2026-03-26 12:19:03 [adesa.de] INFO: Saving data for 10727850: {'created_time': 1774527543.117696, 'last_price_update_time': 1774527543.117709, 'auction_closing_time': 1774618020.0}
2026-03-26 12:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727850') HTTP/1.1" 204 0
2026-03-26 12:19:07 [scrapy.extensions.logstats] INFO: Crawled 57 pages (at 19 pages/min), scraped 51 items (at 18 items/min)
2026-03-26 12:19:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 164MiB
2026-03-26 12:19:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727193> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:19:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:19:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed with identifier: 10727193
2026-03-26 12:19:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed with scrape type 1
2026-03-26 12:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636617%252Fgeneral%252Fce4b3e3a-4d59-40ad-ae0b-5f29a3f0001b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636617/general/ce4b3e3a-4d59-40ad-ae0b-5f29a3f0001b.jpg already downloaded
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636617%252Fgeneral%252F42e2f973-b8d7-497f-95cd-35673d612e16.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636617/general/42e2f973-b8d7-497f-95cd-35673d612e16.jpg already downloaded
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636617%252Fgeneral%252Fd7bb471b-b581-46c0-bb22-c4fc42b49a64.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636617/general/d7bb471b-b581-46c0-bb22-c4fc42b49a64.jpg already downloaded
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636617%252Fgeneral%252Fe0f2d268-f03c-4e0b-8f1f-5caad4115d5f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636617/general/e0f2d268-f03c-4e0b-8f1f-5caad4115d5f.jpg already downloaded
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636617%252Fgeneral%252Fde2804b5-77c2-4fb3-b876-0f83c39f7c22.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636617/general/de2804b5-77c2-4fb3-b876-0f83c39f7c22.jpg already downloaded
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636617%252Fgeneral%252F761078ef-7406-4590-a7ba-53c2535cefcf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636617/general/761078ef-7406-4590-a7ba-53c2535cefcf.jpg already downloaded
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636617%252Fgeneral%252Fd84368b5-cde0-4641-ada7-4ed7d8727464.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636617/general/d84368b5-cde0-4641-ada7-4ed7d8727464.jpg already downloaded
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636617%252Fgeneral%252F4d92c39a-2dfc-462c-bfaa-d7c8280e13f1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636617/general/4d92c39a-2dfc-462c-bfaa-d7c8280e13f1.jpg already downloaded
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636617%252Fgeneral%252F095f479a-1cda-4713-b61f-3a42758aa13f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636617/general/095f479a-1cda-4713-b61f-3a42758aa13f.jpg already downloaded
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636617%252Fgeneral%252Fb963fb65-2887-41fc-ad65-e6471858a6fb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636617/general/b963fb65-2887-41fc-ad65-e6471858a6fb.jpg already downloaded
2026-03-26 12:19:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed, identifier: 10727193
2026-03-26 12:19:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed with identifier: 10727193
2026-03-26 12:19:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed with identifier: 10727193
2026-03-26 12:19:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed with identifier: 10727193 to the API
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:19:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727193>
{'auction_title': '',
'c_o_2_emission_value': 52,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 300,
'expiration_date': '2026-03-26T13:55:00Z',
'fuel_type': 'Hybrid',
'id': '6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'AN-PA-555E',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727193',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Land Rover',
'model': 'Range Rover',
'odometer': 86665,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 24,
'photo_urls': ['https://images.openlane.eu/carimgs/5636617/general/ce4b3e3a-4d59-40ad-ae0b-5f29a3f0001b.jpg',
'https://images.openlane.eu/carimgs/5636617/general/42e2f973-b8d7-497f-95cd-35673d612e16.jpg',
'https://images.openlane.eu/carimgs/5636617/general/d7bb471b-b581-46c0-bb22-c4fc42b49a64.jpg',
'https://images.openlane.eu/carimgs/5636617/general/e0f2d268-f03c-4e0b-8f1f-5caad4115d5f.jpg',
'https://images.openlane.eu/carimgs/5636617/general/de2804b5-77c2-4fb3-b876-0f83c39f7c22.jpg',
'https://images.openlane.eu/carimgs/5636617/general/761078ef-7406-4590-a7ba-53c2535cefcf.jpg',
'https://images.openlane.eu/carimgs/5636617/general/d84368b5-cde0-4641-ada7-4ed7d8727464.jpg',
'https://images.openlane.eu/carimgs/5636617/general/4d92c39a-2dfc-462c-bfaa-d7c8280e13f1.jpg',
'https://images.openlane.eu/carimgs/5636617/general/095f479a-1cda-4713-b61f-3a42758aa13f.jpg',
'https://images.openlane.eu/carimgs/5636617/general/b963fb65-2887-41fc-ad65-e6471858a6fb.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed/6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 377059,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636617/general/ce4b3e3a-4d59-40ad-ae0b-5f29a3f0001b.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed/6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 388762,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636617/general/42e2f973-b8d7-497f-95cd-35673d612e16.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed/6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76849,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636617/general/d7bb471b-b581-46c0-bb22-c4fc42b49a64.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed/6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 336729,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636617/general/e0f2d268-f03c-4e0b-8f1f-5caad4115d5f.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed/6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 342647,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636617/general/de2804b5-77c2-4fb3-b876-0f83c39f7c22.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed/6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 433298,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636617/general/761078ef-7406-4590-a7ba-53c2535cefcf.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed/6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 288442,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636617/general/d84368b5-cde0-4641-ada7-4ed7d8727464.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed/6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 361014,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636617/general/4d92c39a-2dfc-462c-bfaa-d7c8280e13f1.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed/6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44408,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636617/general/095f479a-1cda-4713-b61f-3a42758aa13f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed/6f19fa29-a69d-58a8-9b5d-e2f09a6b2aed_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61478,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636617/general/b963fb65-2887-41fc-ad65-e6471858a6fb.jpg',
'Width': 800}],
'price': 26800,
'price_includes_vat': True,
'registration_date': '2021-07-05',
'seats_number': 5,
'seller_name': 'ALD AutoLeasing D GmbH',
'title': 'Land Rover Range Rover Velar P400e R-Dynamic - AWD - Hybrid - '
'Automatic - 300 hp - 86.665 km',
'transmission': 'automatic',
'trim': 'R-Dynamic',
'vin': None,
'year': 2021}
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727193%27 HTTP/1.1" 200 None
2026-03-26 12:19:09 [adesa.de] INFO: Saving data for 10727193: {'created_time': 1774527549.717384, 'last_price_update_time': 1774527549.717396, 'auction_closing_time': 1774533300.0}
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727193') HTTP/1.1" 204 0
2026-03-26 12:19:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727911> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:19:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:19:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2612619d-3630-5e5d-b84f-6f9d42bcd938 with identifier: 10727911
2026-03-26 12:19:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2612619d-3630-5e5d-b84f-6f9d42bcd938 with scrape type 1
2026-03-26 12:19:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2612619d-3630-5e5d-b84f-6f9d42bcd938
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715272%252Fgeneral%252F0fafac24-e956-4af4-9690-55b289fcb908.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715272/general/0fafac24-e956-4af4-9690-55b289fcb908.jpg already downloaded
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715272%252Fgeneral%252F1d6cbda8-f21a-4497-85bf-bbf23fc24321.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715272/general/1d6cbda8-f21a-4497-85bf-bbf23fc24321.jpg already downloaded
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715272%252Fgeneral%252Fd03f48f9-a97a-4bd0-aa80-8bfd63206ce0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715272/general/d03f48f9-a97a-4bd0-aa80-8bfd63206ce0.jpg already downloaded
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715272%252Fgeneral%252F516cfbcf-fd05-478a-aa80-09eb6707e410.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715272/general/516cfbcf-fd05-478a-aa80-09eb6707e410.jpg already downloaded
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715272%252Fgeneral%252F5c5d97f9-735f-4eec-ac0b-6752301e165d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715272/general/5c5d97f9-735f-4eec-ac0b-6752301e165d.jpg already downloaded
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715272%252Fgeneral%252F5fe11333-cb56-4c78-bd77-94338fa77199.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715272/general/5fe11333-cb56-4c78-bd77-94338fa77199.jpg already downloaded
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715272%252Fgeneral%252Fbfc15606-73b4-42f3-bf76-6b4b5d050ecc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715272/general/bfc15606-73b4-42f3-bf76-6b4b5d050ecc.jpg already downloaded
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715272%252Fgeneral%252Fc843352b-bf79-4c55-a991-8eeae20a841f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715272/general/c843352b-bf79-4c55-a991-8eeae20a841f.jpg already downloaded
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715272%252Fgeneral%252Fce60eb5d-3e12-41c2-9588-010c370faa0d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715272/general/ce60eb5d-3e12-41c2-9588-010c370faa0d.jpg already downloaded
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715272%252Fgeneral%252F216d3c4a-48b5-4b38-aa4f-7e87a4d2c152.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715272/general/216d3c4a-48b5-4b38-aa4f-7e87a4d2c152.jpg already downloaded
2026-03-26 12:19:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 2612619d-3630-5e5d-b84f-6f9d42bcd938, identifier: 10727911
2026-03-26 12:19:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 2612619d-3630-5e5d-b84f-6f9d42bcd938 with identifier: 10727911
2026-03-26 12:19:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 2612619d-3630-5e5d-b84f-6f9d42bcd938 with identifier: 10727911
2026-03-26 12:19:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 2612619d-3630-5e5d-b84f-6f9d42bcd938 with identifier: 10727911 to the API
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:19:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727911>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Orange',
'currency': 'EUR',
'doors_number': 0,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'engine_horse_power': 163,
'expiration_date': '2026-03-27T13:26:40Z',
'fuel_type': 'Diesel',
'id': '2612619d-3630-5e5d-b84f-6f9d42bcd938',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991002-2497543',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727911',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Movano',
'odometer': 111586,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 35,
'photo_urls': ['https://images.openlane.eu/carimgs/5715272/general/0fafac24-e956-4af4-9690-55b289fcb908.jpg',
'https://images.openlane.eu/carimgs/5715272/general/1d6cbda8-f21a-4497-85bf-bbf23fc24321.jpg',
'https://images.openlane.eu/carimgs/5715272/general/d03f48f9-a97a-4bd0-aa80-8bfd63206ce0.jpg',
'https://images.openlane.eu/carimgs/5715272/general/516cfbcf-fd05-478a-aa80-09eb6707e410.jpg',
'https://images.openlane.eu/carimgs/5715272/general/5c5d97f9-735f-4eec-ac0b-6752301e165d.jpg',
'https://images.openlane.eu/carimgs/5715272/general/5fe11333-cb56-4c78-bd77-94338fa77199.jpg',
'https://images.openlane.eu/carimgs/5715272/general/bfc15606-73b4-42f3-bf76-6b4b5d050ecc.jpg',
'https://images.openlane.eu/carimgs/5715272/general/c843352b-bf79-4c55-a991-8eeae20a841f.jpg',
'https://images.openlane.eu/carimgs/5715272/general/ce60eb5d-3e12-41c2-9588-010c370faa0d.jpg',
'https://images.openlane.eu/carimgs/5715272/general/216d3c4a-48b5-4b38-aa4f-7e87a4d2c152.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2612619d-3630-5e5d-b84f-6f9d42bcd938/2612619d-3630-5e5d-b84f-6f9d42bcd938_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 251830,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715272/general/0fafac24-e956-4af4-9690-55b289fcb908.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2612619d-3630-5e5d-b84f-6f9d42bcd938/2612619d-3630-5e5d-b84f-6f9d42bcd938_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 199366,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715272/general/1d6cbda8-f21a-4497-85bf-bbf23fc24321.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2612619d-3630-5e5d-b84f-6f9d42bcd938/2612619d-3630-5e5d-b84f-6f9d42bcd938_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91084,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715272/general/d03f48f9-a97a-4bd0-aa80-8bfd63206ce0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2612619d-3630-5e5d-b84f-6f9d42bcd938/2612619d-3630-5e5d-b84f-6f9d42bcd938_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154518,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715272/general/516cfbcf-fd05-478a-aa80-09eb6707e410.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2612619d-3630-5e5d-b84f-6f9d42bcd938/2612619d-3630-5e5d-b84f-6f9d42bcd938_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206123,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715272/general/5c5d97f9-735f-4eec-ac0b-6752301e165d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2612619d-3630-5e5d-b84f-6f9d42bcd938/2612619d-3630-5e5d-b84f-6f9d42bcd938_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209855,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715272/general/5fe11333-cb56-4c78-bd77-94338fa77199.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2612619d-3630-5e5d-b84f-6f9d42bcd938/2612619d-3630-5e5d-b84f-6f9d42bcd938_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 195232,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715272/general/bfc15606-73b4-42f3-bf76-6b4b5d050ecc.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2612619d-3630-5e5d-b84f-6f9d42bcd938/2612619d-3630-5e5d-b84f-6f9d42bcd938_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129184,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715272/general/c843352b-bf79-4c55-a991-8eeae20a841f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2612619d-3630-5e5d-b84f-6f9d42bcd938/2612619d-3630-5e5d-b84f-6f9d42bcd938_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96171,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715272/general/ce60eb5d-3e12-41c2-9588-010c370faa0d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2612619d-3630-5e5d-b84f-6f9d42bcd938/2612619d-3630-5e5d-b84f-6f9d42bcd938_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205150,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715272/general/216d3c4a-48b5-4b38-aa4f-7e87a4d2c152.jpg',
'Width': 1280}],
'price': 10300,
'price_includes_vat': True,
'registration_date': '2021-11-08',
'seats_number': 3,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Movano 2.3 - Diesel - Manual - 163 hp - 111.586 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727911%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Saving data for 10727911: {'created_time': 1774527555.3333, 'last_price_update_time': 1774527555.333312, 'auction_closing_time': 1774618000.0}
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727911') HTTP/1.1" 204 0
2026-03-26 12:19:15 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:19:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10728414
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728414%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10728414: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10728414 url https://www.openlane.eu/en/carv6/auction/10728414
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10725933
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725933%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10725933: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10725933 url https://www.openlane.eu/en/carv6/auction/10725933
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10728442
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728442%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10728442: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10728442 url https://www.openlane.eu/en/carv6/auction/10728442
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10725942
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725942%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10725942: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10725942 url https://www.openlane.eu/en/carv6/auction/10725942
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10726073
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726073%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10726073: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10726073 url https://www.openlane.eu/en/carv6/auction/10726073
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10726065
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726065%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10726065: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10726065 url https://www.openlane.eu/en/carv6/auction/10726065
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10726077
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726077%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10726077: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10726077 url https://www.openlane.eu/en/carv6/auction/10726077
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10728420
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728420%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10728420: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10728420 url https://www.openlane.eu/en/carv6/auction/10728420
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10728546
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728546%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10728546: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10728546 url https://www.openlane.eu/en/carv6/auction/10728546
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10725935
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725935%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10725935: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10725935 url https://www.openlane.eu/en/carv6/auction/10725935
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10725927
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725927%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10725927: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10725927 url https://www.openlane.eu/en/carv6/auction/10725927
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10728443
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728443%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10728443: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10728443 url https://www.openlane.eu/en/carv6/auction/10728443
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10728419
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728419%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10728419: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10728419 url https://www.openlane.eu/en/carv6/auction/10728419
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10728412
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728412%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10728412: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10728412 url https://www.openlane.eu/en/carv6/auction/10728412
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10725930
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725930%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10725930: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10725930 url https://www.openlane.eu/en/carv6/auction/10725930
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10726070
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726070%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10726070: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10726070 url https://www.openlane.eu/en/carv6/auction/10726070
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10726064
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726064%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10726064: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10726064 url https://www.openlane.eu/en/carv6/auction/10726064
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10728450
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728450%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10728450: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10728450 url https://www.openlane.eu/en/carv6/auction/10728450
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10728188
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728188%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10728188: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10728188 url https://www.openlane.eu/en/carv6/auction/10728188
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10726059
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726059%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10726059: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10726059 url https://www.openlane.eu/en/carv6/auction/10726059
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10725940
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725940%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10725940: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10725940 url https://www.openlane.eu/en/carv6/auction/10725940
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10726079
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726079%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10726079: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10726079 url https://www.openlane.eu/en/carv6/auction/10726079
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10726060
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726060%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10726060: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10726060 url https://www.openlane.eu/en/carv6/auction/10726060
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10728211
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728211%27 HTTP/1.1" 200 None
2026-03-26 12:19:15 [adesa.de] INFO: Scrape type for 10728211: 0
2026-03-26 12:19:15 [adesa.de] INFO: Skipping item 10728211 url https://www.openlane.eu/en/carv6/auction/10728211
2026-03-26 12:19:15 [adesa.de] INFO: Found listing with ID: 10728433
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728433%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728433: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728433 url https://www.openlane.eu/en/carv6/auction/10728433
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10725928
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725928%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10725928: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10725928 url https://www.openlane.eu/en/carv6/auction/10725928
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728435
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728435%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728435: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728435 url https://www.openlane.eu/en/carv6/auction/10728435
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10725926
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725926%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10725926: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10725926 url https://www.openlane.eu/en/carv6/auction/10725926
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10726075
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726075%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10726075: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10726075 url https://www.openlane.eu/en/carv6/auction/10726075
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10725920
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725920%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10725920: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10725920 url https://www.openlane.eu/en/carv6/auction/10725920
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728298
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728298%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728298: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728298 url https://www.openlane.eu/en/carv6/auction/10728298
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728132
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728132%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728132: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728132 url https://www.openlane.eu/en/carv6/auction/10728132
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728300
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728300%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728300: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728300 url https://www.openlane.eu/en/carv6/auction/10728300
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10725932
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725932%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10725932: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10725932 url https://www.openlane.eu/en/carv6/auction/10725932
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728334
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728334%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728334: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728334 url https://www.openlane.eu/en/carv6/auction/10728334
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728338
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728338%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728338: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728338 url https://www.openlane.eu/en/carv6/auction/10728338
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728339
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728339%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728339: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728339 url https://www.openlane.eu/en/carv6/auction/10728339
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728509
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728509%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728509: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728509 url https://www.openlane.eu/en/carv6/auction/10728509
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10726067
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726067%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10726067: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10726067 url https://www.openlane.eu/en/carv6/auction/10726067
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10726071
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726071%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10726071: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10726071 url https://www.openlane.eu/en/carv6/auction/10726071
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728386
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728386%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728386: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728386 url https://www.openlane.eu/en/carv6/auction/10728386
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10725931
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725931%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10725931: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10725931 url https://www.openlane.eu/en/carv6/auction/10725931
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728292
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728292%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728292: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728292 url https://www.openlane.eu/en/carv6/auction/10728292
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728418
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728418%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728418: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728418 url https://www.openlane.eu/en/carv6/auction/10728418
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10726080
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726080%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10726080: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10726080 url https://www.openlane.eu/en/carv6/auction/10726080
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728505
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728505%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728505: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728505 url https://www.openlane.eu/en/carv6/auction/10728505
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728553
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728553%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728553: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728553 url https://www.openlane.eu/en/carv6/auction/10728553
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10725938
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725938%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10725938: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10725938 url https://www.openlane.eu/en/carv6/auction/10725938
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10726083
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726083%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10726083: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10726083 url https://www.openlane.eu/en/carv6/auction/10726083
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10725936
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725936%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10725936: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10725936 url https://www.openlane.eu/en/carv6/auction/10725936
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10726078
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726078%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10726078: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10726078 url https://www.openlane.eu/en/carv6/auction/10726078
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728429
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728429%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728429: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728429 url https://www.openlane.eu/en/carv6/auction/10728429
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728417
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728417%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728417: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728417 url https://www.openlane.eu/en/carv6/auction/10728417
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728381
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728381%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728381: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728381 url https://www.openlane.eu/en/carv6/auction/10728381
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728134
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728134%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728134: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728134 url https://www.openlane.eu/en/carv6/auction/10728134
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728424
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728424%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728424: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728424 url https://www.openlane.eu/en/carv6/auction/10728424
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728413
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728413%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728413: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728413 url https://www.openlane.eu/en/carv6/auction/10728413
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728315
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728315%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728315: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728315 url https://www.openlane.eu/en/carv6/auction/10728315
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728303
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728303%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728303: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728303 url https://www.openlane.eu/en/carv6/auction/10728303
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728316
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728316%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728316: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728316 url https://www.openlane.eu/en/carv6/auction/10728316
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728121
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728121%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728121: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728121 url https://www.openlane.eu/en/carv6/auction/10728121
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728136
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728136%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728136: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728136 url https://www.openlane.eu/en/carv6/auction/10728136
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728175
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728175%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728175: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728175 url https://www.openlane.eu/en/carv6/auction/10728175
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728118
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728118%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728118: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728118 url https://www.openlane.eu/en/carv6/auction/10728118
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728119
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728119%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728119: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728119 url https://www.openlane.eu/en/carv6/auction/10728119
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728122
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728122%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728122: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728122 url https://www.openlane.eu/en/carv6/auction/10728122
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728176
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728176%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728176: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728176 url https://www.openlane.eu/en/carv6/auction/10728176
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728120
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728120%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728120: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728120 url https://www.openlane.eu/en/carv6/auction/10728120
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728406
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728406%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728406: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728406 url https://www.openlane.eu/en/carv6/auction/10728406
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728404
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728404%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728404: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728404 url https://www.openlane.eu/en/carv6/auction/10728404
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728409
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728409%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728409: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728409 url https://www.openlane.eu/en/carv6/auction/10728409
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728368
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728368%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728368: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728368 url https://www.openlane.eu/en/carv6/auction/10728368
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728150
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728150%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728150: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728150 url https://www.openlane.eu/en/carv6/auction/10728150
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728192
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728192%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728192: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728192 url https://www.openlane.eu/en/carv6/auction/10728192
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10725925
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725925%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10725925: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10725925 url https://www.openlane.eu/en/carv6/auction/10725925
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10725919
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725919%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10725919: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10725919 url https://www.openlane.eu/en/carv6/auction/10725919
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728183
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728183%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728183: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728183 url https://www.openlane.eu/en/carv6/auction/10728183
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728506
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728506%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10728506: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10728506 url https://www.openlane.eu/en/carv6/auction/10728506
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10726062
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726062%27 HTTP/1.1" 200 None
2026-03-26 12:19:16 [adesa.de] INFO: Scrape type for 10726062: 0
2026-03-26 12:19:16 [adesa.de] INFO: Skipping item 10726062 url https://www.openlane.eu/en/carv6/auction/10726062
2026-03-26 12:19:16 [adesa.de] INFO: Found listing with ID: 10728508
2026-03-26 12:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728508%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10728508: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10728508 url https://www.openlane.eu/en/carv6/auction/10728508
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10725921
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725921%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10725921: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10725921 url https://www.openlane.eu/en/carv6/auction/10725921
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10725922
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725922%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10725922: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10725922 url https://www.openlane.eu/en/carv6/auction/10725922
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10725916
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725916%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10725916: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10725916 url https://www.openlane.eu/en/carv6/auction/10725916
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10725915
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725915%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10725915: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10725915 url https://www.openlane.eu/en/carv6/auction/10725915
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10725918
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725918%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10725918: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10725918 url https://www.openlane.eu/en/carv6/auction/10725918
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10728279
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728279%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10728279: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10728279 url https://www.openlane.eu/en/carv6/auction/10728279
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10728510
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728510%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10728510: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10728510 url https://www.openlane.eu/en/carv6/auction/10728510
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10725943
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725943%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10725943: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10725943 url https://www.openlane.eu/en/carv6/auction/10725943
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10725923
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725923%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10725923: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10725923 url https://www.openlane.eu/en/carv6/auction/10725923
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10725947
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725947%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10725947: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10725947 url https://www.openlane.eu/en/carv6/auction/10725947
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10725939
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725939%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10725939: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10725939 url https://www.openlane.eu/en/carv6/auction/10725939
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10725924
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725924%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10725924: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10725924 url https://www.openlane.eu/en/carv6/auction/10725924
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10728507
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728507%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10728507: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10728507 url https://www.openlane.eu/en/carv6/auction/10728507
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10725934
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725934%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10725934: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10725934 url https://www.openlane.eu/en/carv6/auction/10725934
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10728521
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728521%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10728521: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10728521 url https://www.openlane.eu/en/carv6/auction/10728521
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10728523
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728523%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10728523: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10728523 url https://www.openlane.eu/en/carv6/auction/10728523
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10728378
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728378%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10728378: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10728378 url https://www.openlane.eu/en/carv6/auction/10728378
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10728511
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728511%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10728511: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10728511 url https://www.openlane.eu/en/carv6/auction/10728511
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10728540
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728540%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10728540: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10728540 url https://www.openlane.eu/en/carv6/auction/10728540
2026-03-26 12:19:17 [adesa.de] INFO: Found listing with ID: 10728524
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728524%27 HTTP/1.1" 200 None
2026-03-26 12:19:17 [adesa.de] INFO: Scrape type for 10728524: 0
2026-03-26 12:19:17 [adesa.de] INFO: Skipping item 10728524 url https://www.openlane.eu/en/carv6/auction/10728524
2026-03-26 12:19:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727049> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:19:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:19:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d580437a-ad9d-547c-ac27-490f407bfc85 with identifier: 10727049
2026-03-26 12:19:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d580437a-ad9d-547c-ac27-490f407bfc85 with scrape type 1
2026-03-26 12:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d580437a-ad9d-547c-ac27-490f407bfc85
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252Fa9b0cd6b-2f40-4b85-bc3b-ea7c10db3194.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/a9b0cd6b-2f40-4b85-bc3b-ea7c10db3194.jpg not downloaded yet
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252F774f2bd0-5516-48ad-8fea-a59bee6eaaf3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/774f2bd0-5516-48ad-8fea-a59bee6eaaf3.jpg not downloaded yet
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252Fabcfd32f-d4b3-4276-93e4-12875cc1b9bd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/abcfd32f-d4b3-4276-93e4-12875cc1b9bd.jpg not downloaded yet
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252Ffefe5886-b291-4ae4-8821-d29d0e2742d1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/fefe5886-b291-4ae4-8821-d29d0e2742d1.jpg not downloaded yet
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252F08d1f5e5-ad40-4214-95d3-7b8ea6a7dfc9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/08d1f5e5-ad40-4214-95d3-7b8ea6a7dfc9.jpg not downloaded yet
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252Fc89cdf45-0c00-45e6-8cf4-255a3cb45dcc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/c89cdf45-0c00-45e6-8cf4-255a3cb45dcc.jpg not downloaded yet
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252F72657929-8f67-463d-9b00-c2f34e951a69.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/72657929-8f67-463d-9b00-c2f34e951a69.jpg not downloaded yet
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252F58d44252-94ff-439f-8f95-7afc78d856dc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/58d44252-94ff-439f-8f95-7afc78d856dc.jpg not downloaded yet
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252F2c2bbabf-2f5c-41bb-a0c0-2dcfdb977c67.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/2c2bbabf-2f5c-41bb-a0c0-2dcfdb977c67.jpg not downloaded yet
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252F2a619872-59e7-4399-9684-4a47b497d31e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/2a619872-59e7-4399-9684-4a47b497d31e.jpg not downloaded yet
2026-03-26 12:19:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726619> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:19: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 12:19:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746718/general/2a619872-59e7-4399-9684-4a47b497d31e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727049)
2026-03-26 12:19:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c777b207-4306-5be2-b227-d58aa29e724a with identifier: 10726619
2026-03-26 12:19:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c777b207-4306-5be2-b227-d58aa29e724a with scrape type 1
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c777b207-4306-5be2-b227-d58aa29e724a
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252F3a4a557d-bb53-47e1-b3ae-0947bafd44db.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/3a4a557d-bb53-47e1-b3ae-0947bafd44db.jpg not downloaded yet
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252F5bfb8665-02e0-4a61-830e-34f5c2734136.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/5bfb8665-02e0-4a61-830e-34f5c2734136.jpg not downloaded yet
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252F65f7e162-1804-4e63-bd8e-1e6fdefcc3c9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/65f7e162-1804-4e63-bd8e-1e6fdefcc3c9.jpg not downloaded yet
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252Fb8440bdc-d742-4546-80f9-39e0e07bdf6c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/b8440bdc-d742-4546-80f9-39e0e07bdf6c.jpg not downloaded yet
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252F819fd9e4-79a3-468a-99a1-41f6a2b86184.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/819fd9e4-79a3-468a-99a1-41f6a2b86184.jpg not downloaded yet
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252F3ff63193-4172-4fe3-afaf-8fa3dcd99301.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/3ff63193-4172-4fe3-afaf-8fa3dcd99301.jpg not downloaded yet
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252F91bf0f60-0e21-40b2-9f2e-db9734dec508.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/91bf0f60-0e21-40b2-9f2e-db9734dec508.jpg not downloaded yet
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b7d50>
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252F2a619872-59e7-4399-9684-4a47b497d31e.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/2a619872-59e7-4399-9684-4a47b497d31e.jpg saved to cache
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d580437a-ad9d-547c-ac27-490f407bfc85
2026-03-26 12:19:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746718/general/2c2bbabf-2f5c-41bb-a0c0-2dcfdb977c67.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727049)
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252Fd2cd9899-14ce-4dcb-8139-ced869b3fc24.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/d2cd9899-14ce-4dcb-8139-ced869b3fc24.jpg not downloaded yet
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252Fef95aa5f-1060-43ed-aa2d-32f42fecac32.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/ef95aa5f-1060-43ed-aa2d-32f42fecac32.jpg not downloaded yet
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252Ffb81d97a-fbdc-471c-bb02-4b5f95e9f094.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/fb81d97a-fbdc-471c-bb02-4b5f95e9f094.jpg not downloaded yet
2026-03-26 12:19:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746643/general/91bf0f60-0e21-40b2-9f2e-db9734dec508.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726619)
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5fb90>
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252F2c2bbabf-2f5c-41bb-a0c0-2dcfdb977c67.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/2c2bbabf-2f5c-41bb-a0c0-2dcfdb977c67.jpg saved to cache
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d580437a-ad9d-547c-ac27-490f407bfc85
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fc1810>
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252F91bf0f60-0e21-40b2-9f2e-db9734dec508.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/91bf0f60-0e21-40b2-9f2e-db9734dec508.jpg saved to cache
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c777b207-4306-5be2-b227-d58aa29e724a
2026-03-26 12:19:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746643/general/fb81d97a-fbdc-471c-bb02-4b5f95e9f094.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726619)
2026-03-26 12:19:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746643/general/ef95aa5f-1060-43ed-aa2d-32f42fecac32.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726619)
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ef3c90>
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252Ffb81d97a-fbdc-471c-bb02-4b5f95e9f094.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/fb81d97a-fbdc-471c-bb02-4b5f95e9f094.jpg saved to cache
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c777b207-4306-5be2-b227-d58aa29e724a
2026-03-26 12:19:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746643/general/d2cd9899-14ce-4dcb-8139-ced869b3fc24.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726619)
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e847d0>
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252Fef95aa5f-1060-43ed-aa2d-32f42fecac32.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/ef95aa5f-1060-43ed-aa2d-32f42fecac32.jpg saved to cache
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c777b207-4306-5be2-b227-d58aa29e724a
2026-03-26 12:19:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746643/general/3ff63193-4172-4fe3-afaf-8fa3dcd99301.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726619)
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c175a10>
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252Fd2cd9899-14ce-4dcb-8139-ced869b3fc24.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/d2cd9899-14ce-4dcb-8139-ced869b3fc24.jpg saved to cache
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c777b207-4306-5be2-b227-d58aa29e724a
2026-03-26 12:19:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746643/general/819fd9e4-79a3-468a-99a1-41f6a2b86184.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726619)
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf63610>
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252F3ff63193-4172-4fe3-afaf-8fa3dcd99301.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/3ff63193-4172-4fe3-afaf-8fa3dcd99301.jpg saved to cache
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c777b207-4306-5be2-b227-d58aa29e724a
2026-03-26 12:19:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746643/general/b8440bdc-d742-4546-80f9-39e0e07bdf6c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726619)
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156eb8fd0>
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252F819fd9e4-79a3-468a-99a1-41f6a2b86184.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/819fd9e4-79a3-468a-99a1-41f6a2b86184.jpg saved to cache
2026-03-26 12:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c777b207-4306-5be2-b227-d58aa29e724a
2026-03-26 12:19:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746643/general/65f7e162-1804-4e63-bd8e-1e6fdefcc3c9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726619)
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f7a990>
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252Fb8440bdc-d742-4546-80f9-39e0e07bdf6c.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/b8440bdc-d742-4546-80f9-39e0e07bdf6c.jpg saved to cache
2026-03-26 12:19:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c777b207-4306-5be2-b227-d58aa29e724a
2026-03-26 12:19:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746643/general/5bfb8665-02e0-4a61-830e-34f5c2734136.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726619)
2026-03-26 12:19:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e84310>
2026-03-26 12:19:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252F65f7e162-1804-4e63-bd8e-1e6fdefcc3c9.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/65f7e162-1804-4e63-bd8e-1e6fdefcc3c9.jpg saved to cache
2026-03-26 12:19:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c777b207-4306-5be2-b227-d58aa29e724a
2026-03-26 12:19:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746643/general/3a4a557d-bb53-47e1-b3ae-0947bafd44db.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726619)
2026-03-26 12:19:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e03cd0>
2026-03-26 12:19:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252F5bfb8665-02e0-4a61-830e-34f5c2734136.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/5bfb8665-02e0-4a61-830e-34f5c2734136.jpg saved to cache
2026-03-26 12:19:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c777b207-4306-5be2-b227-d58aa29e724a
2026-03-26 12:19:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746718/general/58d44252-94ff-439f-8f95-7afc78d856dc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727049)
2026-03-26 12:19:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0c6c90>
2026-03-26 12:19:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746643%252Fgeneral%252F3a4a557d-bb53-47e1-b3ae-0947bafd44db.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746643/general/3a4a557d-bb53-47e1-b3ae-0947bafd44db.jpg saved to cache
2026-03-26 12:19:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c777b207-4306-5be2-b227-d58aa29e724a
2026-03-26 12:19:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c777b207-4306-5be2-b227-d58aa29e724a, skipping ID generation
2026-03-26 12:19:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c777b207-4306-5be2-b227-d58aa29e724a with scrape type 1
2026-03-26 12:19:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c777b207-4306-5be2-b227-d58aa29e724a sending to next pipeline
2026-03-26 12:19:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c777b207-4306-5be2-b227-d58aa29e724a, identifier: 10726619
2026-03-26 12:19:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c777b207-4306-5be2-b227-d58aa29e724a with identifier: 10726619
2026-03-26 12:19:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c777b207-4306-5be2-b227-d58aa29e724a with identifier: 10726619
2026-03-26 12:19:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c777b207-4306-5be2-b227-d58aa29e724a with identifier: 10726619 to the API
2026-03-26 12:19:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:19:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746643/general/3a4a557d-bb53-47e1-b3ae-0947bafd44db.jpg>
{'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-31T13:00:00Z',
'fuel_type': 'Electric',
'id': 'c777b207-4306-5be2-b227-d58aa29e724a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF1RCB00771156744',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726619',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Megane E-Tech',
'odometer': 19644,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165310,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746643/general/3a4a557d-bb53-47e1-b3ae-0947bafd44db.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126068,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746643/general/5bfb8665-02e0-4a61-830e-34f5c2734136.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169212,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746643/general/65f7e162-1804-4e63-bd8e-1e6fdefcc3c9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158008,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746643/general/b8440bdc-d742-4546-80f9-39e0e07bdf6c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118787,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746643/general/819fd9e4-79a3-468a-99a1-41f6a2b86184.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153685,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746643/general/3ff63193-4172-4fe3-afaf-8fa3dcd99301.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136988,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746643/general/91bf0f60-0e21-40b2-9f2e-db9734dec508.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144290,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746643/general/d2cd9899-14ce-4dcb-8139-ced869b3fc24.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156263,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746643/general/ef95aa5f-1060-43ed-aa2d-32f42fecac32.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c777b207-4306-5be2-b227-d58aa29e724a/c777b207-4306-5be2-b227-d58aa29e724a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158008,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746643/general/fb81d97a-fbdc-471c-bb02-4b5f95e9f094.jpg',
'Width': 1280}],
'price': 18300,
'price_includes_vat': True,
'registration_date': '2024-02-06',
'seats_number': 5,
'seller_name': 'MOBILITY CONCEPT',
'title': 'Renault Megane E-Tech Iconic - Electric - Automatic - 218 hp - '
'19.644 km',
'transmission': 'automatic',
'trim': 'Iconic',
'vin': None,
'year': 2024}
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726619%27 HTTP/1.1" 200 None
2026-03-26 12:19:24 [adesa.de] INFO: Saving data for 10726619: {'created_time': 1774527564.243947, 'last_price_update_time': 1774527564.243959, 'auction_closing_time': 1774962000.0}
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726619') HTTP/1.1" 204 0
2026-03-26 12:19:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726998> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:19:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746718/general/72657929-8f67-463d-9b00-c2f34e951a69.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727049)
2026-03-26 12:19:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e34290>
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252F58d44252-94ff-439f-8f95-7afc78d856dc.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/58d44252-94ff-439f-8f95-7afc78d856dc.jpg saved to cache
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d580437a-ad9d-547c-ac27-490f407bfc85
2026-03-26 12:19:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53416642-27cd-5c72-969f-c960d48317df with identifier: 10726998
2026-03-26 12:19:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53416642-27cd-5c72-969f-c960d48317df with scrape type 1
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 53416642-27cd-5c72-969f-c960d48317df
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252F854da4e0-fbf8-422c-8ad0-ae282e510226.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/854da4e0-fbf8-422c-8ad0-ae282e510226.jpg not downloaded yet
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252F992e0282-e21e-4e7c-a4ec-5846077075fc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/992e0282-e21e-4e7c-a4ec-5846077075fc.jpg not downloaded yet
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c197590>
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252F72657929-8f67-463d-9b00-c2f34e951a69.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/72657929-8f67-463d-9b00-c2f34e951a69.jpg saved to cache
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d580437a-ad9d-547c-ac27-490f407bfc85
2026-03-26 12:19:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746718/general/08d1f5e5-ad40-4214-95d3-7b8ea6a7dfc9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727049)
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252F7b7f8bcf-bf33-44ac-b624-55368ad951be.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/7b7f8bcf-bf33-44ac-b624-55368ad951be.jpg not downloaded yet
2026-03-26 12:19:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746718/general/c89cdf45-0c00-45e6-8cf4-255a3cb45dcc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727049)
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252F1a172869-6501-4eac-8299-880c2367acee.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/1a172869-6501-4eac-8299-880c2367acee.jpg not downloaded yet
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252Fbc68fa3c-b64d-4e8d-a55e-be5b73b3dfbd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/bc68fa3c-b64d-4e8d-a55e-be5b73b3dfbd.jpg not downloaded yet
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252Fea979cdd-1b14-4917-95b7-1aad3e8b4e5a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/ea979cdd-1b14-4917-95b7-1aad3e8b4e5a.jpg not downloaded yet
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252Fabee8ff0-c25a-40d0-918a-aaac263028a4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/abee8ff0-c25a-40d0-918a-aaac263028a4.jpg not downloaded yet
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252F41d876a1-52b1-424c-abf9-7c9d6e5b4216.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/41d876a1-52b1-424c-abf9-7c9d6e5b4216.jpg not downloaded yet
2026-03-26 12:19:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746708/general/7b7f8bcf-bf33-44ac-b624-55368ad951be.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726998)
2026-03-26 12:19:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746708/general/992e0282-e21e-4e7c-a4ec-5846077075fc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726998)
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252F8ae0093c-88f1-4a0c-867f-d99e67a2cdf8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/8ae0093c-88f1-4a0c-867f-d99e67a2cdf8.jpg not downloaded yet
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e03450>
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252F08d1f5e5-ad40-4214-95d3-7b8ea6a7dfc9.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/08d1f5e5-ad40-4214-95d3-7b8ea6a7dfc9.jpg saved to cache
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d580437a-ad9d-547c-ac27-490f407bfc85
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252F5ca11b9b-a70e-4ac7-ad8e-e1bf1c4c20ad.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/5ca11b9b-a70e-4ac7-ad8e-e1bf1c4c20ad.jpg not downloaded yet
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ebbad0>
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252Fc89cdf45-0c00-45e6-8cf4-255a3cb45dcc.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/c89cdf45-0c00-45e6-8cf4-255a3cb45dcc.jpg saved to cache
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d580437a-ad9d-547c-ac27-490f407bfc85
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf63b10>
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252F7b7f8bcf-bf33-44ac-b624-55368ad951be.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/7b7f8bcf-bf33-44ac-b624-55368ad951be.jpg saved to cache
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 53416642-27cd-5c72-969f-c960d48317df
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e89d0>
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252F992e0282-e21e-4e7c-a4ec-5846077075fc.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/992e0282-e21e-4e7c-a4ec-5846077075fc.jpg saved to cache
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 53416642-27cd-5c72-969f-c960d48317df
2026-03-26 12:19:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746708/general/41d876a1-52b1-424c-abf9-7c9d6e5b4216.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726998)
2026-03-26 12:19:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746708/general/abee8ff0-c25a-40d0-918a-aaac263028a4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726998)
2026-03-26 12:19:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746708/general/8ae0093c-88f1-4a0c-867f-d99e67a2cdf8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726998)
2026-03-26 12:19:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746708/general/5ca11b9b-a70e-4ac7-ad8e-e1bf1c4c20ad.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726998)
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d1b50>
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252F41d876a1-52b1-424c-abf9-7c9d6e5b4216.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/41d876a1-52b1-424c-abf9-7c9d6e5b4216.jpg saved to cache
2026-03-26 12:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 53416642-27cd-5c72-969f-c960d48317df
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e3b50>
2026-03-26 12:19:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252Fabee8ff0-c25a-40d0-918a-aaac263028a4.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/abee8ff0-c25a-40d0-918a-aaac263028a4.jpg saved to cache
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 53416642-27cd-5c72-969f-c960d48317df
2026-03-26 12:19:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746708/general/ea979cdd-1b14-4917-95b7-1aad3e8b4e5a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726998)
2026-03-26 12:19:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746708/general/bc68fa3c-b64d-4e8d-a55e-be5b73b3dfbd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726998)
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1bb910>
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252F8ae0093c-88f1-4a0c-867f-d99e67a2cdf8.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/8ae0093c-88f1-4a0c-867f-d99e67a2cdf8.jpg saved to cache
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 53416642-27cd-5c72-969f-c960d48317df
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e00810>
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252F5ca11b9b-a70e-4ac7-ad8e-e1bf1c4c20ad.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/5ca11b9b-a70e-4ac7-ad8e-e1bf1c4c20ad.jpg saved to cache
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 53416642-27cd-5c72-969f-c960d48317df
2026-03-26 12:19:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746708/general/1a172869-6501-4eac-8299-880c2367acee.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726998)
2026-03-26 12:19:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746708/general/854da4e0-fbf8-422c-8ad0-ae282e510226.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726998)
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0d1790>
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252Fea979cdd-1b14-4917-95b7-1aad3e8b4e5a.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/ea979cdd-1b14-4917-95b7-1aad3e8b4e5a.jpg saved to cache
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 53416642-27cd-5c72-969f-c960d48317df
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b9890>
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252Fbc68fa3c-b64d-4e8d-a55e-be5b73b3dfbd.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/bc68fa3c-b64d-4e8d-a55e-be5b73b3dfbd.jpg saved to cache
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 53416642-27cd-5c72-969f-c960d48317df
2026-03-26 12:19:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746718/general/abcfd32f-d4b3-4276-93e4-12875cc1b9bd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727049)
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c9790>
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252F1a172869-6501-4eac-8299-880c2367acee.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/1a172869-6501-4eac-8299-880c2367acee.jpg saved to cache
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 53416642-27cd-5c72-969f-c960d48317df
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c16c410>
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746708%252Fgeneral%252F854da4e0-fbf8-422c-8ad0-ae282e510226.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746708/general/854da4e0-fbf8-422c-8ad0-ae282e510226.jpg saved to cache
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 53416642-27cd-5c72-969f-c960d48317df
2026-03-26 12:19:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 53416642-27cd-5c72-969f-c960d48317df, skipping ID generation
2026-03-26 12:19:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53416642-27cd-5c72-969f-c960d48317df with scrape type 1
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 53416642-27cd-5c72-969f-c960d48317df sending to next pipeline
2026-03-26 12:19:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 53416642-27cd-5c72-969f-c960d48317df, identifier: 10726998
2026-03-26 12:19:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746718/general/fefe5886-b291-4ae4-8821-d29d0e2742d1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727049)
2026-03-26 12:19:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 53416642-27cd-5c72-969f-c960d48317df with identifier: 10726998
2026-03-26 12:19:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 53416642-27cd-5c72-969f-c960d48317df with identifier: 10726998
2026-03-26 12:19:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 53416642-27cd-5c72-969f-c960d48317df with identifier: 10726998 to the API
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:19:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746708/general/854da4e0-fbf8-422c-8ad0-ae282e510226.jpg>
{'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-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '53416642-27cd-5c72-969f-c960d48317df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF1RCB00371156871',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726998',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Megane E-Tech',
'odometer': 14680,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 20,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164985,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746708/general/854da4e0-fbf8-422c-8ad0-ae282e510226.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113507,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746708/general/992e0282-e21e-4e7c-a4ec-5846077075fc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161761,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746708/general/7b7f8bcf-bf33-44ac-b624-55368ad951be.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157272,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746708/general/1a172869-6501-4eac-8299-880c2367acee.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157092,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746708/general/bc68fa3c-b64d-4e8d-a55e-be5b73b3dfbd.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157952,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746708/general/ea979cdd-1b14-4917-95b7-1aad3e8b4e5a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102872,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746708/general/abee8ff0-c25a-40d0-918a-aaac263028a4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150646,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746708/general/41d876a1-52b1-424c-abf9-7c9d6e5b4216.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142845,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746708/general/8ae0093c-88f1-4a0c-867f-d99e67a2cdf8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53416642-27cd-5c72-969f-c960d48317df/53416642-27cd-5c72-969f-c960d48317df_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161846,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746708/general/5ca11b9b-a70e-4ac7-ad8e-e1bf1c4c20ad.jpg',
'Width': 1280}],
'price': 18400,
'price_includes_vat': True,
'registration_date': '2024-02-06',
'seats_number': 5,
'seller_name': 'MOBILITY CONCEPT',
'title': 'Renault Megane E-Tech Iconic - Electric - Automatic - 218 hp - '
'14.680 km',
'transmission': 'automatic',
'trim': 'Iconic',
'vin': None,
'year': 2024}
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726998%27 HTTP/1.1" 200 None
2026-03-26 12:19:25 [adesa.de] INFO: Saving data for 10726998: {'created_time': 1774527565.871392, 'last_price_update_time': 1774527565.871404, 'auction_closing_time': 1774962000.0}
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726998') HTTP/1.1" 204 0
2026-03-26 12:19:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746718/general/774f2bd0-5516-48ad-8fea-a59bee6eaaf3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727049)
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e510d0>
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252Fabcfd32f-d4b3-4276-93e4-12875cc1b9bd.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/abcfd32f-d4b3-4276-93e4-12875cc1b9bd.jpg saved to cache
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d580437a-ad9d-547c-ac27-490f407bfc85
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c176ad0>
2026-03-26 12:19:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252Ffefe5886-b291-4ae4-8821-d29d0e2742d1.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/fefe5886-b291-4ae4-8821-d29d0e2742d1.jpg saved to cache
2026-03-26 12:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d580437a-ad9d-547c-ac27-490f407bfc85
2026-03-26 12:19:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e86c50>
2026-03-26 12:19:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252F774f2bd0-5516-48ad-8fea-a59bee6eaaf3.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/774f2bd0-5516-48ad-8fea-a59bee6eaaf3.jpg saved to cache
2026-03-26 12:19:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d580437a-ad9d-547c-ac27-490f407bfc85
2026-03-26 12:19:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746718/general/a9b0cd6b-2f40-4b85-bc3b-ea7c10db3194.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727049)
2026-03-26 12:19:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f77410>
2026-03-26 12:19:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:19:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746718%252Fgeneral%252Fa9b0cd6b-2f40-4b85-bc3b-ea7c10db3194.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746718/general/a9b0cd6b-2f40-4b85-bc3b-ea7c10db3194.jpg saved to cache
2026-03-26 12:19:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d580437a-ad9d-547c-ac27-490f407bfc85
2026-03-26 12:19:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d580437a-ad9d-547c-ac27-490f407bfc85, skipping ID generation
2026-03-26 12:19:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d580437a-ad9d-547c-ac27-490f407bfc85 with scrape type 1
2026-03-26 12:19:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d580437a-ad9d-547c-ac27-490f407bfc85 sending to next pipeline
2026-03-26 12:19:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: d580437a-ad9d-547c-ac27-490f407bfc85, identifier: 10727049
2026-03-26 12:19:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: d580437a-ad9d-547c-ac27-490f407bfc85 with identifier: 10727049
2026-03-26 12:19:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: d580437a-ad9d-547c-ac27-490f407bfc85 with identifier: 10727049
2026-03-26 12:19:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: d580437a-ad9d-547c-ac27-490f407bfc85 with identifier: 10727049 to the API
2026-03-26 12:19:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:19: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 12:19:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746718/general/a9b0cd6b-2f40-4b85-bc3b-ea7c10db3194.jpg>
{'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-31T13:00:00Z',
'fuel_type': 'Electric',
'id': 'd580437a-ad9d-547c-ac27-490f407bfc85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF1RCB00971156745',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727049',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Megane E-Tech',
'odometer': 28383,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47030,
'Height': 363,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746718/general/a9b0cd6b-2f40-4b85-bc3b-ea7c10db3194.jpg',
'Width': 484},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171327,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746718/general/774f2bd0-5516-48ad-8fea-a59bee6eaaf3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110101,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746718/general/abcfd32f-d4b3-4276-93e4-12875cc1b9bd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178158,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746718/general/fefe5886-b291-4ae4-8821-d29d0e2742d1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97534,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746718/general/08d1f5e5-ad40-4214-95d3-7b8ea6a7dfc9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 163741,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746718/general/c89cdf45-0c00-45e6-8cf4-255a3cb45dcc.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140184,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746718/general/72657929-8f67-463d-9b00-c2f34e951a69.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155027,
'Height': 964,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746718/general/58d44252-94ff-439f-8f95-7afc78d856dc.jpg',
'Width': 1051},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43726,
'Height': 363,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746718/general/2c2bbabf-2f5c-41bb-a0c0-2dcfdb977c67.jpg',
'Width': 485},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d580437a-ad9d-547c-ac27-490f407bfc85/d580437a-ad9d-547c-ac27-490f407bfc85_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40877,
'Height': 363,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746718/general/2a619872-59e7-4399-9684-4a47b497d31e.jpg',
'Width': 485}],
'price': 18300,
'price_includes_vat': True,
'registration_date': '2024-02-01',
'seats_number': 5,
'seller_name': 'MOBILITY CONCEPT',
'title': 'Renault Megane E-Tech Iconic - Electric - Automatic - 218 hp - '
'28.383 km',
'transmission': 'automatic',
'trim': 'Iconic',
'vin': None,
'year': 2024}
2026-03-26 12:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727049%27 HTTP/1.1" 200 None
2026-03-26 12:19:26 [adesa.de] INFO: Saving data for 10727049: {'created_time': 1774527566.66916, 'last_price_update_time': 1774527566.669172, 'auction_closing_time': 1774962000.0}
2026-03-26 12:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727049') HTTP/1.1" 204 0
2026-03-26 12:19:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726557> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:19:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:19:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5adde7aa-75f0-5df1-b05a-73f13706293e with identifier: 10726557
2026-03-26 12:19:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5adde7aa-75f0-5df1-b05a-73f13706293e with scrape type 1
2026-03-26 12:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5adde7aa-75f0-5df1-b05a-73f13706293e
2026-03-26 12:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F44caafdd-ad6f-45be-b284-d4484bc92b03.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/44caafdd-ad6f-45be-b284-d4484bc92b03.jpg not downloaded yet
2026-03-26 12:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F21cc05ed-1d74-451b-bd4b-7aabe9ca6545.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/21cc05ed-1d74-451b-bd4b-7aabe9ca6545.jpg not downloaded yet
2026-03-26 12:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F3e047656-e516-459a-abc8-46541c0b09c7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/3e047656-e516-459a-abc8-46541c0b09c7.jpg not downloaded yet
2026-03-26 12:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252Ffe940514-f866-4007-9623-ba67288b7ae9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/fe940514-f866-4007-9623-ba67288b7ae9.jpg not downloaded yet
2026-03-26 12:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F85b4980a-bae4-4012-8c4b-c34d56e2d425.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/85b4980a-bae4-4012-8c4b-c34d56e2d425.jpg not downloaded yet
2026-03-26 12:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F6d4ad4e4-7b18-4075-97ad-e23b56961642.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/6d4ad4e4-7b18-4075-97ad-e23b56961642.jpg not downloaded yet
2026-03-26 12:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F4ac1e1d5-fb80-4b49-8740-4b5f72d70227.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/4ac1e1d5-fb80-4b49-8740-4b5f72d70227.jpg not downloaded yet
2026-03-26 12:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F5af0c3fb-2812-4433-b1fb-fc2d7d491676.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/5af0c3fb-2812-4433-b1fb-fc2d7d491676.jpg not downloaded yet
2026-03-26 12:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F3394ad02-3508-4622-bcf3-a36597edcb1e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/3394ad02-3508-4622-bcf3-a36597edcb1e.jpg not downloaded yet
2026-03-26 12:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F88dd590a-d7c2-41f6-8889-e7092ede1cf8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/88dd590a-d7c2-41f6-8889-e7092ede1cf8.jpg not downloaded yet
2026-03-26 12:19:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726555> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:19:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:19:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746584/general/88dd590a-d7c2-41f6-8889-e7092ede1cf8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726557)
2026-03-26 12:19:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7e3be1e-7c4f-5a30-894a-06a32534f399 with identifier: 10726555
2026-03-26 12:19:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7e3be1e-7c4f-5a30-894a-06a32534f399 with scrape type 1
2026-03-26 12:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a7e3be1e-7c4f-5a30-894a-06a32534f399
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252F64abb09e-ca4f-4eb9-a02e-c154962e5475.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/64abb09e-ca4f-4eb9-a02e-c154962e5475.jpg not downloaded yet
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252F4c84fa55-9320-4b2f-9fa6-509150470474.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/4c84fa55-9320-4b2f-9fa6-509150470474.jpg not downloaded yet
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252F037aa474-f96d-49f3-8e08-6d465a86ae23.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/037aa474-f96d-49f3-8e08-6d465a86ae23.jpg not downloaded yet
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252Fca4a78c0-66f8-4b17-9f92-ec67fab8beb8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/ca4a78c0-66f8-4b17-9f92-ec67fab8beb8.jpg not downloaded yet
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252F30259188-f807-4197-a12e-7c4b33981943.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/30259188-f807-4197-a12e-7c4b33981943.jpg not downloaded yet
2026-03-26 12:19:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fe3350>
2026-03-26 12:19:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F88dd590a-d7c2-41f6-8889-e7092ede1cf8.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/88dd590a-d7c2-41f6-8889-e7092ede1cf8.jpg saved to cache
2026-03-26 12:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5adde7aa-75f0-5df1-b05a-73f13706293e
2026-03-26 12:19:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746584/general/3394ad02-3508-4622-bcf3-a36597edcb1e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726557)
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252F6c402d76-d7e3-4e8e-b163-8e213b98d604.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/6c402d76-d7e3-4e8e-b163-8e213b98d604.jpg not downloaded yet
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252Ff31afff2-8571-4008-a116-b97e8e7335de.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/f31afff2-8571-4008-a116-b97e8e7335de.jpg not downloaded yet
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252F786e9c86-d21f-4160-a1b0-2f6744d1372f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/786e9c86-d21f-4160-a1b0-2f6744d1372f.jpg not downloaded yet
2026-03-26 12:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252F9cf2b972-aa17-4018-9194-50d18b051053.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/9cf2b972-aa17-4018-9194-50d18b051053.jpg not downloaded yet
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252F6af0e4d5-f226-4527-83b4-bac009f710e0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/6af0e4d5-f226-4527-83b4-bac009f710e0.jpg not downloaded yet
2026-03-26 12:19:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746581/general/30259188-f807-4197-a12e-7c4b33981943.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726555)
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09e9d0>
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F3394ad02-3508-4622-bcf3-a36597edcb1e.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/3394ad02-3508-4622-bcf3-a36597edcb1e.jpg saved to cache
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5adde7aa-75f0-5df1-b05a-73f13706293e
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fc1690>
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252F30259188-f807-4197-a12e-7c4b33981943.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/30259188-f807-4197-a12e-7c4b33981943.jpg saved to cache
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a7e3be1e-7c4f-5a30-894a-06a32534f399
2026-03-26 12:19:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746581/general/6af0e4d5-f226-4527-83b4-bac009f710e0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726555)
2026-03-26 12:19:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746581/general/9cf2b972-aa17-4018-9194-50d18b051053.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726555)
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b0310>
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252F6af0e4d5-f226-4527-83b4-bac009f710e0.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/6af0e4d5-f226-4527-83b4-bac009f710e0.jpg saved to cache
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a7e3be1e-7c4f-5a30-894a-06a32534f399
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b9690>
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252F9cf2b972-aa17-4018-9194-50d18b051053.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/9cf2b972-aa17-4018-9194-50d18b051053.jpg saved to cache
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a7e3be1e-7c4f-5a30-894a-06a32534f399
2026-03-26 12:19:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746581/general/786e9c86-d21f-4160-a1b0-2f6744d1372f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726555)
2026-03-26 12:19:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746581/general/f31afff2-8571-4008-a116-b97e8e7335de.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726555)
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09e390>
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252F786e9c86-d21f-4160-a1b0-2f6744d1372f.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/786e9c86-d21f-4160-a1b0-2f6744d1372f.jpg saved to cache
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a7e3be1e-7c4f-5a30-894a-06a32534f399
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09ecd0>
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252Ff31afff2-8571-4008-a116-b97e8e7335de.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/f31afff2-8571-4008-a116-b97e8e7335de.jpg saved to cache
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a7e3be1e-7c4f-5a30-894a-06a32534f399
2026-03-26 12:19:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746581/general/6c402d76-d7e3-4e8e-b163-8e213b98d604.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726555)
2026-03-26 12:19:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746581/general/ca4a78c0-66f8-4b17-9f92-ec67fab8beb8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726555)
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c194490>
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252F6c402d76-d7e3-4e8e-b163-8e213b98d604.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/6c402d76-d7e3-4e8e-b163-8e213b98d604.jpg saved to cache
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a7e3be1e-7c4f-5a30-894a-06a32534f399
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015653d850>
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252Fca4a78c0-66f8-4b17-9f92-ec67fab8beb8.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/ca4a78c0-66f8-4b17-9f92-ec67fab8beb8.jpg saved to cache
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a7e3be1e-7c4f-5a30-894a-06a32534f399
2026-03-26 12:19:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746581/general/037aa474-f96d-49f3-8e08-6d465a86ae23.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726555)
2026-03-26 12:19:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746581/general/4c84fa55-9320-4b2f-9fa6-509150470474.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726555)
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c175710>
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252F037aa474-f96d-49f3-8e08-6d465a86ae23.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/037aa474-f96d-49f3-8e08-6d465a86ae23.jpg saved to cache
2026-03-26 12:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a7e3be1e-7c4f-5a30-894a-06a32534f399
2026-03-26 12:19:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746581/general/64abb09e-ca4f-4eb9-a02e-c154962e5475.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726555)
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e03450>
2026-03-26 12:19:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252F4c84fa55-9320-4b2f-9fa6-509150470474.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/4c84fa55-9320-4b2f-9fa6-509150470474.jpg saved to cache
2026-03-26 12:19:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a7e3be1e-7c4f-5a30-894a-06a32534f399
2026-03-26 12:19:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746584/general/5af0c3fb-2812-4433-b1fb-fc2d7d491676.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726557)
2026-03-26 12:19:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e007d0>
2026-03-26 12:19:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746581%252Fgeneral%252F64abb09e-ca4f-4eb9-a02e-c154962e5475.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746581/general/64abb09e-ca4f-4eb9-a02e-c154962e5475.jpg saved to cache
2026-03-26 12:19:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a7e3be1e-7c4f-5a30-894a-06a32534f399
2026-03-26 12:19:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a7e3be1e-7c4f-5a30-894a-06a32534f399, skipping ID generation
2026-03-26 12:19:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7e3be1e-7c4f-5a30-894a-06a32534f399 with scrape type 1
2026-03-26 12:19:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a7e3be1e-7c4f-5a30-894a-06a32534f399 sending to next pipeline
2026-03-26 12:19:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: a7e3be1e-7c4f-5a30-894a-06a32534f399, identifier: 10726555
2026-03-26 12:19:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: a7e3be1e-7c4f-5a30-894a-06a32534f399 with identifier: 10726555
2026-03-26 12:19:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: a7e3be1e-7c4f-5a30-894a-06a32534f399 with identifier: 10726555
2026-03-26 12:19:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: a7e3be1e-7c4f-5a30-894a-06a32534f399 with identifier: 10726555 to the API
2026-03-26 12:19:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:19:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:19:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746581/general/64abb09e-ca4f-4eb9-a02e-c154962e5475.jpg>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 185,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'a7e3be1e-7c4f-5a30-894a-06a32534f399',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4650181',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726555',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Kia',
'model': 'Sportage',
'odometer': 39741,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 26,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112698,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746581/general/64abb09e-ca4f-4eb9-a02e-c154962e5475.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112478,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746581/general/4c84fa55-9320-4b2f-9fa6-509150470474.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114424,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746581/general/037aa474-f96d-49f3-8e08-6d465a86ae23.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157559,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746581/general/ca4a78c0-66f8-4b17-9f92-ec67fab8beb8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73851,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746581/general/30259188-f807-4197-a12e-7c4b33981943.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146864,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746581/general/6c402d76-d7e3-4e8e-b163-8e213b98d604.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86147,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746581/general/f31afff2-8571-4008-a116-b97e8e7335de.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126135,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746581/general/786e9c86-d21f-4160-a1b0-2f6744d1372f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71515,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746581/general/9cf2b972-aa17-4018-9194-50d18b051053.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7e3be1e-7c4f-5a30-894a-06a32534f399/a7e3be1e-7c4f-5a30-894a-06a32534f399_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146730,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746581/general/6af0e4d5-f226-4527-83b4-bac009f710e0.jpg',
'Width': 800}],
'price': 15600,
'price_includes_vat': True,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': 'MOBILITY CONCEPT',
'title': 'Kia Sportage 2.0 CRDi GT Line - AWD - Diesel - Automatic - 185 hp - '
'39.741 km',
'transmission': 'automatic',
'trim': 'GT Line',
'vin': None,
'year': 2021}
2026-03-26 12:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726555%27 HTTP/1.1" 200 None
2026-03-26 12:19:36 [adesa.de] INFO: Saving data for 10726555: {'created_time': 1774527576.772594, 'last_price_update_time': 1774527576.772607, 'auction_closing_time': 1774962000.0}
2026-03-26 12:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726555') HTTP/1.1" 204 0
2026-03-26 12:19:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746584/general/4ac1e1d5-fb80-4b49-8740-4b5f72d70227.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726557)
2026-03-26 12:19:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee06d0>
2026-03-26 12:19:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F5af0c3fb-2812-4433-b1fb-fc2d7d491676.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/5af0c3fb-2812-4433-b1fb-fc2d7d491676.jpg saved to cache
2026-03-26 12:19:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5adde7aa-75f0-5df1-b05a-73f13706293e
2026-03-26 12:19:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e34690>
2026-03-26 12:19:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F4ac1e1d5-fb80-4b49-8740-4b5f72d70227.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/4ac1e1d5-fb80-4b49-8740-4b5f72d70227.jpg saved to cache
2026-03-26 12:19:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5adde7aa-75f0-5df1-b05a-73f13706293e
2026-03-26 12:19:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746584/general/6d4ad4e4-7b18-4075-97ad-e23b56961642.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726557)
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c181850>
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F6d4ad4e4-7b18-4075-97ad-e23b56961642.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/6d4ad4e4-7b18-4075-97ad-e23b56961642.jpg saved to cache
2026-03-26 12:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5adde7aa-75f0-5df1-b05a-73f13706293e
2026-03-26 12:19:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746584/general/85b4980a-bae4-4012-8c4b-c34d56e2d425.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726557)
2026-03-26 12:19:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746584/general/fe940514-f866-4007-9623-ba67288b7ae9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726557)
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c16ccd0>
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F85b4980a-bae4-4012-8c4b-c34d56e2d425.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/85b4980a-bae4-4012-8c4b-c34d56e2d425.jpg saved to cache
2026-03-26 12:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5adde7aa-75f0-5df1-b05a-73f13706293e
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d0d50>
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252Ffe940514-f866-4007-9623-ba67288b7ae9.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/fe940514-f866-4007-9623-ba67288b7ae9.jpg saved to cache
2026-03-26 12:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5adde7aa-75f0-5df1-b05a-73f13706293e
2026-03-26 12:19:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746584/general/3e047656-e516-459a-abc8-46541c0b09c7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726557)
2026-03-26 12:19:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746584/general/21cc05ed-1d74-451b-bd4b-7aabe9ca6545.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726557)
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e03c10>
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F3e047656-e516-459a-abc8-46541c0b09c7.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/3e047656-e516-459a-abc8-46541c0b09c7.jpg saved to cache
2026-03-26 12:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5adde7aa-75f0-5df1-b05a-73f13706293e
2026-03-26 12:19:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746584/general/44caafdd-ad6f-45be-b284-d4484bc92b03.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726557)
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156eba0d0>
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F21cc05ed-1d74-451b-bd4b-7aabe9ca6545.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/21cc05ed-1d74-451b-bd4b-7aabe9ca6545.jpg saved to cache
2026-03-26 12:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5adde7aa-75f0-5df1-b05a-73f13706293e
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ea4d0>
2026-03-26 12:19:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746584%252Fgeneral%252F44caafdd-ad6f-45be-b284-d4484bc92b03.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746584/general/44caafdd-ad6f-45be-b284-d4484bc92b03.jpg saved to cache
2026-03-26 12:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5adde7aa-75f0-5df1-b05a-73f13706293e
2026-03-26 12:19:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5adde7aa-75f0-5df1-b05a-73f13706293e, skipping ID generation
2026-03-26 12:19:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5adde7aa-75f0-5df1-b05a-73f13706293e with scrape type 1
2026-03-26 12:19:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5adde7aa-75f0-5df1-b05a-73f13706293e sending to next pipeline
2026-03-26 12:19:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 5adde7aa-75f0-5df1-b05a-73f13706293e, identifier: 10726557
2026-03-26 12:19:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 5adde7aa-75f0-5df1-b05a-73f13706293e with identifier: 10726557
2026-03-26 12:19:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 5adde7aa-75f0-5df1-b05a-73f13706293e with identifier: 10726557
2026-03-26 12:19:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 5adde7aa-75f0-5df1-b05a-73f13706293e with identifier: 10726557 to the API
2026-03-26 12:19:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:19: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 12:19:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746584/general/44caafdd-ad6f-45be-b284-d4484bc92b03.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '5adde7aa-75f0-5df1-b05a-73f13706293e',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '6212767',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726557',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 22248,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118503,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746584/general/44caafdd-ad6f-45be-b284-d4484bc92b03.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110113,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746584/general/21cc05ed-1d74-451b-bd4b-7aabe9ca6545.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98519,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746584/general/3e047656-e516-459a-abc8-46541c0b09c7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91940,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746584/general/fe940514-f866-4007-9623-ba67288b7ae9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74166,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746584/general/85b4980a-bae4-4012-8c4b-c34d56e2d425.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76592,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746584/general/6d4ad4e4-7b18-4075-97ad-e23b56961642.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70692,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746584/general/4ac1e1d5-fb80-4b49-8740-4b5f72d70227.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103221,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746584/general/5af0c3fb-2812-4433-b1fb-fc2d7d491676.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39868,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746584/general/3394ad02-3508-4622-bcf3-a36597edcb1e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5adde7aa-75f0-5df1-b05a-73f13706293e/5adde7aa-75f0-5df1-b05a-73f13706293e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53044,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746584/general/88dd590a-d7c2-41f6-8889-e7092ede1cf8.jpg',
'Width': 800}],
'price': 19400,
'price_includes_vat': True,
'registration_date': '2025-02-01',
'seats_number': 5,
'seller_name': 'MOBILITY CONCEPT',
'title': 'Hyundai Tucson 1.6 T-GDI Prime - AWD - Petrol - Automatic - 160 hp '
'- 22.248 km',
'transmission': 'automatic',
'trim': 'Prime',
'vin': None,
'year': 2025}
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726557%27 HTTP/1.1" 200 None
2026-03-26 12:19:38 [adesa.de] INFO: Saving data for 10726557: {'created_time': 1774527578.205307, 'last_price_update_time': 1774527578.205318, 'auction_closing_time': 1774962000.0}
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726557') HTTP/1.1" 204 0
2026-03-26 12:19:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727918> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:19:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:19:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87252360-5825-5d51-a29a-efd46c829e7d with identifier: 10727918
2026-03-26 12:19:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87252360-5825-5d51-a29a-efd46c829e7d with scrape type 1
2026-03-26 12:19:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 87252360-5825-5d51-a29a-efd46c829e7d
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680863%252Fgeneral%252Fc9641ccd-3cd8-4f20-af88-d05c07a5162e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680863/general/c9641ccd-3cd8-4f20-af88-d05c07a5162e.jpg already downloaded
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680863%252Fgeneral%252Fe05fc7c2-5c75-4dc4-ab52-e380d288370d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680863/general/e05fc7c2-5c75-4dc4-ab52-e380d288370d.jpg already downloaded
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680863%252Fgeneral%252F60496559-1438-4c88-905b-c6d94a1a687b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680863/general/60496559-1438-4c88-905b-c6d94a1a687b.jpg already downloaded
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680863%252Fgeneral%252Ff09b1e59-e469-4faa-8ee8-8a5d520a2a6b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680863/general/f09b1e59-e469-4faa-8ee8-8a5d520a2a6b.jpg already downloaded
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680863%252Fgeneral%252Fe4ad4806-0190-4b14-888b-8070315e553a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680863/general/e4ad4806-0190-4b14-888b-8070315e553a.jpg already downloaded
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680863%252Fgeneral%252F1be867f7-5a04-4384-82d5-4437fe8f395e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680863/general/1be867f7-5a04-4384-82d5-4437fe8f395e.jpg already downloaded
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680863%252Fgeneral%252F85f3e3ee-0033-45e3-bdb8-1bee5624ce71.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680863/general/85f3e3ee-0033-45e3-bdb8-1bee5624ce71.jpg already downloaded
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680863%252Fgeneral%252Fd6408963-42cd-4aa2-8d61-009c9d1c84f7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680863/general/d6408963-42cd-4aa2-8d61-009c9d1c84f7.jpg already downloaded
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680863%252Fgeneral%252F3d2be8f4-fd50-4d96-832a-b412879bef0a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680863/general/3d2be8f4-fd50-4d96-832a-b412879bef0a.jpg already downloaded
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680863%252Fgeneral%252Ff6173409-8474-4a7b-a341-924fd2ec1f34.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680863/general/f6173409-8474-4a7b-a341-924fd2ec1f34.jpg already downloaded
2026-03-26 12:19:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 87252360-5825-5d51-a29a-efd46c829e7d, identifier: 10727918
2026-03-26 12:19:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 87252360-5825-5d51-a29a-efd46c829e7d with identifier: 10727918
2026-03-26 12:19:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 87252360-5825-5d51-a29a-efd46c829e7d with identifier: 10727918
2026-03-26 12:19:38 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 87252360-5825-5d51-a29a-efd46c829e7d with identifier: 10727918 to the API
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:19: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 12:19:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727918>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': 150,
'expiration_date': '2026-03-27T13:06:20Z',
'fuel_type': 'Hybrid',
'id': '87252360-5825-5d51-a29a-efd46c829e7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990923-2506810',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727918',
'listing': 'auction',
'location': 'Hessisch Lichtenau (Germany)',
'make': 'Opel',
'model': 'Astra',
'odometer': 60518,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 30,
'photo_urls': ['https://images.openlane.eu/carimgs/5680863/general/c9641ccd-3cd8-4f20-af88-d05c07a5162e.jpg',
'https://images.openlane.eu/carimgs/5680863/general/e05fc7c2-5c75-4dc4-ab52-e380d288370d.jpg',
'https://images.openlane.eu/carimgs/5680863/general/60496559-1438-4c88-905b-c6d94a1a687b.jpg',
'https://images.openlane.eu/carimgs/5680863/general/f09b1e59-e469-4faa-8ee8-8a5d520a2a6b.jpg',
'https://images.openlane.eu/carimgs/5680863/general/e4ad4806-0190-4b14-888b-8070315e553a.jpg',
'https://images.openlane.eu/carimgs/5680863/general/1be867f7-5a04-4384-82d5-4437fe8f395e.jpg',
'https://images.openlane.eu/carimgs/5680863/general/85f3e3ee-0033-45e3-bdb8-1bee5624ce71.jpg',
'https://images.openlane.eu/carimgs/5680863/general/d6408963-42cd-4aa2-8d61-009c9d1c84f7.jpg',
'https://images.openlane.eu/carimgs/5680863/general/3d2be8f4-fd50-4d96-832a-b412879bef0a.jpg',
'https://images.openlane.eu/carimgs/5680863/general/f6173409-8474-4a7b-a341-924fd2ec1f34.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87252360-5825-5d51-a29a-efd46c829e7d/87252360-5825-5d51-a29a-efd46c829e7d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118634,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680863/general/c9641ccd-3cd8-4f20-af88-d05c07a5162e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87252360-5825-5d51-a29a-efd46c829e7d/87252360-5825-5d51-a29a-efd46c829e7d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235312,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680863/general/e05fc7c2-5c75-4dc4-ab52-e380d288370d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87252360-5825-5d51-a29a-efd46c829e7d/87252360-5825-5d51-a29a-efd46c829e7d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247915,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680863/general/60496559-1438-4c88-905b-c6d94a1a687b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87252360-5825-5d51-a29a-efd46c829e7d/87252360-5825-5d51-a29a-efd46c829e7d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113548,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680863/general/f09b1e59-e469-4faa-8ee8-8a5d520a2a6b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87252360-5825-5d51-a29a-efd46c829e7d/87252360-5825-5d51-a29a-efd46c829e7d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221042,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680863/general/e4ad4806-0190-4b14-888b-8070315e553a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87252360-5825-5d51-a29a-efd46c829e7d/87252360-5825-5d51-a29a-efd46c829e7d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 208731,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680863/general/1be867f7-5a04-4384-82d5-4437fe8f395e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87252360-5825-5d51-a29a-efd46c829e7d/87252360-5825-5d51-a29a-efd46c829e7d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117286,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680863/general/85f3e3ee-0033-45e3-bdb8-1bee5624ce71.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87252360-5825-5d51-a29a-efd46c829e7d/87252360-5825-5d51-a29a-efd46c829e7d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238013,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680863/general/d6408963-42cd-4aa2-8d61-009c9d1c84f7.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87252360-5825-5d51-a29a-efd46c829e7d/87252360-5825-5d51-a29a-efd46c829e7d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 237804,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680863/general/3d2be8f4-fd50-4d96-832a-b412879bef0a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87252360-5825-5d51-a29a-efd46c829e7d/87252360-5825-5d51-a29a-efd46c829e7d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 251386,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680863/general/f6173409-8474-4a7b-a341-924fd2ec1f34.jpg',
'Width': 1280}],
'price': 12900,
'price_includes_vat': True,
'registration_date': '2022-11-17',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Astra Business Elegance - Hybrid - Automatic - 150 hp - 60.518 '
'km',
'transmission': 'automatic',
'trim': 'Business Elegance',
'vin': None,
'year': 2022}
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727918%27 HTTP/1.1" 200 None
2026-03-26 12:19:38 [adesa.de] INFO: Saving data for 10727918: {'created_time': 1774527578.906879, 'last_price_update_time': 1774527578.90689, 'auction_closing_time': 1774616780.0}
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727918') HTTP/1.1" 204 0
2026-03-26 12:19:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727149> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:19:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:19:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727882> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:19:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:19:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8890f1f7-8ae3-5387-84e8-721bc2f07b04 with identifier: 10727149
2026-03-26 12:19:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8890f1f7-8ae3-5387-84e8-721bc2f07b04 with scrape type 1
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8890f1f7-8ae3-5387-84e8-721bc2f07b04
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5638973%252Fgeneral%252Fd0123803-d2d6-4eda-8ca4-6418b51fd954.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5638973/general/d0123803-d2d6-4eda-8ca4-6418b51fd954.jpg already downloaded
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5638973%252Fgeneral%252Fe5d817db-74ca-450b-8152-261f79104745.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5638973/general/e5d817db-74ca-450b-8152-261f79104745.jpg already downloaded
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5638973%252Fgeneral%252Fa04c2a1b-ecf0-4a0f-bcbf-3657bef3c51b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5638973/general/a04c2a1b-ecf0-4a0f-bcbf-3657bef3c51b.jpg already downloaded
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5638973%252Fgeneral%252F3665c3b6-52e4-4969-acdb-3e67eefbb399.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5638973/general/3665c3b6-52e4-4969-acdb-3e67eefbb399.jpg already downloaded
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5638973%252Fgeneral%252F036bdf20-1489-4107-b58c-16d6093887a4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5638973/general/036bdf20-1489-4107-b58c-16d6093887a4.jpg already downloaded
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5638973%252Fgeneral%252Fe70371e6-e790-4904-ad31-4c59b071bd99.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5638973/general/e70371e6-e790-4904-ad31-4c59b071bd99.jpg already downloaded
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5638973%252Fgeneral%252F40d8c8f2-d5ed-4cfd-b66f-b89274118529.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5638973/general/40d8c8f2-d5ed-4cfd-b66f-b89274118529.jpg already downloaded
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5638973%252Fgeneral%252F51f8b155-5a5d-443c-9ae9-5a87700b3f74.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5638973/general/51f8b155-5a5d-443c-9ae9-5a87700b3f74.jpg already downloaded
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5638973%252Fgeneral%252Fe4e16953-21cf-4734-be39-dcadb5d61a46.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5638973/general/e4e16953-21cf-4734-be39-dcadb5d61a46.jpg already downloaded
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5638973%252Fgeneral%252F7a0400be-f5c2-4666-a46e-e6ee32eb66d5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5638973/general/7a0400be-f5c2-4666-a46e-e6ee32eb66d5.jpg already downloaded
2026-03-26 12:19:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 8890f1f7-8ae3-5387-84e8-721bc2f07b04, identifier: 10727149
2026-03-26 12:19:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 8890f1f7-8ae3-5387-84e8-721bc2f07b04 with identifier: 10727149
2026-03-26 12:19:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 8890f1f7-8ae3-5387-84e8-721bc2f07b04 with identifier: 10727149
2026-03-26 12:19:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 8890f1f7-8ae3-5387-84e8-721bc2f07b04 with identifier: 10727149 to the API
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:19:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727149>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 116,
'expiration_date': '2026-03-26T13:55:00Z',
'fuel_type': 'Diesel',
'id': '8890f1f7-8ae3-5387-84e8-721bc2f07b04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KÜN-HY-668',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727149',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'BMW',
'model': '2 Series',
'odometer': 119189,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 27,
'photo_urls': ['https://images.openlane.eu/carimgs/5638973/general/d0123803-d2d6-4eda-8ca4-6418b51fd954.jpg',
'https://images.openlane.eu/carimgs/5638973/general/e5d817db-74ca-450b-8152-261f79104745.jpg',
'https://images.openlane.eu/carimgs/5638973/general/a04c2a1b-ecf0-4a0f-bcbf-3657bef3c51b.jpg',
'https://images.openlane.eu/carimgs/5638973/general/3665c3b6-52e4-4969-acdb-3e67eefbb399.jpg',
'https://images.openlane.eu/carimgs/5638973/general/036bdf20-1489-4107-b58c-16d6093887a4.jpg',
'https://images.openlane.eu/carimgs/5638973/general/e70371e6-e790-4904-ad31-4c59b071bd99.jpg',
'https://images.openlane.eu/carimgs/5638973/general/40d8c8f2-d5ed-4cfd-b66f-b89274118529.jpg',
'https://images.openlane.eu/carimgs/5638973/general/51f8b155-5a5d-443c-9ae9-5a87700b3f74.jpg',
'https://images.openlane.eu/carimgs/5638973/general/e4e16953-21cf-4734-be39-dcadb5d61a46.jpg',
'https://images.openlane.eu/carimgs/5638973/general/7a0400be-f5c2-4666-a46e-e6ee32eb66d5.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8890f1f7-8ae3-5387-84e8-721bc2f07b04/8890f1f7-8ae3-5387-84e8-721bc2f07b04_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 390409,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5638973/general/d0123803-d2d6-4eda-8ca4-6418b51fd954.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8890f1f7-8ae3-5387-84e8-721bc2f07b04/8890f1f7-8ae3-5387-84e8-721bc2f07b04_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162959,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5638973/general/e5d817db-74ca-450b-8152-261f79104745.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8890f1f7-8ae3-5387-84e8-721bc2f07b04/8890f1f7-8ae3-5387-84e8-721bc2f07b04_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 376684,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5638973/general/a04c2a1b-ecf0-4a0f-bcbf-3657bef3c51b.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8890f1f7-8ae3-5387-84e8-721bc2f07b04/8890f1f7-8ae3-5387-84e8-721bc2f07b04_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 379754,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5638973/general/3665c3b6-52e4-4969-acdb-3e67eefbb399.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8890f1f7-8ae3-5387-84e8-721bc2f07b04/8890f1f7-8ae3-5387-84e8-721bc2f07b04_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 314549,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5638973/general/036bdf20-1489-4107-b58c-16d6093887a4.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8890f1f7-8ae3-5387-84e8-721bc2f07b04/8890f1f7-8ae3-5387-84e8-721bc2f07b04_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145288,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5638973/general/e70371e6-e790-4904-ad31-4c59b071bd99.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8890f1f7-8ae3-5387-84e8-721bc2f07b04/8890f1f7-8ae3-5387-84e8-721bc2f07b04_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 342438,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5638973/general/40d8c8f2-d5ed-4cfd-b66f-b89274118529.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8890f1f7-8ae3-5387-84e8-721bc2f07b04/8890f1f7-8ae3-5387-84e8-721bc2f07b04_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 528053,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5638973/general/51f8b155-5a5d-443c-9ae9-5a87700b3f74.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8890f1f7-8ae3-5387-84e8-721bc2f07b04/8890f1f7-8ae3-5387-84e8-721bc2f07b04_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 342686,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5638973/general/e4e16953-21cf-4734-be39-dcadb5d61a46.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8890f1f7-8ae3-5387-84e8-721bc2f07b04/8890f1f7-8ae3-5387-84e8-721bc2f07b04_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33680,
'Height': 300,
'OriginUrl': 'https://images.openlane.eu/carimgs/5638973/general/7a0400be-f5c2-4666-a46e-e6ee32eb66d5.jpg',
'Width': 400}],
'price': 12400,
'price_includes_vat': True,
'registration_date': '2023-01-02',
'seats_number': 5,
'seller_name': 'ALD AutoLeasing D GmbH',
'title': 'BMW 2 Series Gran Coupé 216d Advantage - Diesel - Automatic - 116 '
'hp - 119.189 km',
'transmission': 'automatic',
'trim': 'Advantage',
'vin': None,
'year': 2023}
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727149%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [adesa.de] INFO: Saving data for 10727149: {'created_time': 1774527580.68777, 'last_price_update_time': 1774527580.687781, 'auction_closing_time': 1774533300.0}
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727149') HTTP/1.1" 204 0
2026-03-26 12:19:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ce6d127-4e1d-5121-8250-96ac850e9eb9 with identifier: 10727882
2026-03-26 12:19:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ce6d127-4e1d-5121-8250-96ac850e9eb9 with scrape type 1
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3ce6d127-4e1d-5121-8250-96ac850e9eb9
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702419%252Fgeneral%252F077b93a8-0f3b-4b50-9845-34977c883da3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702419/general/077b93a8-0f3b-4b50-9845-34977c883da3.jpg already downloaded
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702419%252Fgeneral%252Fec8ad9a7-6b85-4016-a2f1-249909dd0334.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702419/general/ec8ad9a7-6b85-4016-a2f1-249909dd0334.jpg already downloaded
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702419%252Fgeneral%252F5d9b7114-8c73-4cbd-be21-53e228ee1f52.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702419/general/5d9b7114-8c73-4cbd-be21-53e228ee1f52.jpg already downloaded
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702419%252Fgeneral%252Fa6007228-58b6-4c15-af1f-71bcec818128.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702419/general/a6007228-58b6-4c15-af1f-71bcec818128.jpg already downloaded
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702419%252Fgeneral%252F865568d9-9e03-4af4-bced-5fcd2e672db1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702419/general/865568d9-9e03-4af4-bced-5fcd2e672db1.jpg already downloaded
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702419%252Fgeneral%252F8e2e2a9c-eff1-4b6c-9fd9-e945ae799b3e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702419/general/8e2e2a9c-eff1-4b6c-9fd9-e945ae799b3e.jpg not downloaded yet
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702419%252Fgeneral%252Fcf11f7b6-4648-449d-8687-5e08f238a9de.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702419/general/cf11f7b6-4648-449d-8687-5e08f238a9de.jpg already downloaded
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702419%252Fgeneral%252F7536f48e-42c3-4ab1-a1cb-71f8841857cc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702419/general/7536f48e-42c3-4ab1-a1cb-71f8841857cc.jpg not downloaded yet
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702419%252Fgeneral%252Fa4ebfddd-de47-45d2-af0a-2d6eefdbcdc5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702419/general/a4ebfddd-de47-45d2-af0a-2d6eefdbcdc5.jpg not downloaded yet
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702419%252Fgeneral%252F519e3847-f90d-49d9-8b3e-0d5eccf2e679.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702419/general/519e3847-f90d-49d9-8b3e-0d5eccf2e679.jpg already downloaded
2026-03-26 12:19:49 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.426(s), this was the 1st time calling it.
2026-03-26 12:19:49 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.462879909432026 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 12:19:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727895> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:19:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702419/general/a4ebfddd-de47-45d2-af0a-2d6eefdbcdc5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727882)
2026-03-26 12:19:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 612b7f70-a1d4-5dc7-a331-cf72b1b34842 with identifier: 10727895
2026-03-26 12:19:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 612b7f70-a1d4-5dc7-a331-cf72b1b34842 with scrape type 1
2026-03-26 12:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 612b7f70-a1d4-5dc7-a331-cf72b1b34842
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715259%252Fgeneral%252Fdd290430-833f-4741-bf4e-47b5c4d7e3e1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715259/general/dd290430-833f-4741-bf4e-47b5c4d7e3e1.jpg already downloaded
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715259%252Fgeneral%252F0b4480a8-0097-4262-be61-b88411995dc2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715259/general/0b4480a8-0097-4262-be61-b88411995dc2.jpg already downloaded
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715259%252Fgeneral%252F7a70d43d-1938-4b42-92d6-064516bdc772.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715259/general/7a70d43d-1938-4b42-92d6-064516bdc772.jpg already downloaded
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715259%252Fgeneral%252F62d24a80-5ea5-4cfa-bf84-4af3833e2825.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715259/general/62d24a80-5ea5-4cfa-bf84-4af3833e2825.jpg already downloaded
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715259%252Fgeneral%252F68ca1c0f-cc8a-4863-b44f-e44139b5652b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715259/general/68ca1c0f-cc8a-4863-b44f-e44139b5652b.jpg already downloaded
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715259%252Fgeneral%252F996163e9-8806-412a-9ada-13d66d2255ce.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715259/general/996163e9-8806-412a-9ada-13d66d2255ce.jpg already downloaded
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715259%252Fgeneral%252F35be0438-cee2-480f-8c86-d35e45069106.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715259/general/35be0438-cee2-480f-8c86-d35e45069106.jpg already downloaded
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715259%252Fgeneral%252F41a0d03b-4afa-4243-ad6c-78295178d4c4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715259/general/41a0d03b-4afa-4243-ad6c-78295178d4c4.jpg already downloaded
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715259%252Fgeneral%252F587a926b-1789-4c66-8117-35a40a30dcdf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715259/general/587a926b-1789-4c66-8117-35a40a30dcdf.jpg already downloaded
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715259%252Fgeneral%252Fd7e2a694-332c-485f-bdbd-08eb44ee8848.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715259/general/d7e2a694-332c-485f-bdbd-08eb44ee8848.jpg already downloaded
2026-03-26 12:19:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 612b7f70-a1d4-5dc7-a331-cf72b1b34842, identifier: 10727895
2026-03-26 12:19:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 612b7f70-a1d4-5dc7-a331-cf72b1b34842 with identifier: 10727895
2026-03-26 12:19:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 612b7f70-a1d4-5dc7-a331-cf72b1b34842 with identifier: 10727895
2026-03-26 12:19:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 612b7f70-a1d4-5dc7-a331-cf72b1b34842 with identifier: 10727895 to the API
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:19: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 12:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727895>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:22:20Z',
'fuel_type': 'Electric',
'id': '612b7f70-a1d4-5dc7-a331-cf72b1b34842',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990951-2521119',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727895',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Mokka',
'odometer': 93310,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 16,
'photo_urls': ['https://images.openlane.eu/carimgs/5715259/general/dd290430-833f-4741-bf4e-47b5c4d7e3e1.jpg',
'https://images.openlane.eu/carimgs/5715259/general/0b4480a8-0097-4262-be61-b88411995dc2.jpg',
'https://images.openlane.eu/carimgs/5715259/general/7a70d43d-1938-4b42-92d6-064516bdc772.jpg',
'https://images.openlane.eu/carimgs/5715259/general/62d24a80-5ea5-4cfa-bf84-4af3833e2825.jpg',
'https://images.openlane.eu/carimgs/5715259/general/68ca1c0f-cc8a-4863-b44f-e44139b5652b.jpg',
'https://images.openlane.eu/carimgs/5715259/general/996163e9-8806-412a-9ada-13d66d2255ce.jpg',
'https://images.openlane.eu/carimgs/5715259/general/35be0438-cee2-480f-8c86-d35e45069106.jpg',
'https://images.openlane.eu/carimgs/5715259/general/41a0d03b-4afa-4243-ad6c-78295178d4c4.jpg',
'https://images.openlane.eu/carimgs/5715259/general/587a926b-1789-4c66-8117-35a40a30dcdf.jpg',
'https://images.openlane.eu/carimgs/5715259/general/d7e2a694-332c-485f-bdbd-08eb44ee8848.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_612b7f70-a1d4-5dc7-a331-cf72b1b34842/612b7f70-a1d4-5dc7-a331-cf72b1b34842_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111928,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715259/general/dd290430-833f-4741-bf4e-47b5c4d7e3e1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_612b7f70-a1d4-5dc7-a331-cf72b1b34842/612b7f70-a1d4-5dc7-a331-cf72b1b34842_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216848,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715259/general/0b4480a8-0097-4262-be61-b88411995dc2.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_612b7f70-a1d4-5dc7-a331-cf72b1b34842/612b7f70-a1d4-5dc7-a331-cf72b1b34842_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88430,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715259/general/7a70d43d-1938-4b42-92d6-064516bdc772.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_612b7f70-a1d4-5dc7-a331-cf72b1b34842/612b7f70-a1d4-5dc7-a331-cf72b1b34842_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169503,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715259/general/68ca1c0f-cc8a-4863-b44f-e44139b5652b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_612b7f70-a1d4-5dc7-a331-cf72b1b34842/612b7f70-a1d4-5dc7-a331-cf72b1b34842_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168555,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715259/general/62d24a80-5ea5-4cfa-bf84-4af3833e2825.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_612b7f70-a1d4-5dc7-a331-cf72b1b34842/612b7f70-a1d4-5dc7-a331-cf72b1b34842_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102178,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715259/general/996163e9-8806-412a-9ada-13d66d2255ce.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_612b7f70-a1d4-5dc7-a331-cf72b1b34842/612b7f70-a1d4-5dc7-a331-cf72b1b34842_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222666,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715259/general/35be0438-cee2-480f-8c86-d35e45069106.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_612b7f70-a1d4-5dc7-a331-cf72b1b34842/612b7f70-a1d4-5dc7-a331-cf72b1b34842_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 192848,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715259/general/41a0d03b-4afa-4243-ad6c-78295178d4c4.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_612b7f70-a1d4-5dc7-a331-cf72b1b34842/612b7f70-a1d4-5dc7-a331-cf72b1b34842_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 195470,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715259/general/587a926b-1789-4c66-8117-35a40a30dcdf.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_612b7f70-a1d4-5dc7-a331-cf72b1b34842/612b7f70-a1d4-5dc7-a331-cf72b1b34842_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 210079,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715259/general/d7e2a694-332c-485f-bdbd-08eb44ee8848.jpg',
'Width': 1280}],
'price': 10100,
'price_includes_vat': True,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Mokka GS Line - Electric - Automatic - 136 hp - 93.310 km',
'transmission': 'automatic',
'trim': 'GS Line',
'vin': None,
'year': 2022}
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727895%27 HTTP/1.1" 200 None
2026-03-26 12:19:50 [adesa.de] INFO: Saving data for 10727895: {'created_time': 1774527590.826016, 'last_price_update_time': 1774527590.826027, 'auction_closing_time': 1774617740.0}
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727895') HTTP/1.1" 204 0
2026-03-26 12:19:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702419/general/7536f48e-42c3-4ab1-a1cb-71f8841857cc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727882)
2026-03-26 12:19:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156edffd0>
2026-03-26 12:19:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ce6d127-4e1d-5121-8250-96ac850e9eb9/3ce6d127-4e1d-5121-8250-96ac850e9eb9_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702419%252Fgeneral%252Fa4ebfddd-de47-45d2-af0a-2d6eefdbcdc5.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702419/general/a4ebfddd-de47-45d2-af0a-2d6eefdbcdc5.jpg saved to cache
2026-03-26 12:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3ce6d127-4e1d-5121-8250-96ac850e9eb9
2026-03-26 12:19:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ed17d0>
2026-03-26 12:19:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ce6d127-4e1d-5121-8250-96ac850e9eb9/3ce6d127-4e1d-5121-8250-96ac850e9eb9_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702419%252Fgeneral%252F7536f48e-42c3-4ab1-a1cb-71f8841857cc.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702419/general/7536f48e-42c3-4ab1-a1cb-71f8841857cc.jpg saved to cache
2026-03-26 12:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3ce6d127-4e1d-5121-8250-96ac850e9eb9
2026-03-26 12:19:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702419/general/8e2e2a9c-eff1-4b6c-9fd9-e945ae799b3e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727882)
2026-03-26 12:19:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:19:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0c6e90>
2026-03-26 12:19:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:19: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 12:19:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:19:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ce6d127-4e1d-5121-8250-96ac850e9eb9/3ce6d127-4e1d-5121-8250-96ac850e9eb9_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702419%252Fgeneral%252F8e2e2a9c-eff1-4b6c-9fd9-e945ae799b3e.jpg') HTTP/1.1" 204 0
2026-03-26 12:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702419/general/8e2e2a9c-eff1-4b6c-9fd9-e945ae799b3e.jpg saved to cache
2026-03-26 12:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3ce6d127-4e1d-5121-8250-96ac850e9eb9
2026-03-26 12:19:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3ce6d127-4e1d-5121-8250-96ac850e9eb9, skipping ID generation
2026-03-26 12:19:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ce6d127-4e1d-5121-8250-96ac850e9eb9 with scrape type 1
2026-03-26 12:19:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3ce6d127-4e1d-5121-8250-96ac850e9eb9 sending to next pipeline
2026-03-26 12:19:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 3ce6d127-4e1d-5121-8250-96ac850e9eb9, identifier: 10727882
2026-03-26 12:19:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 3ce6d127-4e1d-5121-8250-96ac850e9eb9 with identifier: 10727882
2026-03-26 12:19:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 3ce6d127-4e1d-5121-8250-96ac850e9eb9 with identifier: 10727882
2026-03-26 12:19:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 3ce6d127-4e1d-5121-8250-96ac850e9eb9 with identifier: 10727882 to the API
2026-03-26 12:19:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:19:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5702419/general/8e2e2a9c-eff1-4b6c-9fd9-e945ae799b3e.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.3L',
'engine_horse_power': 146,
'expiration_date': '2026-03-27T13:28:00Z',
'fuel_type': 'Diesel',
'id': '3ce6d127-4e1d-5121-8250-96ac850e9eb9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991037-2515374',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727882',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'Opel',
'model': 'Movano',
'odometer': 160613,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 80,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ce6d127-4e1d-5121-8250-96ac850e9eb9/3ce6d127-4e1d-5121-8250-96ac850e9eb9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166059,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702419/general/077b93a8-0f3b-4b50-9845-34977c883da3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ce6d127-4e1d-5121-8250-96ac850e9eb9/3ce6d127-4e1d-5121-8250-96ac850e9eb9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148759,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702419/general/ec8ad9a7-6b85-4016-a2f1-249909dd0334.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ce6d127-4e1d-5121-8250-96ac850e9eb9/3ce6d127-4e1d-5121-8250-96ac850e9eb9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157240,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702419/general/a6007228-58b6-4c15-af1f-71bcec818128.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ce6d127-4e1d-5121-8250-96ac850e9eb9/3ce6d127-4e1d-5121-8250-96ac850e9eb9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100083,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702419/general/865568d9-9e03-4af4-bced-5fcd2e672db1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ce6d127-4e1d-5121-8250-96ac850e9eb9/3ce6d127-4e1d-5121-8250-96ac850e9eb9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164067,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702419/general/8e2e2a9c-eff1-4b6c-9fd9-e945ae799b3e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ce6d127-4e1d-5121-8250-96ac850e9eb9/3ce6d127-4e1d-5121-8250-96ac850e9eb9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99650,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702419/general/cf11f7b6-4648-449d-8687-5e08f238a9de.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ce6d127-4e1d-5121-8250-96ac850e9eb9/3ce6d127-4e1d-5121-8250-96ac850e9eb9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159265,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702419/general/7536f48e-42c3-4ab1-a1cb-71f8841857cc.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ce6d127-4e1d-5121-8250-96ac850e9eb9/3ce6d127-4e1d-5121-8250-96ac850e9eb9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137170,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702419/general/519e3847-f90d-49d9-8b3e-0d5eccf2e679.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ce6d127-4e1d-5121-8250-96ac850e9eb9/3ce6d127-4e1d-5121-8250-96ac850e9eb9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103170,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702419/general/a4ebfddd-de47-45d2-af0a-2d6eefdbcdc5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ce6d127-4e1d-5121-8250-96ac850e9eb9/3ce6d127-4e1d-5121-8250-96ac850e9eb9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112147,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702419/general/5d9b7114-8c73-4cbd-be21-53e228ee1f52.jpg',
'Width': 800}],
'price': 7000,
'price_includes_vat': True,
'registration_date': '2019-09-06',
'seats_number': 3,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Movano 2.3 - Diesel - Manual - 146 hp - 160.613 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2019}
2026-03-26 12:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727882%27 HTTP/1.1" 200 None
2026-03-26 12:19:56 [adesa.de] INFO: Saving data for 10727882: {'created_time': 1774527596.603165, 'last_price_update_time': 1774527596.603176, 'auction_closing_time': 1774618080.0}
2026-03-26 12:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727882') HTTP/1.1" 204 0
2026-03-26 12:19:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:19:58 [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 12:19:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10725917
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725917%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10725917: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10725917 url https://www.openlane.eu/en/carv6/auction/10725917
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10725945
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725945%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10725945: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10725945 url https://www.openlane.eu/en/carv6/auction/10725945
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10726082
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726082%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10726082: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10726082 url https://www.openlane.eu/en/carv6/auction/10726082
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10728515
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728515%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10728515: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10728515 url https://www.openlane.eu/en/carv6/auction/10728515
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10726066
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726066%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10726066: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10726066 url https://www.openlane.eu/en/carv6/auction/10726066
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10726069
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726069%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10726069: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10726069 url https://www.openlane.eu/en/carv6/auction/10726069
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10726086
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726086%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10726086: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10726086 url https://www.openlane.eu/en/carv6/auction/10726086
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10725949
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725949%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10725949: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10725949 url https://www.openlane.eu/en/carv6/auction/10725949
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10725950
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725950%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10725950: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10725950 url https://www.openlane.eu/en/carv6/auction/10725950
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10728374
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728374%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10728374: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10728374 url https://www.openlane.eu/en/carv6/auction/10728374
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10728379
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728379%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10728379: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10728379 url https://www.openlane.eu/en/carv6/auction/10728379
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10725946
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725946%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10725946: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10725946 url https://www.openlane.eu/en/carv6/auction/10725946
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10725944
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725944%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10725944: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10725944 url https://www.openlane.eu/en/carv6/auction/10725944
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10726081
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726081%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10726081: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10726081 url https://www.openlane.eu/en/carv6/auction/10726081
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10726074
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726074%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10726074: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10726074 url https://www.openlane.eu/en/carv6/auction/10726074
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10728375
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728375%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10728375: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10728375 url https://www.openlane.eu/en/carv6/auction/10728375
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10728304
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728304%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10728304: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10728304 url https://www.openlane.eu/en/carv6/auction/10728304
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10728133
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728133%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10728133: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10728133 url https://www.openlane.eu/en/carv6/auction/10728133
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10728140
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728140%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10728140: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10728140 url https://www.openlane.eu/en/carv6/auction/10728140
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10728141
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728141%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10728141: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10728141 url https://www.openlane.eu/en/carv6/auction/10728141
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10728138
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728138%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10728138: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10728138 url https://www.openlane.eu/en/carv6/auction/10728138
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10728128
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728128%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10728128: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10728128 url https://www.openlane.eu/en/carv6/auction/10728128
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10728130
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728130%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10728130: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10728130 url https://www.openlane.eu/en/carv6/auction/10728130
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10728137
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728137%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10728137: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10728137 url https://www.openlane.eu/en/carv6/auction/10728137
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10728131
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728131%27 HTTP/1.1" 200 None
2026-03-26 12:19:58 [adesa.de] INFO: Scrape type for 10728131: 0
2026-03-26 12:19:58 [adesa.de] INFO: Skipping item 10728131 url https://www.openlane.eu/en/carv6/auction/10728131
2026-03-26 12:19:58 [adesa.de] INFO: Found listing with ID: 10728129
2026-03-26 12:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728129%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728129: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728129 url https://www.openlane.eu/en/carv6/auction/10728129
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728446
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728446%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728446: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728446 url https://www.openlane.eu/en/carv6/auction/10728446
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10725948
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725948%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10725948: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10725948 url https://www.openlane.eu/en/carv6/auction/10725948
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10725956
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725956%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10725956: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10725956 url https://www.openlane.eu/en/carv6/auction/10725956
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10726072
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726072%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10726072: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10726072 url https://www.openlane.eu/en/carv6/auction/10726072
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10726084
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726084%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10726084: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10726084 url https://www.openlane.eu/en/carv6/auction/10726084
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728144
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728144%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728144: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728144 url https://www.openlane.eu/en/carv6/auction/10728144
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728360
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728360%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728360: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728360 url https://www.openlane.eu/en/carv6/auction/10728360
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728399
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728399%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728399: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728399 url https://www.openlane.eu/en/carv6/auction/10728399
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728400
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728400%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728400: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728400 url https://www.openlane.eu/en/carv6/auction/10728400
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728401
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728401%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728401: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728401 url https://www.openlane.eu/en/carv6/auction/10728401
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728402
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728402%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728402: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728402 url https://www.openlane.eu/en/carv6/auction/10728402
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728390
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728390%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728390: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728390 url https://www.openlane.eu/en/carv6/auction/10728390
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728403
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728403%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728403: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728403 url https://www.openlane.eu/en/carv6/auction/10728403
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728382
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728382%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728382: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728382 url https://www.openlane.eu/en/carv6/auction/10728382
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728149
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728149%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728149: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728149 url https://www.openlane.eu/en/carv6/auction/10728149
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728148
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728148%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728148: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728148 url https://www.openlane.eu/en/carv6/auction/10728148
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728147
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728147%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728147: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728147 url https://www.openlane.eu/en/carv6/auction/10728147
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728142
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728142%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728142: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728142 url https://www.openlane.eu/en/carv6/auction/10728142
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728146
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728146%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728146: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728146 url https://www.openlane.eu/en/carv6/auction/10728146
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728143
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728143%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728143: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728143 url https://www.openlane.eu/en/carv6/auction/10728143
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728145
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728145%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728145: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728145 url https://www.openlane.eu/en/carv6/auction/10728145
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728570
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728570%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728570: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728570 url https://www.openlane.eu/en/carv6/auction/10728570
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728265
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728265%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728265: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728265 url https://www.openlane.eu/en/carv6/auction/10728265
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728181
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728181%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728181: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728181 url https://www.openlane.eu/en/carv6/auction/10728181
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728387
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728387%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728387: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728387 url https://www.openlane.eu/en/carv6/auction/10728387
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728182
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728182%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728182: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728182 url https://www.openlane.eu/en/carv6/auction/10728182
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728180
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728180%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728180: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728180 url https://www.openlane.eu/en/carv6/auction/10728180
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728354
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728354%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728354: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728354 url https://www.openlane.eu/en/carv6/auction/10728354
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728178
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728178%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728178: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728178 url https://www.openlane.eu/en/carv6/auction/10728178
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728383
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728383%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728383: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728383 url https://www.openlane.eu/en/carv6/auction/10728383
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728571
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728571%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728571: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728571 url https://www.openlane.eu/en/carv6/auction/10728571
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728177
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728177%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728177: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728177 url https://www.openlane.eu/en/carv6/auction/10728177
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728264
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728264%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728264: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728264 url https://www.openlane.eu/en/carv6/auction/10728264
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10725027
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725027%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10725027: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10725027 url https://www.openlane.eu/en/carv6/auction/10725027
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728445
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728445%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728445: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728445 url https://www.openlane.eu/en/carv6/auction/10728445
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728444
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728444%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728444: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728444 url https://www.openlane.eu/en/carv6/auction/10728444
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728152
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728152%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728152: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728152 url https://www.openlane.eu/en/carv6/auction/10728152
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728154
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728154%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728154: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728154 url https://www.openlane.eu/en/carv6/auction/10728154
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728151
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728151%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728151: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728151 url https://www.openlane.eu/en/carv6/auction/10728151
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728156
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728156%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728156: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728156 url https://www.openlane.eu/en/carv6/auction/10728156
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728155
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728155%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728155: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728155 url https://www.openlane.eu/en/carv6/auction/10728155
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728153
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728153%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728153: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728153 url https://www.openlane.eu/en/carv6/auction/10728153
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728214
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728214%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728214: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728214 url https://www.openlane.eu/en/carv6/auction/10728214
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728407
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728407%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728407: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728407 url https://www.openlane.eu/en/carv6/auction/10728407
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728410
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728410%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728410: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728410 url https://www.openlane.eu/en/carv6/auction/10728410
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728405
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728405%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728405: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728405 url https://www.openlane.eu/en/carv6/auction/10728405
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728313
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728313%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728313: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728313 url https://www.openlane.eu/en/carv6/auction/10728313
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728309
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728309%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728309: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728309 url https://www.openlane.eu/en/carv6/auction/10728309
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728308
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728308%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728308: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728308 url https://www.openlane.eu/en/carv6/auction/10728308
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728310
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728310%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728310: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728310 url https://www.openlane.eu/en/carv6/auction/10728310
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10725959
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725959%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10725959: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10725959 url https://www.openlane.eu/en/carv6/auction/10725959
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728408
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728408%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728408: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728408 url https://www.openlane.eu/en/carv6/auction/10728408
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728392
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728392%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728392: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728392 url https://www.openlane.eu/en/carv6/auction/10728392
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728327
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728327%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728327: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728327 url https://www.openlane.eu/en/carv6/auction/10728327
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728430
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728430%27 HTTP/1.1" 200 None
2026-03-26 12:19:59 [adesa.de] INFO: Scrape type for 10728430: 0
2026-03-26 12:19:59 [adesa.de] INFO: Skipping item 10728430 url https://www.openlane.eu/en/carv6/auction/10728430
2026-03-26 12:19:59 [adesa.de] INFO: Found listing with ID: 10728431
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728431%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728431: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728431 url https://www.openlane.eu/en/carv6/auction/10728431
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728391
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728391%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728391: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728391 url https://www.openlane.eu/en/carv6/auction/10728391
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728452
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728452%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728452: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728452 url https://www.openlane.eu/en/carv6/auction/10728452
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728455
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728455%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728455: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728455 url https://www.openlane.eu/en/carv6/auction/10728455
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728454
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728454%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728454: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728454 url https://www.openlane.eu/en/carv6/auction/10728454
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728453
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728453%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728453: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728453 url https://www.openlane.eu/en/carv6/auction/10728453
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728456
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728456%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728456: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728456 url https://www.openlane.eu/en/carv6/auction/10728456
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728457
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728457%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728457: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728457 url https://www.openlane.eu/en/carv6/auction/10728457
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728432
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728432%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728432: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728432 url https://www.openlane.eu/en/carv6/auction/10728432
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728438
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728438%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728438: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728438 url https://www.openlane.eu/en/carv6/auction/10728438
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728440
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728440%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728440: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728440 url https://www.openlane.eu/en/carv6/auction/10728440
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728441
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728441%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728441: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728441 url https://www.openlane.eu/en/carv6/auction/10728441
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728439
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728439%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728439: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728439 url https://www.openlane.eu/en/carv6/auction/10728439
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728380
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728380%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728380: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728380 url https://www.openlane.eu/en/carv6/auction/10728380
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728273
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728273%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728273: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728273 url https://www.openlane.eu/en/carv6/auction/10728273
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728352
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728352%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728352: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728352 url https://www.openlane.eu/en/carv6/auction/10728352
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728322
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728322%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728322: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728322 url https://www.openlane.eu/en/carv6/auction/10728322
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728448
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728448%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728448: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728448 url https://www.openlane.eu/en/carv6/auction/10728448
2026-03-26 12:20:00 [adesa.de] INFO: Found listing with ID: 10728124
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728124%27 HTTP/1.1" 200 None
2026-03-26 12:20:00 [adesa.de] INFO: Scrape type for 10728124: 0
2026-03-26 12:20:00 [adesa.de] INFO: Skipping item 10728124 url https://www.openlane.eu/en/carv6/auction/10728124
2026-03-26 12:20:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727816> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:20:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:20:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 135711f5-4478-51a4-a9e5-c9071ac68ea8 with identifier: 10727816
2026-03-26 12:20:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 135711f5-4478-51a4-a9e5-c9071ac68ea8 with scrape type 1
2026-03-26 12:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 135711f5-4478-51a4-a9e5-c9071ac68ea8
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734122%252Fgeneral%252F609ad52e-990d-441d-9997-32c111213fa0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734122/general/609ad52e-990d-441d-9997-32c111213fa0.jpg already downloaded
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734122%252Fgeneral%252Fac92e979-522d-4ebb-b8e4-5f64e51e328f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734122/general/ac92e979-522d-4ebb-b8e4-5f64e51e328f.jpg already downloaded
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734122%252Fgeneral%252F221ac8d0-b7bf-47a8-ade8-647a9f02434a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734122/general/221ac8d0-b7bf-47a8-ade8-647a9f02434a.jpg already downloaded
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734122%252Fgeneral%252Ffe90956d-0699-49ec-811b-8dc1233b2e5d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734122/general/fe90956d-0699-49ec-811b-8dc1233b2e5d.jpg already downloaded
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734122%252Fgeneral%252Fd79e5a1d-b98a-400f-aceb-89b724d0324e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734122/general/d79e5a1d-b98a-400f-aceb-89b724d0324e.jpg already downloaded
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734122%252Fgeneral%252Fdb0f58c0-4c63-4af9-a8f0-3f85dd0f096f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734122/general/db0f58c0-4c63-4af9-a8f0-3f85dd0f096f.jpg already downloaded
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734122%252Fgeneral%252Fdda56cd6-05a1-4935-bf1d-e024f2fe2971.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734122/general/dda56cd6-05a1-4935-bf1d-e024f2fe2971.jpg already downloaded
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734122%252Fgeneral%252F4821e513-e0f3-48d2-a913-d48c81b405db.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734122/general/4821e513-e0f3-48d2-a913-d48c81b405db.jpg already downloaded
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734122%252Fgeneral%252F9f17f02e-27a4-41bc-85db-296430ec9094.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734122/general/9f17f02e-27a4-41bc-85db-296430ec9094.jpg already downloaded
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5734122%252Fgeneral%252Fec1ee8aa-60dc-48ab-9c47-63f81f91178b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5734122/general/ec1ee8aa-60dc-48ab-9c47-63f81f91178b.jpg already downloaded
2026-03-26 12:20:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 135711f5-4478-51a4-a9e5-c9071ac68ea8, identifier: 10727816
2026-03-26 12:20:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 135711f5-4478-51a4-a9e5-c9071ac68ea8 with identifier: 10727816
2026-03-26 12:20:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 135711f5-4478-51a4-a9e5-c9071ac68ea8 with identifier: 10727816
2026-03-26 12:20:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 135711f5-4478-51a4-a9e5-c9071ac68ea8 with identifier: 10727816 to the API
2026-03-26 12:20:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:20:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727816>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.3L',
'engine_horse_power': 135,
'expiration_date': '2026-03-27T13:28:20Z',
'fuel_type': 'Diesel',
'id': '135711f5-4478-51a4-a9e5-c9071ac68ea8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990974-2528493',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727816',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Movano',
'odometer': 61313,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 13,
'photo_urls': ['https://images.openlane.eu/carimgs/5734122/general/609ad52e-990d-441d-9997-32c111213fa0.jpg',
'https://images.openlane.eu/carimgs/5734122/general/ac92e979-522d-4ebb-b8e4-5f64e51e328f.jpg',
'https://images.openlane.eu/carimgs/5734122/general/221ac8d0-b7bf-47a8-ade8-647a9f02434a.jpg',
'https://images.openlane.eu/carimgs/5734122/general/fe90956d-0699-49ec-811b-8dc1233b2e5d.jpg',
'https://images.openlane.eu/carimgs/5734122/general/d79e5a1d-b98a-400f-aceb-89b724d0324e.jpg',
'https://images.openlane.eu/carimgs/5734122/general/db0f58c0-4c63-4af9-a8f0-3f85dd0f096f.jpg',
'https://images.openlane.eu/carimgs/5734122/general/dda56cd6-05a1-4935-bf1d-e024f2fe2971.jpg',
'https://images.openlane.eu/carimgs/5734122/general/4821e513-e0f3-48d2-a913-d48c81b405db.jpg',
'https://images.openlane.eu/carimgs/5734122/general/9f17f02e-27a4-41bc-85db-296430ec9094.jpg',
'https://images.openlane.eu/carimgs/5734122/general/ec1ee8aa-60dc-48ab-9c47-63f81f91178b.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135711f5-4478-51a4-a9e5-c9071ac68ea8/135711f5-4478-51a4-a9e5-c9071ac68ea8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135110,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734122/general/609ad52e-990d-441d-9997-32c111213fa0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135711f5-4478-51a4-a9e5-c9071ac68ea8/135711f5-4478-51a4-a9e5-c9071ac68ea8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113150,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734122/general/ac92e979-522d-4ebb-b8e4-5f64e51e328f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135711f5-4478-51a4-a9e5-c9071ac68ea8/135711f5-4478-51a4-a9e5-c9071ac68ea8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111873,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734122/general/221ac8d0-b7bf-47a8-ade8-647a9f02434a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135711f5-4478-51a4-a9e5-c9071ac68ea8/135711f5-4478-51a4-a9e5-c9071ac68ea8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259017,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734122/general/fe90956d-0699-49ec-811b-8dc1233b2e5d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135711f5-4478-51a4-a9e5-c9071ac68ea8/135711f5-4478-51a4-a9e5-c9071ac68ea8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218759,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734122/general/d79e5a1d-b98a-400f-aceb-89b724d0324e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135711f5-4478-51a4-a9e5-c9071ac68ea8/135711f5-4478-51a4-a9e5-c9071ac68ea8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 249825,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734122/general/db0f58c0-4c63-4af9-a8f0-3f85dd0f096f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135711f5-4478-51a4-a9e5-c9071ac68ea8/135711f5-4478-51a4-a9e5-c9071ac68ea8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219654,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734122/general/dda56cd6-05a1-4935-bf1d-e024f2fe2971.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135711f5-4478-51a4-a9e5-c9071ac68ea8/135711f5-4478-51a4-a9e5-c9071ac68ea8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218704,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734122/general/4821e513-e0f3-48d2-a913-d48c81b405db.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135711f5-4478-51a4-a9e5-c9071ac68ea8/135711f5-4478-51a4-a9e5-c9071ac68ea8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258265,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734122/general/9f17f02e-27a4-41bc-85db-296430ec9094.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_135711f5-4478-51a4-a9e5-c9071ac68ea8/135711f5-4478-51a4-a9e5-c9071ac68ea8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172794,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5734122/general/ec1ee8aa-60dc-48ab-9c47-63f81f91178b.jpg',
'Width': 1280}],
'price': 13700,
'price_includes_vat': True,
'registration_date': '2021-01-18',
'seats_number': 6,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Movano 2.3 - Diesel - Manual - 135 hp - 61.313 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 12:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727816%27 HTTP/1.1" 200 None
2026-03-26 12:20:02 [adesa.de] INFO: Saving data for 10727816: {'created_time': 1774527602.121266, 'last_price_update_time': 1774527602.121282, 'auction_closing_time': 1774618100.0}
2026-03-26 12:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727816') HTTP/1.1" 204 0
2026-03-26 12:20:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727925> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:20:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8721821f-2c52-53ce-8626-fccedb18e61d with identifier: 10727925
2026-03-26 12:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8721821f-2c52-53ce-8626-fccedb18e61d with scrape type 1
2026-03-26 12:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 8721821f-2c52-53ce-8626-fccedb18e61d
2026-03-26 12:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680891%252Fgeneral%252F86a3d62d-32e4-486d-a9a0-86f3c30e9153.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680891/general/86a3d62d-32e4-486d-a9a0-86f3c30e9153.jpg already downloaded
2026-03-26 12:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680891%252Fgeneral%252Fba99b837-52fc-4ac7-849f-640b9a23b0aa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680891/general/ba99b837-52fc-4ac7-849f-640b9a23b0aa.jpg already downloaded
2026-03-26 12:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680891%252Fgeneral%252F8dbbe9ce-fdcd-4c2e-9d27-edcbb885fe8c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680891/general/8dbbe9ce-fdcd-4c2e-9d27-edcbb885fe8c.jpg already downloaded
2026-03-26 12:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680891%252Fgeneral%252Fd11a830a-7906-4324-9aaa-ecb76c53857d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680891/general/d11a830a-7906-4324-9aaa-ecb76c53857d.jpg already downloaded
2026-03-26 12:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680891%252Fgeneral%252F18d48f10-29a3-4934-a47b-6cc3d5e60843.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680891/general/18d48f10-29a3-4934-a47b-6cc3d5e60843.jpg already downloaded
2026-03-26 12:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680891%252Fgeneral%252F6c7de33e-e36a-45d7-b4d4-bf81b3a73325.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680891/general/6c7de33e-e36a-45d7-b4d4-bf81b3a73325.jpg already downloaded
2026-03-26 12:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680891%252Fgeneral%252F050f2f2e-e2f2-4080-aa76-186d55b1e73c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680891/general/050f2f2e-e2f2-4080-aa76-186d55b1e73c.jpg already downloaded
2026-03-26 12:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680891%252Fgeneral%252F543681e0-9fee-40f0-a4f9-4bac97ab1eaf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680891/general/543681e0-9fee-40f0-a4f9-4bac97ab1eaf.jpg already downloaded
2026-03-26 12:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680891%252Fgeneral%252F615d9c07-db0b-463a-8ba9-a442fcef7d65.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680891/general/615d9c07-db0b-463a-8ba9-a442fcef7d65.jpg already downloaded
2026-03-26 12:20:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 8721821f-2c52-53ce-8626-fccedb18e61d, identifier: 10727925
2026-03-26 12:20:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 8721821f-2c52-53ce-8626-fccedb18e61d with identifier: 10727925
2026-03-26 12:20:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 8721821f-2c52-53ce-8626-fccedb18e61d with identifier: 10727925
2026-03-26 12:20:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 8721821f-2c52-53ce-8626-fccedb18e61d with identifier: 10727925 to the API
2026-03-26 12:20:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:20:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727925>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:21:20Z',
'fuel_type': 'Electric',
'id': '8721821f-2c52-53ce-8626-fccedb18e61d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990966-2506886',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727925',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Mokka',
'odometer': 50530,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 9,
'photo_urls': ['https://images.openlane.eu/carimgs/5680891/general/86a3d62d-32e4-486d-a9a0-86f3c30e9153.jpg',
'https://images.openlane.eu/carimgs/5680891/general/ba99b837-52fc-4ac7-849f-640b9a23b0aa.jpg',
'https://images.openlane.eu/carimgs/5680891/general/8dbbe9ce-fdcd-4c2e-9d27-edcbb885fe8c.jpg',
'https://images.openlane.eu/carimgs/5680891/general/d11a830a-7906-4324-9aaa-ecb76c53857d.jpg',
'https://images.openlane.eu/carimgs/5680891/general/18d48f10-29a3-4934-a47b-6cc3d5e60843.jpg',
'https://images.openlane.eu/carimgs/5680891/general/6c7de33e-e36a-45d7-b4d4-bf81b3a73325.jpg',
'https://images.openlane.eu/carimgs/5680891/general/050f2f2e-e2f2-4080-aa76-186d55b1e73c.jpg',
'https://images.openlane.eu/carimgs/5680891/general/543681e0-9fee-40f0-a4f9-4bac97ab1eaf.jpg',
'https://images.openlane.eu/carimgs/5680891/general/615d9c07-db0b-463a-8ba9-a442fcef7d65.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8721821f-2c52-53ce-8626-fccedb18e61d/8721821f-2c52-53ce-8626-fccedb18e61d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96064,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680891/general/86a3d62d-32e4-486d-a9a0-86f3c30e9153.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8721821f-2c52-53ce-8626-fccedb18e61d/8721821f-2c52-53ce-8626-fccedb18e61d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95344,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680891/general/ba99b837-52fc-4ac7-849f-640b9a23b0aa.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8721821f-2c52-53ce-8626-fccedb18e61d/8721821f-2c52-53ce-8626-fccedb18e61d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234591,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680891/general/8dbbe9ce-fdcd-4c2e-9d27-edcbb885fe8c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8721821f-2c52-53ce-8626-fccedb18e61d/8721821f-2c52-53ce-8626-fccedb18e61d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 213516,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680891/general/d11a830a-7906-4324-9aaa-ecb76c53857d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8721821f-2c52-53ce-8626-fccedb18e61d/8721821f-2c52-53ce-8626-fccedb18e61d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120732,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680891/general/18d48f10-29a3-4934-a47b-6cc3d5e60843.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8721821f-2c52-53ce-8626-fccedb18e61d/8721821f-2c52-53ce-8626-fccedb18e61d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 203518,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680891/general/6c7de33e-e36a-45d7-b4d4-bf81b3a73325.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8721821f-2c52-53ce-8626-fccedb18e61d/8721821f-2c52-53ce-8626-fccedb18e61d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 202620,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680891/general/050f2f2e-e2f2-4080-aa76-186d55b1e73c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8721821f-2c52-53ce-8626-fccedb18e61d/8721821f-2c52-53ce-8626-fccedb18e61d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215540,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680891/general/543681e0-9fee-40f0-a4f9-4bac97ab1eaf.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8721821f-2c52-53ce-8626-fccedb18e61d/8721821f-2c52-53ce-8626-fccedb18e61d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219572,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680891/general/615d9c07-db0b-463a-8ba9-a442fcef7d65.jpg',
'Width': 1280}],
'price': 10500,
'price_includes_vat': True,
'registration_date': '2022-10-17',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Mokka Elegance - Electric - Automatic - 136 hp - 50.530 km',
'transmission': 'automatic',
'trim': 'Elegance',
'vin': None,
'year': 2022}
2026-03-26 12:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727925%27 HTTP/1.1" 200 None
2026-03-26 12:20:07 [adesa.de] INFO: Saving data for 10727925: {'created_time': 1774527607.497045, 'last_price_update_time': 1774527607.497056, 'auction_closing_time': 1774617680.0}
2026-03-26 12:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727925') HTTP/1.1" 204 0
2026-03-26 12:20:07 [scrapy.extensions.logstats] INFO: Crawled 72 pages (at 15 pages/min), scraped 64 items (at 13 items/min)
2026-03-26 12:20:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 164MiB
2026-03-26 12:20:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727822> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:20:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:20:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18f9f261-8fe3-5068-976a-ba7d4c292513 with identifier: 10727822
2026-03-26 12:20:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18f9f261-8fe3-5068-976a-ba7d4c292513 with scrape type 1
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 18f9f261-8fe3-5068-976a-ba7d4c292513
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715187%252Fgeneral%252F35f70b71-316b-497a-ba04-9200bd372c2b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715187/general/35f70b71-316b-497a-ba04-9200bd372c2b.jpg already downloaded
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715187%252Fgeneral%252F43b0c5fc-a6c4-49b6-9c12-b4b8f50aac43.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715187/general/43b0c5fc-a6c4-49b6-9c12-b4b8f50aac43.jpg already downloaded
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715187%252Fgeneral%252F5c82b76a-a084-4a67-8c4f-cb93a5f8d10c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715187/general/5c82b76a-a084-4a67-8c4f-cb93a5f8d10c.jpg already downloaded
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715187%252Fgeneral%252F202f96d4-f3a9-4838-af15-ba882c97e580.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715187/general/202f96d4-f3a9-4838-af15-ba882c97e580.jpg already downloaded
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715187%252Fgeneral%252Fe22b7ef9-8a3a-4dd4-9589-e0e1f6c753e9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715187/general/e22b7ef9-8a3a-4dd4-9589-e0e1f6c753e9.jpg not downloaded yet
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715187%252Fgeneral%252Ff23e8ea1-e125-4e55-85f4-7b76a0a775ae.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715187/general/f23e8ea1-e125-4e55-85f4-7b76a0a775ae.jpg already downloaded
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715187%252Fgeneral%252F57df4721-62ad-40b2-9ab0-4377bd1598f8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715187/general/57df4721-62ad-40b2-9ab0-4377bd1598f8.jpg already downloaded
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715187%252Fgeneral%252Fba231e31-f0b5-4f20-84fc-fe76ee88331b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715187/general/ba231e31-f0b5-4f20-84fc-fe76ee88331b.jpg already downloaded
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715187%252Fgeneral%252F377fefb1-ec26-4054-a462-0a90d9115446.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715187/general/377fefb1-ec26-4054-a462-0a90d9115446.jpg already downloaded
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715187%252Fgeneral%252F033dac13-4b79-4190-adaf-c973906d7c73.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715187/general/033dac13-4b79-4190-adaf-c973906d7c73.jpg already downloaded
2026-03-26 12:20:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727828> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:20:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:20:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad with identifier: 10727828
2026-03-26 12:20:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad with scrape type 1
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252F5001aaa7-8068-4da0-80f0-20ee998efa30.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/5001aaa7-8068-4da0-80f0-20ee998efa30.jpg not downloaded yet
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252F02badb5e-da5d-474e-94b2-2d8851a98985.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/02badb5e-da5d-474e-94b2-2d8851a98985.jpg not downloaded yet
2026-03-26 12:20:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5715187/general/e22b7ef9-8a3a-4dd4-9589-e0e1f6c753e9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727822)
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252F3d1e1554-5aa9-4979-a8cb-fd2c2b056a1f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/3d1e1554-5aa9-4979-a8cb-fd2c2b056a1f.jpg not downloaded yet
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252Fd273b5f1-7647-47cc-822e-f9b7588673f0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/d273b5f1-7647-47cc-822e-f9b7588673f0.jpg not downloaded yet
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252F0e554712-41d0-45d6-ba62-54543554988d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/0e554712-41d0-45d6-ba62-54543554988d.jpg not downloaded yet
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252F8b8e0054-e9f1-4185-92b5-29ef49a7ba19.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/8b8e0054-e9f1-4185-92b5-29ef49a7ba19.jpg not downloaded yet
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252Ffef1b1fe-4220-41d2-84ec-05a5c3147d96.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/fef1b1fe-4220-41d2-84ec-05a5c3147d96.jpg not downloaded yet
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252Fc669ba7d-ab1b-475f-bb3b-a29d1609eb64.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/c669ba7d-ab1b-475f-bb3b-a29d1609eb64.jpg not downloaded yet
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252F8737d67e-517d-4a8d-997e-5fe036cc2dd3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/8737d67e-517d-4a8d-997e-5fe036cc2dd3.jpg not downloaded yet
2026-03-26 12:20:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:20:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25b150>
2026-03-26 12:20:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:20: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 12:20:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_18f9f261-8fe3-5068-976a-ba7d4c292513/18f9f261-8fe3-5068-976a-ba7d4c292513_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715187%252Fgeneral%252Fe22b7ef9-8a3a-4dd4-9589-e0e1f6c753e9.jpg') HTTP/1.1" 204 0
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715187/general/e22b7ef9-8a3a-4dd4-9589-e0e1f6c753e9.jpg saved to cache
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 18f9f261-8fe3-5068-976a-ba7d4c292513
2026-03-26 12:20:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 18f9f261-8fe3-5068-976a-ba7d4c292513, skipping ID generation
2026-03-26 12:20:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18f9f261-8fe3-5068-976a-ba7d4c292513 with scrape type 1
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 18f9f261-8fe3-5068-976a-ba7d4c292513 sending to next pipeline
2026-03-26 12:20:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 18f9f261-8fe3-5068-976a-ba7d4c292513, identifier: 10727822
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252Fba77e113-fda1-4841-89e2-995070f06553.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/ba77e113-fda1-4841-89e2-995070f06553.jpg not downloaded yet
2026-03-26 12:20:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 18f9f261-8fe3-5068-976a-ba7d4c292513 with identifier: 10727822
2026-03-26 12:20:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 18f9f261-8fe3-5068-976a-ba7d4c292513 with identifier: 10727822
2026-03-26 12:20:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 18f9f261-8fe3-5068-976a-ba7d4c292513 with identifier: 10727822 to the API
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:20:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5715187/general/e22b7ef9-8a3a-4dd4-9589-e0e1f6c753e9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:22:00Z',
'fuel_type': 'Electric',
'id': '18f9f261-8fe3-5068-976a-ba7d4c292513',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991049-2523254',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727822',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Mokka',
'odometer': 31266,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18f9f261-8fe3-5068-976a-ba7d4c292513/18f9f261-8fe3-5068-976a-ba7d4c292513_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223747,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715187/general/35f70b71-316b-497a-ba04-9200bd372c2b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18f9f261-8fe3-5068-976a-ba7d4c292513/18f9f261-8fe3-5068-976a-ba7d4c292513_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224783,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715187/general/43b0c5fc-a6c4-49b6-9c12-b4b8f50aac43.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18f9f261-8fe3-5068-976a-ba7d4c292513/18f9f261-8fe3-5068-976a-ba7d4c292513_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206936,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715187/general/5c82b76a-a084-4a67-8c4f-cb93a5f8d10c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18f9f261-8fe3-5068-976a-ba7d4c292513/18f9f261-8fe3-5068-976a-ba7d4c292513_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 197052,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715187/general/202f96d4-f3a9-4838-af15-ba882c97e580.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18f9f261-8fe3-5068-976a-ba7d4c292513/18f9f261-8fe3-5068-976a-ba7d4c292513_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206915,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715187/general/e22b7ef9-8a3a-4dd4-9589-e0e1f6c753e9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18f9f261-8fe3-5068-976a-ba7d4c292513/18f9f261-8fe3-5068-976a-ba7d4c292513_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120412,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715187/general/f23e8ea1-e125-4e55-85f4-7b76a0a775ae.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18f9f261-8fe3-5068-976a-ba7d4c292513/18f9f261-8fe3-5068-976a-ba7d4c292513_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115203,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715187/general/57df4721-62ad-40b2-9ab0-4377bd1598f8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18f9f261-8fe3-5068-976a-ba7d4c292513/18f9f261-8fe3-5068-976a-ba7d4c292513_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104264,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715187/general/ba231e31-f0b5-4f20-84fc-fe76ee88331b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18f9f261-8fe3-5068-976a-ba7d4c292513/18f9f261-8fe3-5068-976a-ba7d4c292513_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263397,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715187/general/377fefb1-ec26-4054-a462-0a90d9115446.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_18f9f261-8fe3-5068-976a-ba7d4c292513/18f9f261-8fe3-5068-976a-ba7d4c292513_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217382,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715187/general/033dac13-4b79-4190-adaf-c973906d7c73.jpg',
'Width': 1280}],
'price': 10600,
'price_includes_vat': True,
'registration_date': '2022-10-28',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Mokka Elegance - Electric - Automatic - 136 hp - 31.266 km',
'transmission': 'automatic',
'trim': 'Elegance',
'vin': None,
'year': 2022}
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727822%27 HTTP/1.1" 200 None
2026-03-26 12:20:10 [adesa.de] INFO: Saving data for 10727822: {'created_time': 1774527610.049812, 'last_price_update_time': 1774527610.049823, 'auction_closing_time': 1774617720.0}
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727822') HTTP/1.1" 204 0
2026-03-26 12:20:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747233/general/02badb5e-da5d-474e-94b2-2d8851a98985.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727828)
2026-03-26 12:20:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727910> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:20:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:20:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747233/general/ba77e113-fda1-4841-89e2-995070f06553.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727828)
2026-03-26 12:20:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:20:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e3ed50>
2026-03-26 12:20:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:20: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 12:20:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252F02badb5e-da5d-474e-94b2-2d8851a98985.jpg') HTTP/1.1" 204 0
2026-03-26 12:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/02badb5e-da5d-474e-94b2-2d8851a98985.jpg saved to cache
2026-03-26 12:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad
2026-03-26 12:20:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747233/general/8737d67e-517d-4a8d-997e-5fe036cc2dd3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727828)
2026-03-26 12:20:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747233/general/c669ba7d-ab1b-475f-bb3b-a29d1609eb64.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727828)
2026-03-26 12:20:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727865> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:20:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:20:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 109ca040-f75e-5ad9-9861-bd1f0ca1ddc0 with identifier: 10727910
2026-03-26 12:20:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 109ca040-f75e-5ad9-9861-bd1f0ca1ddc0 with scrape type 1
2026-03-26 12:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 109ca040-f75e-5ad9-9861-bd1f0ca1ddc0
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715268%252Fgeneral%252F2c7fd9c7-dc14-480e-b378-e3103667b706.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715268/general/2c7fd9c7-dc14-480e-b378-e3103667b706.jpg already downloaded
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715268%252Fgeneral%252Fa98b779c-782d-40ea-8902-6dc4f34abf97.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715268/general/a98b779c-782d-40ea-8902-6dc4f34abf97.jpg already downloaded
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715268%252Fgeneral%252F6d1fd1ea-838d-4bc9-8a1b-8071046cadcb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715268/general/6d1fd1ea-838d-4bc9-8a1b-8071046cadcb.jpg already downloaded
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715268%252Fgeneral%252F2d70b2bb-4869-4d8e-8479-3c708618371b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715268/general/2d70b2bb-4869-4d8e-8479-3c708618371b.jpg already downloaded
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715268%252Fgeneral%252Fcef50125-3af2-455a-ae95-97eb772a3049.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715268/general/cef50125-3af2-455a-ae95-97eb772a3049.jpg already downloaded
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715268%252Fgeneral%252F8868d168-ecf2-4c7f-9767-37e43dece9ae.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715268/general/8868d168-ecf2-4c7f-9767-37e43dece9ae.jpg already downloaded
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715268%252Fgeneral%252F4ef70210-be26-494b-a4ab-85bc909a9473.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715268/general/4ef70210-be26-494b-a4ab-85bc909a9473.jpg already downloaded
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715268%252Fgeneral%252Fd50f6543-510c-4d59-afe3-365de47837be.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715268/general/d50f6543-510c-4d59-afe3-365de47837be.jpg already downloaded
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715268%252Fgeneral%252Fd62debf4-1c03-404b-b118-e6de51d1a469.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715268/general/d62debf4-1c03-404b-b118-e6de51d1a469.jpg already downloaded
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715268%252Fgeneral%252F3f313c9a-89b5-4485-81ae-e9bd461e4f6b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715268/general/3f313c9a-89b5-4485-81ae-e9bd461e4f6b.jpg already downloaded
2026-03-26 12:20:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 109ca040-f75e-5ad9-9861-bd1f0ca1ddc0, identifier: 10727910
2026-03-26 12:20:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 109ca040-f75e-5ad9-9861-bd1f0ca1ddc0 with identifier: 10727910
2026-03-26 12:20:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 109ca040-f75e-5ad9-9861-bd1f0ca1ddc0 with identifier: 10727910
2026-03-26 12:20:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 109ca040-f75e-5ad9-9861-bd1f0ca1ddc0 with identifier: 10727910 to the API
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727910>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:21:40Z',
'fuel_type': 'Electric',
'id': '109ca040-f75e-5ad9-9861-bd1f0ca1ddc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991011-2523252',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727910',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Mokka',
'odometer': 12773,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 16,
'photo_urls': ['https://images.openlane.eu/carimgs/5715268/general/2c7fd9c7-dc14-480e-b378-e3103667b706.jpg',
'https://images.openlane.eu/carimgs/5715268/general/a98b779c-782d-40ea-8902-6dc4f34abf97.jpg',
'https://images.openlane.eu/carimgs/5715268/general/6d1fd1ea-838d-4bc9-8a1b-8071046cadcb.jpg',
'https://images.openlane.eu/carimgs/5715268/general/2d70b2bb-4869-4d8e-8479-3c708618371b.jpg',
'https://images.openlane.eu/carimgs/5715268/general/cef50125-3af2-455a-ae95-97eb772a3049.jpg',
'https://images.openlane.eu/carimgs/5715268/general/8868d168-ecf2-4c7f-9767-37e43dece9ae.jpg',
'https://images.openlane.eu/carimgs/5715268/general/4ef70210-be26-494b-a4ab-85bc909a9473.jpg',
'https://images.openlane.eu/carimgs/5715268/general/d50f6543-510c-4d59-afe3-365de47837be.jpg',
'https://images.openlane.eu/carimgs/5715268/general/d62debf4-1c03-404b-b118-e6de51d1a469.jpg',
'https://images.openlane.eu/carimgs/5715268/general/3f313c9a-89b5-4485-81ae-e9bd461e4f6b.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_109ca040-f75e-5ad9-9861-bd1f0ca1ddc0/109ca040-f75e-5ad9-9861-bd1f0ca1ddc0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224511,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715268/general/2c7fd9c7-dc14-480e-b378-e3103667b706.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_109ca040-f75e-5ad9-9861-bd1f0ca1ddc0/109ca040-f75e-5ad9-9861-bd1f0ca1ddc0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239017,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715268/general/a98b779c-782d-40ea-8902-6dc4f34abf97.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_109ca040-f75e-5ad9-9861-bd1f0ca1ddc0/109ca040-f75e-5ad9-9861-bd1f0ca1ddc0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 316296,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715268/general/6d1fd1ea-838d-4bc9-8a1b-8071046cadcb.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_109ca040-f75e-5ad9-9861-bd1f0ca1ddc0/109ca040-f75e-5ad9-9861-bd1f0ca1ddc0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223376,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715268/general/2d70b2bb-4869-4d8e-8479-3c708618371b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_109ca040-f75e-5ad9-9861-bd1f0ca1ddc0/109ca040-f75e-5ad9-9861-bd1f0ca1ddc0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222105,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715268/general/3f313c9a-89b5-4485-81ae-e9bd461e4f6b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_109ca040-f75e-5ad9-9861-bd1f0ca1ddc0/109ca040-f75e-5ad9-9861-bd1f0ca1ddc0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162892,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715268/general/cef50125-3af2-455a-ae95-97eb772a3049.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_109ca040-f75e-5ad9-9861-bd1f0ca1ddc0/109ca040-f75e-5ad9-9861-bd1f0ca1ddc0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 264458,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715268/general/8868d168-ecf2-4c7f-9767-37e43dece9ae.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_109ca040-f75e-5ad9-9861-bd1f0ca1ddc0/109ca040-f75e-5ad9-9861-bd1f0ca1ddc0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119150,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715268/general/4ef70210-be26-494b-a4ab-85bc909a9473.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_109ca040-f75e-5ad9-9861-bd1f0ca1ddc0/109ca040-f75e-5ad9-9861-bd1f0ca1ddc0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124368,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715268/general/d50f6543-510c-4d59-afe3-365de47837be.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_109ca040-f75e-5ad9-9861-bd1f0ca1ddc0/109ca040-f75e-5ad9-9861-bd1f0ca1ddc0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107401,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715268/general/d62debf4-1c03-404b-b118-e6de51d1a469.jpg',
'Width': 800}],
'price': 11400,
'price_includes_vat': True,
'registration_date': '2022-10-28',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Mokka Elegance - Electric - Automatic - 136 hp - 12.773 km',
'transmission': 'automatic',
'trim': 'Elegance',
'vin': None,
'year': 2022}
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727910%27 HTTP/1.1" 200 None
2026-03-26 12:20:10 [adesa.de] INFO: Saving data for 10727910: {'created_time': 1774527610.855756, 'last_price_update_time': 1774527610.855768, 'auction_closing_time': 1774617700.0}
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727910') HTTP/1.1" 204 0
2026-03-26 12:20:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:20:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0cc4d0>
2026-03-26 12:20:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:20: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 12:20:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252Fba77e113-fda1-4841-89e2-995070f06553.jpg') HTTP/1.1" 204 0
2026-03-26 12:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/ba77e113-fda1-4841-89e2-995070f06553.jpg saved to cache
2026-03-26 12:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad
2026-03-26 12:20:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:20:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c098d10>
2026-03-26 12:20:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:20: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 12:20:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252F8737d67e-517d-4a8d-997e-5fe036cc2dd3.jpg') HTTP/1.1" 204 0
2026-03-26 12:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/8737d67e-517d-4a8d-997e-5fe036cc2dd3.jpg saved to cache
2026-03-26 12:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad
2026-03-26 12:20:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:20:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0d1090>
2026-03-26 12:20:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:20: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 12:20:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252Fc669ba7d-ab1b-475f-bb3b-a29d1609eb64.jpg') HTTP/1.1" 204 0
2026-03-26 12:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/c669ba7d-ab1b-475f-bb3b-a29d1609eb64.jpg saved to cache
2026-03-26 12:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad
2026-03-26 12:20:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 990e603a-a0d0-5606-b036-39f0244d0b0e with identifier: 10727865
2026-03-26 12:20:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 990e603a-a0d0-5606-b036-39f0244d0b0e with scrape type 1
2026-03-26 12:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 990e603a-a0d0-5606-b036-39f0244d0b0e
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702384%252Fgeneral%252F4080ff7e-0b15-4b9c-8db0-95216b24252a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702384/general/4080ff7e-0b15-4b9c-8db0-95216b24252a.jpg already downloaded
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702384%252Fgeneral%252Fd0673248-4f09-4028-a893-06b8fd086e87.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702384/general/d0673248-4f09-4028-a893-06b8fd086e87.jpg already downloaded
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702384%252Fgeneral%252Fa6668075-3b65-41de-8cc7-ab7e7f6f385a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702384/general/a6668075-3b65-41de-8cc7-ab7e7f6f385a.jpg already downloaded
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702384%252Fgeneral%252F5e142cae-0879-4f2d-808f-a9dab78a06d5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702384/general/5e142cae-0879-4f2d-808f-a9dab78a06d5.jpg already downloaded
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702384%252Fgeneral%252F26e9bf6a-9ae9-48cc-9c64-ab4e67f47d53.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702384/general/26e9bf6a-9ae9-48cc-9c64-ab4e67f47d53.jpg already downloaded
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702384%252Fgeneral%252F67db473b-0004-47d3-8961-a6991ce52695.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702384/general/67db473b-0004-47d3-8961-a6991ce52695.jpg already downloaded
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702384%252Fgeneral%252F6e5a7660-b4f6-43e5-9f15-7e5a96bbb99a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702384/general/6e5a7660-b4f6-43e5-9f15-7e5a96bbb99a.jpg already downloaded
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702384%252Fgeneral%252F9183f220-90d8-4f39-99d0-2fe775115fc5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702384/general/9183f220-90d8-4f39-99d0-2fe775115fc5.jpg already downloaded
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702384%252Fgeneral%252F9e2ad472-e49c-4327-adc7-67a405fa014d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702384/general/9e2ad472-e49c-4327-adc7-67a405fa014d.jpg already downloaded
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702384%252Fgeneral%252Fbd7ce529-410c-4bc2-818f-c7ffdd5a16c2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702384/general/bd7ce529-410c-4bc2-818f-c7ffdd5a16c2.jpg already downloaded
2026-03-26 12:20:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 990e603a-a0d0-5606-b036-39f0244d0b0e, identifier: 10727865
2026-03-26 12:20:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747233/general/fef1b1fe-4220-41d2-84ec-05a5c3147d96.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727828)
2026-03-26 12:20:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 990e603a-a0d0-5606-b036-39f0244d0b0e with identifier: 10727865
2026-03-26 12:20:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 990e603a-a0d0-5606-b036-39f0244d0b0e with identifier: 10727865
2026-03-26 12:20:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 990e603a-a0d0-5606-b036-39f0244d0b0e with identifier: 10727865 to the API
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:20:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:20:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727865>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 110,
'expiration_date': '2026-03-27T13:11:20Z',
'fuel_type': 'Diesel',
'id': '990e603a-a0d0-5606-b036-39f0244d0b0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990926-2518310',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727865',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Mokka',
'odometer': 72192,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 13,
'photo_urls': ['https://images.openlane.eu/carimgs/5702384/general/4080ff7e-0b15-4b9c-8db0-95216b24252a.jpg',
'https://images.openlane.eu/carimgs/5702384/general/d0673248-4f09-4028-a893-06b8fd086e87.jpg',
'https://images.openlane.eu/carimgs/5702384/general/a6668075-3b65-41de-8cc7-ab7e7f6f385a.jpg',
'https://images.openlane.eu/carimgs/5702384/general/5e142cae-0879-4f2d-808f-a9dab78a06d5.jpg',
'https://images.openlane.eu/carimgs/5702384/general/26e9bf6a-9ae9-48cc-9c64-ab4e67f47d53.jpg',
'https://images.openlane.eu/carimgs/5702384/general/67db473b-0004-47d3-8961-a6991ce52695.jpg',
'https://images.openlane.eu/carimgs/5702384/general/6e5a7660-b4f6-43e5-9f15-7e5a96bbb99a.jpg',
'https://images.openlane.eu/carimgs/5702384/general/9183f220-90d8-4f39-99d0-2fe775115fc5.jpg',
'https://images.openlane.eu/carimgs/5702384/general/9e2ad472-e49c-4327-adc7-67a405fa014d.jpg',
'https://images.openlane.eu/carimgs/5702384/general/bd7ce529-410c-4bc2-818f-c7ffdd5a16c2.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990e603a-a0d0-5606-b036-39f0244d0b0e/990e603a-a0d0-5606-b036-39f0244d0b0e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132679,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702384/general/67db473b-0004-47d3-8961-a6991ce52695.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990e603a-a0d0-5606-b036-39f0244d0b0e/990e603a-a0d0-5606-b036-39f0244d0b0e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120040,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702384/general/d0673248-4f09-4028-a893-06b8fd086e87.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990e603a-a0d0-5606-b036-39f0244d0b0e/990e603a-a0d0-5606-b036-39f0244d0b0e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109274,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702384/general/6e5a7660-b4f6-43e5-9f15-7e5a96bbb99a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990e603a-a0d0-5606-b036-39f0244d0b0e/990e603a-a0d0-5606-b036-39f0244d0b0e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204125,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702384/general/9e2ad472-e49c-4327-adc7-67a405fa014d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990e603a-a0d0-5606-b036-39f0244d0b0e/990e603a-a0d0-5606-b036-39f0244d0b0e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 186470,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702384/general/5e142cae-0879-4f2d-808f-a9dab78a06d5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990e603a-a0d0-5606-b036-39f0244d0b0e/990e603a-a0d0-5606-b036-39f0244d0b0e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 190615,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702384/general/26e9bf6a-9ae9-48cc-9c64-ab4e67f47d53.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990e603a-a0d0-5606-b036-39f0244d0b0e/990e603a-a0d0-5606-b036-39f0244d0b0e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 241779,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702384/general/4080ff7e-0b15-4b9c-8db0-95216b24252a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990e603a-a0d0-5606-b036-39f0244d0b0e/990e603a-a0d0-5606-b036-39f0244d0b0e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228363,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702384/general/9183f220-90d8-4f39-99d0-2fe775115fc5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990e603a-a0d0-5606-b036-39f0244d0b0e/990e603a-a0d0-5606-b036-39f0244d0b0e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218271,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702384/general/a6668075-3b65-41de-8cc7-ab7e7f6f385a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_990e603a-a0d0-5606-b036-39f0244d0b0e/990e603a-a0d0-5606-b036-39f0244d0b0e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215469,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702384/general/bd7ce529-410c-4bc2-818f-c7ffdd5a16c2.jpg',
'Width': 1280}],
'price': 11100,
'price_includes_vat': True,
'registration_date': '2021-11-19',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Mokka 1.5 Business Elegance - Diesel - Manual - 110 hp - '
'72.192 km',
'transmission': 'manual',
'trim': 'Business Elegance',
'vin': None,
'year': 2021}
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727865%27 HTTP/1.1" 200 None
2026-03-26 12:20:12 [adesa.de] INFO: Saving data for 10727865: {'created_time': 1774527612.022454, 'last_price_update_time': 1774527612.022468, 'auction_closing_time': 1774617080.0}
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727865') HTTP/1.1" 204 0
2026-03-26 12:20:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747233/general/8b8e0054-e9f1-4185-92b5-29ef49a7ba19.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727828)
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f016ac46ed0>
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:20: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 12:20:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252Ffef1b1fe-4220-41d2-84ec-05a5c3147d96.jpg') HTTP/1.1" 204 0
2026-03-26 12:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/fef1b1fe-4220-41d2-84ec-05a5c3147d96.jpg saved to cache
2026-03-26 12:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e7290>
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:20: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 12:20:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252F8b8e0054-e9f1-4185-92b5-29ef49a7ba19.jpg') HTTP/1.1" 204 0
2026-03-26 12:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/8b8e0054-e9f1-4185-92b5-29ef49a7ba19.jpg saved to cache
2026-03-26 12:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad
2026-03-26 12:20:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747233/general/d273b5f1-7647-47cc-822e-f9b7588673f0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727828)
2026-03-26 12:20:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747233/general/3d1e1554-5aa9-4979-a8cb-fd2c2b056a1f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727828)
2026-03-26 12:20:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747233/general/0e554712-41d0-45d6-ba62-54543554988d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727828)
2026-03-26 12:20:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747233/general/5001aaa7-8068-4da0-80f0-20ee998efa30.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727828)
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fcb550>
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:20: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 12:20:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252Fd273b5f1-7647-47cc-822e-f9b7588673f0.jpg') HTTP/1.1" 204 0
2026-03-26 12:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/d273b5f1-7647-47cc-822e-f9b7588673f0.jpg saved to cache
2026-03-26 12:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e0fd0>
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:20: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 12:20:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252F3d1e1554-5aa9-4979-a8cb-fd2c2b056a1f.jpg') HTTP/1.1" 204 0
2026-03-26 12:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/3d1e1554-5aa9-4979-a8cb-fd2c2b056a1f.jpg saved to cache
2026-03-26 12:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ec73d0>
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:20: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 12:20:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252F0e554712-41d0-45d6-ba62-54543554988d.jpg') HTTP/1.1" 204 0
2026-03-26 12:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/0e554712-41d0-45d6-ba62-54543554988d.jpg saved to cache
2026-03-26 12:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156523890>
2026-03-26 12:20:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:20: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 12:20:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747233%252Fgeneral%252F5001aaa7-8068-4da0-80f0-20ee998efa30.jpg') HTTP/1.1" 204 0
2026-03-26 12:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747233/general/5001aaa7-8068-4da0-80f0-20ee998efa30.jpg saved to cache
2026-03-26 12:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad
2026-03-26 12:20:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad, skipping ID generation
2026-03-26 12:20:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad with scrape type 1
2026-03-26 12:20:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad sending to next pipeline
2026-03-26 12:20:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad, identifier: 10727828
2026-03-26 12:20:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad with identifier: 10727828
2026-03-26 12:20:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad with identifier: 10727828
2026-03-26 12:20:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad with identifier: 10727828 to the API
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:20:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:20:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747233/general/5001aaa7-8068-4da0-80f0-20ee998efa30.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:20:20Z',
'fuel_type': 'Electric',
'id': 'e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991039-2540440',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727828',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 29689,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115117,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747233/general/5001aaa7-8068-4da0-80f0-20ee998efa30.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218755,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747233/general/02badb5e-da5d-474e-94b2-2d8851a98985.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173421,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747233/general/3d1e1554-5aa9-4979-a8cb-fd2c2b056a1f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200096,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747233/general/d273b5f1-7647-47cc-822e-f9b7588673f0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 201939,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747233/general/0e554712-41d0-45d6-ba62-54543554988d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219087,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747233/general/8b8e0054-e9f1-4185-92b5-29ef49a7ba19.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111277,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747233/general/fef1b1fe-4220-41d2-84ec-05a5c3147d96.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93821,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747233/general/c669ba7d-ab1b-475f-bb3b-a29d1609eb64.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221917,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747233/general/8737d67e-517d-4a8d-997e-5fe036cc2dd3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad/e0ff0f0c-4fed-5e95-9e51-7a322eeb73ad_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 198780,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747233/general/ba77e113-fda1-4841-89e2-995070f06553.jpg',
'Width': 1280}],
'price': 8000,
'price_includes_vat': True,
'registration_date': '2022-12-20',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Corsa Edition - Electric - Automatic - 136 hp - 29.689 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727828%27 HTTP/1.1" 200 None
2026-03-26 12:20:13 [adesa.de] INFO: Saving data for 10727828: {'created_time': 1774527613.010851, 'last_price_update_time': 1774527613.010868, 'auction_closing_time': 1774617620.0}
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727828') HTTP/1.1" 204 0
2026-03-26 12:20:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728089> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:20: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 12:20:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b3d892b-7974-5f27-80bc-18702b8232d1 with identifier: 10728089
2026-03-26 12:20:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b3d892b-7974-5f27-80bc-18702b8232d1 with scrape type 1
2026-03-26 12:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0b3d892b-7974-5f27-80bc-18702b8232d1
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715334%252Fgeneral%252F9963a1ef-8369-4145-a322-c2f69f08c9e0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715334/general/9963a1ef-8369-4145-a322-c2f69f08c9e0.jpg already downloaded
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715334%252Fgeneral%252F068adb33-4bf8-4ea1-a4e8-17225dd03942.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715334/general/068adb33-4bf8-4ea1-a4e8-17225dd03942.jpg already downloaded
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715334%252Fgeneral%252F6e2b0275-1738-4484-bfc8-457f3c3bcc30.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715334/general/6e2b0275-1738-4484-bfc8-457f3c3bcc30.jpg already downloaded
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715334%252Fgeneral%252F4516d4bd-f209-46bd-82db-0270f6b269c2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715334/general/4516d4bd-f209-46bd-82db-0270f6b269c2.jpg already downloaded
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715334%252Fgeneral%252Fd3c71ab7-9159-4d20-b55c-a88043da2097.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715334/general/d3c71ab7-9159-4d20-b55c-a88043da2097.jpg already downloaded
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715334%252Fgeneral%252Fdaa361a8-c38e-4a37-8a5b-81fe68566705.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715334/general/daa361a8-c38e-4a37-8a5b-81fe68566705.jpg already downloaded
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715334%252Fgeneral%252F70ecb6a4-8b3d-46d5-8fd2-254a2d431efa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715334/general/70ecb6a4-8b3d-46d5-8fd2-254a2d431efa.jpg already downloaded
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715334%252Fgeneral%252Fcf42a7eb-2bfd-4e85-8748-6fd66db852d4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715334/general/cf42a7eb-2bfd-4e85-8748-6fd66db852d4.jpg already downloaded
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715334%252Fgeneral%252F45b735ab-6b6b-4aa1-809c-1223e06526eb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715334/general/45b735ab-6b6b-4aa1-809c-1223e06526eb.jpg already downloaded
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715334%252Fgeneral%252F16aa5ef2-8b5d-4f1e-9965-bcd80b3df52c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715334/general/16aa5ef2-8b5d-4f1e-9965-bcd80b3df52c.jpg already downloaded
2026-03-26 12:20:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 0b3d892b-7974-5f27-80bc-18702b8232d1, identifier: 10728089
2026-03-26 12:20:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 0b3d892b-7974-5f27-80bc-18702b8232d1 with identifier: 10728089
2026-03-26 12:20:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 0b3d892b-7974-5f27-80bc-18702b8232d1 with identifier: 10728089
2026-03-26 12:20:13 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 0b3d892b-7974-5f27-80bc-18702b8232d1 with identifier: 10728089 to the API
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:20: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 12:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728089>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-27T13:23:40Z',
'fuel_type': 'Petrol',
'id': '0b3d892b-7974-5f27-80bc-18702b8232d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990919-2527538',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728089',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Mokka',
'odometer': 95503,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 11,
'photo_urls': ['https://images.openlane.eu/carimgs/5715334/general/9963a1ef-8369-4145-a322-c2f69f08c9e0.jpg',
'https://images.openlane.eu/carimgs/5715334/general/068adb33-4bf8-4ea1-a4e8-17225dd03942.jpg',
'https://images.openlane.eu/carimgs/5715334/general/6e2b0275-1738-4484-bfc8-457f3c3bcc30.jpg',
'https://images.openlane.eu/carimgs/5715334/general/4516d4bd-f209-46bd-82db-0270f6b269c2.jpg',
'https://images.openlane.eu/carimgs/5715334/general/d3c71ab7-9159-4d20-b55c-a88043da2097.jpg',
'https://images.openlane.eu/carimgs/5715334/general/daa361a8-c38e-4a37-8a5b-81fe68566705.jpg',
'https://images.openlane.eu/carimgs/5715334/general/70ecb6a4-8b3d-46d5-8fd2-254a2d431efa.jpg',
'https://images.openlane.eu/carimgs/5715334/general/cf42a7eb-2bfd-4e85-8748-6fd66db852d4.jpg',
'https://images.openlane.eu/carimgs/5715334/general/45b735ab-6b6b-4aa1-809c-1223e06526eb.jpg',
'https://images.openlane.eu/carimgs/5715334/general/16aa5ef2-8b5d-4f1e-9965-bcd80b3df52c.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b3d892b-7974-5f27-80bc-18702b8232d1/0b3d892b-7974-5f27-80bc-18702b8232d1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153975,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715334/general/9963a1ef-8369-4145-a322-c2f69f08c9e0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b3d892b-7974-5f27-80bc-18702b8232d1/0b3d892b-7974-5f27-80bc-18702b8232d1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154806,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715334/general/068adb33-4bf8-4ea1-a4e8-17225dd03942.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b3d892b-7974-5f27-80bc-18702b8232d1/0b3d892b-7974-5f27-80bc-18702b8232d1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217009,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715334/general/6e2b0275-1738-4484-bfc8-457f3c3bcc30.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b3d892b-7974-5f27-80bc-18702b8232d1/0b3d892b-7974-5f27-80bc-18702b8232d1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167565,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715334/general/4516d4bd-f209-46bd-82db-0270f6b269c2.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b3d892b-7974-5f27-80bc-18702b8232d1/0b3d892b-7974-5f27-80bc-18702b8232d1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263175,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715334/general/d3c71ab7-9159-4d20-b55c-a88043da2097.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b3d892b-7974-5f27-80bc-18702b8232d1/0b3d892b-7974-5f27-80bc-18702b8232d1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112096,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715334/general/daa361a8-c38e-4a37-8a5b-81fe68566705.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b3d892b-7974-5f27-80bc-18702b8232d1/0b3d892b-7974-5f27-80bc-18702b8232d1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 260933,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715334/general/70ecb6a4-8b3d-46d5-8fd2-254a2d431efa.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b3d892b-7974-5f27-80bc-18702b8232d1/0b3d892b-7974-5f27-80bc-18702b8232d1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 264180,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715334/general/cf42a7eb-2bfd-4e85-8748-6fd66db852d4.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b3d892b-7974-5f27-80bc-18702b8232d1/0b3d892b-7974-5f27-80bc-18702b8232d1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160493,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715334/general/45b735ab-6b6b-4aa1-809c-1223e06526eb.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b3d892b-7974-5f27-80bc-18702b8232d1/0b3d892b-7974-5f27-80bc-18702b8232d1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204787,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715334/general/16aa5ef2-8b5d-4f1e-9965-bcd80b3df52c.jpg',
'Width': 1280}],
'price': 11600,
'price_includes_vat': True,
'registration_date': '2023-10-09',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Mokka 1.2 GS - Petrol - Automatic - 130 hp - 95.503 km',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2023}
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728089%27 HTTP/1.1" 200 None
2026-03-26 12:20:13 [adesa.de] INFO: Saving data for 10728089: {'created_time': 1774527613.826577, 'last_price_update_time': 1774527613.826588, 'auction_closing_time': 1774617820.0}
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728089') HTTP/1.1" 204 0
2026-03-26 12:20:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727967> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:20:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:20:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0501e16-5a52-5e9e-8104-18e35cf5edd6 with identifier: 10727967
2026-03-26 12:20:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0501e16-5a52-5e9e-8104-18e35cf5edd6 with scrape type 1
2026-03-26 12:20:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f0501e16-5a52-5e9e-8104-18e35cf5edd6
2026-03-26 12:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702488%252Fgeneral%252Ff8150c93-2063-4c1d-bf6d-e5468237dc99.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702488/general/f8150c93-2063-4c1d-bf6d-e5468237dc99.jpg already downloaded
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702488%252Fgeneral%252Fafba2907-0898-400d-89a3-9fb53cb4fc45.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702488/general/afba2907-0898-400d-89a3-9fb53cb4fc45.jpg already downloaded
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702488%252Fgeneral%252F07441242-241c-4da0-9982-dea22e0e84b1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702488/general/07441242-241c-4da0-9982-dea22e0e84b1.jpg already downloaded
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702488%252Fgeneral%252Fec53dbc7-9d38-4700-8248-ba72f4994535.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702488/general/ec53dbc7-9d38-4700-8248-ba72f4994535.jpg already downloaded
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702488%252Fgeneral%252F7f632938-f445-49b7-8da3-47341ed0f4aa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702488/general/7f632938-f445-49b7-8da3-47341ed0f4aa.jpg already downloaded
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702488%252Fgeneral%252Fa95af6c1-2cfe-4082-ab4c-e92d402c204f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702488/general/a95af6c1-2cfe-4082-ab4c-e92d402c204f.jpg already downloaded
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702488%252Fgeneral%252F7f94a3c0-4377-46f4-afe5-baddf98c0ee7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702488/general/7f94a3c0-4377-46f4-afe5-baddf98c0ee7.jpg already downloaded
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702488%252Fgeneral%252Fdac2acad-5daa-46f5-b2b5-87c6cc718556.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702488/general/dac2acad-5daa-46f5-b2b5-87c6cc718556.jpg already downloaded
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702488%252Fgeneral%252F7a28a753-58ad-40ab-8a12-97830bee148d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702488/general/7a28a753-58ad-40ab-8a12-97830bee148d.jpg not downloaded yet
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702488%252Fgeneral%252F323dc539-ee25-4e2f-9b8b-177e87656497.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702488/general/323dc539-ee25-4e2f-9b8b-177e87656497.jpg not downloaded yet
2026-03-26 12:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727916> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:20:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702488/general/323dc539-ee25-4e2f-9b8b-177e87656497.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727967)
2026-03-26 12:20:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c18b03da-b3e8-5253-afef-13faf712702c with identifier: 10727916
2026-03-26 12:20:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c18b03da-b3e8-5253-afef-13faf712702c with scrape type 1
2026-03-26 12:20:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c18b03da-b3e8-5253-afef-13faf712702c
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715279%252Fgeneral%252Fa6bd666b-51b1-4b87-a271-a62bae448cd8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715279/general/a6bd666b-51b1-4b87-a271-a62bae448cd8.jpg already downloaded
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715279%252Fgeneral%252F43873802-ddbc-4f4a-ac72-ea20b3f3abd6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715279/general/43873802-ddbc-4f4a-ac72-ea20b3f3abd6.jpg already downloaded
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715279%252Fgeneral%252F8daf494d-c74a-4325-805d-78e1383e66b1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715279/general/8daf494d-c74a-4325-805d-78e1383e66b1.jpg already downloaded
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715279%252Fgeneral%252Ffba8cdbd-7a43-45a1-b1a9-d7d83995de84.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715279/general/fba8cdbd-7a43-45a1-b1a9-d7d83995de84.jpg already downloaded
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715279%252Fgeneral%252F8dc1f835-e98a-40f1-9e28-1f3530973e8a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715279/general/8dc1f835-e98a-40f1-9e28-1f3530973e8a.jpg already downloaded
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715279%252Fgeneral%252Fd2c64123-ae15-4506-bbd2-0fe804cde9c8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715279/general/d2c64123-ae15-4506-bbd2-0fe804cde9c8.jpg already downloaded
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715279%252Fgeneral%252F1df93f16-aa16-434f-811b-8d7de705784a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715279/general/1df93f16-aa16-434f-811b-8d7de705784a.jpg already downloaded
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715279%252Fgeneral%252F27d0a111-2bfb-4aff-a856-8004284c083e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715279/general/27d0a111-2bfb-4aff-a856-8004284c083e.jpg already downloaded
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715279%252Fgeneral%252F6aef0502-496c-4f9a-a9ad-51d36a369d28.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715279/general/6aef0502-496c-4f9a-a9ad-51d36a369d28.jpg already downloaded
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715279%252Fgeneral%252F3b913c2c-c72d-4ec7-83ad-cf0ff4c23030.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715279/general/3b913c2c-c72d-4ec7-83ad-cf0ff4c23030.jpg already downloaded
2026-03-26 12:20:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c18b03da-b3e8-5253-afef-13faf712702c, identifier: 10727916
2026-03-26 12:20:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c18b03da-b3e8-5253-afef-13faf712702c with identifier: 10727916
2026-03-26 12:20:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c18b03da-b3e8-5253-afef-13faf712702c with identifier: 10727916
2026-03-26 12:20:31 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c18b03da-b3e8-5253-afef-13faf712702c with identifier: 10727916 to the API
2026-03-26 12:20:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:20: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 12:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727916>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': 'SUV',
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 100,
'expiration_date': '2026-03-27T13:23:20Z',
'fuel_type': 'Petrol',
'id': 'c18b03da-b3e8-5253-afef-13faf712702c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990932-2490742',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727916',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Mokka',
'odometer': 17868,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 15,
'photo_urls': ['https://images.openlane.eu/carimgs/5715279/general/a6bd666b-51b1-4b87-a271-a62bae448cd8.jpg',
'https://images.openlane.eu/carimgs/5715279/general/43873802-ddbc-4f4a-ac72-ea20b3f3abd6.jpg',
'https://images.openlane.eu/carimgs/5715279/general/8daf494d-c74a-4325-805d-78e1383e66b1.jpg',
'https://images.openlane.eu/carimgs/5715279/general/fba8cdbd-7a43-45a1-b1a9-d7d83995de84.jpg',
'https://images.openlane.eu/carimgs/5715279/general/8dc1f835-e98a-40f1-9e28-1f3530973e8a.jpg',
'https://images.openlane.eu/carimgs/5715279/general/d2c64123-ae15-4506-bbd2-0fe804cde9c8.jpg',
'https://images.openlane.eu/carimgs/5715279/general/1df93f16-aa16-434f-811b-8d7de705784a.jpg',
'https://images.openlane.eu/carimgs/5715279/general/27d0a111-2bfb-4aff-a856-8004284c083e.jpg',
'https://images.openlane.eu/carimgs/5715279/general/6aef0502-496c-4f9a-a9ad-51d36a369d28.jpg',
'https://images.openlane.eu/carimgs/5715279/general/3b913c2c-c72d-4ec7-83ad-cf0ff4c23030.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c18b03da-b3e8-5253-afef-13faf712702c/c18b03da-b3e8-5253-afef-13faf712702c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 249108,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715279/general/a6bd666b-51b1-4b87-a271-a62bae448cd8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c18b03da-b3e8-5253-afef-13faf712702c/c18b03da-b3e8-5253-afef-13faf712702c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238297,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715279/general/43873802-ddbc-4f4a-ac72-ea20b3f3abd6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c18b03da-b3e8-5253-afef-13faf712702c/c18b03da-b3e8-5253-afef-13faf712702c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104752,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715279/general/8daf494d-c74a-4325-805d-78e1383e66b1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c18b03da-b3e8-5253-afef-13faf712702c/c18b03da-b3e8-5253-afef-13faf712702c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217744,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715279/general/fba8cdbd-7a43-45a1-b1a9-d7d83995de84.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c18b03da-b3e8-5253-afef-13faf712702c/c18b03da-b3e8-5253-afef-13faf712702c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209586,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715279/general/d2c64123-ae15-4506-bbd2-0fe804cde9c8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c18b03da-b3e8-5253-afef-13faf712702c/c18b03da-b3e8-5253-afef-13faf712702c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 207578,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715279/general/8dc1f835-e98a-40f1-9e28-1f3530973e8a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c18b03da-b3e8-5253-afef-13faf712702c/c18b03da-b3e8-5253-afef-13faf712702c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132922,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715279/general/1df93f16-aa16-434f-811b-8d7de705784a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c18b03da-b3e8-5253-afef-13faf712702c/c18b03da-b3e8-5253-afef-13faf712702c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119185,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715279/general/27d0a111-2bfb-4aff-a856-8004284c083e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c18b03da-b3e8-5253-afef-13faf712702c/c18b03da-b3e8-5253-afef-13faf712702c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219138,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715279/general/6aef0502-496c-4f9a-a9ad-51d36a369d28.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c18b03da-b3e8-5253-afef-13faf712702c/c18b03da-b3e8-5253-afef-13faf712702c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221914,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715279/general/3b913c2c-c72d-4ec7-83ad-cf0ff4c23030.jpg',
'Width': 1280}],
'price': 11500,
'price_includes_vat': True,
'registration_date': '2022-10-24',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Mokka 1.2 Elegance - Petrol - Manual - 100 hp - 17.868 km',
'transmission': 'manual',
'trim': 'Elegance',
'vin': None,
'year': 2022}
2026-03-26 12:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727916%27 HTTP/1.1" 200 None
2026-03-26 12:20:32 [adesa.de] INFO: Saving data for 10727916: {'created_time': 1774527632.372898, 'last_price_update_time': 1774527632.372916, 'auction_closing_time': 1774617800.0}
2026-03-26 12:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727916') HTTP/1.1" 204 0
2026-03-26 12:20:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702488/general/7a28a753-58ad-40ab-8a12-97830bee148d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727967)
2026-03-26 12:20:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:20:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f9b350>
2026-03-26 12:20:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:20: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 12:20:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:20:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f0501e16-5a52-5e9e-8104-18e35cf5edd6/f0501e16-5a52-5e9e-8104-18e35cf5edd6_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702488%252Fgeneral%252F323dc539-ee25-4e2f-9b8b-177e87656497.jpg') HTTP/1.1" 204 0
2026-03-26 12:20:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702488/general/323dc539-ee25-4e2f-9b8b-177e87656497.jpg saved to cache
2026-03-26 12:20:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f0501e16-5a52-5e9e-8104-18e35cf5edd6
2026-03-26 12:20:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:20:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c098910>
2026-03-26 12:20:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:20: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 12:20:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:20:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f0501e16-5a52-5e9e-8104-18e35cf5edd6/f0501e16-5a52-5e9e-8104-18e35cf5edd6_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702488%252Fgeneral%252F7a28a753-58ad-40ab-8a12-97830bee148d.jpg') HTTP/1.1" 204 0
2026-03-26 12:20:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702488/general/7a28a753-58ad-40ab-8a12-97830bee148d.jpg saved to cache
2026-03-26 12:20:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f0501e16-5a52-5e9e-8104-18e35cf5edd6
2026-03-26 12:20:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f0501e16-5a52-5e9e-8104-18e35cf5edd6, skipping ID generation
2026-03-26 12:20:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0501e16-5a52-5e9e-8104-18e35cf5edd6 with scrape type 1
2026-03-26 12:20:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f0501e16-5a52-5e9e-8104-18e35cf5edd6 sending to next pipeline
2026-03-26 12:20:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f0501e16-5a52-5e9e-8104-18e35cf5edd6, identifier: 10727967
2026-03-26 12:20:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f0501e16-5a52-5e9e-8104-18e35cf5edd6 with identifier: 10727967
2026-03-26 12:20:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f0501e16-5a52-5e9e-8104-18e35cf5edd6 with identifier: 10727967
2026-03-26 12:20:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f0501e16-5a52-5e9e-8104-18e35cf5edd6 with identifier: 10727967 to the API
2026-03-26 12:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:20: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 12:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5702488/general/7a28a753-58ad-40ab-8a12-97830bee148d.jpg>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': 'SUV',
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 110,
'expiration_date': '2026-03-27T13:11:40Z',
'fuel_type': 'Diesel',
'id': 'f0501e16-5a52-5e9e-8104-18e35cf5edd6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990982-2510348',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727967',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Mokka',
'odometer': 90345,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0501e16-5a52-5e9e-8104-18e35cf5edd6/f0501e16-5a52-5e9e-8104-18e35cf5edd6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100390,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702488/general/dac2acad-5daa-46f5-b2b5-87c6cc718556.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0501e16-5a52-5e9e-8104-18e35cf5edd6/f0501e16-5a52-5e9e-8104-18e35cf5edd6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98767,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702488/general/7f632938-f445-49b7-8da3-47341ed0f4aa.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0501e16-5a52-5e9e-8104-18e35cf5edd6/f0501e16-5a52-5e9e-8104-18e35cf5edd6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120706,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702488/general/ec53dbc7-9d38-4700-8248-ba72f4994535.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0501e16-5a52-5e9e-8104-18e35cf5edd6/f0501e16-5a52-5e9e-8104-18e35cf5edd6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114345,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702488/general/a95af6c1-2cfe-4082-ab4c-e92d402c204f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0501e16-5a52-5e9e-8104-18e35cf5edd6/f0501e16-5a52-5e9e-8104-18e35cf5edd6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86242,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702488/general/7f94a3c0-4377-46f4-afe5-baddf98c0ee7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0501e16-5a52-5e9e-8104-18e35cf5edd6/f0501e16-5a52-5e9e-8104-18e35cf5edd6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217243,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702488/general/f8150c93-2063-4c1d-bf6d-e5468237dc99.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0501e16-5a52-5e9e-8104-18e35cf5edd6/f0501e16-5a52-5e9e-8104-18e35cf5edd6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164127,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702488/general/afba2907-0898-400d-89a3-9fb53cb4fc45.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0501e16-5a52-5e9e-8104-18e35cf5edd6/f0501e16-5a52-5e9e-8104-18e35cf5edd6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258794,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702488/general/7a28a753-58ad-40ab-8a12-97830bee148d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0501e16-5a52-5e9e-8104-18e35cf5edd6/f0501e16-5a52-5e9e-8104-18e35cf5edd6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 202389,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702488/general/07441242-241c-4da0-9982-dea22e0e84b1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0501e16-5a52-5e9e-8104-18e35cf5edd6/f0501e16-5a52-5e9e-8104-18e35cf5edd6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226232,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702488/general/323dc539-ee25-4e2f-9b8b-177e87656497.jpg',
'Width': 1280}],
'price': 10900,
'price_includes_vat': True,
'registration_date': '2022-07-19',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Mokka 1.5 Business Elegance - Diesel - Manual - 110 hp - '
'90.345 km',
'transmission': 'manual',
'trim': 'Business Elegance',
'vin': None,
'year': 2022}
2026-03-26 12:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727967%27 HTTP/1.1" 200 None
2026-03-26 12:20:33 [adesa.de] INFO: Saving data for 10727967: {'created_time': 1774527633.050315, 'last_price_update_time': 1774527633.050327, 'auction_closing_time': 1774617100.0}
2026-03-26 12:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727967') HTTP/1.1" 204 0
2026-03-26 12:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:20: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 12:20:34 [adesa.de] INFO: Found listing with ID: 10728126
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728126%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728126: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728126 url https://www.openlane.eu/en/carv6/auction/10728126
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728123
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728123%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728123: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728123 url https://www.openlane.eu/en/carv6/auction/10728123
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728127
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728127%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728127: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728127 url https://www.openlane.eu/en/carv6/auction/10728127
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728139
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728139%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728139: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728139 url https://www.openlane.eu/en/carv6/auction/10728139
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728125
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728125%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728125: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728125 url https://www.openlane.eu/en/carv6/auction/10728125
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728270
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728270%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728270: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728270 url https://www.openlane.eu/en/carv6/auction/10728270
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728302
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728302%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728302: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728302 url https://www.openlane.eu/en/carv6/auction/10728302
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728394
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728394%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728394: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728394 url https://www.openlane.eu/en/carv6/auction/10728394
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728397
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728397%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728397: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728397 url https://www.openlane.eu/en/carv6/auction/10728397
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728388
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728388%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728388: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728388 url https://www.openlane.eu/en/carv6/auction/10728388
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728389
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728389%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728389: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728389 url https://www.openlane.eu/en/carv6/auction/10728389
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728395
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728395%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728395: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728395 url https://www.openlane.eu/en/carv6/auction/10728395
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728396
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728396%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728396: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728396 url https://www.openlane.eu/en/carv6/auction/10728396
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728276
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728276%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728276: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728276 url https://www.openlane.eu/en/carv6/auction/10728276
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728260
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728260%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728260: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728260 url https://www.openlane.eu/en/carv6/auction/10728260
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728259
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728259%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728259: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728259 url https://www.openlane.eu/en/carv6/auction/10728259
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728215
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728215%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728215: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728215 url https://www.openlane.eu/en/carv6/auction/10728215
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728262
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728262%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728262: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728262 url https://www.openlane.eu/en/carv6/auction/10728262
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728257
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728257%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728257: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728257 url https://www.openlane.eu/en/carv6/auction/10728257
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728258
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728258%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728258: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728258 url https://www.openlane.eu/en/carv6/auction/10728258
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728261
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728261%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728261: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728261 url https://www.openlane.eu/en/carv6/auction/10728261
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728255
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728255%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728255: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728255 url https://www.openlane.eu/en/carv6/auction/10728255
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728256
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728256%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728256: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728256 url https://www.openlane.eu/en/carv6/auction/10728256
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10728217
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728217%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10728217: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10728217 url https://www.openlane.eu/en/carv6/auction/10728217
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10726087
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726087%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10726087: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10726087 url https://www.openlane.eu/en/carv6/auction/10726087
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10725951
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725951%27 HTTP/1.1" 200 None
2026-03-26 12:20:34 [adesa.de] INFO: Scrape type for 10725951: 0
2026-03-26 12:20:34 [adesa.de] INFO: Skipping item 10725951 url https://www.openlane.eu/en/carv6/auction/10725951
2026-03-26 12:20:34 [adesa.de] INFO: Found listing with ID: 10725914
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725914%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725914: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725914 url https://www.openlane.eu/en/carv6/auction/10725914
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10726093
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726093%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10726093: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10726093 url https://www.openlane.eu/en/carv6/auction/10726093
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10726085
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726085%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10726085: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10726085 url https://www.openlane.eu/en/carv6/auction/10726085
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725969
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725969%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725969: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725969 url https://www.openlane.eu/en/carv6/auction/10725969
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10726088
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726088%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10726088: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10726088 url https://www.openlane.eu/en/carv6/auction/10726088
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725962
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725962%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725962: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725962 url https://www.openlane.eu/en/carv6/auction/10725962
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725954
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725954%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725954: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725954 url https://www.openlane.eu/en/carv6/auction/10725954
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725955
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725955%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725955: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725955 url https://www.openlane.eu/en/carv6/auction/10725955
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725961
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725961%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725961: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725961 url https://www.openlane.eu/en/carv6/auction/10725961
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10726090
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726090%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10726090: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10726090 url https://www.openlane.eu/en/carv6/auction/10726090
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725952
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725952%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725952: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725952 url https://www.openlane.eu/en/carv6/auction/10725952
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725953
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725953%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725953: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725953 url https://www.openlane.eu/en/carv6/auction/10725953
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725965
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725965%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725965: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725965 url https://www.openlane.eu/en/carv6/auction/10725965
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728558
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728558%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728558: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728558 url https://www.openlane.eu/en/carv6/auction/10728558
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728559
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728559%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728559: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728559 url https://www.openlane.eu/en/carv6/auction/10728559
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725967
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725967%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725967: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725967 url https://www.openlane.eu/en/carv6/auction/10725967
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725968
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725968%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725968: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725968 url https://www.openlane.eu/en/carv6/auction/10725968
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10726089
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726089%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10726089: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10726089 url https://www.openlane.eu/en/carv6/auction/10726089
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728502
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728502%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728502: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728502 url https://www.openlane.eu/en/carv6/auction/10728502
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728557
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728557%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728557: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728557 url https://www.openlane.eu/en/carv6/auction/10728557
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10726091
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726091%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10726091: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10726091 url https://www.openlane.eu/en/carv6/auction/10726091
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728190
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728190%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728190: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728190 url https://www.openlane.eu/en/carv6/auction/10728190
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728522
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728522%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728522: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728522 url https://www.openlane.eu/en/carv6/auction/10728522
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728333
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728333%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728333: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728333 url https://www.openlane.eu/en/carv6/auction/10728333
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728376
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728376%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728376: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728376 url https://www.openlane.eu/en/carv6/auction/10728376
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728516
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728516%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728516: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728516 url https://www.openlane.eu/en/carv6/auction/10728516
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728191
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728191%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728191: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728191 url https://www.openlane.eu/en/carv6/auction/10728191
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728212
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728212%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728212: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728212 url https://www.openlane.eu/en/carv6/auction/10728212
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728437
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728437%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728437: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728437 url https://www.openlane.eu/en/carv6/auction/10728437
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728534
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728534%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728534: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728534 url https://www.openlane.eu/en/carv6/auction/10728534
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728319
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728319%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728319: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728319 url https://www.openlane.eu/en/carv6/auction/10728319
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728369
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728369%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728369: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728369 url https://www.openlane.eu/en/carv6/auction/10728369
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728545
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728545%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728545: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728545 url https://www.openlane.eu/en/carv6/auction/10728545
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10726094
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726094%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10726094: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10726094 url https://www.openlane.eu/en/carv6/auction/10726094
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725972
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725972%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725972: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725972 url https://www.openlane.eu/en/carv6/auction/10725972
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728384
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728384%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728384: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728384 url https://www.openlane.eu/en/carv6/auction/10728384
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10726092
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726092%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10726092: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10726092 url https://www.openlane.eu/en/carv6/auction/10726092
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728512
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728512%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728512: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728512 url https://www.openlane.eu/en/carv6/auction/10728512
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725970
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725970%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725970: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725970 url https://www.openlane.eu/en/carv6/auction/10725970
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728526
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728526%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728526: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728526 url https://www.openlane.eu/en/carv6/auction/10728526
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728291
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728291%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728291: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728291 url https://www.openlane.eu/en/carv6/auction/10728291
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725964
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725964%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725964: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725964 url https://www.openlane.eu/en/carv6/auction/10725964
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10726096
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726096%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10726096: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10726096 url https://www.openlane.eu/en/carv6/auction/10726096
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725957
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725957%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725957: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725957 url https://www.openlane.eu/en/carv6/auction/10725957
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725958
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725958%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725958: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725958 url https://www.openlane.eu/en/carv6/auction/10725958
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10726098
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726098%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10726098: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10726098 url https://www.openlane.eu/en/carv6/auction/10726098
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725971
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725971%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725971: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725971 url https://www.openlane.eu/en/carv6/auction/10725971
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728426
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728426%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728426: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728426 url https://www.openlane.eu/en/carv6/auction/10728426
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728532
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728532%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728532: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728532 url https://www.openlane.eu/en/carv6/auction/10728532
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725960
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725960%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725960: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725960 url https://www.openlane.eu/en/carv6/auction/10725960
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10726097
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726097%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10726097: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10726097 url https://www.openlane.eu/en/carv6/auction/10726097
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725966
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725966%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725966: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725966 url https://www.openlane.eu/en/carv6/auction/10725966
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10726095
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726095%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10726095: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10726095 url https://www.openlane.eu/en/carv6/auction/10726095
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10725963
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725963%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10725963: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10725963 url https://www.openlane.eu/en/carv6/auction/10725963
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10726100
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726100%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10726100: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10726100 url https://www.openlane.eu/en/carv6/auction/10726100
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728283
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728283%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728283: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728283 url https://www.openlane.eu/en/carv6/auction/10728283
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10728210
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728210%27 HTTP/1.1" 200 None
2026-03-26 12:20:35 [adesa.de] INFO: Scrape type for 10728210: 0
2026-03-26 12:20:35 [adesa.de] INFO: Skipping item 10728210 url https://www.openlane.eu/en/carv6/auction/10728210
2026-03-26 12:20:35 [adesa.de] INFO: Found listing with ID: 10726099
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726099%27 HTTP/1.1" 200 None
2026-03-26 12:20:36 [adesa.de] INFO: Scrape type for 10726099: 0
2026-03-26 12:20:36 [adesa.de] INFO: Skipping item 10726099 url https://www.openlane.eu/en/carv6/auction/10726099
2026-03-26 12:20:36 [adesa.de] INFO: Found listing with ID: 10728425
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728425%27 HTTP/1.1" 200 None
2026-03-26 12:20:36 [adesa.de] INFO: Scrape type for 10728425: 0
2026-03-26 12:20:36 [adesa.de] INFO: Skipping item 10728425 url https://www.openlane.eu/en/carv6/auction/10728425
2026-03-26 12:20:36 [adesa.de] INFO: Found listing with ID: 10726104
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726104%27 HTTP/1.1" 200 None
2026-03-26 12:20:36 [adesa.de] INFO: Scrape type for 10726104: 0
2026-03-26 12:20:36 [adesa.de] INFO: Skipping item 10726104 url https://www.openlane.eu/en/carv6/auction/10726104
2026-03-26 12:20:36 [adesa.de] INFO: Found listing with ID: 10725976
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725976%27 HTTP/1.1" 200 None
2026-03-26 12:20:36 [adesa.de] INFO: Scrape type for 10725976: 0
2026-03-26 12:20:36 [adesa.de] INFO: Skipping item 10725976 url https://www.openlane.eu/en/carv6/auction/10725976
2026-03-26 12:20:36 [adesa.de] INFO: Found listing with ID: 10726105
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726105%27 HTTP/1.1" 200 None
2026-03-26 12:20:36 [adesa.de] INFO: Scrape type for 10726105: 0
2026-03-26 12:20:36 [adesa.de] INFO: Skipping item 10726105 url https://www.openlane.eu/en/carv6/auction/10726105
2026-03-26 12:20:36 [adesa.de] INFO: Found listing with ID: 10725977
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725977%27 HTTP/1.1" 200 None
2026-03-26 12:20:36 [adesa.de] INFO: Scrape type for 10725977: 0
2026-03-26 12:20:36 [adesa.de] INFO: Skipping item 10725977 url https://www.openlane.eu/en/carv6/auction/10725977
2026-03-26 12:20:36 [adesa.de] INFO: Found listing with ID: 10726106
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726106%27 HTTP/1.1" 200 None
2026-03-26 12:20:36 [adesa.de] INFO: Scrape type for 10726106: 0
2026-03-26 12:20:36 [adesa.de] INFO: Skipping item 10726106 url https://www.openlane.eu/en/carv6/auction/10726106
2026-03-26 12:20:36 [adesa.de] INFO: Found listing with ID: 10725984
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725984%27 HTTP/1.1" 200 None
2026-03-26 12:20:36 [adesa.de] INFO: Scrape type for 10725984: 0
2026-03-26 12:20:36 [adesa.de] INFO: Skipping item 10725984 url https://www.openlane.eu/en/carv6/auction/10725984
2026-03-26 12:20:36 [adesa.de] INFO: Found listing with ID: 10725989
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725989%27 HTTP/1.1" 200 None
2026-03-26 12:20:36 [adesa.de] INFO: Scrape type for 10725989: 0
2026-03-26 12:20:36 [adesa.de] INFO: Skipping item 10725989 url https://www.openlane.eu/en/carv6/auction/10725989
2026-03-26 12:20:36 [adesa.de] INFO: Found listing with ID: 10726110
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726110%27 HTTP/1.1" 200 None
2026-03-26 12:20:36 [adesa.de] INFO: Scrape type for 10726110: 0
2026-03-26 12:20:36 [adesa.de] INFO: Skipping item 10726110 url https://www.openlane.eu/en/carv6/auction/10726110
2026-03-26 12:20:36 [adesa.de] INFO: Found listing with ID: 10726120
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726120%27 HTTP/1.1" 200 None
2026-03-26 12:20:36 [adesa.de] INFO: Scrape type for 10726120: 0
2026-03-26 12:20:36 [adesa.de] INFO: Skipping item 10726120 url https://www.openlane.eu/en/carv6/auction/10726120
2026-03-26 12:20:36 [adesa.de] INFO: Found listing with ID: 10725996
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725996%27 HTTP/1.1" 200 None
2026-03-26 12:20:36 [adesa.de] INFO: Scrape type for 10725996: 0
2026-03-26 12:20:36 [adesa.de] INFO: Skipping item 10725996 url https://www.openlane.eu/en/carv6/auction/10725996
2026-03-26 12:20:36 [adesa.de] INFO: Found listing with ID: 10725982
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725982%27 HTTP/1.1" 200 None
2026-03-26 12:20:36 [adesa.de] INFO: Scrape type for 10725982: 0
2026-03-26 12:20:36 [adesa.de] INFO: Skipping item 10725982 url https://www.openlane.eu/en/carv6/auction/10725982
2026-03-26 12:20:36 [adesa.de] INFO: Found listing with ID: 10725991
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725991%27 HTTP/1.1" 200 None
2026-03-26 12:20:36 [adesa.de] INFO: Scrape type for 10725991: 0
2026-03-26 12:20:36 [adesa.de] INFO: Skipping item 10725991 url https://www.openlane.eu/en/carv6/auction/10725991
2026-03-26 12:20:36 [adesa.de] INFO: Found listing with ID: 10725983
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725983%27 HTTP/1.1" 200 None
2026-03-26 12:20:36 [adesa.de] INFO: Scrape type for 10725983: 0
2026-03-26 12:20:36 [adesa.de] INFO: Skipping item 10725983 url https://www.openlane.eu/en/carv6/auction/10725983
2026-03-26 12:20:36 [adesa.de] INFO: Found listing with ID: 10726108
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726108%27 HTTP/1.1" 200 None
2026-03-26 12:20:36 [adesa.de] INFO: Scrape type for 10726108: 0
2026-03-26 12:20:36 [adesa.de] INFO: Skipping item 10726108 url https://www.openlane.eu/en/carv6/auction/10726108
2026-03-26 12:20:36 [adesa.de] INFO: Found listing with ID: 10726118
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726118%27 HTTP/1.1" 200 None
2026-03-26 12:20:36 [adesa.de] INFO: Scrape type for 10726118: 0
2026-03-26 12:20:36 [adesa.de] INFO: Skipping item 10726118 url https://www.openlane.eu/en/carv6/auction/10726118
2026-03-26 12:20:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728063> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:20:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:20:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d178befc-15cc-5003-800d-6a31c0a93bcd with identifier: 10728063
2026-03-26 12:20:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d178befc-15cc-5003-800d-6a31c0a93bcd with scrape type 1
2026-03-26 12:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d178befc-15cc-5003-800d-6a31c0a93bcd
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680967%252Fgeneral%252F37433251-71af-43d0-b843-40ad560d189f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680967/general/37433251-71af-43d0-b843-40ad560d189f.jpg already downloaded
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680967%252Fgeneral%252F02049675-e106-4558-b4a6-504ccc337c9d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680967/general/02049675-e106-4558-b4a6-504ccc337c9d.jpg already downloaded
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680967%252Fgeneral%252F370cd48f-bd35-4830-894b-df0604062391.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680967/general/370cd48f-bd35-4830-894b-df0604062391.jpg already downloaded
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680967%252Fgeneral%252F430fa5d5-42de-48e7-bf16-28d9a9875a74.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680967/general/430fa5d5-42de-48e7-bf16-28d9a9875a74.jpg already downloaded
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680967%252Fgeneral%252F9f716151-efdf-40e1-930a-70f1dfe1cd90.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680967/general/9f716151-efdf-40e1-930a-70f1dfe1cd90.jpg already downloaded
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680967%252Fgeneral%252F03224cf6-4708-4ea1-b177-2130e44d6c16.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680967/general/03224cf6-4708-4ea1-b177-2130e44d6c16.jpg already downloaded
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680967%252Fgeneral%252F4d87110b-9f75-4234-a0b8-860142185916.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680967/general/4d87110b-9f75-4234-a0b8-860142185916.jpg already downloaded
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680967%252Fgeneral%252Fc9323ed0-28a5-4023-811f-bbbbb72ca537.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680967/general/c9323ed0-28a5-4023-811f-bbbbb72ca537.jpg already downloaded
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680967%252Fgeneral%252F46663bed-5300-44e9-9f92-919a59987da4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680967/general/46663bed-5300-44e9-9f92-919a59987da4.jpg already downloaded
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680967%252Fgeneral%252Fce8903c7-c9f3-4151-a1ce-7ebddfeaec33.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680967/general/ce8903c7-c9f3-4151-a1ce-7ebddfeaec33.jpg already downloaded
2026-03-26 12:20:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: d178befc-15cc-5003-800d-6a31c0a93bcd, identifier: 10728063
2026-03-26 12:20:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: d178befc-15cc-5003-800d-6a31c0a93bcd with identifier: 10728063
2026-03-26 12:20:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 12:20:42 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Brown HTTP/1.1" 200 None
2026-03-26 12:20:42 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 12:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 12:20:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: d178befc-15cc-5003-800d-6a31c0a93bcd with identifier: 10728063
2026-03-26 12:20:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: d178befc-15cc-5003-800d-6a31c0a93bcd with identifier: 10728063 to the API
2026-03-26 12:20:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:20:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:20:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728063>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': 'Hatchback',
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 174,
'expiration_date': '2026-03-27T13:48:40Z',
'fuel_type': 'Diesel',
'id': 'd178befc-15cc-5003-800d-6a31c0a93bcd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990924-2504569',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728063',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Insignia',
'odometer': 96419,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 13,
'photo_urls': ['https://images.openlane.eu/carimgs/5680967/general/37433251-71af-43d0-b843-40ad560d189f.jpg',
'https://images.openlane.eu/carimgs/5680967/general/02049675-e106-4558-b4a6-504ccc337c9d.jpg',
'https://images.openlane.eu/carimgs/5680967/general/370cd48f-bd35-4830-894b-df0604062391.jpg',
'https://images.openlane.eu/carimgs/5680967/general/430fa5d5-42de-48e7-bf16-28d9a9875a74.jpg',
'https://images.openlane.eu/carimgs/5680967/general/9f716151-efdf-40e1-930a-70f1dfe1cd90.jpg',
'https://images.openlane.eu/carimgs/5680967/general/03224cf6-4708-4ea1-b177-2130e44d6c16.jpg',
'https://images.openlane.eu/carimgs/5680967/general/4d87110b-9f75-4234-a0b8-860142185916.jpg',
'https://images.openlane.eu/carimgs/5680967/general/c9323ed0-28a5-4023-811f-bbbbb72ca537.jpg',
'https://images.openlane.eu/carimgs/5680967/general/46663bed-5300-44e9-9f92-919a59987da4.jpg',
'https://images.openlane.eu/carimgs/5680967/general/ce8903c7-c9f3-4151-a1ce-7ebddfeaec33.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d178befc-15cc-5003-800d-6a31c0a93bcd/d178befc-15cc-5003-800d-6a31c0a93bcd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164156,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680967/general/37433251-71af-43d0-b843-40ad560d189f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d178befc-15cc-5003-800d-6a31c0a93bcd/d178befc-15cc-5003-800d-6a31c0a93bcd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 314431,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680967/general/02049675-e106-4558-b4a6-504ccc337c9d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d178befc-15cc-5003-800d-6a31c0a93bcd/d178befc-15cc-5003-800d-6a31c0a93bcd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 184525,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680967/general/370cd48f-bd35-4830-894b-df0604062391.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d178befc-15cc-5003-800d-6a31c0a93bcd/d178befc-15cc-5003-800d-6a31c0a93bcd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178040,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680967/general/430fa5d5-42de-48e7-bf16-28d9a9875a74.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d178befc-15cc-5003-800d-6a31c0a93bcd/d178befc-15cc-5003-800d-6a31c0a93bcd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200679,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680967/general/9f716151-efdf-40e1-930a-70f1dfe1cd90.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d178befc-15cc-5003-800d-6a31c0a93bcd/d178befc-15cc-5003-800d-6a31c0a93bcd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150141,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680967/general/03224cf6-4708-4ea1-b177-2130e44d6c16.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d178befc-15cc-5003-800d-6a31c0a93bcd/d178befc-15cc-5003-800d-6a31c0a93bcd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104430,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680967/general/4d87110b-9f75-4234-a0b8-860142185916.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d178befc-15cc-5003-800d-6a31c0a93bcd/d178befc-15cc-5003-800d-6a31c0a93bcd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 345431,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680967/general/c9323ed0-28a5-4023-811f-bbbbb72ca537.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d178befc-15cc-5003-800d-6a31c0a93bcd/d178befc-15cc-5003-800d-6a31c0a93bcd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 314597,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680967/general/46663bed-5300-44e9-9f92-919a59987da4.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d178befc-15cc-5003-800d-6a31c0a93bcd/d178befc-15cc-5003-800d-6a31c0a93bcd_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119954,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680967/general/ce8903c7-c9f3-4151-a1ce-7ebddfeaec33.jpg',
'Width': 1280}],
'price': 11800,
'price_includes_vat': True,
'registration_date': '2021-07-06',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Insignia 2.0 Grand Sport - Diesel - Automatic - 174 hp - '
'96.419 km',
'transmission': 'automatic',
'trim': 'Grand Sport',
'vin': None,
'year': 2021}
2026-03-26 12:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728063%27 HTTP/1.1" 200 None
2026-03-26 12:20:42 [adesa.de] INFO: Saving data for 10728063: {'created_time': 1774527642.743727, 'last_price_update_time': 1774527642.743737, 'auction_closing_time': 1774619320.0}
2026-03-26 12:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728063') HTTP/1.1" 204 0
2026-03-26 12:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727981> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:20:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:20:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3410c632-e777-519f-9bfb-9f261fa0f0f6 with identifier: 10727981
2026-03-26 12:20:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3410c632-e777-519f-9bfb-9f261fa0f0f6 with scrape type 1
2026-03-26 12:20:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3410c632-e777-519f-9bfb-9f261fa0f0f6
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252F16059861-9f9d-4d4f-8682-9f0002dd2a17.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/16059861-9f9d-4d4f-8682-9f0002dd2a17.jpg not downloaded yet
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252F3e8f2f0b-881d-4b23-a79d-9c273d25e19f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/3e8f2f0b-881d-4b23-a79d-9c273d25e19f.jpg not downloaded yet
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252Ff636394d-304c-43ea-8b3f-cd0254dbbab7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/f636394d-304c-43ea-8b3f-cd0254dbbab7.jpg not downloaded yet
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252Fa52e216b-6c6a-4c45-9985-acf081491a24.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/a52e216b-6c6a-4c45-9985-acf081491a24.jpg not downloaded yet
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252F1c4ea3a4-c078-4346-a015-a59eafc1a266.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/1c4ea3a4-c078-4346-a015-a59eafc1a266.jpg not downloaded yet
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252F69881b10-2b15-4c94-901c-5978994de573.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/69881b10-2b15-4c94-901c-5978994de573.jpg not downloaded yet
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252F09b47057-80cf-4308-a803-220d625fd9b5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/09b47057-80cf-4308-a803-220d625fd9b5.jpg not downloaded yet
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252Fe30694fd-1ab9-4e85-80b9-865a32bb321b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/e30694fd-1ab9-4e85-80b9-865a32bb321b.jpg not downloaded yet
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252Ff353a16c-1af8-4706-8118-85b097537710.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/f353a16c-1af8-4706-8118-85b097537710.jpg not downloaded yet
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252Fd9e22d15-7faf-4ae6-8de4-0568bf3381de.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/d9e22d15-7faf-4ae6-8de4-0568bf3381de.jpg not downloaded yet
2026-03-26 12:20:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727874> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:20:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:20:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54bbc659-0eab-50a2-8b3a-e16ad87e9220 with identifier: 10727874
2026-03-26 12:20:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54bbc659-0eab-50a2-8b3a-e16ad87e9220 with scrape type 1
2026-03-26 12:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 54bbc659-0eab-50a2-8b3a-e16ad87e9220
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F85e58f8d-ec15-4c5a-91f3-1bcc25807d10.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/85e58f8d-ec15-4c5a-91f3-1bcc25807d10.jpg not downloaded yet
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F502dcb91-c05f-4079-a626-bd4cdf313bf5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/502dcb91-c05f-4079-a626-bd4cdf313bf5.jpg not downloaded yet
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F9fd0fc44-7719-4696-93b4-c20f9d9986ec.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/9fd0fc44-7719-4696-93b4-c20f9d9986ec.jpg not downloaded yet
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F453bd128-cbc1-4f4b-9686-231278111097.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/453bd128-cbc1-4f4b-9686-231278111097.jpg not downloaded yet
2026-03-26 12:20:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747265/general/d9e22d15-7faf-4ae6-8de4-0568bf3381de.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727981)
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F183bf596-9c5f-4c82-af2f-e6824cc7da0b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/183bf596-9c5f-4c82-af2f-e6824cc7da0b.jpg not downloaded yet
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F51ada316-ea7c-466c-8515-f16204c6f316.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/51ada316-ea7c-466c-8515-f16204c6f316.jpg not downloaded yet
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F5d24c8d9-e259-4e70-8e29-57dfaaae7306.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/5d24c8d9-e259-4e70-8e29-57dfaaae7306.jpg not downloaded yet
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F69b6f437-0b72-413d-8ddf-799de19ef479.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/69b6f437-0b72-413d-8ddf-799de19ef479.jpg not downloaded yet
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252Fffe049d2-8cb4-4367-8c78-885882ac2fa1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/ffe049d2-8cb4-4367-8c78-885882ac2fa1.jpg not downloaded yet
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F56852b25-26f0-404c-bb55-436beb9e437d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/56852b25-26f0-404c-bb55-436beb9e437d.jpg not downloaded yet
2026-03-26 12:20:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702399/general/9fd0fc44-7719-4696-93b4-c20f9d9986ec.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727874)
2026-03-26 12:20:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:20:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d4559d0>
2026-03-26 12:20:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:20: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 12:20:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252Fd9e22d15-7faf-4ae6-8de4-0568bf3381de.jpg') HTTP/1.1" 204 0
2026-03-26 12:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/d9e22d15-7faf-4ae6-8de4-0568bf3381de.jpg saved to cache
2026-03-26 12:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3410c632-e777-519f-9bfb-9f261fa0f0f6
2026-03-26 12:20:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:20:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f016aced110>
2026-03-26 12:20:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:20: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 12:20:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F9fd0fc44-7719-4696-93b4-c20f9d9986ec.jpg') HTTP/1.1" 204 0
2026-03-26 12:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/9fd0fc44-7719-4696-93b4-c20f9d9986ec.jpg saved to cache
2026-03-26 12:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 54bbc659-0eab-50a2-8b3a-e16ad87e9220
2026-03-26 12:20:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702399/general/ffe049d2-8cb4-4367-8c78-885882ac2fa1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727874)
2026-03-26 12:20:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:20:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156551310>
2026-03-26 12:20:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:20: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 12:20:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:20:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252Fffe049d2-8cb4-4367-8c78-885882ac2fa1.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/ffe049d2-8cb4-4367-8c78-885882ac2fa1.jpg saved to cache
2026-03-26 12:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 54bbc659-0eab-50a2-8b3a-e16ad87e9220
2026-03-26 12:21:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702399/general/56852b25-26f0-404c-bb55-436beb9e437d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727874)
2026-03-26 12:21:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702399/general/69b6f437-0b72-413d-8ddf-799de19ef479.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727874)
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c23a150>
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F56852b25-26f0-404c-bb55-436beb9e437d.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/56852b25-26f0-404c-bb55-436beb9e437d.jpg saved to cache
2026-03-26 12:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 54bbc659-0eab-50a2-8b3a-e16ad87e9220
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf6d290>
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F69b6f437-0b72-413d-8ddf-799de19ef479.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/69b6f437-0b72-413d-8ddf-799de19ef479.jpg saved to cache
2026-03-26 12:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 54bbc659-0eab-50a2-8b3a-e16ad87e9220
2026-03-26 12:21:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702399/general/5d24c8d9-e259-4e70-8e29-57dfaaae7306.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727874)
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c239550>
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F5d24c8d9-e259-4e70-8e29-57dfaaae7306.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/5d24c8d9-e259-4e70-8e29-57dfaaae7306.jpg saved to cache
2026-03-26 12:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 54bbc659-0eab-50a2-8b3a-e16ad87e9220
2026-03-26 12:21:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702399/general/51ada316-ea7c-466c-8515-f16204c6f316.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727874)
2026-03-26 12:21:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702399/general/183bf596-9c5f-4c82-af2f-e6824cc7da0b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727874)
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015659f890>
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F51ada316-ea7c-466c-8515-f16204c6f316.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/51ada316-ea7c-466c-8515-f16204c6f316.jpg saved to cache
2026-03-26 12:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 54bbc659-0eab-50a2-8b3a-e16ad87e9220
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf87d90>
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F183bf596-9c5f-4c82-af2f-e6824cc7da0b.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/183bf596-9c5f-4c82-af2f-e6824cc7da0b.jpg saved to cache
2026-03-26 12:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 54bbc659-0eab-50a2-8b3a-e16ad87e9220
2026-03-26 12:21:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702399/general/453bd128-cbc1-4f4b-9686-231278111097.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727874)
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015656a2d0>
2026-03-26 12:21:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F453bd128-cbc1-4f4b-9686-231278111097.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/453bd128-cbc1-4f4b-9686-231278111097.jpg saved to cache
2026-03-26 12:21:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 54bbc659-0eab-50a2-8b3a-e16ad87e9220
2026-03-26 12:21:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702399/general/502dcb91-c05f-4079-a626-bd4cdf313bf5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727874)
2026-03-26 12:21:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702399/general/85e58f8d-ec15-4c5a-91f3-1bcc25807d10.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727874)
2026-03-26 12:21:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ef3210>
2026-03-26 12:21:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F502dcb91-c05f-4079-a626-bd4cdf313bf5.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/502dcb91-c05f-4079-a626-bd4cdf313bf5.jpg saved to cache
2026-03-26 12:21:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 54bbc659-0eab-50a2-8b3a-e16ad87e9220
2026-03-26 12:21:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015656aad0>
2026-03-26 12:21:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702399%252Fgeneral%252F85e58f8d-ec15-4c5a-91f3-1bcc25807d10.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702399/general/85e58f8d-ec15-4c5a-91f3-1bcc25807d10.jpg saved to cache
2026-03-26 12:21:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 54bbc659-0eab-50a2-8b3a-e16ad87e9220
2026-03-26 12:21:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 54bbc659-0eab-50a2-8b3a-e16ad87e9220, skipping ID generation
2026-03-26 12:21:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54bbc659-0eab-50a2-8b3a-e16ad87e9220 with scrape type 1
2026-03-26 12:21:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 54bbc659-0eab-50a2-8b3a-e16ad87e9220 sending to next pipeline
2026-03-26 12:21:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 54bbc659-0eab-50a2-8b3a-e16ad87e9220, identifier: 10727874
2026-03-26 12:21:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 54bbc659-0eab-50a2-8b3a-e16ad87e9220 with identifier: 10727874
2026-03-26 12:21:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 54bbc659-0eab-50a2-8b3a-e16ad87e9220 with identifier: 10727874
2026-03-26 12:21:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 54bbc659-0eab-50a2-8b3a-e16ad87e9220 with identifier: 10727874 to the API
2026-03-26 12:21:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:21:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:21:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5702399/general/85e58f8d-ec15-4c5a-91f3-1bcc25807d10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 200,
'expiration_date': '2026-03-27T13:31:00Z',
'fuel_type': 'Hybrid',
'id': '54bbc659-0eab-50a2-8b3a-e16ad87e9220',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990934-2518388',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727874',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 46771,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125521,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702399/general/85e58f8d-ec15-4c5a-91f3-1bcc25807d10.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219738,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702399/general/502dcb91-c05f-4079-a626-bd4cdf313bf5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102388,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702399/general/9fd0fc44-7719-4696-93b4-c20f9d9986ec.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111892,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702399/general/453bd128-cbc1-4f4b-9686-231278111097.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219876,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702399/general/183bf596-9c5f-4c82-af2f-e6824cc7da0b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118332,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702399/general/51ada316-ea7c-466c-8515-f16204c6f316.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242695,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702399/general/5d24c8d9-e259-4e70-8e29-57dfaaae7306.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 203100,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702399/general/69b6f437-0b72-413d-8ddf-799de19ef479.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221032,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702399/general/ffe049d2-8cb4-4367-8c78-885882ac2fa1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54bbc659-0eab-50a2-8b3a-e16ad87e9220/54bbc659-0eab-50a2-8b3a-e16ad87e9220_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 207889,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702399/general/56852b25-26f0-404c-bb55-436beb9e437d.jpg',
'Width': 1280}],
'price': 16900,
'price_includes_vat': True,
'registration_date': '2022-11-17',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 200 hp - 46.771 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727874%27 HTTP/1.1" 200 None
2026-03-26 12:21:01 [adesa.de] INFO: Saving data for 10727874: {'created_time': 1774527661.760825, 'last_price_update_time': 1774527661.760837, 'auction_closing_time': 1774618260.0}
2026-03-26 12:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727874') HTTP/1.1" 204 0
2026-03-26 12:21:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747265/general/f353a16c-1af8-4706-8118-85b097537710.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727981)
2026-03-26 12:21:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156520350>
2026-03-26 12:21:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252Ff353a16c-1af8-4706-8118-85b097537710.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/f353a16c-1af8-4706-8118-85b097537710.jpg saved to cache
2026-03-26 12:21:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3410c632-e777-519f-9bfb-9f261fa0f0f6
2026-03-26 12:21:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747265/general/e30694fd-1ab9-4e85-80b9-865a32bb321b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727981)
2026-03-26 12:21:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747265/general/09b47057-80cf-4308-a803-220d625fd9b5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727981)
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee05d0>
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252Fe30694fd-1ab9-4e85-80b9-865a32bb321b.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/e30694fd-1ab9-4e85-80b9-865a32bb321b.jpg saved to cache
2026-03-26 12:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3410c632-e777-519f-9bfb-9f261fa0f0f6
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee3090>
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252F09b47057-80cf-4308-a803-220d625fd9b5.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/09b47057-80cf-4308-a803-220d625fd9b5.jpg saved to cache
2026-03-26 12:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3410c632-e777-519f-9bfb-9f261fa0f0f6
2026-03-26 12:21:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747265/general/69881b10-2b15-4c94-901c-5978994de573.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727981)
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e93210>
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252F69881b10-2b15-4c94-901c-5978994de573.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/69881b10-2b15-4c94-901c-5978994de573.jpg saved to cache
2026-03-26 12:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3410c632-e777-519f-9bfb-9f261fa0f0f6
2026-03-26 12:21:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747265/general/1c4ea3a4-c078-4346-a015-a59eafc1a266.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727981)
2026-03-26 12:21:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747265/general/a52e216b-6c6a-4c45-9985-acf081491a24.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727981)
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156551e90>
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252F1c4ea3a4-c078-4346-a015-a59eafc1a266.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/1c4ea3a4-c078-4346-a015-a59eafc1a266.jpg saved to cache
2026-03-26 12:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3410c632-e777-519f-9bfb-9f261fa0f0f6
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156521a90>
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252Fa52e216b-6c6a-4c45-9985-acf081491a24.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/a52e216b-6c6a-4c45-9985-acf081491a24.jpg saved to cache
2026-03-26 12:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3410c632-e777-519f-9bfb-9f261fa0f0f6
2026-03-26 12:21:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747265/general/f636394d-304c-43ea-8b3f-cd0254dbbab7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727981)
2026-03-26 12:21:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747265/general/3e8f2f0b-881d-4b23-a79d-9c273d25e19f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727981)
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156523110>
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252Ff636394d-304c-43ea-8b3f-cd0254dbbab7.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/f636394d-304c-43ea-8b3f-cd0254dbbab7.jpg saved to cache
2026-03-26 12:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3410c632-e777-519f-9bfb-9f261fa0f0f6
2026-03-26 12:21:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747265/general/16059861-9f9d-4d4f-8682-9f0002dd2a17.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727981)
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e1650>
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252F3e8f2f0b-881d-4b23-a79d-9c273d25e19f.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/3e8f2f0b-881d-4b23-a79d-9c273d25e19f.jpg saved to cache
2026-03-26 12:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3410c632-e777-519f-9bfb-9f261fa0f0f6
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0a83d0>
2026-03-26 12:21:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747265%252Fgeneral%252F16059861-9f9d-4d4f-8682-9f0002dd2a17.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747265/general/16059861-9f9d-4d4f-8682-9f0002dd2a17.jpg saved to cache
2026-03-26 12:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3410c632-e777-519f-9bfb-9f261fa0f0f6
2026-03-26 12:21:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3410c632-e777-519f-9bfb-9f261fa0f0f6, skipping ID generation
2026-03-26 12:21:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3410c632-e777-519f-9bfb-9f261fa0f0f6 with scrape type 1
2026-03-26 12:21:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3410c632-e777-519f-9bfb-9f261fa0f0f6 sending to next pipeline
2026-03-26 12:21:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 3410c632-e777-519f-9bfb-9f261fa0f0f6, identifier: 10727981
2026-03-26 12:21:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 3410c632-e777-519f-9bfb-9f261fa0f0f6 with identifier: 10727981
2026-03-26 12:21:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 3410c632-e777-519f-9bfb-9f261fa0f0f6 with identifier: 10727981
2026-03-26 12:21:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 3410c632-e777-519f-9bfb-9f261fa0f0f6 with identifier: 10727981 to the API
2026-03-26 12:21:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:21: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 12:21:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747265/general/16059861-9f9d-4d4f-8682-9f0002dd2a17.jpg>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 200,
'expiration_date': '2026-03-27T13:30:00Z',
'fuel_type': 'Hybrid',
'id': '3410c632-e777-519f-9bfb-9f261fa0f0f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991023-2531510',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727981',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 59275,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 20,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93556,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747265/general/16059861-9f9d-4d4f-8682-9f0002dd2a17.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132160,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747265/general/3e8f2f0b-881d-4b23-a79d-9c273d25e19f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141296,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747265/general/f636394d-304c-43ea-8b3f-cd0254dbbab7.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152605,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747265/general/a52e216b-6c6a-4c45-9985-acf081491a24.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125324,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747265/general/1c4ea3a4-c078-4346-a015-a59eafc1a266.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170658,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747265/general/69881b10-2b15-4c94-901c-5978994de573.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218944,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747265/general/09b47057-80cf-4308-a803-220d625fd9b5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 180649,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747265/general/e30694fd-1ab9-4e85-80b9-865a32bb321b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 188641,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747265/general/f353a16c-1af8-4706-8118-85b097537710.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3410c632-e777-519f-9bfb-9f261fa0f0f6/3410c632-e777-519f-9bfb-9f261fa0f0f6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 180390,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747265/general/d9e22d15-7faf-4ae6-8de4-0568bf3381de.jpg',
'Width': 1280}],
'price': 14200,
'price_includes_vat': True,
'registration_date': '2022-01-18',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 200 hp - 59.275 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727981%27 HTTP/1.1" 200 None
2026-03-26 12:21:03 [adesa.de] INFO: Saving data for 10727981: {'created_time': 1774527663.480815, 'last_price_update_time': 1774527663.480826, 'auction_closing_time': 1774618200.0}
2026-03-26 12:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727981') HTTP/1.1" 204 0
2026-03-26 12:21:03 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.068(s), this was the 1st time calling it.
2026-03-26 12:21:03 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.770333120054928 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 12:21:07 [scrapy.extensions.logstats] INFO: Crawled 83 pages (at 11 pages/min), scraped 74 items (at 10 items/min)
2026-03-26 12:21:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 164MiB
2026-03-26 12:21:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:21:13 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.921(s), this was the 1st time calling it.
2026-03-26 12:21:13 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.812744378799454 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 12:21:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727959> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:21: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 12:21:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ce05c72-4559-5e15-9af6-4b496944309a with identifier: 10727959
2026-03-26 12:21:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ce05c72-4559-5e15-9af6-4b496944309a with scrape type 1
2026-03-26 12:21:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9ce05c72-4559-5e15-9af6-4b496944309a
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715314%252Fgeneral%252F86f309ba-b305-4aa3-8e57-a5117fd882ae.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715314/general/86f309ba-b305-4aa3-8e57-a5117fd882ae.jpg already downloaded
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715314%252Fgeneral%252F8048c12b-8c4d-4da8-a072-27b70df1cb7c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715314/general/8048c12b-8c4d-4da8-a072-27b70df1cb7c.jpg already downloaded
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715314%252Fgeneral%252F8094c1c6-516e-46a8-a8e8-2d01c5c4ed19.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715314/general/8094c1c6-516e-46a8-a8e8-2d01c5c4ed19.jpg already downloaded
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715314%252Fgeneral%252F8d3c512a-b0aa-4a55-a5c5-78dc6a588c0d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715314/general/8d3c512a-b0aa-4a55-a5c5-78dc6a588c0d.jpg already downloaded
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715314%252Fgeneral%252F42076b87-639e-4d7c-8a2d-1e8b789b4706.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715314/general/42076b87-639e-4d7c-8a2d-1e8b789b4706.jpg already downloaded
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715314%252Fgeneral%252Fe1baade7-ccd9-43ae-b071-cf000ca3977d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715314/general/e1baade7-ccd9-43ae-b071-cf000ca3977d.jpg already downloaded
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715314%252Fgeneral%252Fd228ea4a-c539-4558-9ca7-b5b79f5c76f8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715314/general/d228ea4a-c539-4558-9ca7-b5b79f5c76f8.jpg already downloaded
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715314%252Fgeneral%252Fcd8aec23-dfed-4792-a6fc-3fce03f7d13b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715314/general/cd8aec23-dfed-4792-a6fc-3fce03f7d13b.jpg already downloaded
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715314%252Fgeneral%252Fe7dd97d2-c8b4-4584-ac90-b24ab951b042.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715314/general/e7dd97d2-c8b4-4584-ac90-b24ab951b042.jpg already downloaded
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715314%252Fgeneral%252Ff7dba518-64c3-4325-a9b7-eb19b0e94e91.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715314/general/f7dba518-64c3-4325-a9b7-eb19b0e94e91.jpg already downloaded
2026-03-26 12:21:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 9ce05c72-4559-5e15-9af6-4b496944309a, identifier: 10727959
2026-03-26 12:21:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 9ce05c72-4559-5e15-9af6-4b496944309a with identifier: 10727959
2026-03-26 12:21:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 9ce05c72-4559-5e15-9af6-4b496944309a with identifier: 10727959
2026-03-26 12:21:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 9ce05c72-4559-5e15-9af6-4b496944309a with identifier: 10727959 to the API
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:21: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 12:21:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727959>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:01:00Z',
'fuel_type': 'Electric',
'id': '9ce05c72-4559-5e15-9af6-4b496944309a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990993-2484886',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727959',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 13143,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 14,
'photo_urls': ['https://images.openlane.eu/carimgs/5715314/general/86f309ba-b305-4aa3-8e57-a5117fd882ae.jpg',
'https://images.openlane.eu/carimgs/5715314/general/8048c12b-8c4d-4da8-a072-27b70df1cb7c.jpg',
'https://images.openlane.eu/carimgs/5715314/general/8094c1c6-516e-46a8-a8e8-2d01c5c4ed19.jpg',
'https://images.openlane.eu/carimgs/5715314/general/8d3c512a-b0aa-4a55-a5c5-78dc6a588c0d.jpg',
'https://images.openlane.eu/carimgs/5715314/general/42076b87-639e-4d7c-8a2d-1e8b789b4706.jpg',
'https://images.openlane.eu/carimgs/5715314/general/e1baade7-ccd9-43ae-b071-cf000ca3977d.jpg',
'https://images.openlane.eu/carimgs/5715314/general/d228ea4a-c539-4558-9ca7-b5b79f5c76f8.jpg',
'https://images.openlane.eu/carimgs/5715314/general/cd8aec23-dfed-4792-a6fc-3fce03f7d13b.jpg',
'https://images.openlane.eu/carimgs/5715314/general/e7dd97d2-c8b4-4584-ac90-b24ab951b042.jpg',
'https://images.openlane.eu/carimgs/5715314/general/f7dba518-64c3-4325-a9b7-eb19b0e94e91.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ce05c72-4559-5e15-9af6-4b496944309a/9ce05c72-4559-5e15-9af6-4b496944309a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154032,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715314/general/86f309ba-b305-4aa3-8e57-a5117fd882ae.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ce05c72-4559-5e15-9af6-4b496944309a/9ce05c72-4559-5e15-9af6-4b496944309a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125164,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715314/general/8048c12b-8c4d-4da8-a072-27b70df1cb7c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ce05c72-4559-5e15-9af6-4b496944309a/9ce05c72-4559-5e15-9af6-4b496944309a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112268,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715314/general/8094c1c6-516e-46a8-a8e8-2d01c5c4ed19.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ce05c72-4559-5e15-9af6-4b496944309a/9ce05c72-4559-5e15-9af6-4b496944309a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217806,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715314/general/8d3c512a-b0aa-4a55-a5c5-78dc6a588c0d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ce05c72-4559-5e15-9af6-4b496944309a/9ce05c72-4559-5e15-9af6-4b496944309a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 213313,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715314/general/42076b87-639e-4d7c-8a2d-1e8b789b4706.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ce05c72-4559-5e15-9af6-4b496944309a/9ce05c72-4559-5e15-9af6-4b496944309a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 262285,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715314/general/e1baade7-ccd9-43ae-b071-cf000ca3977d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ce05c72-4559-5e15-9af6-4b496944309a/9ce05c72-4559-5e15-9af6-4b496944309a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242361,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715314/general/d228ea4a-c539-4558-9ca7-b5b79f5c76f8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ce05c72-4559-5e15-9af6-4b496944309a/9ce05c72-4559-5e15-9af6-4b496944309a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224450,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715314/general/cd8aec23-dfed-4792-a6fc-3fce03f7d13b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ce05c72-4559-5e15-9af6-4b496944309a/9ce05c72-4559-5e15-9af6-4b496944309a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228095,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715314/general/e7dd97d2-c8b4-4584-ac90-b24ab951b042.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ce05c72-4559-5e15-9af6-4b496944309a/9ce05c72-4559-5e15-9af6-4b496944309a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216065,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715314/general/f7dba518-64c3-4325-a9b7-eb19b0e94e91.jpg',
'Width': 1280}],
'price': 15400,
'price_includes_vat': True,
'registration_date': '2022-08-01',
'seats_number': 3,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Vivaro Edition - Electric - Automatic - 136 hp - 13.143 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727959%27 HTTP/1.1" 200 None
2026-03-26 12:21:14 [adesa.de] INFO: Saving data for 10727959: {'created_time': 1774527674.791634, 'last_price_update_time': 1774527674.791647, 'auction_closing_time': 1774616460.0}
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727959') HTTP/1.1" 204 0
2026-03-26 12:21:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:21:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727930> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:21:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:21:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d94c6947-ea9a-5799-962a-dced5f50f715 with identifier: 10727930
2026-03-26 12:21:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d94c6947-ea9a-5799-962a-dced5f50f715 with scrape type 1
2026-03-26 12:21:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d94c6947-ea9a-5799-962a-dced5f50f715
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715301%252Fgeneral%252Fc1e67842-44db-4be1-8f7a-81f53abcba2c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715301/general/c1e67842-44db-4be1-8f7a-81f53abcba2c.jpg already downloaded
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715301%252Fgeneral%252F2be93218-abbd-433b-a01c-39e3aa200eba.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715301/general/2be93218-abbd-433b-a01c-39e3aa200eba.jpg already downloaded
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715301%252Fgeneral%252Ff251054c-6a03-4730-82f3-15bad9ee01c7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715301/general/f251054c-6a03-4730-82f3-15bad9ee01c7.jpg already downloaded
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715301%252Fgeneral%252Fe584367f-69b3-47e6-9ab6-6065cf3257b3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715301/general/e584367f-69b3-47e6-9ab6-6065cf3257b3.jpg already downloaded
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715301%252Fgeneral%252F302b9968-6131-4201-b553-c566ee42ce1a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715301/general/302b9968-6131-4201-b553-c566ee42ce1a.jpg already downloaded
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715301%252Fgeneral%252F470b21c5-4120-49da-a3c2-3b4260bdaf82.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715301/general/470b21c5-4120-49da-a3c2-3b4260bdaf82.jpg already downloaded
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715301%252Fgeneral%252F08141eed-d699-4645-a81b-0e17c0e050f5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715301/general/08141eed-d699-4645-a81b-0e17c0e050f5.jpg already downloaded
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715301%252Fgeneral%252F585a897e-8aeb-4ce9-a58c-0c6e6d2862dd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715301/general/585a897e-8aeb-4ce9-a58c-0c6e6d2862dd.jpg already downloaded
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715301%252Fgeneral%252F4e2e5043-59f0-4653-a30e-266537570f8d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715301/general/4e2e5043-59f0-4653-a30e-266537570f8d.jpg already downloaded
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715301%252Fgeneral%252F909aca3a-7c88-4639-91c3-4467e7fd4622.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715301/general/909aca3a-7c88-4639-91c3-4467e7fd4622.jpg already downloaded
2026-03-26 12:21:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: d94c6947-ea9a-5799-962a-dced5f50f715, identifier: 10727930
2026-03-26 12:21:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: d94c6947-ea9a-5799-962a-dced5f50f715 with identifier: 10727930
2026-03-26 12:21:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: d94c6947-ea9a-5799-962a-dced5f50f715 with identifier: 10727930
2026-03-26 12:21:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: d94c6947-ea9a-5799-962a-dced5f50f715 with identifier: 10727930 to the API
2026-03-26 12:21:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:21:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:21:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727930>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Hybrid',
'id': 'd94c6947-ea9a-5799-962a-dced5f50f715',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990937-2485174',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727930',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 91350,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 13,
'photo_urls': ['https://images.openlane.eu/carimgs/5715301/general/c1e67842-44db-4be1-8f7a-81f53abcba2c.jpg',
'https://images.openlane.eu/carimgs/5715301/general/2be93218-abbd-433b-a01c-39e3aa200eba.jpg',
'https://images.openlane.eu/carimgs/5715301/general/f251054c-6a03-4730-82f3-15bad9ee01c7.jpg',
'https://images.openlane.eu/carimgs/5715301/general/e584367f-69b3-47e6-9ab6-6065cf3257b3.jpg',
'https://images.openlane.eu/carimgs/5715301/general/302b9968-6131-4201-b553-c566ee42ce1a.jpg',
'https://images.openlane.eu/carimgs/5715301/general/470b21c5-4120-49da-a3c2-3b4260bdaf82.jpg',
'https://images.openlane.eu/carimgs/5715301/general/08141eed-d699-4645-a81b-0e17c0e050f5.jpg',
'https://images.openlane.eu/carimgs/5715301/general/585a897e-8aeb-4ce9-a58c-0c6e6d2862dd.jpg',
'https://images.openlane.eu/carimgs/5715301/general/4e2e5043-59f0-4653-a30e-266537570f8d.jpg',
'https://images.openlane.eu/carimgs/5715301/general/909aca3a-7c88-4639-91c3-4467e7fd4622.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d94c6947-ea9a-5799-962a-dced5f50f715/d94c6947-ea9a-5799-962a-dced5f50f715_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 193528,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715301/general/c1e67842-44db-4be1-8f7a-81f53abcba2c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d94c6947-ea9a-5799-962a-dced5f50f715/d94c6947-ea9a-5799-962a-dced5f50f715_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130142,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715301/general/2be93218-abbd-433b-a01c-39e3aa200eba.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d94c6947-ea9a-5799-962a-dced5f50f715/d94c6947-ea9a-5799-962a-dced5f50f715_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126533,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715301/general/f251054c-6a03-4730-82f3-15bad9ee01c7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d94c6947-ea9a-5799-962a-dced5f50f715/d94c6947-ea9a-5799-962a-dced5f50f715_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103030,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715301/general/e584367f-69b3-47e6-9ab6-6065cf3257b3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d94c6947-ea9a-5799-962a-dced5f50f715/d94c6947-ea9a-5799-962a-dced5f50f715_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225076,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715301/general/302b9968-6131-4201-b553-c566ee42ce1a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d94c6947-ea9a-5799-962a-dced5f50f715/d94c6947-ea9a-5799-962a-dced5f50f715_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227175,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715301/general/470b21c5-4120-49da-a3c2-3b4260bdaf82.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d94c6947-ea9a-5799-962a-dced5f50f715/d94c6947-ea9a-5799-962a-dced5f50f715_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 207389,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715301/general/08141eed-d699-4645-a81b-0e17c0e050f5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d94c6947-ea9a-5799-962a-dced5f50f715/d94c6947-ea9a-5799-962a-dced5f50f715_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209889,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715301/general/585a897e-8aeb-4ce9-a58c-0c6e6d2862dd.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d94c6947-ea9a-5799-962a-dced5f50f715/d94c6947-ea9a-5799-962a-dced5f50f715_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206453,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715301/general/4e2e5043-59f0-4653-a30e-266537570f8d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d94c6947-ea9a-5799-962a-dced5f50f715/d94c6947-ea9a-5799-962a-dced5f50f715_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 231182,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715301/general/909aca3a-7c88-4639-91c3-4467e7fd4622.jpg',
'Width': 1280}],
'price': 13800,
'price_includes_vat': True,
'registration_date': '2022-10-28',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 91.350 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727930%27 HTTP/1.1" 200 None
2026-03-26 12:21:19 [adesa.de] INFO: Saving data for 10727930: {'created_time': 1774527679.171245, 'last_price_update_time': 1774527679.171256, 'auction_closing_time': 1774618800.0}
2026-03-26 12:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727930') HTTP/1.1" 204 0
2026-03-26 12:21:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728057> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:21: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 12:21:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d47b3b6-78c1-55a7-b982-7279cadd9e27 with identifier: 10728057
2026-03-26 12:21:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d47b3b6-78c1-55a7-b982-7279cadd9e27 with scrape type 1
2026-03-26 12:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1d47b3b6-78c1-55a7-b982-7279cadd9e27
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252Fcfed04b3-31e1-4a58-8633-85bdeb3b93f3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/cfed04b3-31e1-4a58-8633-85bdeb3b93f3.jpg not downloaded yet
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252F427b142c-9bfa-41fd-a0ce-23aedf4e8c59.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/427b142c-9bfa-41fd-a0ce-23aedf4e8c59.jpg not downloaded yet
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252F60891d6f-cfdb-45de-bdb7-b41964b47c6b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/60891d6f-cfdb-45de-bdb7-b41964b47c6b.jpg not downloaded yet
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252F1c3bceb9-e693-4a17-b013-1d34f590b5b1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/1c3bceb9-e693-4a17-b013-1d34f590b5b1.jpg not downloaded yet
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252F4fe9fc58-e536-4be7-be70-1a5f7396ddb5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/4fe9fc58-e536-4be7-be70-1a5f7396ddb5.jpg not downloaded yet
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252F5413a287-7ccd-4ee8-8244-86584e52425c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/5413a287-7ccd-4ee8-8244-86584e52425c.jpg not downloaded yet
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252F7e4d116c-266b-4d93-9a49-49a2cedaf84d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/7e4d116c-266b-4d93-9a49-49a2cedaf84d.jpg not downloaded yet
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252F31770d16-5d72-4274-ae94-64dbdcde9a1a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/31770d16-5d72-4274-ae94-64dbdcde9a1a.jpg not downloaded yet
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252Fb156a921-cf56-428c-8500-730d48f368b2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/b156a921-cf56-428c-8500-730d48f368b2.jpg not downloaded yet
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252Fa64c200d-1b93-40dc-846e-efe5b9ce3171.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/a64c200d-1b93-40dc-846e-efe5b9ce3171.jpg not downloaded yet
2026-03-26 12:21:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727878> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:21: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 12:21:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3ab848b-92d4-5ff5-8181-53b544d64214 with identifier: 10727878
2026-03-26 12:21:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3ab848b-92d4-5ff5-8181-53b544d64214 with scrape type 1
2026-03-26 12:21:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b3ab848b-92d4-5ff5-8181-53b544d64214
2026-03-26 12:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252F97f8135e-5435-428d-b46f-504107d9c1bf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/97f8135e-5435-428d-b46f-504107d9c1bf.jpg not downloaded yet
2026-03-26 12:21:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702507/general/a64c200d-1b93-40dc-846e-efe5b9ce3171.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728057)
2026-03-26 12:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252F5d172ac0-1cd9-49d2-a9b9-10092d62eabf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/5d172ac0-1cd9-49d2-a9b9-10092d62eabf.jpg not downloaded yet
2026-03-26 12:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252F8a6fa819-cea9-44f8-8eb9-f4908c16944d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/8a6fa819-cea9-44f8-8eb9-f4908c16944d.jpg not downloaded yet
2026-03-26 12:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252Fb599ed50-143a-4306-8638-d6c7225b1a88.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/b599ed50-143a-4306-8638-d6c7225b1a88.jpg not downloaded yet
2026-03-26 12:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252Ff64e435c-91f9-455f-a7a8-39389937094b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/f64e435c-91f9-455f-a7a8-39389937094b.jpg not downloaded yet
2026-03-26 12:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252Fe86aa88e-afd3-4815-acf6-e811a2d02844.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/e86aa88e-afd3-4815-acf6-e811a2d02844.jpg not downloaded yet
2026-03-26 12:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252F681fef33-6b26-4d62-8e29-cd43a27a6bbf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/681fef33-6b26-4d62-8e29-cd43a27a6bbf.jpg not downloaded yet
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252F0418c01f-3dca-4d72-9221-f684e1792293.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/0418c01f-3dca-4d72-9221-f684e1792293.jpg not downloaded yet
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156521210>
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252Fa64c200d-1b93-40dc-846e-efe5b9ce3171.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/a64c200d-1b93-40dc-846e-efe5b9ce3171.jpg saved to cache
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1d47b3b6-78c1-55a7-b982-7279cadd9e27
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252F158bd5e9-628a-485d-a4dc-9a43a766c835.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/158bd5e9-628a-485d-a4dc-9a43a766c835.jpg not downloaded yet
2026-03-26 12:21:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702418/general/97f8135e-5435-428d-b46f-504107d9c1bf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727878)
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252Fe07da500-5578-4301-852a-503c58c4f68f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/e07da500-5578-4301-852a-503c58c4f68f.jpg not downloaded yet
2026-03-26 12:21:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702418/general/0418c01f-3dca-4d72-9221-f684e1792293.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727878)
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c03c550>
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252F97f8135e-5435-428d-b46f-504107d9c1bf.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/97f8135e-5435-428d-b46f-504107d9c1bf.jpg saved to cache
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b3ab848b-92d4-5ff5-8181-53b544d64214
2026-03-26 12:21:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702418/general/e07da500-5578-4301-852a-503c58c4f68f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727878)
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156edf5d0>
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252F0418c01f-3dca-4d72-9221-f684e1792293.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/0418c01f-3dca-4d72-9221-f684e1792293.jpg saved to cache
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b3ab848b-92d4-5ff5-8181-53b544d64214
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e0c310>
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252Fe07da500-5578-4301-852a-503c58c4f68f.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/e07da500-5578-4301-852a-503c58c4f68f.jpg saved to cache
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b3ab848b-92d4-5ff5-8181-53b544d64214
2026-03-26 12:21:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702418/general/158bd5e9-628a-485d-a4dc-9a43a766c835.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727878)
2026-03-26 12:21:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702418/general/681fef33-6b26-4d62-8e29-cd43a27a6bbf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727878)
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e1610>
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252F158bd5e9-628a-485d-a4dc-9a43a766c835.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/158bd5e9-628a-485d-a4dc-9a43a766c835.jpg saved to cache
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b3ab848b-92d4-5ff5-8181-53b544d64214
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e3850>
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252F681fef33-6b26-4d62-8e29-cd43a27a6bbf.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/681fef33-6b26-4d62-8e29-cd43a27a6bbf.jpg saved to cache
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b3ab848b-92d4-5ff5-8181-53b544d64214
2026-03-26 12:21:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702418/general/e86aa88e-afd3-4815-acf6-e811a2d02844.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727878)
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e923d0>
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252Fe86aa88e-afd3-4815-acf6-e811a2d02844.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/e86aa88e-afd3-4815-acf6-e811a2d02844.jpg saved to cache
2026-03-26 12:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b3ab848b-92d4-5ff5-8181-53b544d64214
2026-03-26 12:21:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702418/general/f64e435c-91f9-455f-a7a8-39389937094b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727878)
2026-03-26 12:21:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702418/general/b599ed50-143a-4306-8638-d6c7225b1a88.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727878)
2026-03-26 12:21:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25fb90>
2026-03-26 12:21:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252Ff64e435c-91f9-455f-a7a8-39389937094b.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/f64e435c-91f9-455f-a7a8-39389937094b.jpg saved to cache
2026-03-26 12:21:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b3ab848b-92d4-5ff5-8181-53b544d64214
2026-03-26 12:21:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25db50>
2026-03-26 12:21:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252Fb599ed50-143a-4306-8638-d6c7225b1a88.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/b599ed50-143a-4306-8638-d6c7225b1a88.jpg saved to cache
2026-03-26 12:21:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b3ab848b-92d4-5ff5-8181-53b544d64214
2026-03-26 12:21:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702418/general/8a6fa819-cea9-44f8-8eb9-f4908c16944d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727878)
2026-03-26 12:21:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015659db50>
2026-03-26 12:21:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252F8a6fa819-cea9-44f8-8eb9-f4908c16944d.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/8a6fa819-cea9-44f8-8eb9-f4908c16944d.jpg saved to cache
2026-03-26 12:21:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b3ab848b-92d4-5ff5-8181-53b544d64214
2026-03-26 12:21:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702418/general/5d172ac0-1cd9-49d2-a9b9-10092d62eabf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727878)
2026-03-26 12:21:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702507/general/b156a921-cf56-428c-8500-730d48f368b2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728057)
2026-03-26 12:21:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e0ff90>
2026-03-26 12:21:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702418%252Fgeneral%252F5d172ac0-1cd9-49d2-a9b9-10092d62eabf.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702418/general/5d172ac0-1cd9-49d2-a9b9-10092d62eabf.jpg saved to cache
2026-03-26 12:21:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b3ab848b-92d4-5ff5-8181-53b544d64214
2026-03-26 12:21:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b3ab848b-92d4-5ff5-8181-53b544d64214, skipping ID generation
2026-03-26 12:21:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3ab848b-92d4-5ff5-8181-53b544d64214 with scrape type 1
2026-03-26 12:21:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b3ab848b-92d4-5ff5-8181-53b544d64214 sending to next pipeline
2026-03-26 12:21:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: b3ab848b-92d4-5ff5-8181-53b544d64214, identifier: 10727878
2026-03-26 12:21:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: b3ab848b-92d4-5ff5-8181-53b544d64214 with identifier: 10727878
2026-03-26 12:21:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: b3ab848b-92d4-5ff5-8181-53b544d64214 with identifier: 10727878
2026-03-26 12:21:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: b3ab848b-92d4-5ff5-8181-53b544d64214 with identifier: 10727878 to the API
2026-03-26 12:21:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:21: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 12:21:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5702418/general/5d172ac0-1cd9-49d2-a9b9-10092d62eabf.jpg>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:36:20Z',
'fuel_type': 'Hybrid',
'id': 'b3ab848b-92d4-5ff5-8181-53b544d64214',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991028-2508751',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727878',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 83942,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 54,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78467,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702418/general/97f8135e-5435-428d-b46f-504107d9c1bf.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76521,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702418/general/5d172ac0-1cd9-49d2-a9b9-10092d62eabf.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127296,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702418/general/8a6fa819-cea9-44f8-8eb9-f4908c16944d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126165,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702418/general/b599ed50-143a-4306-8638-d6c7225b1a88.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129098,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702418/general/f64e435c-91f9-455f-a7a8-39389937094b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68779,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702418/general/e86aa88e-afd3-4815-acf6-e811a2d02844.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175528,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702418/general/681fef33-6b26-4d62-8e29-cd43a27a6bbf.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154707,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702418/general/0418c01f-3dca-4d72-9221-f684e1792293.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113093,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702418/general/158bd5e9-628a-485d-a4dc-9a43a766c835.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3ab848b-92d4-5ff5-8181-53b544d64214/b3ab848b-92d4-5ff5-8181-53b544d64214_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135103,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702418/general/e07da500-5578-4301-852a-503c58c4f68f.jpg',
'Width': 1280}],
'price': 12800,
'price_includes_vat': True,
'registration_date': '2022-10-26',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 83.942 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727878%27 HTTP/1.1" 200 None
2026-03-26 12:21:24 [adesa.de] INFO: Saving data for 10727878: {'created_time': 1774527684.071952, 'last_price_update_time': 1774527684.071963, 'auction_closing_time': 1774618580.0}
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727878') HTTP/1.1" 204 0
2026-03-26 12:21:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702507/general/31770d16-5d72-4274-ae94-64dbdcde9a1a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728057)
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e0d2d0>
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252Fb156a921-cf56-428c-8500-730d48f368b2.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/b156a921-cf56-428c-8500-730d48f368b2.jpg saved to cache
2026-03-26 12:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1d47b3b6-78c1-55a7-b982-7279cadd9e27
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cfd1250>
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252F31770d16-5d72-4274-ae94-64dbdcde9a1a.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/31770d16-5d72-4274-ae94-64dbdcde9a1a.jpg saved to cache
2026-03-26 12:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1d47b3b6-78c1-55a7-b982-7279cadd9e27
2026-03-26 12:21:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702507/general/7e4d116c-266b-4d93-9a49-49a2cedaf84d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728057)
2026-03-26 12:21:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702507/general/5413a287-7ccd-4ee8-8244-86584e52425c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728057)
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ef110>
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252F7e4d116c-266b-4d93-9a49-49a2cedaf84d.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/7e4d116c-266b-4d93-9a49-49a2cedaf84d.jpg saved to cache
2026-03-26 12:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1d47b3b6-78c1-55a7-b982-7279cadd9e27
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c154fd0>
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252F5413a287-7ccd-4ee8-8244-86584e52425c.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/5413a287-7ccd-4ee8-8244-86584e52425c.jpg saved to cache
2026-03-26 12:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1d47b3b6-78c1-55a7-b982-7279cadd9e27
2026-03-26 12:21:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702507/general/4fe9fc58-e536-4be7-be70-1a5f7396ddb5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728057)
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c65a0d0>
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252F4fe9fc58-e536-4be7-be70-1a5f7396ddb5.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/4fe9fc58-e536-4be7-be70-1a5f7396ddb5.jpg saved to cache
2026-03-26 12:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1d47b3b6-78c1-55a7-b982-7279cadd9e27
2026-03-26 12:21:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702507/general/1c3bceb9-e693-4a17-b013-1d34f590b5b1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728057)
2026-03-26 12:21:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702507/general/60891d6f-cfdb-45de-bdb7-b41964b47c6b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728057)
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d257150>
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252F1c3bceb9-e693-4a17-b013-1d34f590b5b1.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/1c3bceb9-e693-4a17-b013-1d34f590b5b1.jpg saved to cache
2026-03-26 12:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1d47b3b6-78c1-55a7-b982-7279cadd9e27
2026-03-26 12:21:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702507/general/427b142c-9bfa-41fd-a0ce-23aedf4e8c59.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728057)
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d2572d0>
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:21:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252F60891d6f-cfdb-45de-bdb7-b41964b47c6b.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/60891d6f-cfdb-45de-bdb7-b41964b47c6b.jpg saved to cache
2026-03-26 12:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1d47b3b6-78c1-55a7-b982-7279cadd9e27
2026-03-26 12:21:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c03d810>
2026-03-26 12:21:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252F427b142c-9bfa-41fd-a0ce-23aedf4e8c59.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/427b142c-9bfa-41fd-a0ce-23aedf4e8c59.jpg saved to cache
2026-03-26 12:21:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1d47b3b6-78c1-55a7-b982-7279cadd9e27
2026-03-26 12:21:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702507/general/cfed04b3-31e1-4a58-8633-85bdeb3b93f3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728057)
2026-03-26 12:21:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156552090>
2026-03-26 12:21:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702507%252Fgeneral%252Fcfed04b3-31e1-4a58-8633-85bdeb3b93f3.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702507/general/cfed04b3-31e1-4a58-8633-85bdeb3b93f3.jpg saved to cache
2026-03-26 12:21:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1d47b3b6-78c1-55a7-b982-7279cadd9e27
2026-03-26 12:21:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1d47b3b6-78c1-55a7-b982-7279cadd9e27, skipping ID generation
2026-03-26 12:21:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d47b3b6-78c1-55a7-b982-7279cadd9e27 with scrape type 1
2026-03-26 12:21:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1d47b3b6-78c1-55a7-b982-7279cadd9e27 sending to next pipeline
2026-03-26 12:21:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 1d47b3b6-78c1-55a7-b982-7279cadd9e27, identifier: 10728057
2026-03-26 12:21:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 1d47b3b6-78c1-55a7-b982-7279cadd9e27 with identifier: 10728057
2026-03-26 12:21:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 1d47b3b6-78c1-55a7-b982-7279cadd9e27 with identifier: 10728057
2026-03-26 12:21:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 1d47b3b6-78c1-55a7-b982-7279cadd9e27 with identifier: 10728057 to the API
2026-03-26 12:21:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:21:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:21:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5702507/general/cfed04b3-31e1-4a58-8633-85bdeb3b93f3.jpg>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:34:20Z',
'fuel_type': 'Hybrid',
'id': '1d47b3b6-78c1-55a7-b982-7279cadd9e27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991007-2508468',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728057',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 67599,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 43,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70723,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702507/general/cfed04b3-31e1-4a58-8633-85bdeb3b93f3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109167,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702507/general/427b142c-9bfa-41fd-a0ce-23aedf4e8c59.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107285,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702507/general/60891d6f-cfdb-45de-bdb7-b41964b47c6b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110784,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702507/general/1c3bceb9-e693-4a17-b013-1d34f590b5b1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133870,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702507/general/4fe9fc58-e536-4be7-be70-1a5f7396ddb5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98030,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702507/general/5413a287-7ccd-4ee8-8244-86584e52425c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77680,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702507/general/7e4d116c-266b-4d93-9a49-49a2cedaf84d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121116,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702507/general/31770d16-5d72-4274-ae94-64dbdcde9a1a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139663,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702507/general/b156a921-cf56-428c-8500-730d48f368b2.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d47b3b6-78c1-55a7-b982-7279cadd9e27/1d47b3b6-78c1-55a7-b982-7279cadd9e27_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82827,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702507/general/a64c200d-1b93-40dc-846e-efe5b9ce3171.jpg',
'Width': 1280}],
'price': 15200,
'price_includes_vat': True,
'registration_date': '2022-11-24',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 67.599 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728057%27 HTTP/1.1" 200 None
2026-03-26 12:21:25 [adesa.de] INFO: Saving data for 10728057: {'created_time': 1774527685.718982, 'last_price_update_time': 1774527685.718995, 'auction_closing_time': 1774618460.0}
2026-03-26 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728057') HTTP/1.1" 204 0
2026-03-26 12:21:27 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.300(s), this was the 1st time calling it.
2026-03-26 12:21:27 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.581521385448458 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 12:21:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:21:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727136> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:21: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 12:21:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7f07090-14e4-51ca-8267-1fd060e34cf3 with identifier: 10727136
2026-03-26 12:21:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7f07090-14e4-51ca-8267-1fd060e34cf3 with scrape type 1
2026-03-26 12:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e7f07090-14e4-51ca-8267-1fd060e34cf3
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252F5a1030bb-d322-4345-aca8-9c59107a2b46.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/5a1030bb-d322-4345-aca8-9c59107a2b46.jpg not downloaded yet
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252Fcb643954-90cc-4262-9777-de87ed056ca6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/cb643954-90cc-4262-9777-de87ed056ca6.jpg not downloaded yet
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252Fcbc5b18a-b0bf-4398-aba4-0b05444e2e71.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/cbc5b18a-b0bf-4398-aba4-0b05444e2e71.jpg not downloaded yet
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252Fba0ca871-20f9-4928-97b0-bece68c9e57b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/ba0ca871-20f9-4928-97b0-bece68c9e57b.jpg not downloaded yet
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252F3912cba0-ff15-4818-a539-06c2647502ae.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/3912cba0-ff15-4818-a539-06c2647502ae.jpg not downloaded yet
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252Faac92e97-37c3-420a-855c-cdd11041b5fd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/aac92e97-37c3-420a-855c-cdd11041b5fd.jpg not downloaded yet
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252F7ed57fef-2ee5-48f9-868d-00bbccc89a40.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/7ed57fef-2ee5-48f9-868d-00bbccc89a40.jpg not downloaded yet
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252Fe8dc03a4-5795-416b-b917-5233c47311ab.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/e8dc03a4-5795-416b-b917-5233c47311ab.jpg not downloaded yet
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252Ff933d733-2196-4b56-9d21-f8826b179b1c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/f933d733-2196-4b56-9d21-f8826b179b1c.jpg not downloaded yet
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252F55433574-7d84-4486-bd45-47bee4021ce5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/55433574-7d84-4486-bd45-47bee4021ce5.jpg not downloaded yet
2026-03-26 12:21:41 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.236(s), this was the 1st time calling it.
2026-03-26 12:21:41 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.8524561036209475 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 12:21:44 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.324(s), this was the 1st time calling it.
2026-03-26 12:21:44 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.27836930151868 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 12:21:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:21:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:21:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727829> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:21: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 12:21:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6399903b-3713-5fb1-b086-5078b20c68ec with identifier: 10727829
2026-03-26 12:21:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6399903b-3713-5fb1-b086-5078b20c68ec with scrape type 1
2026-03-26 12:21:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6399903b-3713-5fb1-b086-5078b20c68ec
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636155%252Fgeneral%252Fc05701a0-bef0-4aac-a994-7a3f3b9278cb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636155/general/c05701a0-bef0-4aac-a994-7a3f3b9278cb.jpg already downloaded
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636155%252Fgeneral%252Fad118b8b-cd46-43fe-8a6f-a7777e9739c2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636155/general/ad118b8b-cd46-43fe-8a6f-a7777e9739c2.jpg already downloaded
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636155%252Fgeneral%252Ff854486c-1140-47eb-b86e-3df0488784e5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636155/general/f854486c-1140-47eb-b86e-3df0488784e5.jpg already downloaded
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636155%252Fgeneral%252Fc68e8b95-4907-4cda-9d79-6492d292d40c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636155/general/c68e8b95-4907-4cda-9d79-6492d292d40c.jpg already downloaded
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636155%252Fgeneral%252F7ad267e0-81b1-4be8-b44c-f3190081bd5d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636155/general/7ad267e0-81b1-4be8-b44c-f3190081bd5d.jpg already downloaded
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636155%252Fgeneral%252Fc002f7ac-9f06-4a65-813a-640aa7813c64.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636155/general/c002f7ac-9f06-4a65-813a-640aa7813c64.jpg already downloaded
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636155%252Fgeneral%252Fc9e86f21-022d-44a5-b852-ef9d2dd20d42.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636155/general/c9e86f21-022d-44a5-b852-ef9d2dd20d42.jpg already downloaded
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636155%252Fgeneral%252F62d4e7ef-8d1d-41a6-9c83-f4c746f37209.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636155/general/62d4e7ef-8d1d-41a6-9c83-f4c746f37209.jpg already downloaded
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636155%252Fgeneral%252F7a5178b0-f90f-415d-9095-1cad3ba649a8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636155/general/7a5178b0-f90f-415d-9095-1cad3ba649a8.jpg already downloaded
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636155%252Fgeneral%252F493e4574-099e-4460-95c8-0b3aa17b7956.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:21:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636155/general/493e4574-099e-4460-95c8-0b3aa17b7956.jpg already downloaded
2026-03-26 12:21:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6399903b-3713-5fb1-b086-5078b20c68ec, identifier: 10727829
2026-03-26 12:21:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6399903b-3713-5fb1-b086-5078b20c68ec with identifier: 10727829
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Red HTTP/1.1" 200 None
2026-03-26 12:21:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 12:21:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6399903b-3713-5fb1-b086-5078b20c68ec with identifier: 10727829
2026-03-26 12:21:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 6399903b-3713-5fb1-b086-5078b20c68ec with identifier: 10727829 to the API
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:21: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 12:21:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727829>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:39:00Z',
'fuel_type': 'Hybrid',
'id': '6399903b-3713-5fb1-b086-5078b20c68ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990916-2484692',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727829',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 67520,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 21,
'photo_urls': ['https://images.openlane.eu/carimgs/5636155/general/c05701a0-bef0-4aac-a994-7a3f3b9278cb.jpg',
'https://images.openlane.eu/carimgs/5636155/general/ad118b8b-cd46-43fe-8a6f-a7777e9739c2.jpg',
'https://images.openlane.eu/carimgs/5636155/general/f854486c-1140-47eb-b86e-3df0488784e5.jpg',
'https://images.openlane.eu/carimgs/5636155/general/c68e8b95-4907-4cda-9d79-6492d292d40c.jpg',
'https://images.openlane.eu/carimgs/5636155/general/7ad267e0-81b1-4be8-b44c-f3190081bd5d.jpg',
'https://images.openlane.eu/carimgs/5636155/general/c002f7ac-9f06-4a65-813a-640aa7813c64.jpg',
'https://images.openlane.eu/carimgs/5636155/general/c9e86f21-022d-44a5-b852-ef9d2dd20d42.jpg',
'https://images.openlane.eu/carimgs/5636155/general/62d4e7ef-8d1d-41a6-9c83-f4c746f37209.jpg',
'https://images.openlane.eu/carimgs/5636155/general/7a5178b0-f90f-415d-9095-1cad3ba649a8.jpg',
'https://images.openlane.eu/carimgs/5636155/general/493e4574-099e-4460-95c8-0b3aa17b7956.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6399903b-3713-5fb1-b086-5078b20c68ec/6399903b-3713-5fb1-b086-5078b20c68ec_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 260193,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636155/general/c05701a0-bef0-4aac-a994-7a3f3b9278cb.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6399903b-3713-5fb1-b086-5078b20c68ec/6399903b-3713-5fb1-b086-5078b20c68ec_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148805,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636155/general/ad118b8b-cd46-43fe-8a6f-a7777e9739c2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6399903b-3713-5fb1-b086-5078b20c68ec/6399903b-3713-5fb1-b086-5078b20c68ec_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118284,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636155/general/f854486c-1140-47eb-b86e-3df0488784e5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6399903b-3713-5fb1-b086-5078b20c68ec/6399903b-3713-5fb1-b086-5078b20c68ec_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225774,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636155/general/7a5178b0-f90f-415d-9095-1cad3ba649a8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6399903b-3713-5fb1-b086-5078b20c68ec/6399903b-3713-5fb1-b086-5078b20c68ec_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223978,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636155/general/c68e8b95-4907-4cda-9d79-6492d292d40c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6399903b-3713-5fb1-b086-5078b20c68ec/6399903b-3713-5fb1-b086-5078b20c68ec_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168288,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636155/general/7ad267e0-81b1-4be8-b44c-f3190081bd5d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6399903b-3713-5fb1-b086-5078b20c68ec/6399903b-3713-5fb1-b086-5078b20c68ec_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115744,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636155/general/c002f7ac-9f06-4a65-813a-640aa7813c64.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6399903b-3713-5fb1-b086-5078b20c68ec/6399903b-3713-5fb1-b086-5078b20c68ec_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263955,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636155/general/c9e86f21-022d-44a5-b852-ef9d2dd20d42.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6399903b-3713-5fb1-b086-5078b20c68ec/6399903b-3713-5fb1-b086-5078b20c68ec_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230926,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636155/general/62d4e7ef-8d1d-41a6-9c83-f4c746f37209.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6399903b-3713-5fb1-b086-5078b20c68ec/6399903b-3713-5fb1-b086-5078b20c68ec_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239695,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636155/general/493e4574-099e-4460-95c8-0b3aa17b7956.jpg',
'Width': 1280}],
'price': 14700,
'price_includes_vat': True,
'registration_date': '2022-11-09',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 67.520 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727829%27 HTTP/1.1" 200 None
2026-03-26 12:21:53 [adesa.de] INFO: Saving data for 10727829: {'created_time': 1774527713.862706, 'last_price_update_time': 1774527713.862718, 'auction_closing_time': 1774618740.0}
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727829') HTTP/1.1" 204 0
2026-03-26 12:21:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746753/general/55433574-7d84-4486-bd45-47bee4021ce5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727136)
2026-03-26 12:21:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746753/general/f933d733-2196-4b56-9d21-f8826b179b1c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727136)
2026-03-26 12:21:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e90ad0>
2026-03-26 12:21:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252F55433574-7d84-4486-bd45-47bee4021ce5.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/55433574-7d84-4486-bd45-47bee4021ce5.jpg saved to cache
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e7f07090-14e4-51ca-8267-1fd060e34cf3
2026-03-26 12:21:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746753/general/e8dc03a4-5795-416b-b917-5233c47311ab.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727136)
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565501d0>
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252Ff933d733-2196-4b56-9d21-f8826b179b1c.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/f933d733-2196-4b56-9d21-f8826b179b1c.jpg saved to cache
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e7f07090-14e4-51ca-8267-1fd060e34cf3
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e01850>
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252Fe8dc03a4-5795-416b-b917-5233c47311ab.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/e8dc03a4-5795-416b-b917-5233c47311ab.jpg saved to cache
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e7f07090-14e4-51ca-8267-1fd060e34cf3
2026-03-26 12:21:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746753/general/7ed57fef-2ee5-48f9-868d-00bbccc89a40.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727136)
2026-03-26 12:21:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746753/general/aac92e97-37c3-420a-855c-cdd11041b5fd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727136)
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d256a10>
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252F7ed57fef-2ee5-48f9-868d-00bbccc89a40.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/7ed57fef-2ee5-48f9-868d-00bbccc89a40.jpg saved to cache
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e7f07090-14e4-51ca-8267-1fd060e34cf3
2026-03-26 12:21:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746753/general/3912cba0-ff15-4818-a539-06c2647502ae.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727136)
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e1f50>
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252Faac92e97-37c3-420a-855c-cdd11041b5fd.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/aac92e97-37c3-420a-855c-cdd11041b5fd.jpg saved to cache
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e7f07090-14e4-51ca-8267-1fd060e34cf3
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e0210>
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252F3912cba0-ff15-4818-a539-06c2647502ae.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/3912cba0-ff15-4818-a539-06c2647502ae.jpg saved to cache
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e7f07090-14e4-51ca-8267-1fd060e34cf3
2026-03-26 12:21:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746753/general/ba0ca871-20f9-4928-97b0-bece68c9e57b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727136)
2026-03-26 12:21:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746753/general/cbc5b18a-b0bf-4398-aba4-0b05444e2e71.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727136)
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09d650>
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252Fba0ca871-20f9-4928-97b0-bece68c9e57b.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/ba0ca871-20f9-4928-97b0-bece68c9e57b.jpg saved to cache
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e7f07090-14e4-51ca-8267-1fd060e34cf3
2026-03-26 12:21:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746753/general/cb643954-90cc-4262-9777-de87ed056ca6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727136)
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e3850>
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252Fcbc5b18a-b0bf-4398-aba4-0b05444e2e71.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/cbc5b18a-b0bf-4398-aba4-0b05444e2e71.jpg saved to cache
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e7f07090-14e4-51ca-8267-1fd060e34cf3
2026-03-26 12:21:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746753/general/5a1030bb-d322-4345-aca8-9c59107a2b46.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727136)
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0abcd0>
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252Fcb643954-90cc-4262-9777-de87ed056ca6.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/cb643954-90cc-4262-9777-de87ed056ca6.jpg saved to cache
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e7f07090-14e4-51ca-8267-1fd060e34cf3
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156eb23d0>
2026-03-26 12:21:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:21: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 12:21:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746753%252Fgeneral%252F5a1030bb-d322-4345-aca8-9c59107a2b46.jpg') HTTP/1.1" 204 0
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746753/general/5a1030bb-d322-4345-aca8-9c59107a2b46.jpg saved to cache
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e7f07090-14e4-51ca-8267-1fd060e34cf3
2026-03-26 12:21:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e7f07090-14e4-51ca-8267-1fd060e34cf3, skipping ID generation
2026-03-26 12:21:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7f07090-14e4-51ca-8267-1fd060e34cf3 with scrape type 1
2026-03-26 12:21:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e7f07090-14e4-51ca-8267-1fd060e34cf3 sending to next pipeline
2026-03-26 12:21:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e7f07090-14e4-51ca-8267-1fd060e34cf3, identifier: 10727136
2026-03-26 12:21:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e7f07090-14e4-51ca-8267-1fd060e34cf3 with identifier: 10727136
2026-03-26 12:21:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e7f07090-14e4-51ca-8267-1fd060e34cf3 with identifier: 10727136
2026-03-26 12:21:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e7f07090-14e4-51ca-8267-1fd060e34cf3 with identifier: 10727136 to the API
2026-03-26 12:21:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:21: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 12:21:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746753/general/5a1030bb-d322-4345-aca8-9c59107a2b46.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Compact',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 82,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': 'e7f07090-14e4-51ca-8267-1fd060e34cf3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '455399',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727136',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Smart',
'model': 'Forfour',
'odometer': 17431,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 44,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124963,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746753/general/5a1030bb-d322-4345-aca8-9c59107a2b46.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118127,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746753/general/cb643954-90cc-4262-9777-de87ed056ca6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167630,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746753/general/cbc5b18a-b0bf-4398-aba4-0b05444e2e71.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157817,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746753/general/ba0ca871-20f9-4928-97b0-bece68c9e57b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89416,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746753/general/3912cba0-ff15-4818-a539-06c2647502ae.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96810,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746753/general/aac92e97-37c3-420a-855c-cdd11041b5fd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136871,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746753/general/7ed57fef-2ee5-48f9-868d-00bbccc89a40.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150448,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746753/general/e8dc03a4-5795-416b-b917-5233c47311ab.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76979,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746753/general/f933d733-2196-4b56-9d21-f8826b179b1c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7f07090-14e4-51ca-8267-1fd060e34cf3/e7f07090-14e4-51ca-8267-1fd060e34cf3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83239,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746753/general/55433574-7d84-4486-bd45-47bee4021ce5.jpg',
'Width': 800}],
'price': 6100,
'price_includes_vat': True,
'registration_date': '2021-11-01',
'seats_number': 4,
'seller_name': 'MOBILITY CONCEPT',
'title': 'Smart Forfour - Electric - Automatic - 82 hp - 17.431 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 12:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727136%27 HTTP/1.1" 200 None
2026-03-26 12:21:55 [adesa.de] INFO: Saving data for 10727136: {'created_time': 1774527715.503091, 'last_price_update_time': 1774527715.503103, 'auction_closing_time': 1774962000.0}
2026-03-26 12:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727136') HTTP/1.1" 204 0
2026-03-26 12:21:58 [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 12:21: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 12:21:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728035> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:21: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 12:21:58 [adesa.de] INFO: Found listing with ID: 10726126
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726126%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10726126: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10726126 url https://www.openlane.eu/en/carv6/auction/10726126
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10726002
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726002%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10726002: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10726002 url https://www.openlane.eu/en/carv6/auction/10726002
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10726123
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726123%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10726123: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10726123 url https://www.openlane.eu/en/carv6/auction/10726123
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10726116
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726116%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10726116: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10726116 url https://www.openlane.eu/en/carv6/auction/10726116
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10725998
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725998%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10725998: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10725998 url https://www.openlane.eu/en/carv6/auction/10725998
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10725997
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725997%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10725997: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10725997 url https://www.openlane.eu/en/carv6/auction/10725997
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10726107
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726107%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10726107: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10726107 url https://www.openlane.eu/en/carv6/auction/10726107
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10726103
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726103%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10726103: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10726103 url https://www.openlane.eu/en/carv6/auction/10726103
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10725992
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725992%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10725992: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10725992 url https://www.openlane.eu/en/carv6/auction/10725992
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10726111
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726111%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10726111: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10726111 url https://www.openlane.eu/en/carv6/auction/10726111
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10726109
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726109%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10726109: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10726109 url https://www.openlane.eu/en/carv6/auction/10726109
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10725990
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725990%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10725990: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10725990 url https://www.openlane.eu/en/carv6/auction/10725990
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10726139
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726139%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10726139: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10726139 url https://www.openlane.eu/en/carv6/auction/10726139
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10726113
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726113%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10726113: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10726113 url https://www.openlane.eu/en/carv6/auction/10726113
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10725995
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725995%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10725995: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10725995 url https://www.openlane.eu/en/carv6/auction/10725995
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10725985
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725985%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10725985: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10725985 url https://www.openlane.eu/en/carv6/auction/10725985
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10728536
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728536%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10728536: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10728536 url https://www.openlane.eu/en/carv6/auction/10728536
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10725980
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725980%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10725980: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10725980 url https://www.openlane.eu/en/carv6/auction/10725980
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10725986
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725986%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10725986: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10725986 url https://www.openlane.eu/en/carv6/auction/10725986
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10725975
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725975%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10725975: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10725975 url https://www.openlane.eu/en/carv6/auction/10725975
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10726157
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726157%27 HTTP/1.1" 200 None
2026-03-26 12:21:58 [adesa.de] INFO: Scrape type for 10726157: 0
2026-03-26 12:21:58 [adesa.de] INFO: Skipping item 10726157 url https://www.openlane.eu/en/carv6/auction/10726157
2026-03-26 12:21:58 [adesa.de] INFO: Found listing with ID: 10725981
2026-03-26 12:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725981%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10725981: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10725981 url https://www.openlane.eu/en/carv6/auction/10725981
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726102
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726102%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726102: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726102 url https://www.openlane.eu/en/carv6/auction/10726102
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10725974
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725974%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10725974: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10725974 url https://www.openlane.eu/en/carv6/auction/10725974
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10725979
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725979%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10725979: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10725979 url https://www.openlane.eu/en/carv6/auction/10725979
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10725978
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725978%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10725978: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10725978 url https://www.openlane.eu/en/carv6/auction/10725978
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10725973
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725973%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10725973: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10725973 url https://www.openlane.eu/en/carv6/auction/10725973
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726101
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726101%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726101: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726101 url https://www.openlane.eu/en/carv6/auction/10726101
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726117
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726117%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726117: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726117 url https://www.openlane.eu/en/carv6/auction/10726117
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726114
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726114%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726114: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726114 url https://www.openlane.eu/en/carv6/auction/10726114
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726127
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726127%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726127: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726127 url https://www.openlane.eu/en/carv6/auction/10726127
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728513
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728513%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728513: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728513 url https://www.openlane.eu/en/carv6/auction/10728513
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726121
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726121%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726121: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726121 url https://www.openlane.eu/en/carv6/auction/10726121
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726119
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726119%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726119: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726119 url https://www.openlane.eu/en/carv6/auction/10726119
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10725994
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725994%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10725994: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10725994 url https://www.openlane.eu/en/carv6/auction/10725994
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728157
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728157%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728157: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728157 url https://www.openlane.eu/en/carv6/auction/10728157
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726124
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726124%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726124: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726124 url https://www.openlane.eu/en/carv6/auction/10726124
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726000
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726000%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726000: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726000 url https://www.openlane.eu/en/carv6/auction/10726000
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728280
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728280%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728280: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728280 url https://www.openlane.eu/en/carv6/auction/10728280
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728427
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728427%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728427: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728427 url https://www.openlane.eu/en/carv6/auction/10728427
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728398
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728398%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728398: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728398 url https://www.openlane.eu/en/carv6/auction/10728398
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10725988
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725988%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10725988: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10725988 url https://www.openlane.eu/en/carv6/auction/10725988
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10725987
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725987%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10725987: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10725987 url https://www.openlane.eu/en/carv6/auction/10725987
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726115
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726115%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726115: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726115 url https://www.openlane.eu/en/carv6/auction/10726115
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728525
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728525%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728525: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728525 url https://www.openlane.eu/en/carv6/auction/10728525
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726125
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726125%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726125: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726125 url https://www.openlane.eu/en/carv6/auction/10726125
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726112
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726112%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726112: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726112 url https://www.openlane.eu/en/carv6/auction/10726112
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728561
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728561%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728561: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728561 url https://www.openlane.eu/en/carv6/auction/10728561
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728564
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728564%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728564: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728564 url https://www.openlane.eu/en/carv6/auction/10728564
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728568
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728568%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728568: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728568 url https://www.openlane.eu/en/carv6/auction/10728568
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728565
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728565%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728565: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728565 url https://www.openlane.eu/en/carv6/auction/10728565
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726122
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726122%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726122: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726122 url https://www.openlane.eu/en/carv6/auction/10726122
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728560
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728560%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728560: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728560 url https://www.openlane.eu/en/carv6/auction/10728560
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726130
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726130%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726130: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726130 url https://www.openlane.eu/en/carv6/auction/10726130
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728563
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728563%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728563: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728563 url https://www.openlane.eu/en/carv6/auction/10728563
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728567
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728567%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728567: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728567 url https://www.openlane.eu/en/carv6/auction/10728567
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728562
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728562%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728562: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728562 url https://www.openlane.eu/en/carv6/auction/10728562
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728569
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728569%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728569: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728569 url https://www.openlane.eu/en/carv6/auction/10728569
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728566
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728566%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728566: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728566 url https://www.openlane.eu/en/carv6/auction/10728566
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726129
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726129%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726129: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726129 url https://www.openlane.eu/en/carv6/auction/10726129
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728271
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728271%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728271: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728271 url https://www.openlane.eu/en/carv6/auction/10728271
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726135
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726135%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726135: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726135 url https://www.openlane.eu/en/carv6/auction/10726135
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728275
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728275%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728275: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728275 url https://www.openlane.eu/en/carv6/auction/10728275
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726128
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726128%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726128: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726128 url https://www.openlane.eu/en/carv6/auction/10726128
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728282
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728282%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728282: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728282 url https://www.openlane.eu/en/carv6/auction/10728282
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728277
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728277%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728277: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728277 url https://www.openlane.eu/en/carv6/auction/10728277
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726138
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726138%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726138: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726138 url https://www.openlane.eu/en/carv6/auction/10726138
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728189
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728189%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728189: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728189 url https://www.openlane.eu/en/carv6/auction/10728189
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728451
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728451%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728451: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728451 url https://www.openlane.eu/en/carv6/auction/10728451
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726151
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726151%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726151: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726151 url https://www.openlane.eu/en/carv6/auction/10726151
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726131
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726131%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726131: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726131 url https://www.openlane.eu/en/carv6/auction/10726131
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726133
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726133%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726133: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726133 url https://www.openlane.eu/en/carv6/auction/10726133
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728447
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728447%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728447: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728447 url https://www.openlane.eu/en/carv6/auction/10728447
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10728422
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728422%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10728422: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10728422 url https://www.openlane.eu/en/carv6/auction/10728422
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726149
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726149%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726149: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726149 url https://www.openlane.eu/en/carv6/auction/10726149
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726132
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726132%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10726132: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10726132 url https://www.openlane.eu/en/carv6/auction/10726132
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10725993
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725993%27 HTTP/1.1" 200 None
2026-03-26 12:21:59 [adesa.de] INFO: Scrape type for 10725993: 0
2026-03-26 12:21:59 [adesa.de] INFO: Skipping item 10725993 url https://www.openlane.eu/en/carv6/auction/10725993
2026-03-26 12:21:59 [adesa.de] INFO: Found listing with ID: 10726134
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726134%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726134: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726134 url https://www.openlane.eu/en/carv6/auction/10726134
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10728551
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728551%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10728551: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10728551 url https://www.openlane.eu/en/carv6/auction/10728551
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10726142
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726142%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726142: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726142 url https://www.openlane.eu/en/carv6/auction/10726142
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10728520
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728520%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10728520: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10728520 url https://www.openlane.eu/en/carv6/auction/10728520
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10725999
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725999%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10725999: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10725999 url https://www.openlane.eu/en/carv6/auction/10725999
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10726136
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726136%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726136: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726136 url https://www.openlane.eu/en/carv6/auction/10726136
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10726140
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726140%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726140: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726140 url https://www.openlane.eu/en/carv6/auction/10726140
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10726137
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726137%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726137: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726137 url https://www.openlane.eu/en/carv6/auction/10726137
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10726143
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726143%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726143: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726143 url https://www.openlane.eu/en/carv6/auction/10726143
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10726156
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726156%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726156: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726156 url https://www.openlane.eu/en/carv6/auction/10726156
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10726145
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726145%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726145: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726145 url https://www.openlane.eu/en/carv6/auction/10726145
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10726148
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726148%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726148: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726148 url https://www.openlane.eu/en/carv6/auction/10726148
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10726146
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726146%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726146: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726146 url https://www.openlane.eu/en/carv6/auction/10726146
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10726141
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726141%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726141: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726141 url https://www.openlane.eu/en/carv6/auction/10726141
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10726144
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726144%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726144: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726144 url https://www.openlane.eu/en/carv6/auction/10726144
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10728278
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728278%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10728278: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10728278 url https://www.openlane.eu/en/carv6/auction/10728278
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10726155
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726155%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726155: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726155 url https://www.openlane.eu/en/carv6/auction/10726155
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10726001
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726001%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726001: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726001 url https://www.openlane.eu/en/carv6/auction/10726001
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10726224
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726224%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726224: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726224 url https://www.openlane.eu/en/carv6/auction/10726224
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10726152
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726152%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726152: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726152 url https://www.openlane.eu/en/carv6/auction/10726152
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10728423
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728423%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10728423: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10728423 url https://www.openlane.eu/en/carv6/auction/10728423
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10726147
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726147%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726147: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726147 url https://www.openlane.eu/en/carv6/auction/10726147
2026-03-26 12:22:00 [adesa.de] INFO: Found listing with ID: 10726154
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726154%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [adesa.de] INFO: Scrape type for 10726154: 0
2026-03-26 12:22:00 [adesa.de] INFO: Skipping item 10726154 url https://www.openlane.eu/en/carv6/auction/10726154
2026-03-26 12:22:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 946e9ce9-3269-54e2-8835-31a915764c26 with identifier: 10728035
2026-03-26 12:22:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 946e9ce9-3269-54e2-8835-31a915764c26 with scrape type 1
2026-03-26 12:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 946e9ce9-3269-54e2-8835-31a915764c26
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680955%252Fgeneral%252F2432b0cd-7989-41be-9bba-39342a9e26c0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680955/general/2432b0cd-7989-41be-9bba-39342a9e26c0.jpg already downloaded
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680955%252Fgeneral%252F22a24d75-967d-4195-b267-63c12d7b0dbc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680955/general/22a24d75-967d-4195-b267-63c12d7b0dbc.jpg already downloaded
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680955%252Fgeneral%252F2cdd1a4d-c59c-4a40-b19d-75f4f781513d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680955/general/2cdd1a4d-c59c-4a40-b19d-75f4f781513d.jpg already downloaded
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680955%252Fgeneral%252Fc2641ee5-16e5-4929-95ed-24ec9e9f5be9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680955/general/c2641ee5-16e5-4929-95ed-24ec9e9f5be9.jpg not downloaded yet
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680955%252Fgeneral%252Faf8c3e78-e362-4e89-a46e-af4694ec49ec.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680955/general/af8c3e78-e362-4e89-a46e-af4694ec49ec.jpg already downloaded
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680955%252Fgeneral%252Fe7dbb385-0d43-4317-afba-fa15bbfc5c53.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680955/general/e7dbb385-0d43-4317-afba-fa15bbfc5c53.jpg already downloaded
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680955%252Fgeneral%252Fcd8dfbfc-0867-4fed-8b6f-f443bf159cef.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680955/general/cd8dfbfc-0867-4fed-8b6f-f443bf159cef.jpg already downloaded
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680955%252Fgeneral%252F54a5cf75-53a3-45ea-92a0-7acb99b891a7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680955/general/54a5cf75-53a3-45ea-92a0-7acb99b891a7.jpg already downloaded
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680955%252Fgeneral%252Feb497e13-0582-4cf3-9f67-3d6b6e1faefc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680955/general/eb497e13-0582-4cf3-9f67-3d6b6e1faefc.jpg already downloaded
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680955%252Fgeneral%252F7b2d6cc7-230a-414d-a9a8-940d48cafe0e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680955/general/7b2d6cc7-230a-414d-a9a8-940d48cafe0e.jpg already downloaded
2026-03-26 12:22:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728115> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:22: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 12:22:07 [scrapy.extensions.logstats] INFO: Crawled 92 pages (at 9 pages/min), scraped 80 items (at 6 items/min)
2026-03-26 12:22:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 164MiB
2026-03-26 12:22:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 533d08a9-aa15-5ada-bd1d-709f176c07e1 with identifier: 10728115
2026-03-26 12:22:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 533d08a9-aa15-5ada-bd1d-709f176c07e1 with scrape type 1
2026-03-26 12:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 533d08a9-aa15-5ada-bd1d-709f176c07e1
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252Fe7ddb754-e71a-4ee1-87be-07f953ede8f6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/e7ddb754-e71a-4ee1-87be-07f953ede8f6.jpg not downloaded yet
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252F0802a460-103f-45f5-9378-7bbb54979560.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/0802a460-103f-45f5-9378-7bbb54979560.jpg not downloaded yet
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252F996dd522-134a-4a63-9541-1b09448d6761.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/996dd522-134a-4a63-9541-1b09448d6761.jpg not downloaded yet
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252Fe87d0629-549a-4b2f-9006-84e26e288b37.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/e87d0629-549a-4b2f-9006-84e26e288b37.jpg not downloaded yet
2026-03-26 12:22:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680955/general/c2641ee5-16e5-4929-95ed-24ec9e9f5be9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728035)
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252F2c923f87-a408-4fe0-aad2-3ae7a1dc5b76.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/2c923f87-a408-4fe0-aad2-3ae7a1dc5b76.jpg not downloaded yet
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252F30c6a441-7520-44ed-b901-f1d32f67afb8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/30c6a441-7520-44ed-b901-f1d32f67afb8.jpg not downloaded yet
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252F5a676013-7e14-48f7-9042-015d6ff68ab5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/5a676013-7e14-48f7-9042-015d6ff68ab5.jpg not downloaded yet
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252F1fbabef8-c07b-486f-b289-a51555a8d0ae.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/1fbabef8-c07b-486f-b289-a51555a8d0ae.jpg not downloaded yet
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252Fc6f3d738-71a2-49fe-8a80-8fec90d0e4c9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/c6f3d738-71a2-49fe-8a80-8fec90d0e4c9.jpg not downloaded yet
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252F8e331a02-a62f-4e50-94f0-e22220158da2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/8e331a02-a62f-4e50-94f0-e22220158da2.jpg not downloaded yet
2026-03-26 12:22:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e3d450>
2026-03-26 12:22:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_946e9ce9-3269-54e2-8835-31a915764c26/946e9ce9-3269-54e2-8835-31a915764c26_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680955%252Fgeneral%252Fc2641ee5-16e5-4929-95ed-24ec9e9f5be9.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680955/general/c2641ee5-16e5-4929-95ed-24ec9e9f5be9.jpg saved to cache
2026-03-26 12:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 946e9ce9-3269-54e2-8835-31a915764c26
2026-03-26 12:22:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 946e9ce9-3269-54e2-8835-31a915764c26, skipping ID generation
2026-03-26 12:22:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 946e9ce9-3269-54e2-8835-31a915764c26 with scrape type 1
2026-03-26 12:22:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 946e9ce9-3269-54e2-8835-31a915764c26 sending to next pipeline
2026-03-26 12:22:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 946e9ce9-3269-54e2-8835-31a915764c26, identifier: 10728035
2026-03-26 12:22:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 946e9ce9-3269-54e2-8835-31a915764c26 with identifier: 10728035
2026-03-26 12:22:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 946e9ce9-3269-54e2-8835-31a915764c26 with identifier: 10728035
2026-03-26 12:22:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 946e9ce9-3269-54e2-8835-31a915764c26 with identifier: 10728035 to the API
2026-03-26 12:22:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:22: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 12:22:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5680955/general/c2641ee5-16e5-4929-95ed-24ec9e9f5be9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 0,
'emission_standard': None,
'engine': '2.3L',
'engine_horse_power': 150,
'expiration_date': '2026-03-27T13:27:20Z',
'fuel_type': 'Diesel',
'id': '946e9ce9-3269-54e2-8835-31a915764c26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990936-2505869',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728035',
'listing': 'auction',
'location': 'Hessisch Lichtenau (Germany)',
'make': 'Opel',
'model': 'Movano',
'odometer': 120303,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_946e9ce9-3269-54e2-8835-31a915764c26/946e9ce9-3269-54e2-8835-31a915764c26_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106374,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680955/general/cd8dfbfc-0867-4fed-8b6f-f443bf159cef.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_946e9ce9-3269-54e2-8835-31a915764c26/946e9ce9-3269-54e2-8835-31a915764c26_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88120,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680955/general/22a24d75-967d-4195-b267-63c12d7b0dbc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_946e9ce9-3269-54e2-8835-31a915764c26/946e9ce9-3269-54e2-8835-31a915764c26_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76318,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680955/general/2cdd1a4d-c59c-4a40-b19d-75f4f781513d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_946e9ce9-3269-54e2-8835-31a915764c26/946e9ce9-3269-54e2-8835-31a915764c26_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132304,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680955/general/af8c3e78-e362-4e89-a46e-af4694ec49ec.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_946e9ce9-3269-54e2-8835-31a915764c26/946e9ce9-3269-54e2-8835-31a915764c26_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117148,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680955/general/c2641ee5-16e5-4929-95ed-24ec9e9f5be9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_946e9ce9-3269-54e2-8835-31a915764c26/946e9ce9-3269-54e2-8835-31a915764c26_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 212930,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680955/general/e7dbb385-0d43-4317-afba-fa15bbfc5c53.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_946e9ce9-3269-54e2-8835-31a915764c26/946e9ce9-3269-54e2-8835-31a915764c26_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194768,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680955/general/2432b0cd-7989-41be-9bba-39342a9e26c0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_946e9ce9-3269-54e2-8835-31a915764c26/946e9ce9-3269-54e2-8835-31a915764c26_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154264,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680955/general/54a5cf75-53a3-45ea-92a0-7acb99b891a7.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_946e9ce9-3269-54e2-8835-31a915764c26/946e9ce9-3269-54e2-8835-31a915764c26_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137292,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680955/general/eb497e13-0582-4cf3-9f67-3d6b6e1faefc.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_946e9ce9-3269-54e2-8835-31a915764c26/946e9ce9-3269-54e2-8835-31a915764c26_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89263,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680955/general/7b2d6cc7-230a-414d-a9a8-940d48cafe0e.jpg',
'Width': 1280}],
'price': 12000,
'price_includes_vat': True,
'registration_date': '2021-02-19',
'seats_number': 3,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Movano 2.3 - Diesel - Manual - 150 hp - 120.303 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728035%27 HTTP/1.1" 200 None
2026-03-26 12:22:08 [adesa.de] INFO: Saving data for 10728035: {'created_time': 1774527728.07135, 'last_price_update_time': 1774527728.071362, 'auction_closing_time': 1774618040.0}
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728035') HTTP/1.1" 204 0
2026-03-26 12:22:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5636118/general/996dd522-134a-4a63-9541-1b09448d6761.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728115)
2026-03-26 12:22:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5636118/general/8e331a02-a62f-4e50-94f0-e22220158da2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728115)
2026-03-26 12:22:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5ed10>
2026-03-26 12:22:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252F996dd522-134a-4a63-9541-1b09448d6761.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/996dd522-134a-4a63-9541-1b09448d6761.jpg saved to cache
2026-03-26 12:22:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 533d08a9-aa15-5ada-bd1d-709f176c07e1
2026-03-26 12:22:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee3850>
2026-03-26 12:22:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252F8e331a02-a62f-4e50-94f0-e22220158da2.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/8e331a02-a62f-4e50-94f0-e22220158da2.jpg saved to cache
2026-03-26 12:22:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 533d08a9-aa15-5ada-bd1d-709f176c07e1
2026-03-26 12:22:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5636118/general/c6f3d738-71a2-49fe-8a80-8fec90d0e4c9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728115)
2026-03-26 12:22:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c131d10>
2026-03-26 12:22:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252Fc6f3d738-71a2-49fe-8a80-8fec90d0e4c9.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/c6f3d738-71a2-49fe-8a80-8fec90d0e4c9.jpg saved to cache
2026-03-26 12:22:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 533d08a9-aa15-5ada-bd1d-709f176c07e1
2026-03-26 12:22:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5636118/general/1fbabef8-c07b-486f-b289-a51555a8d0ae.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728115)
2026-03-26 12:22:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c03c990>
2026-03-26 12:22:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252F1fbabef8-c07b-486f-b289-a51555a8d0ae.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/1fbabef8-c07b-486f-b289-a51555a8d0ae.jpg saved to cache
2026-03-26 12:22:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 533d08a9-aa15-5ada-bd1d-709f176c07e1
2026-03-26 12:22:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5636118/general/5a676013-7e14-48f7-9042-015d6ff68ab5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728115)
2026-03-26 12:22:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c104d90>
2026-03-26 12:22:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252F5a676013-7e14-48f7-9042-015d6ff68ab5.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/5a676013-7e14-48f7-9042-015d6ff68ab5.jpg saved to cache
2026-03-26 12:22:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 533d08a9-aa15-5ada-bd1d-709f176c07e1
2026-03-26 12:22:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5636118/general/30c6a441-7520-44ed-b901-f1d32f67afb8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728115)
2026-03-26 12:22:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fd7990>
2026-03-26 12:22:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252F30c6a441-7520-44ed-b901-f1d32f67afb8.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/30c6a441-7520-44ed-b901-f1d32f67afb8.jpg saved to cache
2026-03-26 12:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 533d08a9-aa15-5ada-bd1d-709f176c07e1
2026-03-26 12:22:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5636118/general/2c923f87-a408-4fe0-aad2-3ae7a1dc5b76.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728115)
2026-03-26 12:22:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5636118/general/e87d0629-549a-4b2f-9006-84e26e288b37.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728115)
2026-03-26 12:22:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c03dc50>
2026-03-26 12:22:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252F2c923f87-a408-4fe0-aad2-3ae7a1dc5b76.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/2c923f87-a408-4fe0-aad2-3ae7a1dc5b76.jpg saved to cache
2026-03-26 12:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 533d08a9-aa15-5ada-bd1d-709f176c07e1
2026-03-26 12:22:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee0dd0>
2026-03-26 12:22:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252Fe87d0629-549a-4b2f-9006-84e26e288b37.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/e87d0629-549a-4b2f-9006-84e26e288b37.jpg saved to cache
2026-03-26 12:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 533d08a9-aa15-5ada-bd1d-709f176c07e1
2026-03-26 12:22:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5636118/general/0802a460-103f-45f5-9378-7bbb54979560.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728115)
2026-03-26 12:22:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c03cd50>
2026-03-26 12:22:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252F0802a460-103f-45f5-9378-7bbb54979560.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/0802a460-103f-45f5-9378-7bbb54979560.jpg saved to cache
2026-03-26 12:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 533d08a9-aa15-5ada-bd1d-709f176c07e1
2026-03-26 12:22:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5636118/general/e7ddb754-e71a-4ee1-87be-07f953ede8f6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728115)
2026-03-26 12:22:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c157010>
2026-03-26 12:22:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636118%252Fgeneral%252Fe7ddb754-e71a-4ee1-87be-07f953ede8f6.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636118/general/e7ddb754-e71a-4ee1-87be-07f953ede8f6.jpg saved to cache
2026-03-26 12:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 533d08a9-aa15-5ada-bd1d-709f176c07e1
2026-03-26 12:22:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 533d08a9-aa15-5ada-bd1d-709f176c07e1, skipping ID generation
2026-03-26 12:22:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 533d08a9-aa15-5ada-bd1d-709f176c07e1 with scrape type 1
2026-03-26 12:22:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 533d08a9-aa15-5ada-bd1d-709f176c07e1 sending to next pipeline
2026-03-26 12:22:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 533d08a9-aa15-5ada-bd1d-709f176c07e1, identifier: 10728115
2026-03-26 12:22:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 533d08a9-aa15-5ada-bd1d-709f176c07e1 with identifier: 10728115
2026-03-26 12:22:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 533d08a9-aa15-5ada-bd1d-709f176c07e1 with identifier: 10728115
2026-03-26 12:22:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 533d08a9-aa15-5ada-bd1d-709f176c07e1 with identifier: 10728115 to the API
2026-03-26 12:22:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:22: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 12:22:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5636118/general/e7ddb754-e71a-4ee1-87be-07f953ede8f6.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Minibus',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T13:03:20Z',
'fuel_type': 'Electric',
'id': '533d08a9-aa15-5ada-bd1d-709f176c07e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990963-2479112',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728115',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'Opel',
'model': 'Zafira',
'odometer': 9391,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223205,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636118/general/e7ddb754-e71a-4ee1-87be-07f953ede8f6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108998,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636118/general/0802a460-103f-45f5-9378-7bbb54979560.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99431,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636118/general/996dd522-134a-4a63-9541-1b09448d6761.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223195,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636118/general/e87d0629-549a-4b2f-9006-84e26e288b37.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209867,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636118/general/2c923f87-a408-4fe0-aad2-3ae7a1dc5b76.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118559,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636118/general/30c6a441-7520-44ed-b901-f1d32f67afb8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90462,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636118/general/5a676013-7e14-48f7-9042-015d6ff68ab5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 210690,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636118/general/1fbabef8-c07b-486f-b289-a51555a8d0ae.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 195084,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636118/general/c6f3d738-71a2-49fe-8a80-8fec90d0e4c9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_533d08a9-aa15-5ada-bd1d-709f176c07e1/533d08a9-aa15-5ada-bd1d-709f176c07e1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217559,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636118/general/8e331a02-a62f-4e50-94f0-e22220158da2.jpg',
'Width': 1280}],
'price': 19500,
'price_includes_vat': True,
'registration_date': '2022-08-05',
'seats_number': 8,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Zafira Life Edition - Electric - Automatic - 136 hp - 9.391 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728115%27 HTTP/1.1" 200 None
2026-03-26 12:22:10 [adesa.de] INFO: Saving data for 10728115: {'created_time': 1774527730.380052, 'last_price_update_time': 1774527730.380065, 'auction_closing_time': 1774616600.0}
2026-03-26 12:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728115') HTTP/1.1" 204 0
2026-03-26 12:22:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727824> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:22:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:22:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73c85d11-cb3b-5dc0-b7d7-a01661c10427 with identifier: 10727824
2026-03-26 12:22:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73c85d11-cb3b-5dc0-b7d7-a01661c10427 with scrape type 1
2026-03-26 12:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 73c85d11-cb3b-5dc0-b7d7-a01661c10427
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252F31832587-d9da-4227-a3fd-eda06e0e024a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/31832587-d9da-4227-a3fd-eda06e0e024a.jpg not downloaded yet
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252F0a81b655-d233-4767-b2e1-0b2512492791.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/0a81b655-d233-4767-b2e1-0b2512492791.jpg not downloaded yet
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252F3d844396-f20c-4dd7-afb9-84a816f3eadd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/3d844396-f20c-4dd7-afb9-84a816f3eadd.jpg not downloaded yet
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252Fdedb0c91-5e92-40dd-b373-4a9e14e53e1e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/dedb0c91-5e92-40dd-b373-4a9e14e53e1e.jpg not downloaded yet
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252Fc7925709-6836-4dea-a303-5f0036ace7f0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/c7925709-6836-4dea-a303-5f0036ace7f0.jpg not downloaded yet
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252Fa27dda62-a0f4-44b7-b1c9-117c3f67354a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/a27dda62-a0f4-44b7-b1c9-117c3f67354a.jpg not downloaded yet
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252Fcb9c4328-6ffc-424e-89b7-6b8c4007e019.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/cb9c4328-6ffc-424e-89b7-6b8c4007e019.jpg not downloaded yet
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252F92b08018-43a3-4554-b3ea-6ca5a03c61af.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/92b08018-43a3-4554-b3ea-6ca5a03c61af.jpg not downloaded yet
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252Fef5779f8-63d2-40bb-aeb7-88f1c6a4ba83.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/ef5779f8-63d2-40bb-aeb7-88f1c6a4ba83.jpg not downloaded yet
2026-03-26 12:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252Fe83e6790-a3a1-447b-a638-3ab1a839fe02.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/e83e6790-a3a1-447b-a638-3ab1a839fe02.jpg not downloaded yet
2026-03-26 12:22:22 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.803(s), this was the 1st time calling it.
2026-03-26 12:22:22 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.469262682258877 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 12:22:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727897> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:22: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 12:22:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fe60735-f45c-5c40-bea4-a5fb481c70d2 with identifier: 10727897
2026-03-26 12:22:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fe60735-f45c-5c40-bea4-a5fb481c70d2 with scrape type 1
2026-03-26 12:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5fe60735-f45c-5c40-bea4-a5fb481c70d2
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680828%252Fgeneral%252F5fef746a-14fa-427c-884c-6bb689c815f7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680828/general/5fef746a-14fa-427c-884c-6bb689c815f7.jpg already downloaded
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680828%252Fgeneral%252F6c3c9c96-7743-4b5a-87ce-2a77efdeba40.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680828/general/6c3c9c96-7743-4b5a-87ce-2a77efdeba40.jpg already downloaded
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680828%252Fgeneral%252F68e3b427-7757-43d0-ae88-f7019caf7b5c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680828/general/68e3b427-7757-43d0-ae88-f7019caf7b5c.jpg already downloaded
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680828%252Fgeneral%252F5c89ee0c-26de-4cd9-84fe-6a2e8d2e3832.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680828/general/5c89ee0c-26de-4cd9-84fe-6a2e8d2e3832.jpg already downloaded
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680828%252Fgeneral%252F9dde00db-55f8-421d-beda-c7cbf6e78b6b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680828/general/9dde00db-55f8-421d-beda-c7cbf6e78b6b.jpg already downloaded
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680828%252Fgeneral%252F9854277f-5ff3-4441-be0f-60924762144c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680828/general/9854277f-5ff3-4441-be0f-60924762144c.jpg already downloaded
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680828%252Fgeneral%252F14076a3d-9f01-4223-bc42-a3808f9c6d60.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680828/general/14076a3d-9f01-4223-bc42-a3808f9c6d60.jpg already downloaded
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680828%252Fgeneral%252F2700e769-2afd-406c-8b30-af87cd1e21b2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680828/general/2700e769-2afd-406c-8b30-af87cd1e21b2.jpg already downloaded
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680828%252Fgeneral%252Fafb1ca78-257b-416a-a86b-0b2189c8e49b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680828/general/afb1ca78-257b-416a-a86b-0b2189c8e49b.jpg already downloaded
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680828%252Fgeneral%252Fa287bdf2-c007-4652-a730-aa217316b294.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680828/general/a287bdf2-c007-4652-a730-aa217316b294.jpg already downloaded
2026-03-26 12:22:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 5fe60735-f45c-5c40-bea4-a5fb481c70d2, identifier: 10727897
2026-03-26 12:22:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702331/general/e83e6790-a3a1-447b-a638-3ab1a839fe02.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727824)
2026-03-26 12:22:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 5fe60735-f45c-5c40-bea4-a5fb481c70d2 with identifier: 10727897
2026-03-26 12:22:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 5fe60735-f45c-5c40-bea4-a5fb481c70d2 with identifier: 10727897
2026-03-26 12:22:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 5fe60735-f45c-5c40-bea4-a5fb481c70d2 with identifier: 10727897 to the API
2026-03-26 12:22:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:22: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 12:22:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727897>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:43:20Z',
'fuel_type': 'Hybrid',
'id': '5fe60735-f45c-5c40-bea4-a5fb481c70d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991054-2506778',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727897',
'listing': 'auction',
'location': 'Hessisch Lichtenau (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 51780,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 21,
'photo_urls': ['https://images.openlane.eu/carimgs/5680828/general/5fef746a-14fa-427c-884c-6bb689c815f7.jpg',
'https://images.openlane.eu/carimgs/5680828/general/6c3c9c96-7743-4b5a-87ce-2a77efdeba40.jpg',
'https://images.openlane.eu/carimgs/5680828/general/68e3b427-7757-43d0-ae88-f7019caf7b5c.jpg',
'https://images.openlane.eu/carimgs/5680828/general/5c89ee0c-26de-4cd9-84fe-6a2e8d2e3832.jpg',
'https://images.openlane.eu/carimgs/5680828/general/9dde00db-55f8-421d-beda-c7cbf6e78b6b.jpg',
'https://images.openlane.eu/carimgs/5680828/general/9854277f-5ff3-4441-be0f-60924762144c.jpg',
'https://images.openlane.eu/carimgs/5680828/general/14076a3d-9f01-4223-bc42-a3808f9c6d60.jpg',
'https://images.openlane.eu/carimgs/5680828/general/2700e769-2afd-406c-8b30-af87cd1e21b2.jpg',
'https://images.openlane.eu/carimgs/5680828/general/afb1ca78-257b-416a-a86b-0b2189c8e49b.jpg',
'https://images.openlane.eu/carimgs/5680828/general/a287bdf2-c007-4652-a730-aa217316b294.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5fe60735-f45c-5c40-bea4-a5fb481c70d2/5fe60735-f45c-5c40-bea4-a5fb481c70d2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 267330,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680828/general/5fef746a-14fa-427c-884c-6bb689c815f7.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5fe60735-f45c-5c40-bea4-a5fb481c70d2/5fe60735-f45c-5c40-bea4-a5fb481c70d2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152901,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680828/general/6c3c9c96-7743-4b5a-87ce-2a77efdeba40.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5fe60735-f45c-5c40-bea4-a5fb481c70d2/5fe60735-f45c-5c40-bea4-a5fb481c70d2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 220797,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680828/general/68e3b427-7757-43d0-ae88-f7019caf7b5c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5fe60735-f45c-5c40-bea4-a5fb481c70d2/5fe60735-f45c-5c40-bea4-a5fb481c70d2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216005,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680828/general/afb1ca78-257b-416a-a86b-0b2189c8e49b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5fe60735-f45c-5c40-bea4-a5fb481c70d2/5fe60735-f45c-5c40-bea4-a5fb481c70d2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 199491,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680828/general/5c89ee0c-26de-4cd9-84fe-6a2e8d2e3832.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5fe60735-f45c-5c40-bea4-a5fb481c70d2/5fe60735-f45c-5c40-bea4-a5fb481c70d2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159303,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680828/general/9dde00db-55f8-421d-beda-c7cbf6e78b6b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5fe60735-f45c-5c40-bea4-a5fb481c70d2/5fe60735-f45c-5c40-bea4-a5fb481c70d2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114426,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680828/general/9854277f-5ff3-4441-be0f-60924762144c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5fe60735-f45c-5c40-bea4-a5fb481c70d2/5fe60735-f45c-5c40-bea4-a5fb481c70d2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257096,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680828/general/14076a3d-9f01-4223-bc42-a3808f9c6d60.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5fe60735-f45c-5c40-bea4-a5fb481c70d2/5fe60735-f45c-5c40-bea4-a5fb481c70d2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218348,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680828/general/2700e769-2afd-406c-8b30-af87cd1e21b2.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5fe60735-f45c-5c40-bea4-a5fb481c70d2/5fe60735-f45c-5c40-bea4-a5fb481c70d2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223701,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680828/general/a287bdf2-c007-4652-a730-aa217316b294.jpg',
'Width': 1280}],
'price': 14900,
'price_includes_vat': True,
'registration_date': '2022-12-15',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 51.780 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727897%27 HTTP/1.1" 200 None
2026-03-26 12:22:27 [adesa.de] INFO: Saving data for 10727897: {'created_time': 1774527747.628125, 'last_price_update_time': 1774527747.628139, 'auction_closing_time': 1774619000.0}
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727897') HTTP/1.1" 204 0
2026-03-26 12:22:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727922> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:22: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 12:22:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156524210>
2026-03-26 12:22:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:22:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252Fe83e6790-a3a1-447b-a638-3ab1a839fe02.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/e83e6790-a3a1-447b-a638-3ab1a839fe02.jpg saved to cache
2026-03-26 12:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 73c85d11-cb3b-5dc0-b7d7-a01661c10427
2026-03-26 12:22:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9dfcbcd-aba8-597b-86c4-de4d466453a5 with identifier: 10727922
2026-03-26 12:22:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9dfcbcd-aba8-597b-86c4-de4d466453a5 with scrape type 1
2026-03-26 12:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item f9dfcbcd-aba8-597b-86c4-de4d466453a5
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715291%252Fgeneral%252F7011ff5f-237a-4b40-8376-9a85eeedff3d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715291/general/7011ff5f-237a-4b40-8376-9a85eeedff3d.jpg already downloaded
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715291%252Fgeneral%252Fed6d7ecd-f00a-422c-a253-df3351203715.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715291/general/ed6d7ecd-f00a-422c-a253-df3351203715.jpg already downloaded
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715291%252Fgeneral%252Fc3c37eed-2799-4722-8142-3cf1b1f4972e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715291/general/c3c37eed-2799-4722-8142-3cf1b1f4972e.jpg already downloaded
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715291%252Fgeneral%252F4dad68c7-5878-4b74-9c19-b174675e9528.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715291/general/4dad68c7-5878-4b74-9c19-b174675e9528.jpg already downloaded
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715291%252Fgeneral%252F9845e0f4-2ec7-45fe-8084-c4bd72fba2ac.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715291/general/9845e0f4-2ec7-45fe-8084-c4bd72fba2ac.jpg already downloaded
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715291%252Fgeneral%252F8df8037e-f371-4f2c-9fe7-e984d6ff210a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715291/general/8df8037e-f371-4f2c-9fe7-e984d6ff210a.jpg already downloaded
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715291%252Fgeneral%252F86d54e9e-c466-4006-8a1f-dd15d682a036.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715291/general/86d54e9e-c466-4006-8a1f-dd15d682a036.jpg already downloaded
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715291%252Fgeneral%252F0069ddfb-fe5d-4bf0-9f3a-40124117e9ef.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715291/general/0069ddfb-fe5d-4bf0-9f3a-40124117e9ef.jpg already downloaded
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715291%252Fgeneral%252Fa84abfa7-124b-446d-8b28-e11f0ad81965.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715291/general/a84abfa7-124b-446d-8b28-e11f0ad81965.jpg already downloaded
2026-03-26 12:22:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f9dfcbcd-aba8-597b-86c4-de4d466453a5, identifier: 10727922
2026-03-26 12:22:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f9dfcbcd-aba8-597b-86c4-de4d466453a5 with identifier: 10727922
2026-03-26 12:22:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f9dfcbcd-aba8-597b-86c4-de4d466453a5 with identifier: 10727922
2026-03-26 12:22:28 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f9dfcbcd-aba8-597b-86c4-de4d466453a5 with identifier: 10727922 to the API
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:22: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 12:22:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727922>
{'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-27T13:45:40Z',
'fuel_type': 'Hybrid',
'id': 'f9dfcbcd-aba8-597b-86c4-de4d466453a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991019-2479552',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727922',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 52691,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 9,
'photo_urls': ['https://images.openlane.eu/carimgs/5715291/general/7011ff5f-237a-4b40-8376-9a85eeedff3d.jpg',
'https://images.openlane.eu/carimgs/5715291/general/ed6d7ecd-f00a-422c-a253-df3351203715.jpg',
'https://images.openlane.eu/carimgs/5715291/general/c3c37eed-2799-4722-8142-3cf1b1f4972e.jpg',
'https://images.openlane.eu/carimgs/5715291/general/4dad68c7-5878-4b74-9c19-b174675e9528.jpg',
'https://images.openlane.eu/carimgs/5715291/general/9845e0f4-2ec7-45fe-8084-c4bd72fba2ac.jpg',
'https://images.openlane.eu/carimgs/5715291/general/8df8037e-f371-4f2c-9fe7-e984d6ff210a.jpg',
'https://images.openlane.eu/carimgs/5715291/general/86d54e9e-c466-4006-8a1f-dd15d682a036.jpg',
'https://images.openlane.eu/carimgs/5715291/general/0069ddfb-fe5d-4bf0-9f3a-40124117e9ef.jpg',
'https://images.openlane.eu/carimgs/5715291/general/a84abfa7-124b-446d-8b28-e11f0ad81965.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9dfcbcd-aba8-597b-86c4-de4d466453a5/f9dfcbcd-aba8-597b-86c4-de4d466453a5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 211894,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715291/general/7011ff5f-237a-4b40-8376-9a85eeedff3d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9dfcbcd-aba8-597b-86c4-de4d466453a5/f9dfcbcd-aba8-597b-86c4-de4d466453a5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209012,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715291/general/ed6d7ecd-f00a-422c-a253-df3351203715.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9dfcbcd-aba8-597b-86c4-de4d466453a5/f9dfcbcd-aba8-597b-86c4-de4d466453a5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171005,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715291/general/c3c37eed-2799-4722-8142-3cf1b1f4972e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9dfcbcd-aba8-597b-86c4-de4d466453a5/f9dfcbcd-aba8-597b-86c4-de4d466453a5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107532,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715291/general/0069ddfb-fe5d-4bf0-9f3a-40124117e9ef.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9dfcbcd-aba8-597b-86c4-de4d466453a5/f9dfcbcd-aba8-597b-86c4-de4d466453a5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169750,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715291/general/4dad68c7-5878-4b74-9c19-b174675e9528.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9dfcbcd-aba8-597b-86c4-de4d466453a5/f9dfcbcd-aba8-597b-86c4-de4d466453a5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102768,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715291/general/9845e0f4-2ec7-45fe-8084-c4bd72fba2ac.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9dfcbcd-aba8-597b-86c4-de4d466453a5/f9dfcbcd-aba8-597b-86c4-de4d466453a5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101131,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715291/general/8df8037e-f371-4f2c-9fe7-e984d6ff210a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9dfcbcd-aba8-597b-86c4-de4d466453a5/f9dfcbcd-aba8-597b-86c4-de4d466453a5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84025,
'Height': 450,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715291/general/86d54e9e-c466-4006-8a1f-dd15d682a036.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f9dfcbcd-aba8-597b-86c4-de4d466453a5/f9dfcbcd-aba8-597b-86c4-de4d466453a5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132176,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715291/general/a84abfa7-124b-446d-8b28-e11f0ad81965.jpg',
'Width': 1280}],
'price': 16000,
'price_includes_vat': True,
'registration_date': '2022-09-26',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 52.691 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727922%27 HTTP/1.1" 200 None
2026-03-26 12:22:28 [adesa.de] INFO: Saving data for 10727922: {'created_time': 1774527748.335831, 'last_price_update_time': 1774527748.335844, 'auction_closing_time': 1774619140.0}
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727922') HTTP/1.1" 204 0
2026-03-26 12:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702331/general/ef5779f8-63d2-40bb-aeb7-88f1c6a4ba83.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727824)
2026-03-26 12:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702331/general/92b08018-43a3-4554-b3ea-6ca5a03c61af.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727824)
2026-03-26 12:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702331/general/cb9c4328-6ffc-424e-89b7-6b8c4007e019.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727824)
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1fcd90>
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252Fef5779f8-63d2-40bb-aeb7-88f1c6a4ba83.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/ef5779f8-63d2-40bb-aeb7-88f1c6a4ba83.jpg saved to cache
2026-03-26 12:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 73c85d11-cb3b-5dc0-b7d7-a01661c10427
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156523bd0>
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252F92b08018-43a3-4554-b3ea-6ca5a03c61af.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/92b08018-43a3-4554-b3ea-6ca5a03c61af.jpg saved to cache
2026-03-26 12:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 73c85d11-cb3b-5dc0-b7d7-a01661c10427
2026-03-26 12:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702331/general/a27dda62-a0f4-44b7-b1c9-117c3f67354a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727824)
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fd6c90>
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252Fcb9c4328-6ffc-424e-89b7-6b8c4007e019.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/cb9c4328-6ffc-424e-89b7-6b8c4007e019.jpg saved to cache
2026-03-26 12:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 73c85d11-cb3b-5dc0-b7d7-a01661c10427
2026-03-26 12:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702331/general/dedb0c91-5e92-40dd-b373-4a9e14e53e1e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727824)
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015659f890>
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252Fa27dda62-a0f4-44b7-b1c9-117c3f67354a.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/a27dda62-a0f4-44b7-b1c9-117c3f67354a.jpg saved to cache
2026-03-26 12:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 73c85d11-cb3b-5dc0-b7d7-a01661c10427
2026-03-26 12:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702331/general/c7925709-6836-4dea-a303-5f0036ace7f0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727824)
2026-03-26 12:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702331/general/3d844396-f20c-4dd7-afb9-84a816f3eadd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727824)
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e29cd0>
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252Fdedb0c91-5e92-40dd-b373-4a9e14e53e1e.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/dedb0c91-5e92-40dd-b373-4a9e14e53e1e.jpg saved to cache
2026-03-26 12:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 73c85d11-cb3b-5dc0-b7d7-a01661c10427
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fe02d0>
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252Fc7925709-6836-4dea-a303-5f0036ace7f0.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/c7925709-6836-4dea-a303-5f0036ace7f0.jpg saved to cache
2026-03-26 12:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 73c85d11-cb3b-5dc0-b7d7-a01661c10427
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee2710>
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252F3d844396-f20c-4dd7-afb9-84a816f3eadd.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/3d844396-f20c-4dd7-afb9-84a816f3eadd.jpg saved to cache
2026-03-26 12:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 73c85d11-cb3b-5dc0-b7d7-a01661c10427
2026-03-26 12:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702331/general/0a81b655-d233-4767-b2e1-0b2512492791.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727824)
2026-03-26 12:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702331/general/31832587-d9da-4227-a3fd-eda06e0e024a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727824)
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5d910>
2026-03-26 12:22:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22: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 12:22:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252F0a81b655-d233-4767-b2e1-0b2512492791.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/0a81b655-d233-4767-b2e1-0b2512492791.jpg saved to cache
2026-03-26 12:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 73c85d11-cb3b-5dc0-b7d7-a01661c10427
2026-03-26 12:22:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:22:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fe3790>
2026-03-26 12:22:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:22:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:22:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:22:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702331%252Fgeneral%252F31832587-d9da-4227-a3fd-eda06e0e024a.jpg') HTTP/1.1" 204 0
2026-03-26 12:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702331/general/31832587-d9da-4227-a3fd-eda06e0e024a.jpg saved to cache
2026-03-26 12:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 73c85d11-cb3b-5dc0-b7d7-a01661c10427
2026-03-26 12:22:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 73c85d11-cb3b-5dc0-b7d7-a01661c10427, skipping ID generation
2026-03-26 12:22:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73c85d11-cb3b-5dc0-b7d7-a01661c10427 with scrape type 1
2026-03-26 12:22:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 73c85d11-cb3b-5dc0-b7d7-a01661c10427 sending to next pipeline
2026-03-26 12:22:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 73c85d11-cb3b-5dc0-b7d7-a01661c10427, identifier: 10727824
2026-03-26 12:22:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 73c85d11-cb3b-5dc0-b7d7-a01661c10427 with identifier: 10727824
2026-03-26 12:22:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 73c85d11-cb3b-5dc0-b7d7-a01661c10427 with identifier: 10727824
2026-03-26 12:22:29 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 73c85d11-cb3b-5dc0-b7d7-a01661c10427 with identifier: 10727824 to the API
2026-03-26 12:22:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:22: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 12:22:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5702331/general/31832587-d9da-4227-a3fd-eda06e0e024a.jpg>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:37:00Z',
'fuel_type': 'Hybrid',
'id': '73c85d11-cb3b-5dc0-b7d7-a01661c10427',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991031-2508651',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727824',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 53827,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 43,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74066,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702331/general/31832587-d9da-4227-a3fd-eda06e0e024a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121676,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702331/general/0a81b655-d233-4767-b2e1-0b2512492791.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74052,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702331/general/3d844396-f20c-4dd7-afb9-84a816f3eadd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72372,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702331/general/dedb0c91-5e92-40dd-b373-4a9e14e53e1e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101294,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702331/general/c7925709-6836-4dea-a303-5f0036ace7f0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124560,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702331/general/a27dda62-a0f4-44b7-b1c9-117c3f67354a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107427,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702331/general/cb9c4328-6ffc-424e-89b7-6b8c4007e019.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90378,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702331/general/92b08018-43a3-4554-b3ea-6ca5a03c61af.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123126,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702331/general/ef5779f8-63d2-40bb-aeb7-88f1c6a4ba83.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73c85d11-cb3b-5dc0-b7d7-a01661c10427/73c85d11-cb3b-5dc0-b7d7-a01661c10427_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110257,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702331/general/e83e6790-a3a1-447b-a638-3ab1a839fe02.jpg',
'Width': 1280}],
'price': 15700,
'price_includes_vat': True,
'registration_date': '2022-11-02',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 53.827 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727824%27 HTTP/1.1" 200 None
2026-03-26 12:22:29 [adesa.de] INFO: Saving data for 10727824: {'created_time': 1774527749.57861, 'last_price_update_time': 1774527749.578621, 'auction_closing_time': 1774618620.0}
2026-03-26 12:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727824') HTTP/1.1" 204 0
2026-03-26 12:22:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:22:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727840> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:22: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 12:22:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b20ea4e-a155-547d-9ffd-7bcdc4379859 with identifier: 10727840
2026-03-26 12:22:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b20ea4e-a155-547d-9ffd-7bcdc4379859 with scrape type 1
2026-03-26 12:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5b20ea4e-a155-547d-9ffd-7bcdc4379859
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715213%252Fgeneral%252F8e86eb02-431e-49bb-ab7c-554280caa94b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715213/general/8e86eb02-431e-49bb-ab7c-554280caa94b.jpg already downloaded
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715213%252Fgeneral%252Fe4b6a5b4-8720-402c-b385-a2f812b180d9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715213/general/e4b6a5b4-8720-402c-b385-a2f812b180d9.jpg already downloaded
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715213%252Fgeneral%252F39718d85-68c6-4099-a413-9745b30d220f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715213/general/39718d85-68c6-4099-a413-9745b30d220f.jpg already downloaded
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715213%252Fgeneral%252Fcfdf9d4e-aa42-4820-bf98-13993d89e152.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715213/general/cfdf9d4e-aa42-4820-bf98-13993d89e152.jpg already downloaded
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715213%252Fgeneral%252F17c55629-f6c9-4adc-a5c9-e471eed83d86.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715213/general/17c55629-f6c9-4adc-a5c9-e471eed83d86.jpg already downloaded
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715213%252Fgeneral%252Fc046ffe3-b211-4e01-aece-cbe8168ffe39.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715213/general/c046ffe3-b211-4e01-aece-cbe8168ffe39.jpg already downloaded
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715213%252Fgeneral%252Fb51cc9d8-5a70-4e70-a8d0-38e23906be71.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715213/general/b51cc9d8-5a70-4e70-a8d0-38e23906be71.jpg already downloaded
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715213%252Fgeneral%252Fb93b87fa-b688-4b12-b55c-2818035e1977.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715213/general/b93b87fa-b688-4b12-b55c-2818035e1977.jpg already downloaded
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715213%252Fgeneral%252F4129d389-0492-4432-9831-220a84db480d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715213/general/4129d389-0492-4432-9831-220a84db480d.jpg already downloaded
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715213%252Fgeneral%252F0c937379-888a-4a89-b586-145b1d0afb07.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715213/general/0c937379-888a-4a89-b586-145b1d0afb07.jpg already downloaded
2026-03-26 12:22:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 5b20ea4e-a155-547d-9ffd-7bcdc4379859, identifier: 10727840
2026-03-26 12:22:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 5b20ea4e-a155-547d-9ffd-7bcdc4379859 with identifier: 10727840
2026-03-26 12:22:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 5b20ea4e-a155-547d-9ffd-7bcdc4379859 with identifier: 10727840
2026-03-26 12:22:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 5b20ea4e-a155-547d-9ffd-7bcdc4379859 with identifier: 10727840 to the API
2026-03-26 12:22:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:22: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 12:22:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727840>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 174,
'expiration_date': '2026-03-27T13:49:00Z',
'fuel_type': 'Diesel',
'id': '5b20ea4e-a155-547d-9ffd-7bcdc4379859',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990959-2521120',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727840',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Insignia',
'odometer': 122374,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 20,
'photo_urls': ['https://images.openlane.eu/carimgs/5715213/general/8e86eb02-431e-49bb-ab7c-554280caa94b.jpg',
'https://images.openlane.eu/carimgs/5715213/general/e4b6a5b4-8720-402c-b385-a2f812b180d9.jpg',
'https://images.openlane.eu/carimgs/5715213/general/39718d85-68c6-4099-a413-9745b30d220f.jpg',
'https://images.openlane.eu/carimgs/5715213/general/cfdf9d4e-aa42-4820-bf98-13993d89e152.jpg',
'https://images.openlane.eu/carimgs/5715213/general/17c55629-f6c9-4adc-a5c9-e471eed83d86.jpg',
'https://images.openlane.eu/carimgs/5715213/general/c046ffe3-b211-4e01-aece-cbe8168ffe39.jpg',
'https://images.openlane.eu/carimgs/5715213/general/b51cc9d8-5a70-4e70-a8d0-38e23906be71.jpg',
'https://images.openlane.eu/carimgs/5715213/general/b93b87fa-b688-4b12-b55c-2818035e1977.jpg',
'https://images.openlane.eu/carimgs/5715213/general/4129d389-0492-4432-9831-220a84db480d.jpg',
'https://images.openlane.eu/carimgs/5715213/general/0c937379-888a-4a89-b586-145b1d0afb07.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b20ea4e-a155-547d-9ffd-7bcdc4379859/5b20ea4e-a155-547d-9ffd-7bcdc4379859_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225247,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715213/general/8e86eb02-431e-49bb-ab7c-554280caa94b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b20ea4e-a155-547d-9ffd-7bcdc4379859/5b20ea4e-a155-547d-9ffd-7bcdc4379859_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133446,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715213/general/e4b6a5b4-8720-402c-b385-a2f812b180d9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b20ea4e-a155-547d-9ffd-7bcdc4379859/5b20ea4e-a155-547d-9ffd-7bcdc4379859_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245045,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715213/general/39718d85-68c6-4099-a413-9745b30d220f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b20ea4e-a155-547d-9ffd-7bcdc4379859/5b20ea4e-a155-547d-9ffd-7bcdc4379859_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131128,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715213/general/cfdf9d4e-aa42-4820-bf98-13993d89e152.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b20ea4e-a155-547d-9ffd-7bcdc4379859/5b20ea4e-a155-547d-9ffd-7bcdc4379859_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227187,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715213/general/17c55629-f6c9-4adc-a5c9-e471eed83d86.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b20ea4e-a155-547d-9ffd-7bcdc4379859/5b20ea4e-a155-547d-9ffd-7bcdc4379859_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 251428,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715213/general/c046ffe3-b211-4e01-aece-cbe8168ffe39.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b20ea4e-a155-547d-9ffd-7bcdc4379859/5b20ea4e-a155-547d-9ffd-7bcdc4379859_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121499,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715213/general/b51cc9d8-5a70-4e70-a8d0-38e23906be71.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b20ea4e-a155-547d-9ffd-7bcdc4379859/5b20ea4e-a155-547d-9ffd-7bcdc4379859_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254438,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715213/general/b93b87fa-b688-4b12-b55c-2818035e1977.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b20ea4e-a155-547d-9ffd-7bcdc4379859/5b20ea4e-a155-547d-9ffd-7bcdc4379859_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242316,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715213/general/4129d389-0492-4432-9831-220a84db480d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b20ea4e-a155-547d-9ffd-7bcdc4379859/5b20ea4e-a155-547d-9ffd-7bcdc4379859_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222212,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715213/general/0c937379-888a-4a89-b586-145b1d0afb07.jpg',
'Width': 1280}],
'price': 11300,
'price_includes_vat': True,
'registration_date': '2021-11-25',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Insignia Sports Tourer 2.0 Elegance - Diesel - Automatic - 174 '
'hp - 122.374 km',
'transmission': 'automatic',
'trim': 'Elegance',
'vin': None,
'year': 2021}
2026-03-26 12:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727840%27 HTTP/1.1" 200 None
2026-03-26 12:22:41 [adesa.de] INFO: Saving data for 10727840: {'created_time': 1774527761.087294, 'last_price_update_time': 1774527761.087306, 'auction_closing_time': 1774619340.0}
2026-03-26 12:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727840') HTTP/1.1" 204 0
2026-03-26 12:22:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727860> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:22: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 12:22:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92dd3350-1dcf-5c30-9a40-de91d019341d with identifier: 10727860
2026-03-26 12:22:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92dd3350-1dcf-5c30-9a40-de91d019341d with scrape type 1
2026-03-26 12:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 92dd3350-1dcf-5c30-9a40-de91d019341d
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680768%252Fgeneral%252Fb61b2904-b311-4fb4-97e1-aaed5aff0220.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680768/general/b61b2904-b311-4fb4-97e1-aaed5aff0220.jpg already downloaded
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680768%252Fgeneral%252F285047b8-30c1-42ff-925d-d757006fe127.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680768/general/285047b8-30c1-42ff-925d-d757006fe127.jpg already downloaded
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680768%252Fgeneral%252Fa0080fa3-f328-4043-9169-add60ac88454.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680768/general/a0080fa3-f328-4043-9169-add60ac88454.jpg already downloaded
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680768%252Fgeneral%252F4d06754d-4f2b-419c-9d83-a04a6269c034.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680768/general/4d06754d-4f2b-419c-9d83-a04a6269c034.jpg already downloaded
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680768%252Fgeneral%252Feaf04fa4-60f0-495a-8bf8-d237707e9226.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680768/general/eaf04fa4-60f0-495a-8bf8-d237707e9226.jpg already downloaded
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680768%252Fgeneral%252F94535178-0588-4558-9add-66bfa6cfaee2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680768/general/94535178-0588-4558-9add-66bfa6cfaee2.jpg already downloaded
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680768%252Fgeneral%252Fd76efa70-0a8b-410a-8906-4cd6f01da7b0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680768/general/d76efa70-0a8b-410a-8906-4cd6f01da7b0.jpg already downloaded
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680768%252Fgeneral%252F504f725a-3e6e-40c2-ad5d-4fd54ac650f3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680768/general/504f725a-3e6e-40c2-ad5d-4fd54ac650f3.jpg already downloaded
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680768%252Fgeneral%252F4e298780-4b0d-4353-b502-dc6b7aacf745.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680768/general/4e298780-4b0d-4353-b502-dc6b7aacf745.jpg already downloaded
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680768%252Fgeneral%252F0c550a85-d3cd-46b4-b9be-28db72158d3a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680768/general/0c550a85-d3cd-46b4-b9be-28db72158d3a.jpg already downloaded
2026-03-26 12:22:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 92dd3350-1dcf-5c30-9a40-de91d019341d, identifier: 10727860
2026-03-26 12:22:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 92dd3350-1dcf-5c30-9a40-de91d019341d with identifier: 10727860
2026-03-26 12:22:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 92dd3350-1dcf-5c30-9a40-de91d019341d with identifier: 10727860
2026-03-26 12:22:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 92dd3350-1dcf-5c30-9a40-de91d019341d with identifier: 10727860 to the API
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:22: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 12:22:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727860>
{'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-27T13:36:00Z',
'fuel_type': 'Hybrid',
'id': '92dd3350-1dcf-5c30-9a40-de91d019341d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990945-2506733',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727860',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 46729,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 10,
'photo_urls': ['https://images.openlane.eu/carimgs/5680768/general/b61b2904-b311-4fb4-97e1-aaed5aff0220.jpg',
'https://images.openlane.eu/carimgs/5680768/general/285047b8-30c1-42ff-925d-d757006fe127.jpg',
'https://images.openlane.eu/carimgs/5680768/general/a0080fa3-f328-4043-9169-add60ac88454.jpg',
'https://images.openlane.eu/carimgs/5680768/general/4d06754d-4f2b-419c-9d83-a04a6269c034.jpg',
'https://images.openlane.eu/carimgs/5680768/general/eaf04fa4-60f0-495a-8bf8-d237707e9226.jpg',
'https://images.openlane.eu/carimgs/5680768/general/94535178-0588-4558-9add-66bfa6cfaee2.jpg',
'https://images.openlane.eu/carimgs/5680768/general/d76efa70-0a8b-410a-8906-4cd6f01da7b0.jpg',
'https://images.openlane.eu/carimgs/5680768/general/504f725a-3e6e-40c2-ad5d-4fd54ac650f3.jpg',
'https://images.openlane.eu/carimgs/5680768/general/4e298780-4b0d-4353-b502-dc6b7aacf745.jpg',
'https://images.openlane.eu/carimgs/5680768/general/0c550a85-d3cd-46b4-b9be-28db72158d3a.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92dd3350-1dcf-5c30-9a40-de91d019341d/92dd3350-1dcf-5c30-9a40-de91d019341d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119091,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680768/general/b61b2904-b311-4fb4-97e1-aaed5aff0220.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92dd3350-1dcf-5c30-9a40-de91d019341d/92dd3350-1dcf-5c30-9a40-de91d019341d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209396,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680768/general/a0080fa3-f328-4043-9169-add60ac88454.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92dd3350-1dcf-5c30-9a40-de91d019341d/92dd3350-1dcf-5c30-9a40-de91d019341d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102793,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680768/general/4e298780-4b0d-4353-b502-dc6b7aacf745.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92dd3350-1dcf-5c30-9a40-de91d019341d/92dd3350-1dcf-5c30-9a40-de91d019341d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 195357,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680768/general/4d06754d-4f2b-419c-9d83-a04a6269c034.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92dd3350-1dcf-5c30-9a40-de91d019341d/92dd3350-1dcf-5c30-9a40-de91d019341d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204753,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680768/general/285047b8-30c1-42ff-925d-d757006fe127.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92dd3350-1dcf-5c30-9a40-de91d019341d/92dd3350-1dcf-5c30-9a40-de91d019341d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116911,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680768/general/eaf04fa4-60f0-495a-8bf8-d237707e9226.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92dd3350-1dcf-5c30-9a40-de91d019341d/92dd3350-1dcf-5c30-9a40-de91d019341d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100458,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680768/general/94535178-0588-4558-9add-66bfa6cfaee2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92dd3350-1dcf-5c30-9a40-de91d019341d/92dd3350-1dcf-5c30-9a40-de91d019341d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227420,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680768/general/d76efa70-0a8b-410a-8906-4cd6f01da7b0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92dd3350-1dcf-5c30-9a40-de91d019341d/92dd3350-1dcf-5c30-9a40-de91d019341d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 212218,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680768/general/504f725a-3e6e-40c2-ad5d-4fd54ac650f3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92dd3350-1dcf-5c30-9a40-de91d019341d/92dd3350-1dcf-5c30-9a40-de91d019341d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97604,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680768/general/0c550a85-d3cd-46b4-b9be-28db72158d3a.jpg',
'Width': 1280}],
'price': 15200,
'price_includes_vat': True,
'registration_date': '2022-09-23',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 46.729 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727860%27 HTTP/1.1" 200 None
2026-03-26 12:22:42 [adesa.de] INFO: Saving data for 10727860: {'created_time': 1774527762.791379, 'last_price_update_time': 1774527762.791393, 'auction_closing_time': 1774618560.0}
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727860') HTTP/1.1" 204 0
2026-03-26 12:22:45 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 131.027(s), this was the 1st time calling it.
2026-03-26 12:22:45 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.153445276849214 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 12:22:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:22:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727947> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:22: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 12:22:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 855fdb79-d964-5c82-be0e-12a0df8df139 with identifier: 10727947
2026-03-26 12:22:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 855fdb79-d964-5c82-be0e-12a0df8df139 with scrape type 1
2026-03-26 12:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 855fdb79-d964-5c82-be0e-12a0df8df139
2026-03-26 12:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715307%252Fgeneral%252F2bd6d95b-cd36-4546-90fa-8e7086fdab2d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715307/general/2bd6d95b-cd36-4546-90fa-8e7086fdab2d.jpg already downloaded
2026-03-26 12:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715307%252Fgeneral%252F1c6cd3e7-667b-4dd2-824e-f941220627fc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715307/general/1c6cd3e7-667b-4dd2-824e-f941220627fc.jpg already downloaded
2026-03-26 12:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715307%252Fgeneral%252F3b5041b4-57e1-444e-a0f9-ec1414cb0bbb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715307/general/3b5041b4-57e1-444e-a0f9-ec1414cb0bbb.jpg already downloaded
2026-03-26 12:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715307%252Fgeneral%252F6982910d-949d-489e-b3d4-a26b580f20b5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715307/general/6982910d-949d-489e-b3d4-a26b580f20b5.jpg already downloaded
2026-03-26 12:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715307%252Fgeneral%252Fc1f11803-12f6-4375-b543-b9a339a50795.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715307/general/c1f11803-12f6-4375-b543-b9a339a50795.jpg already downloaded
2026-03-26 12:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715307%252Fgeneral%252F7259e4ed-f9ce-430e-85fe-d0d65898c62b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715307/general/7259e4ed-f9ce-430e-85fe-d0d65898c62b.jpg already downloaded
2026-03-26 12:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715307%252Fgeneral%252Ffd25dc7e-afeb-481f-8ced-e258d7e76867.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715307/general/fd25dc7e-afeb-481f-8ced-e258d7e76867.jpg already downloaded
2026-03-26 12:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715307%252Fgeneral%252F697b1af2-1d54-42a9-9aa5-5fcbcbc66df3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715307/general/697b1af2-1d54-42a9-9aa5-5fcbcbc66df3.jpg already downloaded
2026-03-26 12:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715307%252Fgeneral%252Ffa1d49e9-d15f-4513-a931-164a60e1e31c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715307/general/fa1d49e9-d15f-4513-a931-164a60e1e31c.jpg already downloaded
2026-03-26 12:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715307%252Fgeneral%252F59eb3969-7267-4036-9443-5bcc4237f719.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715307/general/59eb3969-7267-4036-9443-5bcc4237f719.jpg already downloaded
2026-03-26 12:22:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 855fdb79-d964-5c82-be0e-12a0df8df139, identifier: 10727947
2026-03-26 12:22:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 855fdb79-d964-5c82-be0e-12a0df8df139 with identifier: 10727947
2026-03-26 12:22:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 855fdb79-d964-5c82-be0e-12a0df8df139 with identifier: 10727947
2026-03-26 12:22:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 855fdb79-d964-5c82-be0e-12a0df8df139 with identifier: 10727947 to the API
2026-03-26 12:22:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:22: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 12:22:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727947>
{'auction_title': '',
'c_o_2_emission_value': 162,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 177,
'expiration_date': '2026-03-27T13:48:20Z',
'fuel_type': 'Diesel',
'id': '855fdb79-d964-5c82-be0e-12a0df8df139',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990988-2527536',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727947',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 140082,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 47,
'photo_urls': ['https://images.openlane.eu/carimgs/5715307/general/2bd6d95b-cd36-4546-90fa-8e7086fdab2d.jpg',
'https://images.openlane.eu/carimgs/5715307/general/1c6cd3e7-667b-4dd2-824e-f941220627fc.jpg',
'https://images.openlane.eu/carimgs/5715307/general/3b5041b4-57e1-444e-a0f9-ec1414cb0bbb.jpg',
'https://images.openlane.eu/carimgs/5715307/general/6982910d-949d-489e-b3d4-a26b580f20b5.jpg',
'https://images.openlane.eu/carimgs/5715307/general/c1f11803-12f6-4375-b543-b9a339a50795.jpg',
'https://images.openlane.eu/carimgs/5715307/general/7259e4ed-f9ce-430e-85fe-d0d65898c62b.jpg',
'https://images.openlane.eu/carimgs/5715307/general/fd25dc7e-afeb-481f-8ced-e258d7e76867.jpg',
'https://images.openlane.eu/carimgs/5715307/general/697b1af2-1d54-42a9-9aa5-5fcbcbc66df3.jpg',
'https://images.openlane.eu/carimgs/5715307/general/fa1d49e9-d15f-4513-a931-164a60e1e31c.jpg',
'https://images.openlane.eu/carimgs/5715307/general/59eb3969-7267-4036-9443-5bcc4237f719.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_855fdb79-d964-5c82-be0e-12a0df8df139/855fdb79-d964-5c82-be0e-12a0df8df139_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77025,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715307/general/2bd6d95b-cd36-4546-90fa-8e7086fdab2d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_855fdb79-d964-5c82-be0e-12a0df8df139/855fdb79-d964-5c82-be0e-12a0df8df139_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73606,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715307/general/1c6cd3e7-667b-4dd2-824e-f941220627fc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_855fdb79-d964-5c82-be0e-12a0df8df139/855fdb79-d964-5c82-be0e-12a0df8df139_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134034,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715307/general/3b5041b4-57e1-444e-a0f9-ec1414cb0bbb.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_855fdb79-d964-5c82-be0e-12a0df8df139/855fdb79-d964-5c82-be0e-12a0df8df139_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126533,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715307/general/6982910d-949d-489e-b3d4-a26b580f20b5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_855fdb79-d964-5c82-be0e-12a0df8df139/855fdb79-d964-5c82-be0e-12a0df8df139_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90774,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715307/general/c1f11803-12f6-4375-b543-b9a339a50795.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_855fdb79-d964-5c82-be0e-12a0df8df139/855fdb79-d964-5c82-be0e-12a0df8df139_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120855,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715307/general/7259e4ed-f9ce-430e-85fe-d0d65898c62b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_855fdb79-d964-5c82-be0e-12a0df8df139/855fdb79-d964-5c82-be0e-12a0df8df139_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194658,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715307/general/fd25dc7e-afeb-481f-8ced-e258d7e76867.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_855fdb79-d964-5c82-be0e-12a0df8df139/855fdb79-d964-5c82-be0e-12a0df8df139_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109372,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715307/general/697b1af2-1d54-42a9-9aa5-5fcbcbc66df3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_855fdb79-d964-5c82-be0e-12a0df8df139/855fdb79-d964-5c82-be0e-12a0df8df139_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150589,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715307/general/fa1d49e9-d15f-4513-a931-164a60e1e31c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_855fdb79-d964-5c82-be0e-12a0df8df139/855fdb79-d964-5c82-be0e-12a0df8df139_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120084,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715307/general/59eb3969-7267-4036-9443-5bcc4237f719.jpg',
'Width': 1280}],
'price': 12600,
'price_includes_vat': True,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 2.0 Business Innovation - Diesel - Automatic - 177 '
'hp - 140.082 km',
'transmission': 'automatic',
'trim': 'Business Innovation',
'vin': None,
'year': 2021}
2026-03-26 12:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727947%27 HTTP/1.1" 200 None
2026-03-26 12:22:55 [adesa.de] INFO: Saving data for 10727947: {'created_time': 1774527775.48401, 'last_price_update_time': 1774527775.484025, 'auction_closing_time': 1774619300.0}
2026-03-26 12:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727947') HTTP/1.1" 204 0
2026-03-26 12:23:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727837> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21132daa-b631-5a4e-8e06-02d2f6ebcb23 with identifier: 10727837
2026-03-26 12:23:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21132daa-b631-5a4e-8e06-02d2f6ebcb23 with scrape type 1
2026-03-26 12:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 21132daa-b631-5a4e-8e06-02d2f6ebcb23
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715208%252Fgeneral%252F5f3446ff-4179-4a45-a17d-2072ff46e057.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715208/general/5f3446ff-4179-4a45-a17d-2072ff46e057.jpg already downloaded
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715208%252Fgeneral%252F58a7a530-c098-4d95-9d90-d5dfa04b9ccc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715208/general/58a7a530-c098-4d95-9d90-d5dfa04b9ccc.jpg already downloaded
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715208%252Fgeneral%252Fad0b7d35-6597-4086-ae06-fbea73846f01.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715208/general/ad0b7d35-6597-4086-ae06-fbea73846f01.jpg already downloaded
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715208%252Fgeneral%252Fd8d9f727-6deb-43c8-85f5-185e3e0ba9b4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715208/general/d8d9f727-6deb-43c8-85f5-185e3e0ba9b4.jpg already downloaded
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715208%252Fgeneral%252F10cfcbae-bf54-404a-8266-d052244d924c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715208/general/10cfcbae-bf54-404a-8266-d052244d924c.jpg already downloaded
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715208%252Fgeneral%252Feef7ff9a-be28-497b-9a1f-79f54a5aa283.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715208/general/eef7ff9a-be28-497b-9a1f-79f54a5aa283.jpg already downloaded
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715208%252Fgeneral%252F2c1f39cd-cc23-45df-a37a-82658aa846a8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715208/general/2c1f39cd-cc23-45df-a37a-82658aa846a8.jpg already downloaded
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715208%252Fgeneral%252F77c19794-2296-43d9-9b9c-ddd3aeb6bcc9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715208/general/77c19794-2296-43d9-9b9c-ddd3aeb6bcc9.jpg already downloaded
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715208%252Fgeneral%252Fc64de7e5-fe8f-42a3-b73c-947fa705248b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715208/general/c64de7e5-fe8f-42a3-b73c-947fa705248b.jpg already downloaded
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715208%252Fgeneral%252Fa2ff574f-4194-4ed9-8aa4-5de33f05544c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715208/general/a2ff574f-4194-4ed9-8aa4-5de33f05544c.jpg already downloaded
2026-03-26 12:23:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 21132daa-b631-5a4e-8e06-02d2f6ebcb23, identifier: 10727837
2026-03-26 12:23:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 21132daa-b631-5a4e-8e06-02d2f6ebcb23 with identifier: 10727837
2026-03-26 12:23:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 21132daa-b631-5a4e-8e06-02d2f6ebcb23 with identifier: 10727837
2026-03-26 12:23:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 21132daa-b631-5a4e-8e06-02d2f6ebcb23 with identifier: 10727837 to the API
2026-03-26 12:23:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:23: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 12:23:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727837>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:39:20Z',
'fuel_type': 'Hybrid',
'id': '21132daa-b631-5a4e-8e06-02d2f6ebcb23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991017-2520877',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727837',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 49703,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 20,
'photo_urls': ['https://images.openlane.eu/carimgs/5715208/general/5f3446ff-4179-4a45-a17d-2072ff46e057.jpg',
'https://images.openlane.eu/carimgs/5715208/general/58a7a530-c098-4d95-9d90-d5dfa04b9ccc.jpg',
'https://images.openlane.eu/carimgs/5715208/general/ad0b7d35-6597-4086-ae06-fbea73846f01.jpg',
'https://images.openlane.eu/carimgs/5715208/general/d8d9f727-6deb-43c8-85f5-185e3e0ba9b4.jpg',
'https://images.openlane.eu/carimgs/5715208/general/10cfcbae-bf54-404a-8266-d052244d924c.jpg',
'https://images.openlane.eu/carimgs/5715208/general/eef7ff9a-be28-497b-9a1f-79f54a5aa283.jpg',
'https://images.openlane.eu/carimgs/5715208/general/2c1f39cd-cc23-45df-a37a-82658aa846a8.jpg',
'https://images.openlane.eu/carimgs/5715208/general/77c19794-2296-43d9-9b9c-ddd3aeb6bcc9.jpg',
'https://images.openlane.eu/carimgs/5715208/general/c64de7e5-fe8f-42a3-b73c-947fa705248b.jpg',
'https://images.openlane.eu/carimgs/5715208/general/a2ff574f-4194-4ed9-8aa4-5de33f05544c.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21132daa-b631-5a4e-8e06-02d2f6ebcb23/21132daa-b631-5a4e-8e06-02d2f6ebcb23_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112467,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715208/general/5f3446ff-4179-4a45-a17d-2072ff46e057.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21132daa-b631-5a4e-8e06-02d2f6ebcb23/21132daa-b631-5a4e-8e06-02d2f6ebcb23_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102893,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715208/general/58a7a530-c098-4d95-9d90-d5dfa04b9ccc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21132daa-b631-5a4e-8e06-02d2f6ebcb23/21132daa-b631-5a4e-8e06-02d2f6ebcb23_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94658,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715208/general/ad0b7d35-6597-4086-ae06-fbea73846f01.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21132daa-b631-5a4e-8e06-02d2f6ebcb23/21132daa-b631-5a4e-8e06-02d2f6ebcb23_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206759,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715208/general/d8d9f727-6deb-43c8-85f5-185e3e0ba9b4.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21132daa-b631-5a4e-8e06-02d2f6ebcb23/21132daa-b631-5a4e-8e06-02d2f6ebcb23_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154803,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715208/general/10cfcbae-bf54-404a-8266-d052244d924c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21132daa-b631-5a4e-8e06-02d2f6ebcb23/21132daa-b631-5a4e-8e06-02d2f6ebcb23_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224053,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715208/general/eef7ff9a-be28-497b-9a1f-79f54a5aa283.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21132daa-b631-5a4e-8e06-02d2f6ebcb23/21132daa-b631-5a4e-8e06-02d2f6ebcb23_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200230,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715208/general/2c1f39cd-cc23-45df-a37a-82658aa846a8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21132daa-b631-5a4e-8e06-02d2f6ebcb23/21132daa-b631-5a4e-8e06-02d2f6ebcb23_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217581,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715208/general/77c19794-2296-43d9-9b9c-ddd3aeb6bcc9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21132daa-b631-5a4e-8e06-02d2f6ebcb23/21132daa-b631-5a4e-8e06-02d2f6ebcb23_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206871,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715208/general/c64de7e5-fe8f-42a3-b73c-947fa705248b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21132daa-b631-5a4e-8e06-02d2f6ebcb23/21132daa-b631-5a4e-8e06-02d2f6ebcb23_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 201354,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715208/general/a2ff574f-4194-4ed9-8aa4-5de33f05544c.jpg',
'Width': 1280}],
'price': 16000,
'price_includes_vat': True,
'registration_date': '2022-11-25',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 49.703 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727837%27 HTTP/1.1" 200 None
2026-03-26 12:23:07 [adesa.de] INFO: Saving data for 10727837: {'created_time': 1774527787.150761, 'last_price_update_time': 1774527787.150772, 'auction_closing_time': 1774618760.0}
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727837') HTTP/1.1" 204 0
2026-03-26 12:23:07 [scrapy.extensions.logstats] INFO: Crawled 99 pages (at 7 pages/min), scraped 89 items (at 9 items/min)
2026-03-26 12:23:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 164MiB
2026-03-26 12:23:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727900> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a45b31ba-b2f6-5972-94e3-6aa82835a9c5 with identifier: 10727900
2026-03-26 12:23:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a45b31ba-b2f6-5972-94e3-6aa82835a9c5 with scrape type 1
2026-03-26 12:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a45b31ba-b2f6-5972-94e3-6aa82835a9c5
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252F99356ecf-0999-4669-a4af-a56edc586f55.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/99356ecf-0999-4669-a4af-a56edc586f55.jpg not downloaded yet
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252F9615c31c-548e-42a3-a089-d901dba9cc07.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/9615c31c-548e-42a3-a089-d901dba9cc07.jpg not downloaded yet
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252F57773abf-8a89-45cb-bfb7-280f314e0fe5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/57773abf-8a89-45cb-bfb7-280f314e0fe5.jpg not downloaded yet
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252F017ec4d4-b997-4d54-8e14-dcddbba83638.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/017ec4d4-b997-4d54-8e14-dcddbba83638.jpg not downloaded yet
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252Fb2c3cc56-e22a-4c91-ab1c-e26de971a6bc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/b2c3cc56-e22a-4c91-ab1c-e26de971a6bc.jpg not downloaded yet
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252F34d77037-f020-47fc-a543-f246eec70ba4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/34d77037-f020-47fc-a543-f246eec70ba4.jpg not downloaded yet
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252Fe83adcbc-cc3a-43b2-afd6-1ee39e90f456.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/e83adcbc-cc3a-43b2-afd6-1ee39e90f456.jpg not downloaded yet
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252F1990e725-390b-40c6-93c1-b7d48e36749c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/1990e725-390b-40c6-93c1-b7d48e36749c.jpg not downloaded yet
2026-03-26 12:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252F03590702-bb20-44ab-af23-8cc5b1a930df.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/03590702-bb20-44ab-af23-8cc5b1a930df.jpg not downloaded yet
2026-03-26 12:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252Fb0157e37-4191-4d2c-a04b-ee75b330e931.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/b0157e37-4191-4d2c-a04b-ee75b330e931.jpg not downloaded yet
2026-03-26 12:23:09 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:09 [adesa.de] INFO: Found listing with ID: 10726153
2026-03-26 12:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726153%27 HTTP/1.1" 200 None
2026-03-26 12:23:09 [adesa.de] INFO: Scrape type for 10726153: 0
2026-03-26 12:23:09 [adesa.de] INFO: Skipping item 10726153 url https://www.openlane.eu/en/carv6/auction/10726153
2026-03-26 12:23:09 [adesa.de] INFO: Found listing with ID: 10726150
2026-03-26 12:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726150%27 HTTP/1.1" 200 None
2026-03-26 12:23:09 [adesa.de] INFO: Scrape type for 10726150: 0
2026-03-26 12:23:09 [adesa.de] INFO: Skipping item 10726150 url https://www.openlane.eu/en/carv6/auction/10726150
2026-03-26 12:23:09 [adesa.de] INFO: Found listing with ID: 10728371
2026-03-26 12:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728371%27 HTTP/1.1" 200 None
2026-03-26 12:23:09 [adesa.de] INFO: Scrape type for 10728371: 0
2026-03-26 12:23:09 [adesa.de] INFO: Skipping item 10728371 url https://www.openlane.eu/en/carv6/auction/10728371
2026-03-26 12:23:09 [adesa.de] INFO: Found listing with ID: 10728393
2026-03-26 12:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728393%27 HTTP/1.1" 200 None
2026-03-26 12:23:09 [adesa.de] INFO: Scrape type for 10728393: 0
2026-03-26 12:23:09 [adesa.de] INFO: Skipping item 10728393 url https://www.openlane.eu/en/carv6/auction/10728393
2026-03-26 12:23:09 [adesa.de] INFO: Found listing with ID: 10728366
2026-03-26 12:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728366%27 HTTP/1.1" 200 None
2026-03-26 12:23:09 [adesa.de] INFO: Scrape type for 10728366: 0
2026-03-26 12:23:09 [adesa.de] INFO: Skipping item 10728366 url https://www.openlane.eu/en/carv6/auction/10728366
2026-03-26 12:23:09 [adesa.de] INFO: Found listing with ID: 10728411
2026-03-26 12:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728411%27 HTTP/1.1" 200 None
2026-03-26 12:23:09 [adesa.de] INFO: Scrape type for 10728411: 0
2026-03-26 12:23:09 [adesa.de] INFO: Skipping item 10728411 url https://www.openlane.eu/en/carv6/auction/10728411
2026-03-26 12:23:09 [adesa.de] INFO: Found listing with ID: 10728428
2026-03-26 12:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728428%27 HTTP/1.1" 200 None
2026-03-26 12:23:09 [adesa.de] INFO: Scrape type for 10728428: 0
2026-03-26 12:23:09 [adesa.de] INFO: Skipping item 10728428 url https://www.openlane.eu/en/carv6/auction/10728428
2026-03-26 12:23:09 [adesa.de] INFO: Found listing with ID: 10728365
2026-03-26 12:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728365%27 HTTP/1.1" 200 None
2026-03-26 12:23:09 [adesa.de] INFO: Scrape type for 10728365: 0
2026-03-26 12:23:09 [adesa.de] INFO: Skipping item 10728365 url https://www.openlane.eu/en/carv6/auction/10728365
2026-03-26 12:23:09 [adesa.de] INFO: Found listing with ID: 10728436
2026-03-26 12:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728436%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10728436: 0
2026-03-26 12:23:10 [adesa.de] INFO: Skipping item 10728436 url https://www.openlane.eu/en/carv6/auction/10728436
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10727133
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727133%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10727133: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10727133 url https://www.openlane.eu/en/carv6/auction/10727133
2026-03-26 12:23:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702430/general/b0157e37-4191-4d2c-a04b-ee75b330e931.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727900)
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10727053
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727053%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10727053: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10727053 url https://www.openlane.eu/en/carv6/auction/10727053
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726328
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726328%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726328: 0
2026-03-26 12:23:10 [adesa.de] INFO: Skipping item 10726328 url https://www.openlane.eu/en/carv6/auction/10726328
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10727128
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727128%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10727128: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10727128 url https://www.openlane.eu/en/carv6/auction/10727128
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726412
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726412%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726412: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726412 url https://www.openlane.eu/en/carv6/auction/10726412
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726513
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726513%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726513: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726513 url https://www.openlane.eu/en/carv6/auction/10726513
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10727131
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727131%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10727131: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10727131 url https://www.openlane.eu/en/carv6/auction/10727131
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726496
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726496%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726496: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726496 url https://www.openlane.eu/en/carv6/auction/10726496
2026-03-26 12:23:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c105250>
2026-03-26 12:23:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252Fb0157e37-4191-4d2c-a04b-ee75b330e931.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/b0157e37-4191-4d2c-a04b-ee75b330e931.jpg saved to cache
2026-03-26 12:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a45b31ba-b2f6-5972-94e3-6aa82835a9c5
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726531
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726531%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726531: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726531 url https://www.openlane.eu/en/carv6/auction/10726531
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726602
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726602%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726602: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726602 url https://www.openlane.eu/en/carv6/auction/10726602
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726622
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726622%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726622: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726622 url https://www.openlane.eu/en/carv6/auction/10726622
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726592
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726592%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726592: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726592 url https://www.openlane.eu/en/carv6/auction/10726592
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726397
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726397%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726397: 0
2026-03-26 12:23:10 [adesa.de] INFO: Skipping item 10726397 url https://www.openlane.eu/en/carv6/auction/10726397
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726667
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726667%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726667: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726667 url https://www.openlane.eu/en/carv6/auction/10726667
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726671
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726671%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726671: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726671 url https://www.openlane.eu/en/carv6/auction/10726671
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726317
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726317%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726317: 0
2026-03-26 12:23:10 [adesa.de] INFO: Skipping item 10726317 url https://www.openlane.eu/en/carv6/auction/10726317
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726612
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726612%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726612: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726612 url https://www.openlane.eu/en/carv6/auction/10726612
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726994
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726994%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726994: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726994 url https://www.openlane.eu/en/carv6/auction/10726994
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10727114
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727114%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10727114: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10727114 url https://www.openlane.eu/en/carv6/auction/10727114
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726561
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726561%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726561: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726561 url https://www.openlane.eu/en/carv6/auction/10726561
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726502
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726502%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726502: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726502 url https://www.openlane.eu/en/carv6/auction/10726502
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10727100
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727100%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10727100: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10727100 url https://www.openlane.eu/en/carv6/auction/10727100
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726299
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726299%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726299: 0
2026-03-26 12:23:10 [adesa.de] INFO: Skipping item 10726299 url https://www.openlane.eu/en/carv6/auction/10726299
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726413
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726413%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726413: 0
2026-03-26 12:23:10 [adesa.de] INFO: Skipping item 10726413 url https://www.openlane.eu/en/carv6/auction/10726413
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726639
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726639%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726639: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726639 url https://www.openlane.eu/en/carv6/auction/10726639
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726305
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726305%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726305: 0
2026-03-26 12:23:10 [adesa.de] INFO: Skipping item 10726305 url https://www.openlane.eu/en/carv6/auction/10726305
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726586
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726586%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726586: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726586 url https://www.openlane.eu/en/carv6/auction/10726586
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726285
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726285%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726285: 0
2026-03-26 12:23:10 [adesa.de] INFO: Skipping item 10726285 url https://www.openlane.eu/en/carv6/auction/10726285
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726392
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726392%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726392: 0
2026-03-26 12:23:10 [adesa.de] INFO: Skipping item 10726392 url https://www.openlane.eu/en/carv6/auction/10726392
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10727107
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727107%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10727107: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10727107 url https://www.openlane.eu/en/carv6/auction/10727107
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726566
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726566%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726566: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726566 url https://www.openlane.eu/en/carv6/auction/10726566
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726509
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726509%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726509: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726509 url https://www.openlane.eu/en/carv6/auction/10726509
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10727051
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727051%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10727051: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10727051 url https://www.openlane.eu/en/carv6/auction/10727051
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726287
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726287%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726287: 0
2026-03-26 12:23:10 [adesa.de] INFO: Skipping item 10726287 url https://www.openlane.eu/en/carv6/auction/10726287
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10727046
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727046%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10727046: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10727046 url https://www.openlane.eu/en/carv6/auction/10727046
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726504
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726504%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726504: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726504 url https://www.openlane.eu/en/carv6/auction/10726504
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10727048
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727048%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10727048: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10727048 url https://www.openlane.eu/en/carv6/auction/10727048
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726665
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726665%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726665: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726665 url https://www.openlane.eu/en/carv6/auction/10726665
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726552
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726552%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726552: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726552 url https://www.openlane.eu/en/carv6/auction/10726552
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726669
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726669%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726669: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726669 url https://www.openlane.eu/en/carv6/auction/10726669
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10727052
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727052%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10727052: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10727052 url https://www.openlane.eu/en/carv6/auction/10727052
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726538
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726538%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726538: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726538 url https://www.openlane.eu/en/carv6/auction/10726538
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10727125
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727125%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10727125: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10727125 url https://www.openlane.eu/en/carv6/auction/10727125
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726284
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726284%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726284: 0
2026-03-26 12:23:10 [adesa.de] INFO: Skipping item 10726284 url https://www.openlane.eu/en/carv6/auction/10726284
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10727119
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727119%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10727119: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10727119 url https://www.openlane.eu/en/carv6/auction/10727119
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726982
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726982%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726982: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726982 url https://www.openlane.eu/en/carv6/auction/10726982
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726278
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726278%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726278: 0
2026-03-26 12:23:10 [adesa.de] INFO: Skipping item 10726278 url https://www.openlane.eu/en/carv6/auction/10726278
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726281
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726281%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726281: 0
2026-03-26 12:23:10 [adesa.de] INFO: Skipping item 10726281 url https://www.openlane.eu/en/carv6/auction/10726281
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726443
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726443%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726443: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726443 url https://www.openlane.eu/en/carv6/auction/10726443
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726640
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726640%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726640: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726640 url https://www.openlane.eu/en/carv6/auction/10726640
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10727132
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727132%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10727132: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10727132 url https://www.openlane.eu/en/carv6/auction/10727132
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10726643
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726643%27 HTTP/1.1" 200 None
2026-03-26 12:23:10 [adesa.de] INFO: Scrape type for 10726643: 1
2026-03-26 12:23:10 [adesa.de] INFO: Scraping item 10726643 url https://www.openlane.eu/en/carv6/auction/10726643
2026-03-26 12:23:10 [adesa.de] INFO: Found listing with ID: 10727104
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727104%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10727104: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10727104 url https://www.openlane.eu/en/carv6/auction/10727104
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10727110
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727110%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10727110: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10727110 url https://www.openlane.eu/en/carv6/auction/10727110
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726590
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726590%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726590: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726590 url https://www.openlane.eu/en/carv6/auction/10726590
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726275
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726275%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726275: 0
2026-03-26 12:23:11 [adesa.de] INFO: Skipping item 10726275 url https://www.openlane.eu/en/carv6/auction/10726275
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726311
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726311%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726311: 0
2026-03-26 12:23:11 [adesa.de] INFO: Skipping item 10726311 url https://www.openlane.eu/en/carv6/auction/10726311
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726662
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726662%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726662: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726662 url https://www.openlane.eu/en/carv6/auction/10726662
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726277
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726277%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726277: 0
2026-03-26 12:23:11 [adesa.de] INFO: Skipping item 10726277 url https://www.openlane.eu/en/carv6/auction/10726277
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10727002
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727002%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10727002: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10727002 url https://www.openlane.eu/en/carv6/auction/10727002
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10727113
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727113%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10727113: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10727113 url https://www.openlane.eu/en/carv6/auction/10727113
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726433
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726433%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726433: 0
2026-03-26 12:23:11 [adesa.de] INFO: Skipping item 10726433 url https://www.openlane.eu/en/carv6/auction/10726433
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726316
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726316%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726316: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726316 url https://www.openlane.eu/en/carv6/auction/10726316
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726616
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726616%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726616: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726616 url https://www.openlane.eu/en/carv6/auction/10726616
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726426
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726426%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726426: 0
2026-03-26 12:23:11 [adesa.de] INFO: Skipping item 10726426 url https://www.openlane.eu/en/carv6/auction/10726426
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726441
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726441%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726441: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726441 url https://www.openlane.eu/en/carv6/auction/10726441
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726477
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726477%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726477: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726477 url https://www.openlane.eu/en/carv6/auction/10726477
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726560
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726560%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726560: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726560 url https://www.openlane.eu/en/carv6/auction/10726560
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726298
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726298%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726298: 0
2026-03-26 12:23:11 [adesa.de] INFO: Skipping item 10726298 url https://www.openlane.eu/en/carv6/auction/10726298
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10727108
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727108%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10727108: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10727108 url https://www.openlane.eu/en/carv6/auction/10727108
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726570
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726570%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726570: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726570 url https://www.openlane.eu/en/carv6/auction/10726570
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726445
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726445%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726445: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726445 url https://www.openlane.eu/en/carv6/auction/10726445
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726501
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726501%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726501: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726501 url https://www.openlane.eu/en/carv6/auction/10726501
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10727120
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727120%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10727120: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10727120 url https://www.openlane.eu/en/carv6/auction/10727120
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726606
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726606%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726606: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726606 url https://www.openlane.eu/en/carv6/auction/10726606
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726634
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726634%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726634: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726634 url https://www.openlane.eu/en/carv6/auction/10726634
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726993
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726993%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726993: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726993 url https://www.openlane.eu/en/carv6/auction/10726993
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726652
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726652%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726652: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726652 url https://www.openlane.eu/en/carv6/auction/10726652
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726659
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726659%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726659: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726659 url https://www.openlane.eu/en/carv6/auction/10726659
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726520
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726520%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726520: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726520 url https://www.openlane.eu/en/carv6/auction/10726520
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726530
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726530%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726530: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726530 url https://www.openlane.eu/en/carv6/auction/10726530
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726609
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726609%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726609: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726609 url https://www.openlane.eu/en/carv6/auction/10726609
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726522
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726522%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726522: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726522 url https://www.openlane.eu/en/carv6/auction/10726522
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726469
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726469%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726469: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726469 url https://www.openlane.eu/en/carv6/auction/10726469
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726564
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726564%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726564: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726564 url https://www.openlane.eu/en/carv6/auction/10726564
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726499
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726499%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726499: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726499 url https://www.openlane.eu/en/carv6/auction/10726499
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10727047
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727047%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10727047: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10727047 url https://www.openlane.eu/en/carv6/auction/10727047
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726542
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726542%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726542: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726542 url https://www.openlane.eu/en/carv6/auction/10726542
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726594
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726594%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726594: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726594 url https://www.openlane.eu/en/carv6/auction/10726594
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10726427
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726427%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10726427: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10726427 url https://www.openlane.eu/en/carv6/auction/10726427
2026-03-26 12:23:11 [adesa.de] INFO: Found listing with ID: 10727117
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727117%27 HTTP/1.1" 200 None
2026-03-26 12:23:11 [adesa.de] INFO: Scrape type for 10727117: 1
2026-03-26 12:23:11 [adesa.de] INFO: Scraping item 10727117 url https://www.openlane.eu/en/carv6/auction/10727117
2026-03-26 12:23:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727812> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53e9d5df-9648-5fa2-8770-664efc9003a3 with identifier: 10727812
2026-03-26 12:23:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53e9d5df-9648-5fa2-8770-664efc9003a3 with scrape type 1
2026-03-26 12:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 53e9d5df-9648-5fa2-8770-664efc9003a3
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702309%252Fgeneral%252F1f78c2c6-cef7-4478-a4ea-401ed9141df3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702309/general/1f78c2c6-cef7-4478-a4ea-401ed9141df3.jpg already downloaded
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702309%252Fgeneral%252F021a0383-33c4-4d6d-98bd-7ba0d8ad2590.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702309/general/021a0383-33c4-4d6d-98bd-7ba0d8ad2590.jpg already downloaded
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702309%252Fgeneral%252Feff30701-5606-44c6-ae7a-db74c880871c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702309/general/eff30701-5606-44c6-ae7a-db74c880871c.jpg not downloaded yet
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702309%252Fgeneral%252F4b5cea2c-c1d8-4cd5-acd5-a4b1181759f4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702309/general/4b5cea2c-c1d8-4cd5-acd5-a4b1181759f4.jpg already downloaded
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702309%252Fgeneral%252F3d01b7f5-92bb-4402-8c41-83e6bcbc61ad.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702309/general/3d01b7f5-92bb-4402-8c41-83e6bcbc61ad.jpg already downloaded
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702309%252Fgeneral%252Fbcf228a3-55fb-4084-8899-b596f60993de.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702309/general/bcf228a3-55fb-4084-8899-b596f60993de.jpg not downloaded yet
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702309%252Fgeneral%252F6c977bd3-dc6a-446a-8fc1-feade5d202bb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702309/general/6c977bd3-dc6a-446a-8fc1-feade5d202bb.jpg not downloaded yet
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702309%252Fgeneral%252F6f6e0232-ae98-40e9-9dca-e0c7cadd5e55.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702309/general/6f6e0232-ae98-40e9-9dca-e0c7cadd5e55.jpg already downloaded
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702309%252Fgeneral%252Fd3522cb5-a579-4276-bc74-0c8d5956e05d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702309/general/d3522cb5-a579-4276-bc74-0c8d5956e05d.jpg not downloaded yet
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702309%252Fgeneral%252Fe32067be-c1ce-41fd-b34f-7543afb31458.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702309/general/e32067be-c1ce-41fd-b34f-7543afb31458.jpg already downloaded
2026-03-26 12:23:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727889> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84123de2-8300-59ab-8a7a-6ef4379f9dc1 with identifier: 10727889
2026-03-26 12:23:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84123de2-8300-59ab-8a7a-6ef4379f9dc1 with scrape type 1
2026-03-26 12:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 84123de2-8300-59ab-8a7a-6ef4379f9dc1
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680809%252Fgeneral%252Ff6fecd6d-8e63-4c24-97f1-9517a7fa22cc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680809/general/f6fecd6d-8e63-4c24-97f1-9517a7fa22cc.jpg already downloaded
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680809%252Fgeneral%252Fdd995366-b481-4891-aad1-2085aa64d822.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680809/general/dd995366-b481-4891-aad1-2085aa64d822.jpg already downloaded
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680809%252Fgeneral%252Fd1ae72a1-ac16-43be-a343-cae83f224885.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680809/general/d1ae72a1-ac16-43be-a343-cae83f224885.jpg already downloaded
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680809%252Fgeneral%252Fe35e51a6-d8a0-4e0b-96aa-727c87aa0a77.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680809/general/e35e51a6-d8a0-4e0b-96aa-727c87aa0a77.jpg already downloaded
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680809%252Fgeneral%252F2365e873-16e8-448a-9363-880e82a0e497.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680809/general/2365e873-16e8-448a-9363-880e82a0e497.jpg already downloaded
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680809%252Fgeneral%252F84044edd-8092-48ed-ba97-34c9372db415.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680809/general/84044edd-8092-48ed-ba97-34c9372db415.jpg already downloaded
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680809%252Fgeneral%252Fec1679f8-883e-449c-8ea8-affd7a641f70.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680809/general/ec1679f8-883e-449c-8ea8-affd7a641f70.jpg already downloaded
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680809%252Fgeneral%252F3ec4cb2d-37c2-49bb-bd7e-6faa64fa91be.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680809/general/3ec4cb2d-37c2-49bb-bd7e-6faa64fa91be.jpg already downloaded
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680809%252Fgeneral%252Fe72ad7ff-5d39-4ef9-a94f-e4a52091e606.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680809/general/e72ad7ff-5d39-4ef9-a94f-e4a52091e606.jpg already downloaded
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680809%252Fgeneral%252F787b71f7-ea80-4e9a-9d5e-781ad1a1557f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680809/general/787b71f7-ea80-4e9a-9d5e-781ad1a1557f.jpg not downloaded yet
2026-03-26 12:23:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702309/general/d3522cb5-a579-4276-bc74-0c8d5956e05d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727812)
2026-03-26 12:23:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ecfd10>
2026-03-26 12:23:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:23:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53e9d5df-9648-5fa2-8770-664efc9003a3/53e9d5df-9648-5fa2-8770-664efc9003a3_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702309%252Fgeneral%252Fd3522cb5-a579-4276-bc74-0c8d5956e05d.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702309/general/d3522cb5-a579-4276-bc74-0c8d5956e05d.jpg saved to cache
2026-03-26 12:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 53e9d5df-9648-5fa2-8770-664efc9003a3
2026-03-26 12:23:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680809/general/787b71f7-ea80-4e9a-9d5e-781ad1a1557f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727889)
2026-03-26 12:23:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c03f650>
2026-03-26 12:23:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:23:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84123de2-8300-59ab-8a7a-6ef4379f9dc1/84123de2-8300-59ab-8a7a-6ef4379f9dc1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680809%252Fgeneral%252F787b71f7-ea80-4e9a-9d5e-781ad1a1557f.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680809/general/787b71f7-ea80-4e9a-9d5e-781ad1a1557f.jpg saved to cache
2026-03-26 12:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 84123de2-8300-59ab-8a7a-6ef4379f9dc1
2026-03-26 12:23:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 84123de2-8300-59ab-8a7a-6ef4379f9dc1, skipping ID generation
2026-03-26 12:23:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84123de2-8300-59ab-8a7a-6ef4379f9dc1 with scrape type 1
2026-03-26 12:23:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 84123de2-8300-59ab-8a7a-6ef4379f9dc1 sending to next pipeline
2026-03-26 12:23:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 84123de2-8300-59ab-8a7a-6ef4379f9dc1, identifier: 10727889
2026-03-26 12:23:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 84123de2-8300-59ab-8a7a-6ef4379f9dc1 with identifier: 10727889
2026-03-26 12:23:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 84123de2-8300-59ab-8a7a-6ef4379f9dc1 with identifier: 10727889
2026-03-26 12:23:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 84123de2-8300-59ab-8a7a-6ef4379f9dc1 with identifier: 10727889 to the API
2026-03-26 12:23:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:23: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 12:23:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5680809/general/787b71f7-ea80-4e9a-9d5e-781ad1a1557f.jpg>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:45:00Z',
'fuel_type': 'Hybrid',
'id': '84123de2-8300-59ab-8a7a-6ef4379f9dc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991030-2506900',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727889',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 41057,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84123de2-8300-59ab-8a7a-6ef4379f9dc1/84123de2-8300-59ab-8a7a-6ef4379f9dc1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117034,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680809/general/f6fecd6d-8e63-4c24-97f1-9517a7fa22cc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84123de2-8300-59ab-8a7a-6ef4379f9dc1/84123de2-8300-59ab-8a7a-6ef4379f9dc1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122797,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680809/general/dd995366-b481-4891-aad1-2085aa64d822.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84123de2-8300-59ab-8a7a-6ef4379f9dc1/84123de2-8300-59ab-8a7a-6ef4379f9dc1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223721,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680809/general/d1ae72a1-ac16-43be-a343-cae83f224885.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84123de2-8300-59ab-8a7a-6ef4379f9dc1/84123de2-8300-59ab-8a7a-6ef4379f9dc1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157201,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680809/general/2365e873-16e8-448a-9363-880e82a0e497.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84123de2-8300-59ab-8a7a-6ef4379f9dc1/84123de2-8300-59ab-8a7a-6ef4379f9dc1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164616,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680809/general/84044edd-8092-48ed-ba97-34c9372db415.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84123de2-8300-59ab-8a7a-6ef4379f9dc1/84123de2-8300-59ab-8a7a-6ef4379f9dc1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112036,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680809/general/ec1679f8-883e-449c-8ea8-affd7a641f70.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84123de2-8300-59ab-8a7a-6ef4379f9dc1/84123de2-8300-59ab-8a7a-6ef4379f9dc1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226468,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680809/general/3ec4cb2d-37c2-49bb-bd7e-6faa64fa91be.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84123de2-8300-59ab-8a7a-6ef4379f9dc1/84123de2-8300-59ab-8a7a-6ef4379f9dc1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238859,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680809/general/e72ad7ff-5d39-4ef9-a94f-e4a52091e606.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84123de2-8300-59ab-8a7a-6ef4379f9dc1/84123de2-8300-59ab-8a7a-6ef4379f9dc1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 207740,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680809/general/e35e51a6-d8a0-4e0b-96aa-727c87aa0a77.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84123de2-8300-59ab-8a7a-6ef4379f9dc1/84123de2-8300-59ab-8a7a-6ef4379f9dc1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141890,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680809/general/787b71f7-ea80-4e9a-9d5e-781ad1a1557f.jpg',
'Width': 1280}],
'price': 15200,
'price_includes_vat': True,
'registration_date': '2022-11-09',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 41.057 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727889%27 HTTP/1.1" 200 None
2026-03-26 12:23:24 [adesa.de] INFO: Saving data for 10727889: {'created_time': 1774527804.950353, 'last_price_update_time': 1774527804.950366, 'auction_closing_time': 1774619100.0}
2026-03-26 12:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727889') HTTP/1.1" 204 0
2026-03-26 12:23:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702309/general/6c977bd3-dc6a-446a-8fc1-feade5d202bb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727812)
2026-03-26 12:23:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee0e90>
2026-03-26 12:23:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53e9d5df-9648-5fa2-8770-664efc9003a3/53e9d5df-9648-5fa2-8770-664efc9003a3_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702309%252Fgeneral%252F6c977bd3-dc6a-446a-8fc1-feade5d202bb.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702309/general/6c977bd3-dc6a-446a-8fc1-feade5d202bb.jpg saved to cache
2026-03-26 12:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 53e9d5df-9648-5fa2-8770-664efc9003a3
2026-03-26 12:23:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702309/general/bcf228a3-55fb-4084-8899-b596f60993de.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727812)
2026-03-26 12:23:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702309/general/eff30701-5606-44c6-ae7a-db74c880871c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727812)
2026-03-26 12:23:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c133f10>
2026-03-26 12:23:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53e9d5df-9648-5fa2-8770-664efc9003a3/53e9d5df-9648-5fa2-8770-664efc9003a3_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702309%252Fgeneral%252Fbcf228a3-55fb-4084-8899-b596f60993de.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702309/general/bcf228a3-55fb-4084-8899-b596f60993de.jpg saved to cache
2026-03-26 12:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 53e9d5df-9648-5fa2-8770-664efc9003a3
2026-03-26 12:23:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ccf50>
2026-03-26 12:23:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53e9d5df-9648-5fa2-8770-664efc9003a3/53e9d5df-9648-5fa2-8770-664efc9003a3_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702309%252Fgeneral%252Feff30701-5606-44c6-ae7a-db74c880871c.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702309/general/eff30701-5606-44c6-ae7a-db74c880871c.jpg saved to cache
2026-03-26 12:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 53e9d5df-9648-5fa2-8770-664efc9003a3
2026-03-26 12:23:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 53e9d5df-9648-5fa2-8770-664efc9003a3, skipping ID generation
2026-03-26 12:23:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53e9d5df-9648-5fa2-8770-664efc9003a3 with scrape type 1
2026-03-26 12:23:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 53e9d5df-9648-5fa2-8770-664efc9003a3 sending to next pipeline
2026-03-26 12:23:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 53e9d5df-9648-5fa2-8770-664efc9003a3, identifier: 10727812
2026-03-26 12:23:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 53e9d5df-9648-5fa2-8770-664efc9003a3 with identifier: 10727812
2026-03-26 12:23:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 53e9d5df-9648-5fa2-8770-664efc9003a3 with identifier: 10727812
2026-03-26 12:23:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 53e9d5df-9648-5fa2-8770-664efc9003a3 with identifier: 10727812 to the API
2026-03-26 12:23:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:23: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 12:23:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5702309/general/eff30701-5606-44c6-ae7a-db74c880871c.jpg>
{'auction_title': '',
'c_o_2_emission_value': 162,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:42:00Z',
'fuel_type': 'Hybrid',
'id': '53e9d5df-9648-5fa2-8770-664efc9003a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991052-2512383',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727812',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 41584,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 33,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53e9d5df-9648-5fa2-8770-664efc9003a3/53e9d5df-9648-5fa2-8770-664efc9003a3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 181978,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702309/general/1f78c2c6-cef7-4478-a4ea-401ed9141df3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53e9d5df-9648-5fa2-8770-664efc9003a3/53e9d5df-9648-5fa2-8770-664efc9003a3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134165,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702309/general/021a0383-33c4-4d6d-98bd-7ba0d8ad2590.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53e9d5df-9648-5fa2-8770-664efc9003a3/53e9d5df-9648-5fa2-8770-664efc9003a3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133089,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702309/general/eff30701-5606-44c6-ae7a-db74c880871c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53e9d5df-9648-5fa2-8770-664efc9003a3/53e9d5df-9648-5fa2-8770-664efc9003a3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177220,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702309/general/4b5cea2c-c1d8-4cd5-acd5-a4b1181759f4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53e9d5df-9648-5fa2-8770-664efc9003a3/53e9d5df-9648-5fa2-8770-664efc9003a3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85594,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702309/general/3d01b7f5-92bb-4402-8c41-83e6bcbc61ad.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53e9d5df-9648-5fa2-8770-664efc9003a3/53e9d5df-9648-5fa2-8770-664efc9003a3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119862,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702309/general/bcf228a3-55fb-4084-8899-b596f60993de.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53e9d5df-9648-5fa2-8770-664efc9003a3/53e9d5df-9648-5fa2-8770-664efc9003a3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84783,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702309/general/6f6e0232-ae98-40e9-9dca-e0c7cadd5e55.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53e9d5df-9648-5fa2-8770-664efc9003a3/53e9d5df-9648-5fa2-8770-664efc9003a3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94530,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702309/general/6c977bd3-dc6a-446a-8fc1-feade5d202bb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53e9d5df-9648-5fa2-8770-664efc9003a3/53e9d5df-9648-5fa2-8770-664efc9003a3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109263,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702309/general/d3522cb5-a579-4276-bc74-0c8d5956e05d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53e9d5df-9648-5fa2-8770-664efc9003a3/53e9d5df-9648-5fa2-8770-664efc9003a3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131829,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702309/general/e32067be-c1ce-41fd-b34f-7543afb31458.jpg',
'Width': 1024}],
'price': 13800,
'price_includes_vat': True,
'registration_date': '2021-07-30',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 41.584 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2021}
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727812%27 HTTP/1.1" 200 None
2026-03-26 12:23:26 [adesa.de] INFO: Saving data for 10727812: {'created_time': 1774527806.541036, 'last_price_update_time': 1774527806.541047, 'auction_closing_time': 1774618920.0}
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727812') HTTP/1.1" 204 0
2026-03-26 12:23:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728112> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c50caa71-635f-50af-9076-b5fd634ad418 with identifier: 10728112
2026-03-26 12:23:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c50caa71-635f-50af-9076-b5fd634ad418 with scrape type 1
2026-03-26 12:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c50caa71-635f-50af-9076-b5fd634ad418
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680985%252Fgeneral%252F91e3bafb-2176-4faa-a25d-deb486199c54.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680985/general/91e3bafb-2176-4faa-a25d-deb486199c54.jpg already downloaded
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680985%252Fgeneral%252F88ed3a3b-e56d-4d5b-bff2-c05966020003.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680985/general/88ed3a3b-e56d-4d5b-bff2-c05966020003.jpg already downloaded
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680985%252Fgeneral%252F2964f18f-6e2d-4fa3-8230-691f6935549b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680985/general/2964f18f-6e2d-4fa3-8230-691f6935549b.jpg already downloaded
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680985%252Fgeneral%252F775802c0-4146-4edd-9dca-f28997f09fb0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680985/general/775802c0-4146-4edd-9dca-f28997f09fb0.jpg already downloaded
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680985%252Fgeneral%252Fab48a278-1d92-444f-a208-6d1b6872995f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680985/general/ab48a278-1d92-444f-a208-6d1b6872995f.jpg already downloaded
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680985%252Fgeneral%252F72e83ebf-9fb4-4343-a4b8-02563f58fc12.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680985/general/72e83ebf-9fb4-4343-a4b8-02563f58fc12.jpg already downloaded
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680985%252Fgeneral%252F6d808c9d-c566-4f64-8e86-eeb023ef44d6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680985/general/6d808c9d-c566-4f64-8e86-eeb023ef44d6.jpg already downloaded
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680985%252Fgeneral%252F6f52ae7e-f0c0-41f7-a46e-9ed84873f365.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680985/general/6f52ae7e-f0c0-41f7-a46e-9ed84873f365.jpg already downloaded
2026-03-26 12:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680985%252Fgeneral%252F6d76031f-6bd7-4528-8ae5-36e29f953899.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680985/general/6d76031f-6bd7-4528-8ae5-36e29f953899.jpg already downloaded
2026-03-26 12:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680985%252Fgeneral%252Fa08a07c4-5dd0-4081-906d-db921a881625.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680985/general/a08a07c4-5dd0-4081-906d-db921a881625.jpg already downloaded
2026-03-26 12:23:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c50caa71-635f-50af-9076-b5fd634ad418, identifier: 10728112
2026-03-26 12:23:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c50caa71-635f-50af-9076-b5fd634ad418 with identifier: 10728112
2026-03-26 12:23:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c50caa71-635f-50af-9076-b5fd634ad418 with identifier: 10728112
2026-03-26 12:23:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c50caa71-635f-50af-9076-b5fd634ad418 with identifier: 10728112 to the API
2026-03-26 12:23:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:23: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 12:23:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728112>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:33:40Z',
'fuel_type': 'Hybrid',
'id': 'c50caa71-635f-50af-9076-b5fd634ad418',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990978-2506770',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728112',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 43497,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 14,
'photo_urls': ['https://images.openlane.eu/carimgs/5680985/general/91e3bafb-2176-4faa-a25d-deb486199c54.jpg',
'https://images.openlane.eu/carimgs/5680985/general/88ed3a3b-e56d-4d5b-bff2-c05966020003.jpg',
'https://images.openlane.eu/carimgs/5680985/general/2964f18f-6e2d-4fa3-8230-691f6935549b.jpg',
'https://images.openlane.eu/carimgs/5680985/general/775802c0-4146-4edd-9dca-f28997f09fb0.jpg',
'https://images.openlane.eu/carimgs/5680985/general/ab48a278-1d92-444f-a208-6d1b6872995f.jpg',
'https://images.openlane.eu/carimgs/5680985/general/72e83ebf-9fb4-4343-a4b8-02563f58fc12.jpg',
'https://images.openlane.eu/carimgs/5680985/general/6d808c9d-c566-4f64-8e86-eeb023ef44d6.jpg',
'https://images.openlane.eu/carimgs/5680985/general/6f52ae7e-f0c0-41f7-a46e-9ed84873f365.jpg',
'https://images.openlane.eu/carimgs/5680985/general/6d76031f-6bd7-4528-8ae5-36e29f953899.jpg',
'https://images.openlane.eu/carimgs/5680985/general/a08a07c4-5dd0-4081-906d-db921a881625.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c50caa71-635f-50af-9076-b5fd634ad418/c50caa71-635f-50af-9076-b5fd634ad418_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129205,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680985/general/91e3bafb-2176-4faa-a25d-deb486199c54.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c50caa71-635f-50af-9076-b5fd634ad418/c50caa71-635f-50af-9076-b5fd634ad418_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 229159,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680985/general/88ed3a3b-e56d-4d5b-bff2-c05966020003.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c50caa71-635f-50af-9076-b5fd634ad418/c50caa71-635f-50af-9076-b5fd634ad418_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89293,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680985/general/2964f18f-6e2d-4fa3-8230-691f6935549b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c50caa71-635f-50af-9076-b5fd634ad418/c50caa71-635f-50af-9076-b5fd634ad418_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94032,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680985/general/775802c0-4146-4edd-9dca-f28997f09fb0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c50caa71-635f-50af-9076-b5fd634ad418/c50caa71-635f-50af-9076-b5fd634ad418_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121722,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680985/general/ab48a278-1d92-444f-a208-6d1b6872995f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c50caa71-635f-50af-9076-b5fd634ad418/c50caa71-635f-50af-9076-b5fd634ad418_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 237553,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680985/general/72e83ebf-9fb4-4343-a4b8-02563f58fc12.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c50caa71-635f-50af-9076-b5fd634ad418/c50caa71-635f-50af-9076-b5fd634ad418_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171900,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680985/general/6d808c9d-c566-4f64-8e86-eeb023ef44d6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c50caa71-635f-50af-9076-b5fd634ad418/c50caa71-635f-50af-9076-b5fd634ad418_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110248,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680985/general/6f52ae7e-f0c0-41f7-a46e-9ed84873f365.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c50caa71-635f-50af-9076-b5fd634ad418/c50caa71-635f-50af-9076-b5fd634ad418_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216111,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680985/general/6d76031f-6bd7-4528-8ae5-36e29f953899.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c50caa71-635f-50af-9076-b5fd634ad418/c50caa71-635f-50af-9076-b5fd634ad418_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 190275,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680985/general/a08a07c4-5dd0-4081-906d-db921a881625.jpg',
'Width': 1280}],
'price': 16500,
'price_includes_vat': True,
'registration_date': '2022-11-10',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 43.497 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728112%27 HTTP/1.1" 200 None
2026-03-26 12:23:27 [adesa.de] INFO: Saving data for 10728112: {'created_time': 1774527807.563607, 'last_price_update_time': 1774527807.563623, 'auction_closing_time': 1774618420.0}
2026-03-26 12:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728112') HTTP/1.1" 204 0
2026-03-26 12:23:32 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.822(s), this was the 1st time calling it.
2026-03-26 12:23:32 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.338885872538225 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 12:23:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:23:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727861> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da0c0f19-372a-5953-a17b-ca99cfc9dd27 with identifier: 10727861
2026-03-26 12:23:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da0c0f19-372a-5953-a17b-ca99cfc9dd27 with scrape type 1
2026-03-26 12:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item da0c0f19-372a-5953-a17b-ca99cfc9dd27
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636227%252Fgeneral%252F1a762987-fa4c-4bbd-a321-ef9b8b27b49c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636227/general/1a762987-fa4c-4bbd-a321-ef9b8b27b49c.jpg already downloaded
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636227%252Fgeneral%252Fc42a6b23-f55b-4467-bfd7-55adf9bdc22b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636227/general/c42a6b23-f55b-4467-bfd7-55adf9bdc22b.jpg already downloaded
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636227%252Fgeneral%252Fc7a23e5f-0bba-4557-85cb-4af906315e23.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636227/general/c7a23e5f-0bba-4557-85cb-4af906315e23.jpg already downloaded
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636227%252Fgeneral%252F2d93cfb7-e211-4204-9513-83c0a95d6ed3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636227/general/2d93cfb7-e211-4204-9513-83c0a95d6ed3.jpg not downloaded yet
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636227%252Fgeneral%252F334fd9a1-2e93-4c79-94bc-5a007847d5d5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636227/general/334fd9a1-2e93-4c79-94bc-5a007847d5d5.jpg not downloaded yet
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636227%252Fgeneral%252F040778d2-f4b5-4403-b2b9-f5487c6da059.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636227/general/040778d2-f4b5-4403-b2b9-f5487c6da059.jpg already downloaded
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636227%252Fgeneral%252F8e92c7f4-35b9-4fd6-bdf4-db8101c7f59c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636227/general/8e92c7f4-35b9-4fd6-bdf4-db8101c7f59c.jpg already downloaded
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636227%252Fgeneral%252F23688b8d-43d2-4761-be7d-fe765fd923cc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636227/general/23688b8d-43d2-4761-be7d-fe765fd923cc.jpg already downloaded
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636227%252Fgeneral%252Fd5f154a5-2b0f-4a87-8863-07a7e75e7d7a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636227/general/d5f154a5-2b0f-4a87-8863-07a7e75e7d7a.jpg already downloaded
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636227%252Fgeneral%252Fb220db28-ed81-425e-b2f6-7914a08fc9fd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636227/general/b220db28-ed81-425e-b2f6-7914a08fc9fd.jpg already downloaded
2026-03-26 12:23:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727848> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8b156b8-028a-555a-b062-a2440e0e02f2 with identifier: 10727848
2026-03-26 12:23:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8b156b8-028a-555a-b062-a2440e0e02f2 with scrape type 1
2026-03-26 12:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f8b156b8-028a-555a-b062-a2440e0e02f2
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636197%252Fgeneral%252Fd297ecd7-9b1c-4673-93f0-65d815e6799e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636197/general/d297ecd7-9b1c-4673-93f0-65d815e6799e.jpg already downloaded
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636197%252Fgeneral%252Fcd8f4666-3bd5-4a8b-ba78-4889e67e086c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636197/general/cd8f4666-3bd5-4a8b-ba78-4889e67e086c.jpg already downloaded
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636197%252Fgeneral%252F58c648aa-641a-4e52-888c-2122f93d89c8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636197/general/58c648aa-641a-4e52-888c-2122f93d89c8.jpg already downloaded
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636197%252Fgeneral%252F1480becd-48b8-48a6-afea-88c2590c3e38.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636197/general/1480becd-48b8-48a6-afea-88c2590c3e38.jpg already downloaded
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636197%252Fgeneral%252Fa5839cd0-5375-4517-8059-9e4215129f1c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636197/general/a5839cd0-5375-4517-8059-9e4215129f1c.jpg already downloaded
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636197%252Fgeneral%252Ff4cbd517-5372-416d-800a-78f7aa7ff060.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636197/general/f4cbd517-5372-416d-800a-78f7aa7ff060.jpg already downloaded
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636197%252Fgeneral%252Fcfc7ef0f-2ffd-4574-b723-37ca43939fbf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636197/general/cfc7ef0f-2ffd-4574-b723-37ca43939fbf.jpg already downloaded
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636197%252Fgeneral%252F41f32424-4cf0-480a-b7c7-4f41cdddfe39.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636197/general/41f32424-4cf0-480a-b7c7-4f41cdddfe39.jpg already downloaded
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636197%252Fgeneral%252F7ad23c9e-f318-4666-85e5-825fdcd8e045.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636197/general/7ad23c9e-f318-4666-85e5-825fdcd8e045.jpg already downloaded
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636197%252Fgeneral%252F85c2b46f-da60-4d98-bc9b-34b3d2771cd2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636197/general/85c2b46f-da60-4d98-bc9b-34b3d2771cd2.jpg already downloaded
2026-03-26 12:23:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f8b156b8-028a-555a-b062-a2440e0e02f2, identifier: 10727848
2026-03-26 12:23:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f8b156b8-028a-555a-b062-a2440e0e02f2 with identifier: 10727848
2026-03-26 12:23:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f8b156b8-028a-555a-b062-a2440e0e02f2 with identifier: 10727848
2026-03-26 12:23:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f8b156b8-028a-555a-b062-a2440e0e02f2 with identifier: 10727848 to the API
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:23: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 12:23:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727848>
{'auction_title': '',
'c_o_2_emission_value': 162,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:39:40Z',
'fuel_type': 'Hybrid',
'id': 'f8b156b8-028a-555a-b062-a2440e0e02f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990909-2480893',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727848',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 40436,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 14,
'photo_urls': ['https://images.openlane.eu/carimgs/5636197/general/d297ecd7-9b1c-4673-93f0-65d815e6799e.jpg',
'https://images.openlane.eu/carimgs/5636197/general/cd8f4666-3bd5-4a8b-ba78-4889e67e086c.jpg',
'https://images.openlane.eu/carimgs/5636197/general/58c648aa-641a-4e52-888c-2122f93d89c8.jpg',
'https://images.openlane.eu/carimgs/5636197/general/1480becd-48b8-48a6-afea-88c2590c3e38.jpg',
'https://images.openlane.eu/carimgs/5636197/general/a5839cd0-5375-4517-8059-9e4215129f1c.jpg',
'https://images.openlane.eu/carimgs/5636197/general/f4cbd517-5372-416d-800a-78f7aa7ff060.jpg',
'https://images.openlane.eu/carimgs/5636197/general/cfc7ef0f-2ffd-4574-b723-37ca43939fbf.jpg',
'https://images.openlane.eu/carimgs/5636197/general/41f32424-4cf0-480a-b7c7-4f41cdddfe39.jpg',
'https://images.openlane.eu/carimgs/5636197/general/7ad23c9e-f318-4666-85e5-825fdcd8e045.jpg',
'https://images.openlane.eu/carimgs/5636197/general/85c2b46f-da60-4d98-bc9b-34b3d2771cd2.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8b156b8-028a-555a-b062-a2440e0e02f2/f8b156b8-028a-555a-b062-a2440e0e02f2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 300352,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636197/general/d297ecd7-9b1c-4673-93f0-65d815e6799e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8b156b8-028a-555a-b062-a2440e0e02f2/f8b156b8-028a-555a-b062-a2440e0e02f2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145253,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636197/general/cd8f4666-3bd5-4a8b-ba78-4889e67e086c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8b156b8-028a-555a-b062-a2440e0e02f2/f8b156b8-028a-555a-b062-a2440e0e02f2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84956,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636197/general/58c648aa-641a-4e52-888c-2122f93d89c8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8b156b8-028a-555a-b062-a2440e0e02f2/f8b156b8-028a-555a-b062-a2440e0e02f2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238531,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636197/general/1480becd-48b8-48a6-afea-88c2590c3e38.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8b156b8-028a-555a-b062-a2440e0e02f2/f8b156b8-028a-555a-b062-a2440e0e02f2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 198597,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636197/general/a5839cd0-5375-4517-8059-9e4215129f1c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8b156b8-028a-555a-b062-a2440e0e02f2/f8b156b8-028a-555a-b062-a2440e0e02f2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139696,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636197/general/f4cbd517-5372-416d-800a-78f7aa7ff060.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8b156b8-028a-555a-b062-a2440e0e02f2/f8b156b8-028a-555a-b062-a2440e0e02f2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 303599,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636197/general/cfc7ef0f-2ffd-4574-b723-37ca43939fbf.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8b156b8-028a-555a-b062-a2440e0e02f2/f8b156b8-028a-555a-b062-a2440e0e02f2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154154,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636197/general/41f32424-4cf0-480a-b7c7-4f41cdddfe39.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8b156b8-028a-555a-b062-a2440e0e02f2/f8b156b8-028a-555a-b062-a2440e0e02f2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 212466,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636197/general/7ad23c9e-f318-4666-85e5-825fdcd8e045.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8b156b8-028a-555a-b062-a2440e0e02f2/f8b156b8-028a-555a-b062-a2440e0e02f2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 201006,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636197/general/85c2b46f-da60-4d98-bc9b-34b3d2771cd2.jpg',
'Width': 1280}],
'price': 14000,
'price_includes_vat': True,
'registration_date': '2022-02-11',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 40.436 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727848%27 HTTP/1.1" 200 None
2026-03-26 12:23:40 [adesa.de] INFO: Saving data for 10727848: {'created_time': 1774527820.808721, 'last_price_update_time': 1774527820.808735, 'auction_closing_time': 1774618780.0}
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727848') HTTP/1.1" 204 0
2026-03-26 12:23:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5636227/general/334fd9a1-2e93-4c79-94bc-5a007847d5d5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727861)
2026-03-26 12:23:40 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 262.499(s), this was the 2nd time calling it.
2026-03-26 12:23:40 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.817315010440269 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 12:23:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ecd450>
2026-03-26 12:23:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da0c0f19-372a-5953-a17b-ca99cfc9dd27/da0c0f19-372a-5953-a17b-ca99cfc9dd27_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636227%252Fgeneral%252F334fd9a1-2e93-4c79-94bc-5a007847d5d5.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636227/general/334fd9a1-2e93-4c79-94bc-5a007847d5d5.jpg saved to cache
2026-03-26 12:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item da0c0f19-372a-5953-a17b-ca99cfc9dd27
2026-03-26 12:23:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5636227/general/2d93cfb7-e211-4204-9513-83c0a95d6ed3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727861)
2026-03-26 12:23:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156520890>
2026-03-26 12:23:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da0c0f19-372a-5953-a17b-ca99cfc9dd27/da0c0f19-372a-5953-a17b-ca99cfc9dd27_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636227%252Fgeneral%252F2d93cfb7-e211-4204-9513-83c0a95d6ed3.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636227/general/2d93cfb7-e211-4204-9513-83c0a95d6ed3.jpg saved to cache
2026-03-26 12:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item da0c0f19-372a-5953-a17b-ca99cfc9dd27
2026-03-26 12:23:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: da0c0f19-372a-5953-a17b-ca99cfc9dd27, skipping ID generation
2026-03-26 12:23:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da0c0f19-372a-5953-a17b-ca99cfc9dd27 with scrape type 1
2026-03-26 12:23:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item da0c0f19-372a-5953-a17b-ca99cfc9dd27 sending to next pipeline
2026-03-26 12:23:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: da0c0f19-372a-5953-a17b-ca99cfc9dd27, identifier: 10727861
2026-03-26 12:23:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: da0c0f19-372a-5953-a17b-ca99cfc9dd27 with identifier: 10727861
2026-03-26 12:23:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: da0c0f19-372a-5953-a17b-ca99cfc9dd27 with identifier: 10727861
2026-03-26 12:23:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: da0c0f19-372a-5953-a17b-ca99cfc9dd27 with identifier: 10727861 to the API
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:23: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 12:23:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5636227/general/2d93cfb7-e211-4204-9513-83c0a95d6ed3.jpg>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:42:20Z',
'fuel_type': 'Hybrid',
'id': 'da0c0f19-372a-5953-a17b-ca99cfc9dd27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990980-2485388',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727861',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 39498,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da0c0f19-372a-5953-a17b-ca99cfc9dd27/da0c0f19-372a-5953-a17b-ca99cfc9dd27_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96557,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636227/general/1a762987-fa4c-4bbd-a321-ef9b8b27b49c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da0c0f19-372a-5953-a17b-ca99cfc9dd27/da0c0f19-372a-5953-a17b-ca99cfc9dd27_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89700,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636227/general/c42a6b23-f55b-4467-bfd7-55adf9bdc22b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da0c0f19-372a-5953-a17b-ca99cfc9dd27/da0c0f19-372a-5953-a17b-ca99cfc9dd27_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62821,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636227/general/c7a23e5f-0bba-4557-85cb-4af906315e23.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da0c0f19-372a-5953-a17b-ca99cfc9dd27/da0c0f19-372a-5953-a17b-ca99cfc9dd27_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215493,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636227/general/2d93cfb7-e211-4204-9513-83c0a95d6ed3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da0c0f19-372a-5953-a17b-ca99cfc9dd27/da0c0f19-372a-5953-a17b-ca99cfc9dd27_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79400,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636227/general/b220db28-ed81-425e-b2f6-7914a08fc9fd.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da0c0f19-372a-5953-a17b-ca99cfc9dd27/da0c0f19-372a-5953-a17b-ca99cfc9dd27_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129774,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636227/general/334fd9a1-2e93-4c79-94bc-5a007847d5d5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da0c0f19-372a-5953-a17b-ca99cfc9dd27/da0c0f19-372a-5953-a17b-ca99cfc9dd27_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93044,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636227/general/040778d2-f4b5-4403-b2b9-f5487c6da059.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da0c0f19-372a-5953-a17b-ca99cfc9dd27/da0c0f19-372a-5953-a17b-ca99cfc9dd27_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200995,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636227/general/8e92c7f4-35b9-4fd6-bdf4-db8101c7f59c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da0c0f19-372a-5953-a17b-ca99cfc9dd27/da0c0f19-372a-5953-a17b-ca99cfc9dd27_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 198177,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636227/general/23688b8d-43d2-4761-be7d-fe765fd923cc.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da0c0f19-372a-5953-a17b-ca99cfc9dd27/da0c0f19-372a-5953-a17b-ca99cfc9dd27_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100701,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636227/general/d5f154a5-2b0f-4a87-8863-07a7e75e7d7a.jpg',
'Width': 1280}],
'price': 15400,
'price_includes_vat': True,
'registration_date': '2022-11-02',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 39.498 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727861%27 HTTP/1.1" 200 None
2026-03-26 12:23:41 [adesa.de] INFO: Saving data for 10727861: {'created_time': 1774527821.60504, 'last_price_update_time': 1774527821.605057, 'auction_closing_time': 1774618940.0}
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727861') HTTP/1.1" 204 0
2026-03-26 12:23:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727971> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727898> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4 with identifier: 10727971
2026-03-26 12:23:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4 with scrape type 1
2026-03-26 12:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5662711%252Fgeneral%252F1bdaabcb-350e-4dc1-bbb2-c29c47532d2a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5662711/general/1bdaabcb-350e-4dc1-bbb2-c29c47532d2a.jpg already downloaded
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5662711%252Fgeneral%252F7b577d91-7da5-4d5c-9b6c-c4f412d19bc1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5662711/general/7b577d91-7da5-4d5c-9b6c-c4f412d19bc1.jpg already downloaded
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5662711%252Fgeneral%252F5b8f15ae-cd5a-463f-be1f-284afc6fd287.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5662711/general/5b8f15ae-cd5a-463f-be1f-284afc6fd287.jpg already downloaded
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5662711%252Fgeneral%252F3bd821e7-33d3-438a-9e6a-1ef6c9aada88.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5662711/general/3bd821e7-33d3-438a-9e6a-1ef6c9aada88.jpg already downloaded
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5662711%252Fgeneral%252Fa8c1de85-141b-4f6d-a835-f6a714461de1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5662711/general/a8c1de85-141b-4f6d-a835-f6a714461de1.jpg already downloaded
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5662711%252Fgeneral%252Fd470bc2d-f9e3-4d7b-8fd2-855725d2461f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5662711/general/d470bc2d-f9e3-4d7b-8fd2-855725d2461f.jpg already downloaded
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5662711%252Fgeneral%252Fac5e2ca8-51a6-423d-bf6f-1c01b8f3da81.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5662711/general/ac5e2ca8-51a6-423d-bf6f-1c01b8f3da81.jpg already downloaded
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5662711%252Fgeneral%252Fc6c0494a-4e02-49bf-b453-11bd0ebf02a6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5662711/general/c6c0494a-4e02-49bf-b453-11bd0ebf02a6.jpg already downloaded
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5662711%252Fgeneral%252Fa33f672c-9695-467e-9909-a3c388fb5edf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5662711/general/a33f672c-9695-467e-9909-a3c388fb5edf.jpg already downloaded
2026-03-26 12:23:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4, identifier: 10727971
2026-03-26 12:23:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4 with identifier: 10727971
2026-03-26 12:23:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4 with identifier: 10727971
2026-03-26 12:23:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4 with identifier: 10727971 to the API
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:23: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 12:23:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727971>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:44:00Z',
'fuel_type': 'Hybrid',
'id': '84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991040-2484951',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727971',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 33167,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 9,
'photo_urls': ['https://images.openlane.eu/carimgs/5662711/general/1bdaabcb-350e-4dc1-bbb2-c29c47532d2a.jpg',
'https://images.openlane.eu/carimgs/5662711/general/7b577d91-7da5-4d5c-9b6c-c4f412d19bc1.jpg',
'https://images.openlane.eu/carimgs/5662711/general/5b8f15ae-cd5a-463f-be1f-284afc6fd287.jpg',
'https://images.openlane.eu/carimgs/5662711/general/3bd821e7-33d3-438a-9e6a-1ef6c9aada88.jpg',
'https://images.openlane.eu/carimgs/5662711/general/a8c1de85-141b-4f6d-a835-f6a714461de1.jpg',
'https://images.openlane.eu/carimgs/5662711/general/d470bc2d-f9e3-4d7b-8fd2-855725d2461f.jpg',
'https://images.openlane.eu/carimgs/5662711/general/ac5e2ca8-51a6-423d-bf6f-1c01b8f3da81.jpg',
'https://images.openlane.eu/carimgs/5662711/general/c6c0494a-4e02-49bf-b453-11bd0ebf02a6.jpg',
'https://images.openlane.eu/carimgs/5662711/general/a33f672c-9695-467e-9909-a3c388fb5edf.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4/84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 248155,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5662711/general/1bdaabcb-350e-4dc1-bbb2-c29c47532d2a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4/84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135754,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5662711/general/7b577d91-7da5-4d5c-9b6c-c4f412d19bc1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4/84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102758,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5662711/general/5b8f15ae-cd5a-463f-be1f-284afc6fd287.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4/84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204177,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5662711/general/d470bc2d-f9e3-4d7b-8fd2-855725d2461f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4/84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 208510,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5662711/general/a33f672c-9695-467e-9909-a3c388fb5edf.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4/84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 220847,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5662711/general/3bd821e7-33d3-438a-9e6a-1ef6c9aada88.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4/84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151299,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5662711/general/ac5e2ca8-51a6-423d-bf6f-1c01b8f3da81.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4/84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236570,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5662711/general/c6c0494a-4e02-49bf-b453-11bd0ebf02a6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4/84b7d7ab-d7b8-5b16-8ee7-b73f9a5a5ee4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200533,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5662711/general/a8c1de85-141b-4f6d-a835-f6a714461de1.jpg',
'Width': 1280}],
'price': 17100,
'price_includes_vat': True,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 33.167 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727971%27 HTTP/1.1" 200 None
2026-03-26 12:23:42 [adesa.de] INFO: Saving data for 10727971: {'created_time': 1774527822.326861, 'last_price_update_time': 1774527822.326873, 'auction_closing_time': 1774619040.0}
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727971') HTTP/1.1" 204 0
2026-03-26 12:23:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a833351b-d5c3-5a09-b52a-90b5f5b5f388 with identifier: 10727898
2026-03-26 12:23:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a833351b-d5c3-5a09-b52a-90b5f5b5f388 with scrape type 1
2026-03-26 12:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a833351b-d5c3-5a09-b52a-90b5f5b5f388
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715263%252Fgeneral%252F7b5a806d-cdc7-4fdd-bd1a-27b270afe4a9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715263/general/7b5a806d-cdc7-4fdd-bd1a-27b270afe4a9.jpg already downloaded
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715263%252Fgeneral%252F708b6d05-b9f0-4c6b-8245-fe0b005cf910.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715263/general/708b6d05-b9f0-4c6b-8245-fe0b005cf910.jpg already downloaded
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715263%252Fgeneral%252Fa1b86e2c-9780-4d87-a7db-f6196f616b2c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715263/general/a1b86e2c-9780-4d87-a7db-f6196f616b2c.jpg already downloaded
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715263%252Fgeneral%252F53f1ba02-6a77-42fd-b1cc-282aaa341897.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715263/general/53f1ba02-6a77-42fd-b1cc-282aaa341897.jpg already downloaded
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715263%252Fgeneral%252F8296181c-a2b9-49ec-858e-91a47e964d21.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715263/general/8296181c-a2b9-49ec-858e-91a47e964d21.jpg already downloaded
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715263%252Fgeneral%252F84946c4f-5b35-47cd-8d94-1f54a022985b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715263/general/84946c4f-5b35-47cd-8d94-1f54a022985b.jpg already downloaded
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715263%252Fgeneral%252F382b6caf-b20b-4cc2-9331-6940fa5b1c33.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715263/general/382b6caf-b20b-4cc2-9331-6940fa5b1c33.jpg already downloaded
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715263%252Fgeneral%252F10c93738-d026-4e03-9788-4abf4eeb80e7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715263/general/10c93738-d026-4e03-9788-4abf4eeb80e7.jpg already downloaded
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715263%252Fgeneral%252F9cdac602-fead-4eae-abbe-446d97bf1b53.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715263/general/9cdac602-fead-4eae-abbe-446d97bf1b53.jpg already downloaded
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715263%252Fgeneral%252F2045e244-d81d-4822-a3c3-9e318f21a16f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715263/general/2045e244-d81d-4822-a3c3-9e318f21a16f.jpg already downloaded
2026-03-26 12:23:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: a833351b-d5c3-5a09-b52a-90b5f5b5f388, identifier: 10727898
2026-03-26 12:23:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: a833351b-d5c3-5a09-b52a-90b5f5b5f388 with identifier: 10727898
2026-03-26 12:23:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: a833351b-d5c3-5a09-b52a-90b5f5b5f388 with identifier: 10727898
2026-03-26 12:23:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: a833351b-d5c3-5a09-b52a-90b5f5b5f388 with identifier: 10727898 to the API
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:23: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 12:23:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727898>
{'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-27T13:38:00Z',
'fuel_type': 'Hybrid',
'id': 'a833351b-d5c3-5a09-b52a-90b5f5b5f388',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991036-2484640',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727898',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 63588,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 10,
'photo_urls': ['https://images.openlane.eu/carimgs/5715263/general/7b5a806d-cdc7-4fdd-bd1a-27b270afe4a9.jpg',
'https://images.openlane.eu/carimgs/5715263/general/708b6d05-b9f0-4c6b-8245-fe0b005cf910.jpg',
'https://images.openlane.eu/carimgs/5715263/general/a1b86e2c-9780-4d87-a7db-f6196f616b2c.jpg',
'https://images.openlane.eu/carimgs/5715263/general/53f1ba02-6a77-42fd-b1cc-282aaa341897.jpg',
'https://images.openlane.eu/carimgs/5715263/general/8296181c-a2b9-49ec-858e-91a47e964d21.jpg',
'https://images.openlane.eu/carimgs/5715263/general/84946c4f-5b35-47cd-8d94-1f54a022985b.jpg',
'https://images.openlane.eu/carimgs/5715263/general/382b6caf-b20b-4cc2-9331-6940fa5b1c33.jpg',
'https://images.openlane.eu/carimgs/5715263/general/10c93738-d026-4e03-9788-4abf4eeb80e7.jpg',
'https://images.openlane.eu/carimgs/5715263/general/9cdac602-fead-4eae-abbe-446d97bf1b53.jpg',
'https://images.openlane.eu/carimgs/5715263/general/2045e244-d81d-4822-a3c3-9e318f21a16f.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a833351b-d5c3-5a09-b52a-90b5f5b5f388/a833351b-d5c3-5a09-b52a-90b5f5b5f388_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150577,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715263/general/7b5a806d-cdc7-4fdd-bd1a-27b270afe4a9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a833351b-d5c3-5a09-b52a-90b5f5b5f388/a833351b-d5c3-5a09-b52a-90b5f5b5f388_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150361,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715263/general/708b6d05-b9f0-4c6b-8245-fe0b005cf910.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a833351b-d5c3-5a09-b52a-90b5f5b5f388/a833351b-d5c3-5a09-b52a-90b5f5b5f388_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124293,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715263/general/a1b86e2c-9780-4d87-a7db-f6196f616b2c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a833351b-d5c3-5a09-b52a-90b5f5b5f388/a833351b-d5c3-5a09-b52a-90b5f5b5f388_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224332,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715263/general/8296181c-a2b9-49ec-858e-91a47e964d21.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a833351b-d5c3-5a09-b52a-90b5f5b5f388/a833351b-d5c3-5a09-b52a-90b5f5b5f388_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 213340,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715263/general/84946c4f-5b35-47cd-8d94-1f54a022985b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a833351b-d5c3-5a09-b52a-90b5f5b5f388/a833351b-d5c3-5a09-b52a-90b5f5b5f388_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254824,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715263/general/382b6caf-b20b-4cc2-9331-6940fa5b1c33.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a833351b-d5c3-5a09-b52a-90b5f5b5f388/a833351b-d5c3-5a09-b52a-90b5f5b5f388_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 253407,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715263/general/10c93738-d026-4e03-9788-4abf4eeb80e7.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a833351b-d5c3-5a09-b52a-90b5f5b5f388/a833351b-d5c3-5a09-b52a-90b5f5b5f388_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 241406,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715263/general/9cdac602-fead-4eae-abbe-446d97bf1b53.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a833351b-d5c3-5a09-b52a-90b5f5b5f388/a833351b-d5c3-5a09-b52a-90b5f5b5f388_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254529,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715263/general/53f1ba02-6a77-42fd-b1cc-282aaa341897.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a833351b-d5c3-5a09-b52a-90b5f5b5f388/a833351b-d5c3-5a09-b52a-90b5f5b5f388_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205602,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715263/general/2045e244-d81d-4822-a3c3-9e318f21a16f.jpg',
'Width': 1280}],
'price': 15400,
'price_includes_vat': True,
'registration_date': '2022-09-05',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 63.588 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727898%27 HTTP/1.1" 200 None
2026-03-26 12:23:42 [adesa.de] INFO: Saving data for 10727898: {'created_time': 1774527822.98283, 'last_price_update_time': 1774527822.982842, 'auction_closing_time': 1774618680.0}
2026-03-26 12:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727898') HTTP/1.1" 204 0
2026-03-26 12:23:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727935> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727856> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27 with identifier: 10727935
2026-03-26 12:23:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27 with scrape type 1
2026-03-26 12:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252F60d4d66e-f4dd-486b-83e4-18a28062416a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/60d4d66e-f4dd-486b-83e4-18a28062416a.jpg not downloaded yet
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252F910f5f48-f6ab-4eda-8348-25c7f9c2a932.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/910f5f48-f6ab-4eda-8348-25c7f9c2a932.jpg not downloaded yet
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252Fb4b2e765-f416-4dd7-835b-988ad84a97fa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/b4b2e765-f416-4dd7-835b-988ad84a97fa.jpg not downloaded yet
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252F60e355f7-3ba0-4311-9286-e27b2e7d3a0d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/60e355f7-3ba0-4311-9286-e27b2e7d3a0d.jpg not downloaded yet
2026-03-26 12:23:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99f8b9bf-5c51-558a-bc5a-e13ce32395f9 with identifier: 10727856
2026-03-26 12:23:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99f8b9bf-5c51-558a-bc5a-e13ce32395f9 with scrape type 1
2026-03-26 12:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 99f8b9bf-5c51-558a-bc5a-e13ce32395f9
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680761%252Fgeneral%252F12af009c-bb2e-4bb3-a25a-7918712e4a5a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680761/general/12af009c-bb2e-4bb3-a25a-7918712e4a5a.jpg already downloaded
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680761%252Fgeneral%252Fa148352b-2d29-48fc-8bab-b5cc1d122917.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680761/general/a148352b-2d29-48fc-8bab-b5cc1d122917.jpg already downloaded
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680761%252Fgeneral%252F4a71c6a3-3749-466a-af0e-817b19c948f9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680761/general/4a71c6a3-3749-466a-af0e-817b19c948f9.jpg already downloaded
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680761%252Fgeneral%252Fbd69d700-1e94-4ef2-9c95-2bf0781363bd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680761/general/bd69d700-1e94-4ef2-9c95-2bf0781363bd.jpg already downloaded
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680761%252Fgeneral%252F98926863-169c-4246-85ce-fb40e1a9f8f8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680761/general/98926863-169c-4246-85ce-fb40e1a9f8f8.jpg already downloaded
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680761%252Fgeneral%252F25220582-a7de-4de3-a205-e6f5e686ea4d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680761/general/25220582-a7de-4de3-a205-e6f5e686ea4d.jpg already downloaded
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680761%252Fgeneral%252F315279f4-b135-43d5-9022-532b20c596d7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680761/general/315279f4-b135-43d5-9022-532b20c596d7.jpg not downloaded yet
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252F29106601-72be-4620-9a13-c8c8abdd1800.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/29106601-72be-4620-9a13-c8c8abdd1800.jpg not downloaded yet
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680761%252Fgeneral%252Fde84907e-fd5d-4fc6-8717-5c255871cf95.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680761/general/de84907e-fd5d-4fc6-8717-5c255871cf95.jpg already downloaded
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680761%252Fgeneral%252F9136a3c5-cd4e-4ac4-8d23-434e86fe2b73.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680761/general/9136a3c5-cd4e-4ac4-8d23-434e86fe2b73.jpg already downloaded
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680761%252Fgeneral%252Fb0384521-236e-469c-943f-552bd23321a1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680761/general/b0384521-236e-469c-943f-552bd23321a1.jpg not downloaded yet
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252Fe01b6d2b-2205-4353-b2d8-e7852086e57c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/e01b6d2b-2205-4353-b2d8-e7852086e57c.jpg not downloaded yet
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252Fae248ded-684f-4c87-9ebd-4e4d5b9f19f0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/ae248ded-684f-4c87-9ebd-4e4d5b9f19f0.jpg not downloaded yet
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252F10d998b3-d277-4579-b3fb-5d7c4a6ab5da.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/10d998b3-d277-4579-b3fb-5d7c4a6ab5da.jpg not downloaded yet
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252Fdd6b7fba-86cd-4441-9289-c71f36e5d991.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/dd6b7fba-86cd-4441-9289-c71f36e5d991.jpg not downloaded yet
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252F3ba618c3-d19f-47a2-89be-3d6155ddef4b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/3ba618c3-d19f-47a2-89be-3d6155ddef4b.jpg not downloaded yet
2026-03-26 12:23:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 3rd time calling it.
2026-03-26 12:23:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727854> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17 with identifier: 10727854
2026-03-26 12:23:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17 with scrape type 1
2026-03-26 12:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636218%252Fgeneral%252Fc78173c6-b5a8-44e8-b6cb-e721ff1cef1c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636218/general/c78173c6-b5a8-44e8-b6cb-e721ff1cef1c.jpg already downloaded
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636218%252Fgeneral%252Ffdfc63cf-41ef-496e-80aa-6fbbbd58df7d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636218/general/fdfc63cf-41ef-496e-80aa-6fbbbd58df7d.jpg already downloaded
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636218%252Fgeneral%252F4036a85a-b22b-4653-8d7e-ef1c2d31e2b3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636218/general/4036a85a-b22b-4653-8d7e-ef1c2d31e2b3.jpg already downloaded
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636218%252Fgeneral%252F42e508fd-5436-42fa-80a2-2deb2b5c7ee4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636218/general/42e508fd-5436-42fa-80a2-2deb2b5c7ee4.jpg already downloaded
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636218%252Fgeneral%252F948a1a36-2d80-4909-ad1a-cc7a51f39615.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636218/general/948a1a36-2d80-4909-ad1a-cc7a51f39615.jpg already downloaded
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636218%252Fgeneral%252F5dfd05e2-a2dc-4a45-9773-b8af378f68c0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636218/general/5dfd05e2-a2dc-4a45-9773-b8af378f68c0.jpg already downloaded
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636218%252Fgeneral%252F867c77a4-47fb-4a6d-b98b-52f9663221ba.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636218/general/867c77a4-47fb-4a6d-b98b-52f9663221ba.jpg already downloaded
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636218%252Fgeneral%252F698089d1-d78b-40a1-8c6b-af36f8d991fa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636218/general/698089d1-d78b-40a1-8c6b-af36f8d991fa.jpg not downloaded yet
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636218%252Fgeneral%252Fbff66518-3942-425b-a641-7c6ac094b06b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636218/general/bff66518-3942-425b-a641-7c6ac094b06b.jpg already downloaded
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636218%252Fgeneral%252Fa8a2556b-1d4b-4cc4-8a25-8e2465c1239e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636218/general/a8a2556b-1d4b-4cc4-8a25-8e2465c1239e.jpg not downloaded yet
2026-03-26 12:23:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702475/general/3ba618c3-d19f-47a2-89be-3d6155ddef4b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727935)
2026-03-26 12:23:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09f710>
2026-03-26 12:23:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:23:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252F3ba618c3-d19f-47a2-89be-3d6155ddef4b.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/3ba618c3-d19f-47a2-89be-3d6155ddef4b.jpg saved to cache
2026-03-26 12:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27
2026-03-26 12:23:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5636218/general/698089d1-d78b-40a1-8c6b-af36f8d991fa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727854)
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1fdb10>
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17/f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636218%252Fgeneral%252F698089d1-d78b-40a1-8c6b-af36f8d991fa.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636218/general/698089d1-d78b-40a1-8c6b-af36f8d991fa.jpg saved to cache
2026-03-26 12:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17
2026-03-26 12:23:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5636218/general/a8a2556b-1d4b-4cc4-8a25-8e2465c1239e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727854)
2026-03-26 12:23:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702475/general/dd6b7fba-86cd-4441-9289-c71f36e5d991.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727935)
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e0b210>
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17/f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636218%252Fgeneral%252Fa8a2556b-1d4b-4cc4-8a25-8e2465c1239e.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636218/general/a8a2556b-1d4b-4cc4-8a25-8e2465c1239e.jpg saved to cache
2026-03-26 12:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17
2026-03-26 12:23:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17, skipping ID generation
2026-03-26 12:23:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17 with scrape type 1
2026-03-26 12:23:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17 sending to next pipeline
2026-03-26 12:23:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17, identifier: 10727854
2026-03-26 12:23:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17 with identifier: 10727854
2026-03-26 12:23:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17 with identifier: 10727854
2026-03-26 12:23:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17 with identifier: 10727854 to the API
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:23: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 12:23:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5636218/general/a8a2556b-1d4b-4cc4-8a25-8e2465c1239e.jpg>
{'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-27T13:41:00Z',
'fuel_type': 'Hybrid',
'id': 'f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991027-2484756',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727854',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 38113,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 18,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17/f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127950,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636218/general/c78173c6-b5a8-44e8-b6cb-e721ff1cef1c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17/f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108604,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636218/general/fdfc63cf-41ef-496e-80aa-6fbbbd58df7d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17/f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143819,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636218/general/4036a85a-b22b-4653-8d7e-ef1c2d31e2b3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17/f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121650,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636218/general/42e508fd-5436-42fa-80a2-2deb2b5c7ee4.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17/f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125616,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636218/general/948a1a36-2d80-4909-ad1a-cc7a51f39615.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17/f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81014,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636218/general/5dfd05e2-a2dc-4a45-9773-b8af378f68c0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17/f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216034,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636218/general/867c77a4-47fb-4a6d-b98b-52f9663221ba.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17/f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120082,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636218/general/bff66518-3942-425b-a641-7c6ac094b06b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17/f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 182011,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636218/general/698089d1-d78b-40a1-8c6b-af36f8d991fa.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17/f5eb0d4e-650e-5ca5-bf2e-b9c5dd5cab17_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156583,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636218/general/a8a2556b-1d4b-4cc4-8a25-8e2465c1239e.jpg',
'Width': 1280}],
'price': 16800,
'price_includes_vat': True,
'registration_date': '2022-10-21',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 38.113 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727854%27 HTTP/1.1" 200 None
2026-03-26 12:23:48 [adesa.de] INFO: Saving data for 10727854: {'created_time': 1774527828.666891, 'last_price_update_time': 1774527828.666904, 'auction_closing_time': 1774618860.0}
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727854') HTTP/1.1" 204 0
2026-03-26 12:23:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702475/general/10d998b3-d277-4579-b3fb-5d7c4a6ab5da.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727935)
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ff410>
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252Fdd6b7fba-86cd-4441-9289-c71f36e5d991.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/dd6b7fba-86cd-4441-9289-c71f36e5d991.jpg saved to cache
2026-03-26 12:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fec050>
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252F10d998b3-d277-4579-b3fb-5d7c4a6ab5da.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/10d998b3-d277-4579-b3fb-5d7c4a6ab5da.jpg saved to cache
2026-03-26 12:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27
2026-03-26 12:23:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702475/general/ae248ded-684f-4c87-9ebd-4e4d5b9f19f0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727935)
2026-03-26 12:23:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702475/general/e01b6d2b-2205-4353-b2d8-e7852086e57c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727935)
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ffb90>
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:23:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252Fae248ded-684f-4c87-9ebd-4e4d5b9f19f0.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/ae248ded-684f-4c87-9ebd-4e4d5b9f19f0.jpg saved to cache
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27
2026-03-26 12:23:49 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 131.130(s), this was the 1st time calling it.
2026-03-26 12:23:49 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.442895317654301 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 12:23:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726318> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680761/general/b0384521-236e-469c-943f-552bd23321a1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727856)
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c03c490>
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252Fe01b6d2b-2205-4353-b2d8-e7852086e57c.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/e01b6d2b-2205-4353-b2d8-e7852086e57c.jpg saved to cache
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27
2026-03-26 12:23:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1c94094-cd23-53d6-8fc8-ee01f660b298 with identifier: 10726318
2026-03-26 12:23:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1c94094-cd23-53d6-8fc8-ee01f660b298 with scrape type 1
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d1c94094-cd23-53d6-8fc8-ee01f660b298
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746411%252Fgeneral%252F3c562dee-3029-4dc6-a3ba-e83e009a2ac2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746411/general/3c562dee-3029-4dc6-a3ba-e83e009a2ac2.jpg not downloaded yet
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746411%252Fgeneral%252F843f75a5-22f8-431e-a8de-76fce1a68cea.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746411/general/843f75a5-22f8-431e-a8de-76fce1a68cea.jpg not downloaded yet
2026-03-26 12:23:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702475/general/29106601-72be-4620-9a13-c8c8abdd1800.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727935)
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746411%252Fgeneral%252F620ebc2d-1726-46e8-84a3-59c5f972b1c8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746411/general/620ebc2d-1726-46e8-84a3-59c5f972b1c8.jpg not downloaded yet
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156518610>
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99f8b9bf-5c51-558a-bc5a-e13ce32395f9/99f8b9bf-5c51-558a-bc5a-e13ce32395f9_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680761%252Fgeneral%252Fb0384521-236e-469c-943f-552bd23321a1.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680761/general/b0384521-236e-469c-943f-552bd23321a1.jpg saved to cache
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 99f8b9bf-5c51-558a-bc5a-e13ce32395f9
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746411%252Fgeneral%252Fec765524-bc2a-401c-8e4d-795f883c77cd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746411/general/ec765524-bc2a-401c-8e4d-795f883c77cd.jpg not downloaded yet
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746411%252Fgeneral%252F642dac4d-4126-403a-a42c-9ef36ce2192f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746411/general/642dac4d-4126-403a-a42c-9ef36ce2192f.jpg not downloaded yet
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746411%252Fgeneral%252F8a3e1df4-8343-474f-b055-fdd359c3b6e8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746411/general/8a3e1df4-8343-474f-b055-fdd359c3b6e8.jpg not downloaded yet
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ce9d0>
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252F29106601-72be-4620-9a13-c8c8abdd1800.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/29106601-72be-4620-9a13-c8c8abdd1800.jpg saved to cache
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27
2026-03-26 12:23:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746411/general/843f75a5-22f8-431e-a8de-76fce1a68cea.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726318)
2026-03-26 12:23:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5680761/general/315279f4-b135-43d5-9022-532b20c596d7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727856)
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fa4ad0>
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c94094-cd23-53d6-8fc8-ee01f660b298/d1c94094-cd23-53d6-8fc8-ee01f660b298_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746411%252Fgeneral%252F843f75a5-22f8-431e-a8de-76fce1a68cea.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746411/general/843f75a5-22f8-431e-a8de-76fce1a68cea.jpg saved to cache
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d1c94094-cd23-53d6-8fc8-ee01f660b298
2026-03-26 12:23:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746411/general/8a3e1df4-8343-474f-b055-fdd359c3b6e8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726318)
2026-03-26 12:23:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746411/general/642dac4d-4126-403a-a42c-9ef36ce2192f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726318)
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09ca90>
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:23:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99f8b9bf-5c51-558a-bc5a-e13ce32395f9/99f8b9bf-5c51-558a-bc5a-e13ce32395f9_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680761%252Fgeneral%252F315279f4-b135-43d5-9022-532b20c596d7.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680761/general/315279f4-b135-43d5-9022-532b20c596d7.jpg saved to cache
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 99f8b9bf-5c51-558a-bc5a-e13ce32395f9
2026-03-26 12:23:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 99f8b9bf-5c51-558a-bc5a-e13ce32395f9, skipping ID generation
2026-03-26 12:23:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99f8b9bf-5c51-558a-bc5a-e13ce32395f9 with scrape type 1
2026-03-26 12:23:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 99f8b9bf-5c51-558a-bc5a-e13ce32395f9 sending to next pipeline
2026-03-26 12:23:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 99f8b9bf-5c51-558a-bc5a-e13ce32395f9, identifier: 10727856
2026-03-26 12:23:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 99f8b9bf-5c51-558a-bc5a-e13ce32395f9 with identifier: 10727856
2026-03-26 12:23:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 99f8b9bf-5c51-558a-bc5a-e13ce32395f9 with identifier: 10727856
2026-03-26 12:23:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 99f8b9bf-5c51-558a-bc5a-e13ce32395f9 with identifier: 10727856 to the API
2026-03-26 12:23:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:23: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 12:23:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5680761/general/315279f4-b135-43d5-9022-532b20c596d7.jpg>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:33:20Z',
'fuel_type': 'Hybrid',
'id': '99f8b9bf-5c51-558a-bc5a-e13ce32395f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990911-2506736',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727856',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 30173,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 30,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99f8b9bf-5c51-558a-bc5a-e13ce32395f9/99f8b9bf-5c51-558a-bc5a-e13ce32395f9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107143,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680761/general/12af009c-bb2e-4bb3-a25a-7918712e4a5a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99f8b9bf-5c51-558a-bc5a-e13ce32395f9/99f8b9bf-5c51-558a-bc5a-e13ce32395f9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215505,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680761/general/a148352b-2d29-48fc-8bab-b5cc1d122917.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99f8b9bf-5c51-558a-bc5a-e13ce32395f9/99f8b9bf-5c51-558a-bc5a-e13ce32395f9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120590,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680761/general/4a71c6a3-3749-466a-af0e-817b19c948f9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99f8b9bf-5c51-558a-bc5a-e13ce32395f9/99f8b9bf-5c51-558a-bc5a-e13ce32395f9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172453,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680761/general/bd69d700-1e94-4ef2-9c95-2bf0781363bd.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99f8b9bf-5c51-558a-bc5a-e13ce32395f9/99f8b9bf-5c51-558a-bc5a-e13ce32395f9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176967,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680761/general/98926863-169c-4246-85ce-fb40e1a9f8f8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99f8b9bf-5c51-558a-bc5a-e13ce32395f9/99f8b9bf-5c51-558a-bc5a-e13ce32395f9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102846,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680761/general/25220582-a7de-4de3-a205-e6f5e686ea4d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99f8b9bf-5c51-558a-bc5a-e13ce32395f9/99f8b9bf-5c51-558a-bc5a-e13ce32395f9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214326,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680761/general/de84907e-fd5d-4fc6-8717-5c255871cf95.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99f8b9bf-5c51-558a-bc5a-e13ce32395f9/99f8b9bf-5c51-558a-bc5a-e13ce32395f9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78902,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680761/general/315279f4-b135-43d5-9022-532b20c596d7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99f8b9bf-5c51-558a-bc5a-e13ce32395f9/99f8b9bf-5c51-558a-bc5a-e13ce32395f9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165903,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680761/general/9136a3c5-cd4e-4ac4-8d23-434e86fe2b73.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99f8b9bf-5c51-558a-bc5a-e13ce32395f9/99f8b9bf-5c51-558a-bc5a-e13ce32395f9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226534,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680761/general/b0384521-236e-469c-943f-552bd23321a1.jpg',
'Width': 1280}],
'price': 15000,
'price_includes_vat': True,
'registration_date': '2022-11-07',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 30.173 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727856%27 HTTP/1.1" 200 None
2026-03-26 12:23:50 [adesa.de] INFO: Saving data for 10727856: {'created_time': 1774527830.114934, 'last_price_update_time': 1774527830.11497, 'auction_closing_time': 1774618400.0}
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727856') HTTP/1.1" 204 0
2026-03-26 12:23:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746411/general/620ebc2d-1726-46e8-84a3-59c5f972b1c8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726318)
2026-03-26 12:23:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746411/general/ec765524-bc2a-401c-8e4d-795f883c77cd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726318)
2026-03-26 12:23:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015659f590>
2026-03-26 12:23:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c94094-cd23-53d6-8fc8-ee01f660b298/d1c94094-cd23-53d6-8fc8-ee01f660b298_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746411%252Fgeneral%252F8a3e1df4-8343-474f-b055-fdd359c3b6e8.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746411/general/8a3e1df4-8343-474f-b055-fdd359c3b6e8.jpg saved to cache
2026-03-26 12:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d1c94094-cd23-53d6-8fc8-ee01f660b298
2026-03-26 12:23:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5fc10>
2026-03-26 12:23:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c94094-cd23-53d6-8fc8-ee01f660b298/d1c94094-cd23-53d6-8fc8-ee01f660b298_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746411%252Fgeneral%252F642dac4d-4126-403a-a42c-9ef36ce2192f.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746411/general/642dac4d-4126-403a-a42c-9ef36ce2192f.jpg saved to cache
2026-03-26 12:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d1c94094-cd23-53d6-8fc8-ee01f660b298
2026-03-26 12:23:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fd4d10>
2026-03-26 12:23:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c94094-cd23-53d6-8fc8-ee01f660b298/d1c94094-cd23-53d6-8fc8-ee01f660b298_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746411%252Fgeneral%252F620ebc2d-1726-46e8-84a3-59c5f972b1c8.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746411/general/620ebc2d-1726-46e8-84a3-59c5f972b1c8.jpg saved to cache
2026-03-26 12:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d1c94094-cd23-53d6-8fc8-ee01f660b298
2026-03-26 12:23:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e3e010>
2026-03-26 12:23:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c94094-cd23-53d6-8fc8-ee01f660b298/d1c94094-cd23-53d6-8fc8-ee01f660b298_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746411%252Fgeneral%252Fec765524-bc2a-401c-8e4d-795f883c77cd.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746411/general/ec765524-bc2a-401c-8e4d-795f883c77cd.jpg saved to cache
2026-03-26 12:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d1c94094-cd23-53d6-8fc8-ee01f660b298
2026-03-26 12:23:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746411/general/3c562dee-3029-4dc6-a3ba-e83e009a2ac2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726318)
2026-03-26 12:23:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702475/general/60e355f7-3ba0-4311-9286-e27b2e7d3a0d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727935)
2026-03-26 12:23:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f3ef10>
2026-03-26 12:23:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d1c94094-cd23-53d6-8fc8-ee01f660b298/d1c94094-cd23-53d6-8fc8-ee01f660b298_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746411%252Fgeneral%252F3c562dee-3029-4dc6-a3ba-e83e009a2ac2.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746411/general/3c562dee-3029-4dc6-a3ba-e83e009a2ac2.jpg saved to cache
2026-03-26 12:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d1c94094-cd23-53d6-8fc8-ee01f660b298
2026-03-26 12:23:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d1c94094-cd23-53d6-8fc8-ee01f660b298, skipping ID generation
2026-03-26 12:23:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1c94094-cd23-53d6-8fc8-ee01f660b298 with scrape type 1
2026-03-26 12:23:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d1c94094-cd23-53d6-8fc8-ee01f660b298 sending to next pipeline
2026-03-26 12:23:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: d1c94094-cd23-53d6-8fc8-ee01f660b298, identifier: 10726318
2026-03-26 12:23:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: d1c94094-cd23-53d6-8fc8-ee01f660b298 with identifier: 10726318
2026-03-26 12:23:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: d1c94094-cd23-53d6-8fc8-ee01f660b298 with identifier: 10726318
2026-03-26 12:23:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: d1c94094-cd23-53d6-8fc8-ee01f660b298 with identifier: 10726318 to the API
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:23: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 12:23:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746411/general/3c562dee-3029-4dc6-a3ba-e83e009a2ac2.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 122,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': 'd1c94094-cd23-53d6-8fc8-ee01f660b298',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF1RFK00669907162',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726318',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 17490,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c94094-cd23-53d6-8fc8-ee01f660b298/d1c94094-cd23-53d6-8fc8-ee01f660b298_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155640,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746411/general/3c562dee-3029-4dc6-a3ba-e83e009a2ac2.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c94094-cd23-53d6-8fc8-ee01f660b298/d1c94094-cd23-53d6-8fc8-ee01f660b298_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143381,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746411/general/843f75a5-22f8-431e-a8de-76fce1a68cea.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c94094-cd23-53d6-8fc8-ee01f660b298/d1c94094-cd23-53d6-8fc8-ee01f660b298_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95687,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746411/general/620ebc2d-1726-46e8-84a3-59c5f972b1c8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c94094-cd23-53d6-8fc8-ee01f660b298/d1c94094-cd23-53d6-8fc8-ee01f660b298_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138341,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746411/general/ec765524-bc2a-401c-8e4d-795f883c77cd.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c94094-cd23-53d6-8fc8-ee01f660b298/d1c94094-cd23-53d6-8fc8-ee01f660b298_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143414,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746411/general/642dac4d-4126-403a-a42c-9ef36ce2192f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1c94094-cd23-53d6-8fc8-ee01f660b298/d1c94094-cd23-53d6-8fc8-ee01f660b298_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91389,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746411/general/8a3e1df4-8343-474f-b055-fdd359c3b6e8.jpg',
'Width': 800}],
'price': 9900,
'price_includes_vat': True,
'registration_date': '2022-12-14',
'seats_number': 2,
'seller_name': 'MOBILITY CONCEPT',
'title': 'Renault Kangoo Start L1 - Electric - Automatic - 122 hp - 17.490 km',
'transmission': 'automatic',
'trim': 'Start L1',
'vin': None,
'year': 2022}
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726318%27 HTTP/1.1" 200 None
2026-03-26 12:23:50 [adesa.de] INFO: Saving data for 10726318: {'created_time': 1774527830.991996, 'last_price_update_time': 1774527830.992011, 'auction_closing_time': 1774962000.0}
2026-03-26 12:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726318') HTTP/1.1" 204 0
2026-03-26 12:23:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702475/general/b4b2e765-f416-4dd7-835b-988ad84a97fa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727935)
2026-03-26 12:23:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727133> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d10d0>
2026-03-26 12:23:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252F60e355f7-3ba0-4311-9286-e27b2e7d3a0d.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/60e355f7-3ba0-4311-9286-e27b2e7d3a0d.jpg saved to cache
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27
2026-03-26 12:23:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702475/general/910f5f48-f6ab-4eda-8348-25c7f9c2a932.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727935)
2026-03-26 12:23:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e3f150>
2026-03-26 12:23:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252Fb4b2e765-f416-4dd7-835b-988ad84a97fa.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/b4b2e765-f416-4dd7-835b-988ad84a97fa.jpg saved to cache
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27
2026-03-26 12:23:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 506d77f9-b635-5f2f-a7de-32b8a255425f with identifier: 10727133
2026-03-26 12:23:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 506d77f9-b635-5f2f-a7de-32b8a255425f with scrape type 1
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 506d77f9-b635-5f2f-a7de-32b8a255425f
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252F7d207c4a-a673-415d-92df-62317d147899.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/7d207c4a-a673-415d-92df-62317d147899.jpg not downloaded yet
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252F2f5b5d27-6856-4061-8a54-42584e0f0de9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/2f5b5d27-6856-4061-8a54-42584e0f0de9.jpg not downloaded yet
2026-03-26 12:23:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e0ed90>
2026-03-26 12:23:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252F910f5f48-f6ab-4eda-8348-25c7f9c2a932.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/910f5f48-f6ab-4eda-8348-25c7f9c2a932.jpg saved to cache
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27
2026-03-26 12:23:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702475/general/60d4d66e-f4dd-486b-83e4-18a28062416a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727935)
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252F1bdee7d8-0df7-4763-911d-7f9ebb2b9345.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/1bdee7d8-0df7-4763-911d-7f9ebb2b9345.jpg not downloaded yet
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252F86e4c094-be71-4810-a5a0-88cc25e2f34b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/86e4c094-be71-4810-a5a0-88cc25e2f34b.jpg not downloaded yet
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252Ffc85ff42-12ab-462f-a353-8a688498c545.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/fc85ff42-12ab-462f-a353-8a688498c545.jpg not downloaded yet
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252Fe42df4d4-2a42-4c50-9808-202621411e91.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/e42df4d4-2a42-4c50-9808-202621411e91.jpg not downloaded yet
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252F9d3bfc6b-4139-49c4-925a-4ee455cfb9fd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/9d3bfc6b-4139-49c4-925a-4ee455cfb9fd.jpg not downloaded yet
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252F696f8562-11bf-4785-a394-f7f7aaaec2d4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/696f8562-11bf-4785-a394-f7f7aaaec2d4.jpg not downloaded yet
2026-03-26 12:23:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e38d0>
2026-03-26 12:23:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702475%252Fgeneral%252F60d4d66e-f4dd-486b-83e4-18a28062416a.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702475/general/60d4d66e-f4dd-486b-83e4-18a28062416a.jpg saved to cache
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27
2026-03-26 12:23:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27, skipping ID generation
2026-03-26 12:23:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27 with scrape type 1
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27 sending to next pipeline
2026-03-26 12:23:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27, identifier: 10727935
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252F4e92209a-6815-4393-ac5f-9ae9ae4ea1e5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/4e92209a-6815-4393-ac5f-9ae9ae4ea1e5.jpg not downloaded yet
2026-03-26 12:23:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27 with identifier: 10727935
2026-03-26 12:23:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27 with identifier: 10727935
2026-03-26 12:23:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27 with identifier: 10727935 to the API
2026-03-26 12:23:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:23: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 12:23:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5702475/general/60d4d66e-f4dd-486b-83e4-18a28062416a.jpg>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:43:00Z',
'fuel_type': 'Hybrid',
'id': 'd7e0634d-7e9e-50a2-9197-7a6c4ba2cf27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990970-2507212',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727935',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 31764,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164092,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702475/general/60d4d66e-f4dd-486b-83e4-18a28062416a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259174,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702475/general/910f5f48-f6ab-4eda-8348-25c7f9c2a932.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115416,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702475/general/b4b2e765-f416-4dd7-835b-988ad84a97fa.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 197180,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702475/general/60e355f7-3ba0-4311-9286-e27b2e7d3a0d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223988,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702475/general/29106601-72be-4620-9a13-c8c8abdd1800.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153905,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702475/general/e01b6d2b-2205-4353-b2d8-e7852086e57c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 268493,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702475/general/ae248ded-684f-4c87-9ebd-4e4d5b9f19f0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225243,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702475/general/10d998b3-d277-4579-b3fb-5d7c4a6ab5da.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228952,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702475/general/dd6b7fba-86cd-4441-9289-c71f36e5d991.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27/d7e0634d-7e9e-50a2-9197-7a6c4ba2cf27_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109429,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702475/general/3ba618c3-d19f-47a2-89be-3d6155ddef4b.jpg',
'Width': 1280}],
'price': 17200,
'price_includes_vat': True,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 31.764 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727935%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Saving data for 10727935: {'created_time': 1774527832.111333, 'last_price_update_time': 1774527832.111345, 'auction_closing_time': 1774618980.0}
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727935') HTTP/1.1" 204 0
2026-03-26 12:23:52 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746752/general/2f5b5d27-6856-4061-8a54-42584e0f0de9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727133)
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252Fab9e29f2-9e5d-4722-a4d9-d83d0eb35741.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/ab9e29f2-9e5d-4722-a4d9-d83d0eb35741.jpg not downloaded yet
2026-03-26 12:23: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 12:23:52 [adesa.de] INFO: Found listing with ID: 10726312
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726312%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726312: 0
2026-03-26 12:23:52 [adesa.de] INFO: Skipping item 10726312 url https://www.openlane.eu/en/carv6/auction/10726312
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726384
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726384%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726384: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726384 url https://www.openlane.eu/en/carv6/auction/10726384
2026-03-26 12:23:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746752/general/4e92209a-6815-4393-ac5f-9ae9ae4ea1e5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727133)
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10727097
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727097%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10727097: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10727097 url https://www.openlane.eu/en/carv6/auction/10727097
2026-03-26 12:23:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746752/general/696f8562-11bf-4785-a394-f7f7aaaec2d4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727133)
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726576
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726576%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726576: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726576 url https://www.openlane.eu/en/carv6/auction/10726576
2026-03-26 12:23:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c03eb90>
2026-03-26 12:23:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252F2f5b5d27-6856-4061-8a54-42584e0f0de9.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/2f5b5d27-6856-4061-8a54-42584e0f0de9.jpg saved to cache
2026-03-26 12:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 506d77f9-b635-5f2f-a7de-32b8a255425f
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726568
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726568%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726568: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726568 url https://www.openlane.eu/en/carv6/auction/10726568
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726577
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726577%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726577: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726577 url https://www.openlane.eu/en/carv6/auction/10726577
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726507
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726507%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726507: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726507 url https://www.openlane.eu/en/carv6/auction/10726507
2026-03-26 12:23:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0a9450>
2026-03-26 12:23:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252F4e92209a-6815-4393-ac5f-9ae9ae4ea1e5.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/4e92209a-6815-4393-ac5f-9ae9ae4ea1e5.jpg saved to cache
2026-03-26 12:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 506d77f9-b635-5f2f-a7de-32b8a255425f
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10727003
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727003%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10727003: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10727003 url https://www.openlane.eu/en/carv6/auction/10727003
2026-03-26 12:23:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d0fc1d0>
2026-03-26 12:23:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252F696f8562-11bf-4785-a394-f7f7aaaec2d4.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/696f8562-11bf-4785-a394-f7f7aaaec2d4.jpg saved to cache
2026-03-26 12:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 506d77f9-b635-5f2f-a7de-32b8a255425f
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726475
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726475%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726475: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726475 url https://www.openlane.eu/en/carv6/auction/10726475
2026-03-26 12:23:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726437
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726437%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726437: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726437 url https://www.openlane.eu/en/carv6/auction/10726437
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726610
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726610%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726610: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726610 url https://www.openlane.eu/en/carv6/auction/10726610
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726467
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726467%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726467: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726467 url https://www.openlane.eu/en/carv6/auction/10726467
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726649
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726649%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726649: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726649 url https://www.openlane.eu/en/carv6/auction/10726649
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726378
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726378%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726378: 0
2026-03-26 12:23:52 [adesa.de] INFO: Skipping item 10726378 url https://www.openlane.eu/en/carv6/auction/10726378
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726604
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726604%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726604: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726604 url https://www.openlane.eu/en/carv6/auction/10726604
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10727118
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727118%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10727118: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10727118 url https://www.openlane.eu/en/carv6/auction/10727118
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726597
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726597%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726597: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726597 url https://www.openlane.eu/en/carv6/auction/10726597
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10727121
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727121%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10727121: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10727121 url https://www.openlane.eu/en/carv6/auction/10727121
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10727122
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727122%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10727122: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10727122 url https://www.openlane.eu/en/carv6/auction/10727122
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726996
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726996%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726996: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726996 url https://www.openlane.eu/en/carv6/auction/10726996
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726573
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726573%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726573: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726573 url https://www.openlane.eu/en/carv6/auction/10726573
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726664
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726664%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726664: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726664 url https://www.openlane.eu/en/carv6/auction/10726664
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726276
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726276%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726276: 0
2026-03-26 12:23:52 [adesa.de] INFO: Skipping item 10726276 url https://www.openlane.eu/en/carv6/auction/10726276
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726584
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726584%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726584: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726584 url https://www.openlane.eu/en/carv6/auction/10726584
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726471
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726471%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726471: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726471 url https://www.openlane.eu/en/carv6/auction/10726471
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10727000
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727000%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10727000: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10727000 url https://www.openlane.eu/en/carv6/auction/10727000
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10727115
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727115%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10727115: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10727115 url https://www.openlane.eu/en/carv6/auction/10727115
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10727112
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727112%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10727112: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10727112 url https://www.openlane.eu/en/carv6/auction/10727112
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726549
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726549%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726549: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726549 url https://www.openlane.eu/en/carv6/auction/10726549
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726582
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726582%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726582: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726582 url https://www.openlane.eu/en/carv6/auction/10726582
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726540
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726540%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726540: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726540 url https://www.openlane.eu/en/carv6/auction/10726540
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726553
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726553%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726553: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726553 url https://www.openlane.eu/en/carv6/auction/10726553
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726648
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726648%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726648: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726648 url https://www.openlane.eu/en/carv6/auction/10726648
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10726600
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726600%27 HTTP/1.1" 200 None
2026-03-26 12:23:52 [adesa.de] INFO: Scrape type for 10726600: 1
2026-03-26 12:23:52 [adesa.de] INFO: Scraping item 10726600 url https://www.openlane.eu/en/carv6/auction/10726600
2026-03-26 12:23:52 [adesa.de] INFO: Found listing with ID: 10727099
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727099%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10727099: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10727099 url https://www.openlane.eu/en/carv6/auction/10727099
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10727126
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727126%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10727126: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10727126 url https://www.openlane.eu/en/carv6/auction/10727126
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726589
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726589%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726589: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726589 url https://www.openlane.eu/en/carv6/auction/10726589
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726534
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726534%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726534: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726534 url https://www.openlane.eu/en/carv6/auction/10726534
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726302
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726302%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726302: 0
2026-03-26 12:23:53 [adesa.de] INFO: Skipping item 10726302 url https://www.openlane.eu/en/carv6/auction/10726302
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726480
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726480%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726480: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726480 url https://www.openlane.eu/en/carv6/auction/10726480
2026-03-26 12:23:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727831> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10727109
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727109%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10727109: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10727109 url https://www.openlane.eu/en/carv6/auction/10727109
2026-03-26 12:23: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 12:23:53 [adesa.de] INFO: Found listing with ID: 10726506
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726506%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726506: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726506 url https://www.openlane.eu/en/carv6/auction/10726506
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726492
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726492%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726492: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726492 url https://www.openlane.eu/en/carv6/auction/10726492
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10727054
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727054%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10727054: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10727054 url https://www.openlane.eu/en/carv6/auction/10727054
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726463
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726463%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726463: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726463 url https://www.openlane.eu/en/carv6/auction/10726463
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726550
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726550%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726550: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726550 url https://www.openlane.eu/en/carv6/auction/10726550
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726514
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726514%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726514: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726514 url https://www.openlane.eu/en/carv6/auction/10726514
2026-03-26 12:23:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37c2a0da-692a-51ae-9cc0-a70dd9fc25ea with identifier: 10727831
2026-03-26 12:23:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37c2a0da-692a-51ae-9cc0-a70dd9fc25ea with scrape type 1
2026-03-26 12:23:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 37c2a0da-692a-51ae-9cc0-a70dd9fc25ea
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715193%252Fgeneral%252F8966082a-fdaf-4a33-adf8-06fd60407b3c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715193/general/8966082a-fdaf-4a33-adf8-06fd60407b3c.jpg already downloaded
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715193%252Fgeneral%252F9eee7b90-a4ed-47a0-a775-47992a85ae93.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715193/general/9eee7b90-a4ed-47a0-a775-47992a85ae93.jpg already downloaded
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715193%252Fgeneral%252F3103a863-c83a-41bb-8948-79b290d39fee.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715193/general/3103a863-c83a-41bb-8948-79b290d39fee.jpg already downloaded
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715193%252Fgeneral%252F55482174-1083-4e17-bbcf-3a72feabc0f3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715193/general/55482174-1083-4e17-bbcf-3a72feabc0f3.jpg not downloaded yet
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726626
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726626%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726626: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726626 url https://www.openlane.eu/en/carv6/auction/10726626
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715193%252Fgeneral%252F21634eab-c7f9-4145-b1f8-10771141c112.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715193/general/21634eab-c7f9-4145-b1f8-10771141c112.jpg already downloaded
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715193%252Fgeneral%252Fbc8bbb92-4b38-4b32-a944-bbcf8b054249.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715193/general/bc8bbb92-4b38-4b32-a944-bbcf8b054249.jpg not downloaded yet
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726516
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726516%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726516: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726516 url https://www.openlane.eu/en/carv6/auction/10726516
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715193%252Fgeneral%252F484bb588-7381-4e5d-a738-b5fbb61522b6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715193/general/484bb588-7381-4e5d-a738-b5fbb61522b6.jpg already downloaded
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715193%252Fgeneral%252F8bbf2a45-171b-4fa1-85cb-0ee4bca08830.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715193/general/8bbf2a45-171b-4fa1-85cb-0ee4bca08830.jpg already downloaded
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715193%252Fgeneral%252F712f6653-0be1-4ac7-a2a2-86a3ef549017.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715193/general/712f6653-0be1-4ac7-a2a2-86a3ef549017.jpg already downloaded
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715193%252Fgeneral%252F2c5d9075-e940-47eb-bc95-de2c52f42895.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715193/general/2c5d9075-e940-47eb-bc95-de2c52f42895.jpg already downloaded
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726536
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726536%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726536: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726536 url https://www.openlane.eu/en/carv6/auction/10726536
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10727138
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727138%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10727138: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10727138 url https://www.openlane.eu/en/carv6/auction/10727138
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726655
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726655%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726655: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726655 url https://www.openlane.eu/en/carv6/auction/10726655
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726461
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726461%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726461: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726461 url https://www.openlane.eu/en/carv6/auction/10726461
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726579
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726579%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726579: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726579 url https://www.openlane.eu/en/carv6/auction/10726579
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726439
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726439%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726439: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726439 url https://www.openlane.eu/en/carv6/auction/10726439
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10727098
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727098%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10727098: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10727098 url https://www.openlane.eu/en/carv6/auction/10727098
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726448
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726448%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726448: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726448 url https://www.openlane.eu/en/carv6/auction/10726448
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726270
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726270%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726270: 0
2026-03-26 12:23:53 [adesa.de] INFO: Skipping item 10726270 url https://www.openlane.eu/en/carv6/auction/10726270
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726280
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726280%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726280: 0
2026-03-26 12:23:53 [adesa.de] INFO: Skipping item 10726280 url https://www.openlane.eu/en/carv6/auction/10726280
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10727130
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727130%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10727130: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10727130 url https://www.openlane.eu/en/carv6/auction/10727130
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726283
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726283%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726283: 0
2026-03-26 12:23:53 [adesa.de] INFO: Skipping item 10726283 url https://www.openlane.eu/en/carv6/auction/10726283
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726282
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726282%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726282: 0
2026-03-26 12:23:53 [adesa.de] INFO: Skipping item 10726282 url https://www.openlane.eu/en/carv6/auction/10726282
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726617
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726617%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726617: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726617 url https://www.openlane.eu/en/carv6/auction/10726617
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726511
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726511%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726511: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726511 url https://www.openlane.eu/en/carv6/auction/10726511
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10727004
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727004%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10727004: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10727004 url https://www.openlane.eu/en/carv6/auction/10727004
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726987
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726987%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726987: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726987 url https://www.openlane.eu/en/carv6/auction/10726987
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726460
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726460%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726460: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726460 url https://www.openlane.eu/en/carv6/auction/10726460
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726527
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726527%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726527: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726527 url https://www.openlane.eu/en/carv6/auction/10726527
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10727127
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727127%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10727127: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10727127 url https://www.openlane.eu/en/carv6/auction/10727127
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726545
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726545%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726545: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726545 url https://www.openlane.eu/en/carv6/auction/10726545
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726465
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726465%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726465: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726465 url https://www.openlane.eu/en/carv6/auction/10726465
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726310
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726310%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726310: 0
2026-03-26 12:23:53 [adesa.de] INFO: Skipping item 10726310 url https://www.openlane.eu/en/carv6/auction/10726310
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10727105
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727105%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10727105: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10727105 url https://www.openlane.eu/en/carv6/auction/10727105
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726526
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726526%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726526: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726526 url https://www.openlane.eu/en/carv6/auction/10726526
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10727101
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727101%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10727101: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10727101 url https://www.openlane.eu/en/carv6/auction/10727101
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726458
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726458%27 HTTP/1.1" 200 None
2026-03-26 12:23:53 [adesa.de] INFO: Scrape type for 10726458: 1
2026-03-26 12:23:53 [adesa.de] INFO: Scraping item 10726458 url https://www.openlane.eu/en/carv6/auction/10726458
2026-03-26 12:23:53 [adesa.de] INFO: Found listing with ID: 10726269
2026-03-26 12:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726269%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10726269: 0
2026-03-26 12:23:54 [adesa.de] INFO: Skipping item 10726269 url https://www.openlane.eu/en/carv6/auction/10726269
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10726989
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726989%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10726989: 1
2026-03-26 12:23:54 [adesa.de] INFO: Scraping item 10726989 url https://www.openlane.eu/en/carv6/auction/10726989
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10726273
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726273%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10726273: 0
2026-03-26 12:23:54 [adesa.de] INFO: Skipping item 10726273 url https://www.openlane.eu/en/carv6/auction/10726273
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10726524
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726524%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10726524: 1
2026-03-26 12:23:54 [adesa.de] INFO: Scraping item 10726524 url https://www.openlane.eu/en/carv6/auction/10726524
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10726629
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726629%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10726629: 1
2026-03-26 12:23:54 [adesa.de] INFO: Scraping item 10726629 url https://www.openlane.eu/en/carv6/auction/10726629
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10726657
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726657%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10726657: 1
2026-03-26 12:23:54 [adesa.de] INFO: Scraping item 10726657 url https://www.openlane.eu/en/carv6/auction/10726657
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10726428
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726428%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10726428: 1
2026-03-26 12:23:54 [adesa.de] INFO: Scraping item 10726428 url https://www.openlane.eu/en/carv6/auction/10726428
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10726547
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726547%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10726547: 1
2026-03-26 12:23:54 [adesa.de] INFO: Scraping item 10726547 url https://www.openlane.eu/en/carv6/auction/10726547
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10726494
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726494%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10726494: 1
2026-03-26 12:23:54 [adesa.de] INFO: Scraping item 10726494 url https://www.openlane.eu/en/carv6/auction/10726494
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10725021
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725021%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10725021: 0
2026-03-26 12:23:54 [adesa.de] INFO: Skipping item 10725021 url https://www.openlane.eu/en/carv6/auction/10725021
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10725033
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725033%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10725033: 0
2026-03-26 12:23:54 [adesa.de] INFO: Skipping item 10725033 url https://www.openlane.eu/en/carv6/auction/10725033
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10725019
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725019%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10725019: 0
2026-03-26 12:23:54 [adesa.de] INFO: Skipping item 10725019 url https://www.openlane.eu/en/carv6/auction/10725019
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10724972
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724972%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10724972: 0
2026-03-26 12:23:54 [adesa.de] INFO: Skipping item 10724972 url https://www.openlane.eu/en/carv6/auction/10724972
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10725063
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725063%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10725063: 0
2026-03-26 12:23:54 [adesa.de] INFO: Skipping item 10725063 url https://www.openlane.eu/en/carv6/auction/10725063
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10725092
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725092%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10725092: 0
2026-03-26 12:23:54 [adesa.de] INFO: Skipping item 10725092 url https://www.openlane.eu/en/carv6/auction/10725092
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10725136
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725136%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10725136: 0
2026-03-26 12:23:54 [adesa.de] INFO: Skipping item 10725136 url https://www.openlane.eu/en/carv6/auction/10725136
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10725120
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725120%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10725120: 0
2026-03-26 12:23:54 [adesa.de] INFO: Skipping item 10725120 url https://www.openlane.eu/en/carv6/auction/10725120
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10725113
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725113%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10725113: 0
2026-03-26 12:23:54 [adesa.de] INFO: Skipping item 10725113 url https://www.openlane.eu/en/carv6/auction/10725113
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10725017
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725017%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10725017: 0
2026-03-26 12:23:54 [adesa.de] INFO: Skipping item 10725017 url https://www.openlane.eu/en/carv6/auction/10725017
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10724990
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724990%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10724990: 0
2026-03-26 12:23:54 [adesa.de] INFO: Skipping item 10724990 url https://www.openlane.eu/en/carv6/auction/10724990
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10724963
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724963%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10724963: 0
2026-03-26 12:23:54 [adesa.de] INFO: Skipping item 10724963 url https://www.openlane.eu/en/carv6/auction/10724963
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10725042
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725042%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10725042: 0
2026-03-26 12:23:54 [adesa.de] INFO: Skipping item 10725042 url https://www.openlane.eu/en/carv6/auction/10725042
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10724977
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724977%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10724977: 0
2026-03-26 12:23:54 [adesa.de] INFO: Skipping item 10724977 url https://www.openlane.eu/en/carv6/auction/10724977
2026-03-26 12:23:54 [adesa.de] INFO: Found listing with ID: 10725127
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725127%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [adesa.de] INFO: Scrape type for 10725127: 0
2026-03-26 12:23:54 [adesa.de] INFO: Skipping item 10725127 url https://www.openlane.eu/en/carv6/auction/10725127
2026-03-26 12:23:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727117> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c600bf3f-1db3-55d3-b2a6-cdc5d3d65994 with identifier: 10727117
2026-03-26 12:23:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c600bf3f-1db3-55d3-b2a6-cdc5d3d65994 with scrape type 1
2026-03-26 12:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c600bf3f-1db3-55d3-b2a6-cdc5d3d65994
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252F094a7d7d-488a-40b0-8e90-10f11fc77dce.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/094a7d7d-488a-40b0-8e90-10f11fc77dce.jpg not downloaded yet
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252F55ea10cf-dab5-48f0-b606-9241ae5b1d35.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/55ea10cf-dab5-48f0-b606-9241ae5b1d35.jpg not downloaded yet
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252F6046d00c-ce45-4060-9f65-f3c228c3119b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/6046d00c-ce45-4060-9f65-f3c228c3119b.jpg not downloaded yet
2026-03-26 12:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252Fde56f3b0-b283-444a-ab49-c1d70a4d3632.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/de56f3b0-b283-444a-ab49-c1d70a4d3632.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252F225abfcc-7455-47a3-a921-492223925bf6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/225abfcc-7455-47a3-a921-492223925bf6.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252F05ae1cab-934b-435d-acc9-31ad5c71e156.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/05ae1cab-934b-435d-acc9-31ad5c71e156.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252Fb9b83929-d552-499f-838d-bbc880c4c27c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/b9b83929-d552-499f-838d-bbc880c4c27c.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252F4a11c896-795f-4787-a6ce-df77e9292b22.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/4a11c896-795f-4787-a6ce-df77e9292b22.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252F55bf18d7-f1c6-4600-a4ff-c140bb646324.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/55bf18d7-f1c6-4600-a4ff-c140bb646324.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252F9f5f561b-b730-4799-b403-609fcec58550.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/9f5f561b-b730-4799-b403-609fcec58550.jpg not downloaded yet
2026-03-26 12:23:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727047> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746738/general/9f5f561b-b730-4799-b403-609fcec58550.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727117)
2026-03-26 12:23:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f0c540e-a2c4-5832-9788-2933f7cd8e41 with identifier: 10727047
2026-03-26 12:23:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f0c540e-a2c4-5832-9788-2933f7cd8e41 with scrape type 1
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4f0c540e-a2c4-5832-9788-2933f7cd8e41
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F4ba203e8-efa2-46dd-b220-ee0f83b448a5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/4ba203e8-efa2-46dd-b220-ee0f83b448a5.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F2feec800-9c84-43d6-95d4-d1c3789bdf74.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/2feec800-9c84-43d6-95d4-d1c3789bdf74.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F1b31097a-9cae-4b2e-b68d-e74a590d14b5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/1b31097a-9cae-4b2e-b68d-e74a590d14b5.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F0a42bdbd-cb3b-4fcd-8b1c-21ad1978b542.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/0a42bdbd-cb3b-4fcd-8b1c-21ad1978b542.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F8e531893-c56b-46b5-9892-42beb18bbfbc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/8e531893-c56b-46b5-9892-42beb18bbfbc.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F256aaa72-39df-4f32-a4fe-cb6430e46d5a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/256aaa72-39df-4f32-a4fe-cb6430e46d5a.jpg not downloaded yet
2026-03-26 12:23:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1bafd0>
2026-03-26 12:23:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252F9f5f561b-b730-4799-b403-609fcec58550.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/9f5f561b-b730-4799-b403-609fcec58550.jpg saved to cache
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c600bf3f-1db3-55d3-b2a6-cdc5d3d65994
2026-03-26 12:23:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746738/general/55bf18d7-f1c6-4600-a4ff-c140bb646324.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727117)
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F59e5510a-f71a-4044-bcd9-14abdac92297.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/59e5510a-f71a-4044-bcd9-14abdac92297.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F5cc291d8-aff5-4330-b141-41fd263ddab2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/5cc291d8-aff5-4330-b141-41fd263ddab2.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252Fb1e0c448-2b24-4517-9278-3345ee5e593b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/b1e0c448-2b24-4517-9278-3345ee5e593b.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F40fe1933-73d6-48e1-8120-a40c5b2a6c2d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/40fe1933-73d6-48e1-8120-a40c5b2a6c2d.jpg not downloaded yet
2026-03-26 12:23:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726594> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c23b690>
2026-03-26 12:23:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252F55bf18d7-f1c6-4600-a4ff-c140bb646324.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/55bf18d7-f1c6-4600-a4ff-c140bb646324.jpg saved to cache
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c600bf3f-1db3-55d3-b2a6-cdc5d3d65994
2026-03-26 12:23:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746716/general/256aaa72-39df-4f32-a4fe-cb6430e46d5a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727047)
2026-03-26 12:23:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bae06af-954a-5353-bcdd-86b730e528a0 with identifier: 10726594
2026-03-26 12:23:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bae06af-954a-5353-bcdd-86b730e528a0 with scrape type 1
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9bae06af-954a-5353-bcdd-86b730e528a0
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252Fd2b146a7-bb22-4b47-a2f9-4d10404c43dd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/d2b146a7-bb22-4b47-a2f9-4d10404c43dd.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252Fb809ec21-0b05-4afd-98d8-7a73c31a6e81.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/b809ec21-0b05-4afd-98d8-7a73c31a6e81.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252F4001b8f8-3bd2-46fa-a0b3-1ff0d06ce94b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/4001b8f8-3bd2-46fa-a0b3-1ff0d06ce94b.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252Fecc4cf2d-3f24-4c01-a8f4-4ee8048a0e2d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/ecc4cf2d-3f24-4c01-a8f4-4ee8048a0e2d.jpg not downloaded yet
2026-03-26 12:23:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156579a90>
2026-03-26 12:23:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F256aaa72-39df-4f32-a4fe-cb6430e46d5a.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/256aaa72-39df-4f32-a4fe-cb6430e46d5a.jpg saved to cache
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4f0c540e-a2c4-5832-9788-2933f7cd8e41
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252F50aa564e-2a7d-45d9-928d-4d392ea61331.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/50aa564e-2a7d-45d9-928d-4d392ea61331.jpg not downloaded yet
2026-03-26 12:23:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746716/general/40fe1933-73d6-48e1-8120-a40c5b2a6c2d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727047)
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252F893ea6e7-674d-4434-82ae-cc7f3864a8ee.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/893ea6e7-674d-4434-82ae-cc7f3864a8ee.jpg not downloaded yet
2026-03-26 12:23:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746716/general/b1e0c448-2b24-4517-9278-3345ee5e593b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727047)
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252F4ec3dee9-ab83-49c0-becc-84ad2f441358.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/4ec3dee9-ab83-49c0-becc-84ad2f441358.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252F21567677-122a-4688-9911-d371867aa036.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/21567677-122a-4688-9911-d371867aa036.jpg not downloaded yet
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252Fbacb9473-be10-4977-ab1f-f502dd856c0f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/bacb9473-be10-4977-ab1f-f502dd856c0f.jpg not downloaded yet
2026-03-26 12:23:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4049380/general/ecc4cf2d-3f24-4c01-a8f4-4ee8048a0e2d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726594)
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252F005db054-8362-4584-bc64-920151d11503.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/005db054-8362-4584-bc64-920151d11503.jpg not downloaded yet
2026-03-26 12:23:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fd55d0>
2026-03-26 12:23:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F40fe1933-73d6-48e1-8120-a40c5b2a6c2d.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/40fe1933-73d6-48e1-8120-a40c5b2a6c2d.jpg saved to cache
2026-03-26 12:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4f0c540e-a2c4-5832-9788-2933f7cd8e41
2026-03-26 12:23:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4049380/general/893ea6e7-674d-4434-82ae-cc7f3864a8ee.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726594)
2026-03-26 12:23:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4049380/general/bacb9473-be10-4977-ab1f-f502dd856c0f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726594)
2026-03-26 12:23:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1309d0>
2026-03-26 12:23:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252Fb1e0c448-2b24-4517-9278-3345ee5e593b.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/b1e0c448-2b24-4517-9278-3345ee5e593b.jpg saved to cache
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4f0c540e-a2c4-5832-9788-2933f7cd8e41
2026-03-26 12:23:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4049380/general/005db054-8362-4584-bc64-920151d11503.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726594)
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ed2bd0>
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252Fecc4cf2d-3f24-4c01-a8f4-4ee8048a0e2d.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/ecc4cf2d-3f24-4c01-a8f4-4ee8048a0e2d.jpg saved to cache
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9bae06af-954a-5353-bcdd-86b730e528a0
2026-03-26 12:23:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4049380/general/21567677-122a-4688-9911-d371867aa036.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726594)
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156edca90>
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252F893ea6e7-674d-4434-82ae-cc7f3864a8ee.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/893ea6e7-674d-4434-82ae-cc7f3864a8ee.jpg saved to cache
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9bae06af-954a-5353-bcdd-86b730e528a0
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e6290>
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252Fbacb9473-be10-4977-ab1f-f502dd856c0f.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/bacb9473-be10-4977-ab1f-f502dd856c0f.jpg saved to cache
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9bae06af-954a-5353-bcdd-86b730e528a0
2026-03-26 12:23:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4049380/general/4ec3dee9-ab83-49c0-becc-84ad2f441358.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726594)
2026-03-26 12:23:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4049380/general/50aa564e-2a7d-45d9-928d-4d392ea61331.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726594)
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5e350>
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252F005db054-8362-4584-bc64-920151d11503.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/005db054-8362-4584-bc64-920151d11503.jpg saved to cache
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9bae06af-954a-5353-bcdd-86b730e528a0
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ba0d0>
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252F21567677-122a-4688-9911-d371867aa036.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/21567677-122a-4688-9911-d371867aa036.jpg saved to cache
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9bae06af-954a-5353-bcdd-86b730e528a0
2026-03-26 12:23:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4049380/general/b809ec21-0b05-4afd-98d8-7a73c31a6e81.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726594)
2026-03-26 12:23:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4049380/general/4001b8f8-3bd2-46fa-a0b3-1ff0d06ce94b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726594)
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156527290>
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252F4ec3dee9-ab83-49c0-becc-84ad2f441358.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/4ec3dee9-ab83-49c0-becc-84ad2f441358.jpg saved to cache
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9bae06af-954a-5353-bcdd-86b730e528a0
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156305dd0>
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252F50aa564e-2a7d-45d9-928d-4d392ea61331.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/50aa564e-2a7d-45d9-928d-4d392ea61331.jpg saved to cache
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9bae06af-954a-5353-bcdd-86b730e528a0
2026-03-26 12:23:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4049380/general/d2b146a7-bb22-4b47-a2f9-4d10404c43dd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726594)
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e7390>
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252Fb809ec21-0b05-4afd-98d8-7a73c31a6e81.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/b809ec21-0b05-4afd-98d8-7a73c31a6e81.jpg saved to cache
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9bae06af-954a-5353-bcdd-86b730e528a0
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09c0d0>
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252F4001b8f8-3bd2-46fa-a0b3-1ff0d06ce94b.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/4001b8f8-3bd2-46fa-a0b3-1ff0d06ce94b.jpg saved to cache
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9bae06af-954a-5353-bcdd-86b730e528a0
2026-03-26 12:23:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746716/general/5cc291d8-aff5-4330-b141-41fd263ddab2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727047)
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c194350>
2026-03-26 12:23:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4049380%252Fgeneral%252Fd2b146a7-bb22-4b47-a2f9-4d10404c43dd.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4049380/general/d2b146a7-bb22-4b47-a2f9-4d10404c43dd.jpg saved to cache
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9bae06af-954a-5353-bcdd-86b730e528a0
2026-03-26 12:23:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9bae06af-954a-5353-bcdd-86b730e528a0, skipping ID generation
2026-03-26 12:23:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bae06af-954a-5353-bcdd-86b730e528a0 with scrape type 1
2026-03-26 12:23:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9bae06af-954a-5353-bcdd-86b730e528a0 sending to next pipeline
2026-03-26 12:23:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 9bae06af-954a-5353-bcdd-86b730e528a0, identifier: 10726594
2026-03-26 12:23:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 9bae06af-954a-5353-bcdd-86b730e528a0 with identifier: 10726594
2026-03-26 12:23:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 9bae06af-954a-5353-bcdd-86b730e528a0 with identifier: 10726594
2026-03-26 12:23:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 9bae06af-954a-5353-bcdd-86b730e528a0 with identifier: 10726594 to the API
2026-03-26 12:23:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:23: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 12:23:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/4049380/general/d2b146a7-bb22-4b47-a2f9-4d10404c43dd.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '9bae06af-954a-5353-bcdd-86b730e528a0',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '458106',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726594',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Mokka',
'odometer': 37203,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 60,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94687,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4049380/general/d2b146a7-bb22-4b47-a2f9-4d10404c43dd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91104,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4049380/general/b809ec21-0b05-4afd-98d8-7a73c31a6e81.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86900,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4049380/general/4001b8f8-3bd2-46fa-a0b3-1ff0d06ce94b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54094,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/4049380/general/ecc4cf2d-3f24-4c01-a8f4-4ee8048a0e2d.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52801,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/4049380/general/50aa564e-2a7d-45d9-928d-4d392ea61331.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41642,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/4049380/general/893ea6e7-674d-4434-82ae-cc7f3864a8ee.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52179,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/4049380/general/4ec3dee9-ab83-49c0-becc-84ad2f441358.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56885,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4049380/general/21567677-122a-4688-9911-d371867aa036.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87689,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4049380/general/bacb9473-be10-4977-ab1f-f502dd856c0f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9bae06af-954a-5353-bcdd-86b730e528a0/9bae06af-954a-5353-bcdd-86b730e528a0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87561,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4049380/general/005db054-8362-4584-bc64-920151d11503.jpg',
'Width': 800}],
'price': 8000,
'price_includes_vat': True,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Opel Mokka Elegance - Electric - Automatic - 136 hp - 37.203 km',
'transmission': 'automatic',
'trim': 'Elegance',
'vin': None,
'year': 2021}
2026-03-26 12:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726594%27 HTTP/1.1" 200 None
2026-03-26 12:23:57 [adesa.de] INFO: Saving data for 10726594: {'created_time': 1774527837.708885, 'last_price_update_time': 1774527837.708898, 'auction_closing_time': 1774962000.0}
2026-03-26 12:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726594') HTTP/1.1" 204 0
2026-03-26 12:23:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746716/general/59e5510a-f71a-4044-bcd9-14abdac92297.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727047)
2026-03-26 12:23:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746716/general/8e531893-c56b-46b5-9892-42beb18bbfbc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727047)
2026-03-26 12:23:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e37590>
2026-03-26 12:23:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F5cc291d8-aff5-4330-b141-41fd263ddab2.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/5cc291d8-aff5-4330-b141-41fd263ddab2.jpg saved to cache
2026-03-26 12:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4f0c540e-a2c4-5832-9788-2933f7cd8e41
2026-03-26 12:23:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e47390>
2026-03-26 12:23:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F59e5510a-f71a-4044-bcd9-14abdac92297.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/59e5510a-f71a-4044-bcd9-14abdac92297.jpg saved to cache
2026-03-26 12:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4f0c540e-a2c4-5832-9788-2933f7cd8e41
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f77a10>
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F8e531893-c56b-46b5-9892-42beb18bbfbc.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/8e531893-c56b-46b5-9892-42beb18bbfbc.jpg saved to cache
2026-03-26 12:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4f0c540e-a2c4-5832-9788-2933f7cd8e41
2026-03-26 12:23:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746716/general/0a42bdbd-cb3b-4fcd-8b1c-21ad1978b542.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727047)
2026-03-26 12:23:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746716/general/1b31097a-9cae-4b2e-b68d-e74a590d14b5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727047)
2026-03-26 12:23:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746716/general/4ba203e8-efa2-46dd-b220-ee0f83b448a5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727047)
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ed3a10>
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F0a42bdbd-cb3b-4fcd-8b1c-21ad1978b542.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/0a42bdbd-cb3b-4fcd-8b1c-21ad1978b542.jpg saved to cache
2026-03-26 12:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4f0c540e-a2c4-5832-9788-2933f7cd8e41
2026-03-26 12:23:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746716/general/2feec800-9c84-43d6-95d4-d1c3789bdf74.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727047)
2026-03-26 12:23:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746738/general/4a11c896-795f-4787-a6ce-df77e9292b22.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727117)
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0efd50>
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F1b31097a-9cae-4b2e-b68d-e74a590d14b5.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/1b31097a-9cae-4b2e-b68d-e74a590d14b5.jpg saved to cache
2026-03-26 12:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4f0c540e-a2c4-5832-9788-2933f7cd8e41
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25d8d0>
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F4ba203e8-efa2-46dd-b220-ee0f83b448a5.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/4ba203e8-efa2-46dd-b220-ee0f83b448a5.jpg saved to cache
2026-03-26 12:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4f0c540e-a2c4-5832-9788-2933f7cd8e41
2026-03-26 12:23:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746738/general/b9b83929-d552-499f-838d-bbc880c4c27c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727117)
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5ee50>
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746716%252Fgeneral%252F2feec800-9c84-43d6-95d4-d1c3789bdf74.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746716/general/2feec800-9c84-43d6-95d4-d1c3789bdf74.jpg saved to cache
2026-03-26 12:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4f0c540e-a2c4-5832-9788-2933f7cd8e41
2026-03-26 12:23:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4f0c540e-a2c4-5832-9788-2933f7cd8e41, skipping ID generation
2026-03-26 12:23:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f0c540e-a2c4-5832-9788-2933f7cd8e41 with scrape type 1
2026-03-26 12:23:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4f0c540e-a2c4-5832-9788-2933f7cd8e41 sending to next pipeline
2026-03-26 12:23:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 4f0c540e-a2c4-5832-9788-2933f7cd8e41, identifier: 10727047
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e44610>
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252F4a11c896-795f-4787-a6ce-df77e9292b22.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/4a11c896-795f-4787-a6ce-df77e9292b22.jpg saved to cache
2026-03-26 12:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c600bf3f-1db3-55d3-b2a6-cdc5d3d65994
2026-03-26 12:23:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 4f0c540e-a2c4-5832-9788-2933f7cd8e41 with identifier: 10727047
2026-03-26 12:23:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 4f0c540e-a2c4-5832-9788-2933f7cd8e41 with identifier: 10727047
2026-03-26 12:23:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 4f0c540e-a2c4-5832-9788-2933f7cd8e41 with identifier: 10727047 to the API
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:23: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 12:23:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746716/general/2feec800-9c84-43d6-95d4-d1c3789bdf74.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '4f0c540e-a2c4-5832-9788-2933f7cd8e41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5003238',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727047',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Mokka',
'odometer': 28665,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 25,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107903,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746716/general/4ba203e8-efa2-46dd-b220-ee0f83b448a5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101992,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746716/general/2feec800-9c84-43d6-95d4-d1c3789bdf74.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109763,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746716/general/1b31097a-9cae-4b2e-b68d-e74a590d14b5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104055,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746716/general/0a42bdbd-cb3b-4fcd-8b1c-21ad1978b542.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96761,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746716/general/8e531893-c56b-46b5-9892-42beb18bbfbc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104439,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746716/general/256aaa72-39df-4f32-a4fe-cb6430e46d5a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104997,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746716/general/59e5510a-f71a-4044-bcd9-14abdac92297.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70809,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746716/general/5cc291d8-aff5-4330-b141-41fd263ddab2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102930,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746716/general/b1e0c448-2b24-4517-9278-3345ee5e593b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f0c540e-a2c4-5832-9788-2933f7cd8e41/4f0c540e-a2c4-5832-9788-2933f7cd8e41_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91258,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746716/general/40fe1933-73d6-48e1-8120-a40c5b2a6c2d.jpg',
'Width': 800}],
'price': 10600,
'price_includes_vat': True,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Opel Mokka 1.2 Elegance - Petrol - Automatic - 130 hp - 28.665 km',
'transmission': 'automatic',
'trim': 'Elegance',
'vin': None,
'year': 2023}
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727047%27 HTTP/1.1" 200 None
2026-03-26 12:23:58 [adesa.de] INFO: Saving data for 10727047: {'created_time': 1774527838.91155, 'last_price_update_time': 1774527838.911563, 'auction_closing_time': 1774962000.0}
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727047') HTTP/1.1" 204 0
2026-03-26 12:23:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746738/general/05ae1cab-934b-435d-acc9-31ad5c71e156.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727117)
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565314d0>
2026-03-26 12:23:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252Fb9b83929-d552-499f-838d-bbc880c4c27c.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/b9b83929-d552-499f-838d-bbc880c4c27c.jpg saved to cache
2026-03-26 12:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c600bf3f-1db3-55d3-b2a6-cdc5d3d65994
2026-03-26 12:23:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726427> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:23: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 12:23:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d455810>
2026-03-26 12:23:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252F05ae1cab-934b-435d-acc9-31ad5c71e156.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/05ae1cab-934b-435d-acc9-31ad5c71e156.jpg saved to cache
2026-03-26 12:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c600bf3f-1db3-55d3-b2a6-cdc5d3d65994
2026-03-26 12:23:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746738/general/de56f3b0-b283-444a-ab49-c1d70a4d3632.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727117)
2026-03-26 12:23:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746738/general/225abfcc-7455-47a3-a921-492223925bf6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727117)
2026-03-26 12:23:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 261007b4-40b3-5e1f-8113-0e3275bdd0f3 with identifier: 10726427
2026-03-26 12:23:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 261007b4-40b3-5e1f-8113-0e3275bdd0f3 with scrape type 1
2026-03-26 12:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 261007b4-40b3-5e1f-8113-0e3275bdd0f3
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733003%252Fgeneral%252F01c7f233-b623-4fe1-9477-568567228243.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733003/general/01c7f233-b623-4fe1-9477-568567228243.jpg already downloaded
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733003%252Fgeneral%252Fa128f7dc-c5d4-4bef-a566-f696450a41f3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733003/general/a128f7dc-c5d4-4bef-a566-f696450a41f3.jpg already downloaded
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733003%252Fgeneral%252F2756770c-d817-413f-8118-3051c0710739.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733003/general/2756770c-d817-413f-8118-3051c0710739.jpg already downloaded
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733003%252Fgeneral%252Fdbd94179-6e93-4916-bbfb-2c6155dac21d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733003/general/dbd94179-6e93-4916-bbfb-2c6155dac21d.jpg already downloaded
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733003%252Fgeneral%252F5f9be968-58b3-4a81-a59f-c1e9ba36c6b3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733003/general/5f9be968-58b3-4a81-a59f-c1e9ba36c6b3.jpg already downloaded
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733003%252Fgeneral%252F6a30a884-d9d2-4b47-a93d-a533cc639e0f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733003/general/6a30a884-d9d2-4b47-a93d-a533cc639e0f.jpg already downloaded
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733003%252Fgeneral%252F34db8772-5ab7-4ef5-9257-3d000d0520c0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733003/general/34db8772-5ab7-4ef5-9257-3d000d0520c0.jpg already downloaded
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733003%252Fgeneral%252Fc1cbe457-cd0b-4d95-8e55-5e4eaadb44b4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733003/general/c1cbe457-cd0b-4d95-8e55-5e4eaadb44b4.jpg already downloaded
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733003%252Fgeneral%252F7b894a12-7a52-42c9-b20f-9af33a0318d0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733003/general/7b894a12-7a52-42c9-b20f-9af33a0318d0.jpg already downloaded
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5733003%252Fgeneral%252F8e1fb816-4c3a-4223-92b1-debc93d42d37.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5733003/general/8e1fb816-4c3a-4223-92b1-debc93d42d37.jpg already downloaded
2026-03-26 12:23:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 261007b4-40b3-5e1f-8113-0e3275bdd0f3, identifier: 10726427
2026-03-26 12:23:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 261007b4-40b3-5e1f-8113-0e3275bdd0f3 with identifier: 10726427
2026-03-26 12:23:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 261007b4-40b3-5e1f-8113-0e3275bdd0f3 with identifier: 10726427
2026-03-26 12:23:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 261007b4-40b3-5e1f-8113-0e3275bdd0f3 with identifier: 10726427 to the API
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:23: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 12:23:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726427>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': 'MPV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '261007b4-40b3-5e1f-8113-0e3275bdd0f3',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4272201',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726427',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Peugeot',
'model': '5008',
'odometer': 47317,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 48,
'photo_urls': ['https://images.openlane.eu/carimgs/5733003/general/01c7f233-b623-4fe1-9477-568567228243.jpg',
'https://images.openlane.eu/carimgs/5733003/general/a128f7dc-c5d4-4bef-a566-f696450a41f3.jpg',
'https://images.openlane.eu/carimgs/5733003/general/2756770c-d817-413f-8118-3051c0710739.jpg',
'https://images.openlane.eu/carimgs/5733003/general/dbd94179-6e93-4916-bbfb-2c6155dac21d.jpg',
'https://images.openlane.eu/carimgs/5733003/general/5f9be968-58b3-4a81-a59f-c1e9ba36c6b3.jpg',
'https://images.openlane.eu/carimgs/5733003/general/6a30a884-d9d2-4b47-a93d-a533cc639e0f.jpg',
'https://images.openlane.eu/carimgs/5733003/general/34db8772-5ab7-4ef5-9257-3d000d0520c0.jpg',
'https://images.openlane.eu/carimgs/5733003/general/c1cbe457-cd0b-4d95-8e55-5e4eaadb44b4.jpg',
'https://images.openlane.eu/carimgs/5733003/general/7b894a12-7a52-42c9-b20f-9af33a0318d0.jpg',
'https://images.openlane.eu/carimgs/5733003/general/8e1fb816-4c3a-4223-92b1-debc93d42d37.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_261007b4-40b3-5e1f-8113-0e3275bdd0f3/261007b4-40b3-5e1f-8113-0e3275bdd0f3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133690,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733003/general/01c7f233-b623-4fe1-9477-568567228243.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_261007b4-40b3-5e1f-8113-0e3275bdd0f3/261007b4-40b3-5e1f-8113-0e3275bdd0f3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155094,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733003/general/a128f7dc-c5d4-4bef-a566-f696450a41f3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_261007b4-40b3-5e1f-8113-0e3275bdd0f3/261007b4-40b3-5e1f-8113-0e3275bdd0f3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109910,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733003/general/2756770c-d817-413f-8118-3051c0710739.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_261007b4-40b3-5e1f-8113-0e3275bdd0f3/261007b4-40b3-5e1f-8113-0e3275bdd0f3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156698,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733003/general/dbd94179-6e93-4916-bbfb-2c6155dac21d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_261007b4-40b3-5e1f-8113-0e3275bdd0f3/261007b4-40b3-5e1f-8113-0e3275bdd0f3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150456,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733003/general/5f9be968-58b3-4a81-a59f-c1e9ba36c6b3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_261007b4-40b3-5e1f-8113-0e3275bdd0f3/261007b4-40b3-5e1f-8113-0e3275bdd0f3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152225,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733003/general/6a30a884-d9d2-4b47-a93d-a533cc639e0f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_261007b4-40b3-5e1f-8113-0e3275bdd0f3/261007b4-40b3-5e1f-8113-0e3275bdd0f3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152469,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733003/general/34db8772-5ab7-4ef5-9257-3d000d0520c0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_261007b4-40b3-5e1f-8113-0e3275bdd0f3/261007b4-40b3-5e1f-8113-0e3275bdd0f3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126309,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733003/general/c1cbe457-cd0b-4d95-8e55-5e4eaadb44b4.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_261007b4-40b3-5e1f-8113-0e3275bdd0f3/261007b4-40b3-5e1f-8113-0e3275bdd0f3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87160,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733003/general/7b894a12-7a52-42c9-b20f-9af33a0318d0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_261007b4-40b3-5e1f-8113-0e3275bdd0f3/261007b4-40b3-5e1f-8113-0e3275bdd0f3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70611,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5733003/general/8e1fb816-4c3a-4223-92b1-debc93d42d37.jpg',
'Width': 800}],
'price': 11600,
'price_includes_vat': True,
'registration_date': '2022-04-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Peugeot 5008 Allure Pack - Petrol - Manual - 130 hp - 47.317 km',
'transmission': 'manual',
'trim': 'Allure Pack',
'vin': None,
'year': 2022}
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726427%27 HTTP/1.1" 200 None
2026-03-26 12:23:59 [adesa.de] INFO: Saving data for 10726427: {'created_time': 1774527839.911721, 'last_price_update_time': 1774527839.911731, 'auction_closing_time': 1774962000.0}
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726427') HTTP/1.1" 204 0
2026-03-26 12:23:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746738/general/094a7d7d-488a-40b0-8e90-10f11fc77dce.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727117)
2026-03-26 12:23:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746738/general/55ea10cf-dab5-48f0-b606-9241ae5b1d35.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727117)
2026-03-26 12:23:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746738/general/6046d00c-ce45-4060-9f65-f3c228c3119b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727117)
2026-03-26 12:23:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c660490>
2026-03-26 12:23:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252Fde56f3b0-b283-444a-ab49-c1d70a4d3632.jpg') HTTP/1.1" 204 0
2026-03-26 12:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/de56f3b0-b283-444a-ab49-c1d70a4d3632.jpg saved to cache
2026-03-26 12:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c600bf3f-1db3-55d3-b2a6-cdc5d3d65994
2026-03-26 12:23:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:23:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0cca10>
2026-03-26 12:23:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:23: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 12:23:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252F225abfcc-7455-47a3-a921-492223925bf6.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/225abfcc-7455-47a3-a921-492223925bf6.jpg saved to cache
2026-03-26 12:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c600bf3f-1db3-55d3-b2a6-cdc5d3d65994
2026-03-26 12:24:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c18d010>
2026-03-26 12:24:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252F094a7d7d-488a-40b0-8e90-10f11fc77dce.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/094a7d7d-488a-40b0-8e90-10f11fc77dce.jpg saved to cache
2026-03-26 12:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c600bf3f-1db3-55d3-b2a6-cdc5d3d65994
2026-03-26 12:24:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c179990>
2026-03-26 12:24:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252F55ea10cf-dab5-48f0-b606-9241ae5b1d35.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/55ea10cf-dab5-48f0-b606-9241ae5b1d35.jpg saved to cache
2026-03-26 12:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c600bf3f-1db3-55d3-b2a6-cdc5d3d65994
2026-03-26 12:24:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cfa5710>
2026-03-26 12:24:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746738%252Fgeneral%252F6046d00c-ce45-4060-9f65-f3c228c3119b.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746738/general/6046d00c-ce45-4060-9f65-f3c228c3119b.jpg saved to cache
2026-03-26 12:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c600bf3f-1db3-55d3-b2a6-cdc5d3d65994
2026-03-26 12:24:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c600bf3f-1db3-55d3-b2a6-cdc5d3d65994, skipping ID generation
2026-03-26 12:24:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c600bf3f-1db3-55d3-b2a6-cdc5d3d65994 with scrape type 1
2026-03-26 12:24:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c600bf3f-1db3-55d3-b2a6-cdc5d3d65994 sending to next pipeline
2026-03-26 12:24:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c600bf3f-1db3-55d3-b2a6-cdc5d3d65994, identifier: 10727117
2026-03-26 12:24:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c600bf3f-1db3-55d3-b2a6-cdc5d3d65994 with identifier: 10727117
2026-03-26 12:24:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c600bf3f-1db3-55d3-b2a6-cdc5d3d65994 with identifier: 10727117
2026-03-26 12:24:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c600bf3f-1db3-55d3-b2a6-cdc5d3d65994 with identifier: 10727117 to the API
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746738/general/6046d00c-ce45-4060-9f65-f3c228c3119b.jpg>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'engine_horse_power': 140,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'c600bf3f-1db3-55d3-b2a6-cdc5d3d65994',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '363395',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727117',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 70551,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 24,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87858,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746738/general/094a7d7d-488a-40b0-8e90-10f11fc77dce.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83054,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746738/general/55ea10cf-dab5-48f0-b606-9241ae5b1d35.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75929,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746738/general/6046d00c-ce45-4060-9f65-f3c228c3119b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36888,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746738/general/de56f3b0-b283-444a-ab49-c1d70a4d3632.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43406,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746738/general/225abfcc-7455-47a3-a921-492223925bf6.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88460,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746738/general/05ae1cab-934b-435d-acc9-31ad5c71e156.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86194,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746738/general/b9b83929-d552-499f-838d-bbc880c4c27c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96841,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746738/general/4a11c896-795f-4787-a6ce-df77e9292b22.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83386,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746738/general/55bf18d7-f1c6-4600-a4ff-c140bb646324.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c600bf3f-1db3-55d3-b2a6-cdc5d3d65994/c600bf3f-1db3-55d3-b2a6-cdc5d3d65994_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73057,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746738/general/9f5f561b-b730-4799-b403-609fcec58550.jpg',
'Width': 800}],
'price': 10300,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 3,
'seller_name': 'Mobility Concept GmbH',
'title': 'Peugeot Boxer L2H2 PRO - Diesel - Manual - 140 hp - 70.551 km',
'transmission': 'manual',
'trim': 'PRO',
'vin': None,
'year': 2022}
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727117%27 HTTP/1.1" 200 None
2026-03-26 12:24:00 [adesa.de] INFO: Saving data for 10727117: {'created_time': 1774527840.743895, 'last_price_update_time': 1774527840.743906, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727117') HTTP/1.1" 204 0
2026-03-26 12:24:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726469> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:24:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4087ebe5-442a-5141-933d-9f987ec6393b with identifier: 10726469
2026-03-26 12:24:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4087ebe5-442a-5141-933d-9f987ec6393b with scrape type 1
2026-03-26 12:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4087ebe5-442a-5141-933d-9f987ec6393b
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F3b35c4c5-e2ea-475f-959a-1e716d5936df.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/3b35c4c5-e2ea-475f-959a-1e716d5936df.jpg not downloaded yet
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F71c82a07-5fbf-40d7-9ec5-b7b743d79848.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/71c82a07-5fbf-40d7-9ec5-b7b743d79848.jpg not downloaded yet
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F707926b0-bd13-4828-abcc-a77912734a68.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/707926b0-bd13-4828-abcc-a77912734a68.jpg not downloaded yet
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F5d553580-0c36-477d-bfc2-cdbfc42b5bde.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/5d553580-0c36-477d-bfc2-cdbfc42b5bde.jpg not downloaded yet
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F47c47a37-64b8-40a9-90a4-1850bb49dccd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/47c47a37-64b8-40a9-90a4-1850bb49dccd.jpg not downloaded yet
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F73affb37-4032-44d5-af53-1e99c8cfa435.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/73affb37-4032-44d5-af53-1e99c8cfa435.jpg not downloaded yet
2026-03-26 12:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F541e5f50-2d82-4f3e-bf3b-fecc499cee9c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/541e5f50-2d82-4f3e-bf3b-fecc499cee9c.jpg not downloaded yet
2026-03-26 12:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252Ff38d1089-70d2-4a29-8fbf-2f073deba5f6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/f38d1089-70d2-4a29-8fbf-2f073deba5f6.jpg not downloaded yet
2026-03-26 12:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F764ba11e-44d1-4429-b97c-08df3a46e4ba.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/764ba11e-44d1-4429-b97c-08df3a46e4ba.jpg not downloaded yet
2026-03-26 12:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F63ec7f5a-ec0b-4c98-a46a-d7e294c25cf5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/63ec7f5a-ec0b-4c98-a46a-d7e294c25cf5.jpg not downloaded yet
2026-03-26 12:24:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726542> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abae67c3-8472-56e0-b389-66123a0c4ac6 with identifier: 10726542
2026-03-26 12:24:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abae67c3-8472-56e0-b389-66123a0c4ac6 with scrape type 1
2026-03-26 12:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item abae67c3-8472-56e0-b389-66123a0c4ac6
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252Fe3944c2b-6be2-4e4e-b9c4-e6830af824c6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/e3944c2b-6be2-4e4e-b9c4-e6830af824c6.jpg not downloaded yet
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252F70d2c0a9-bba4-4d77-8700-fd47d43598a6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/70d2c0a9-bba4-4d77-8700-fd47d43598a6.jpg not downloaded yet
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252Ff00553d1-2929-4d40-9936-a727d7fe4ae2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/f00553d1-2929-4d40-9936-a727d7fe4ae2.jpg not downloaded yet
2026-03-26 12:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746511/general/63ec7f5a-ec0b-4c98-a46a-d7e294c25cf5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726469)
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252Feeea43bb-6f1a-425b-ab42-9a298cd74318.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/eeea43bb-6f1a-425b-ab42-9a298cd74318.jpg not downloaded yet
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252Fa80dc11e-9099-47c8-9883-28006feceb83.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/a80dc11e-9099-47c8-9883-28006feceb83.jpg not downloaded yet
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252Fc15752f0-8e94-443c-883d-e85dc06e4766.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/c15752f0-8e94-443c-883d-e85dc06e4766.jpg not downloaded yet
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252F4fad1737-fa42-46c5-80f4-74650e8c3fb3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/4fad1737-fa42-46c5-80f4-74650e8c3fb3.jpg not downloaded yet
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252Fd9fe6122-a261-4ea1-837e-0b2fd11b379c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/d9fe6122-a261-4ea1-837e-0b2fd11b379c.jpg not downloaded yet
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252Fd972fe3b-11be-4dd1-a52b-14e4621aaba3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/d972fe3b-11be-4dd1-a52b-14e4621aaba3.jpg not downloaded yet
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1bbc50>
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F63ec7f5a-ec0b-4c98-a46a-d7e294c25cf5.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/63ec7f5a-ec0b-4c98-a46a-d7e294c25cf5.jpg saved to cache
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4087ebe5-442a-5141-933d-9f987ec6393b
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252F8d882a7e-23d9-489d-9cf1-658fd3b7f427.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/8d882a7e-23d9-489d-9cf1-658fd3b7f427.jpg not downloaded yet
2026-03-26 12:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4144739/general/f00553d1-2929-4d40-9936-a727d7fe4ae2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726542)
2026-03-26 12:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4144739/general/d972fe3b-11be-4dd1-a52b-14e4621aaba3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726542)
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ed1450>
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252Ff00553d1-2929-4d40-9936-a727d7fe4ae2.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/f00553d1-2929-4d40-9936-a727d7fe4ae2.jpg saved to cache
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item abae67c3-8472-56e0-b389-66123a0c4ac6
2026-03-26 12:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4144739/general/8d882a7e-23d9-489d-9cf1-658fd3b7f427.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726542)
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b4510>
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252Fd972fe3b-11be-4dd1-a52b-14e4621aaba3.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/d972fe3b-11be-4dd1-a52b-14e4621aaba3.jpg saved to cache
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item abae67c3-8472-56e0-b389-66123a0c4ac6
2026-03-26 12:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4144739/general/d9fe6122-a261-4ea1-837e-0b2fd11b379c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726542)
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ecec90>
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252F8d882a7e-23d9-489d-9cf1-658fd3b7f427.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/8d882a7e-23d9-489d-9cf1-658fd3b7f427.jpg saved to cache
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item abae67c3-8472-56e0-b389-66123a0c4ac6
2026-03-26 12:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4144739/general/4fad1737-fa42-46c5-80f4-74650e8c3fb3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726542)
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015653f650>
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252Fd9fe6122-a261-4ea1-837e-0b2fd11b379c.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/d9fe6122-a261-4ea1-837e-0b2fd11b379c.jpg saved to cache
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item abae67c3-8472-56e0-b389-66123a0c4ac6
2026-03-26 12:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4144739/general/c15752f0-8e94-443c-883d-e85dc06e4766.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726542)
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e649d0>
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252F4fad1737-fa42-46c5-80f4-74650e8c3fb3.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/4fad1737-fa42-46c5-80f4-74650e8c3fb3.jpg saved to cache
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item abae67c3-8472-56e0-b389-66123a0c4ac6
2026-03-26 12:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4144739/general/a80dc11e-9099-47c8-9883-28006feceb83.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726542)
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f7ad50>
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252Fc15752f0-8e94-443c-883d-e85dc06e4766.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/c15752f0-8e94-443c-883d-e85dc06e4766.jpg saved to cache
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item abae67c3-8472-56e0-b389-66123a0c4ac6
2026-03-26 12:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4144739/general/eeea43bb-6f1a-425b-ab42-9a298cd74318.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726542)
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015653e7d0>
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252Fa80dc11e-9099-47c8-9883-28006feceb83.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/a80dc11e-9099-47c8-9883-28006feceb83.jpg saved to cache
2026-03-26 12:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item abae67c3-8472-56e0-b389-66123a0c4ac6
2026-03-26 12:24:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4144739/general/70d2c0a9-bba4-4d77-8700-fd47d43598a6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726542)
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e99e90>
2026-03-26 12:24:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252Feeea43bb-6f1a-425b-ab42-9a298cd74318.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/eeea43bb-6f1a-425b-ab42-9a298cd74318.jpg saved to cache
2026-03-26 12:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item abae67c3-8472-56e0-b389-66123a0c4ac6
2026-03-26 12:24:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4144739/general/e3944c2b-6be2-4e4e-b9c4-e6830af824c6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726542)
2026-03-26 12:24:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ecec90>
2026-03-26 12:24:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252F70d2c0a9-bba4-4d77-8700-fd47d43598a6.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/70d2c0a9-bba4-4d77-8700-fd47d43598a6.jpg saved to cache
2026-03-26 12:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item abae67c3-8472-56e0-b389-66123a0c4ac6
2026-03-26 12:24:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c182890>
2026-03-26 12:24:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4144739%252Fgeneral%252Fe3944c2b-6be2-4e4e-b9c4-e6830af824c6.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4144739/general/e3944c2b-6be2-4e4e-b9c4-e6830af824c6.jpg saved to cache
2026-03-26 12:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item abae67c3-8472-56e0-b389-66123a0c4ac6
2026-03-26 12:24:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: abae67c3-8472-56e0-b389-66123a0c4ac6, skipping ID generation
2026-03-26 12:24:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abae67c3-8472-56e0-b389-66123a0c4ac6 with scrape type 1
2026-03-26 12:24:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item abae67c3-8472-56e0-b389-66123a0c4ac6 sending to next pipeline
2026-03-26 12:24:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: abae67c3-8472-56e0-b389-66123a0c4ac6, identifier: 10726542
2026-03-26 12:24:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: abae67c3-8472-56e0-b389-66123a0c4ac6 with identifier: 10726542
2026-03-26 12:24:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: abae67c3-8472-56e0-b389-66123a0c4ac6 with identifier: 10726542
2026-03-26 12:24:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: abae67c3-8472-56e0-b389-66123a0c4ac6 with identifier: 10726542 to the API
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/4144739/general/e3944c2b-6be2-4e4e-b9c4-e6830af824c6.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': 'abae67c3-8472-56e0-b389-66123a0c4ac6',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '459059',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726542',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Mokka',
'odometer': 33333,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 56,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125939,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4144739/general/e3944c2b-6be2-4e4e-b9c4-e6830af824c6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120870,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4144739/general/70d2c0a9-bba4-4d77-8700-fd47d43598a6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125620,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4144739/general/f00553d1-2929-4d40-9936-a727d7fe4ae2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124949,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4144739/general/eeea43bb-6f1a-425b-ab42-9a298cd74318.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71544,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4144739/general/a80dc11e-9099-47c8-9883-28006feceb83.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82987,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4144739/general/c15752f0-8e94-443c-883d-e85dc06e4766.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80153,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4144739/general/4fad1737-fa42-46c5-80f4-74650e8c3fb3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54356,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4144739/general/d9fe6122-a261-4ea1-837e-0b2fd11b379c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42531,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4144739/general/d972fe3b-11be-4dd1-a52b-14e4621aaba3.jpg',
'Width': 450},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abae67c3-8472-56e0-b389-66123a0c4ac6/abae67c3-8472-56e0-b389-66123a0c4ac6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157958,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/4144739/general/8d882a7e-23d9-489d-9cf1-658fd3b7f427.jpg',
'Width': 1280}],
'price': 8000,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Opel Mokka Edition - Electric - Automatic - 136 hp - 33.333 km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726542%27 HTTP/1.1" 200 None
2026-03-26 12:24:03 [adesa.de] INFO: Saving data for 10726542: {'created_time': 1774527843.685155, 'last_price_update_time': 1774527843.685166, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726542') HTTP/1.1" 204 0
2026-03-26 12:24:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746511/general/764ba11e-44d1-4429-b97c-08df3a46e4ba.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726469)
2026-03-26 12:24:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726564> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c196d10>
2026-03-26 12:24:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F764ba11e-44d1-4429-b97c-08df3a46e4ba.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/764ba11e-44d1-4429-b97c-08df3a46e4ba.jpg saved to cache
2026-03-26 12:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4087ebe5-442a-5141-933d-9f987ec6393b
2026-03-26 12:24:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89 with identifier: 10726564
2026-03-26 12:24:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89 with scrape type 1
2026-03-26 12:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252F6fa03667-0979-4b37-9049-94cb862f2b5e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/6fa03667-0979-4b37-9049-94cb862f2b5e.jpg not downloaded yet
2026-03-26 12:24:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746511/general/f38d1089-70d2-4a29-8fbf-2f073deba5f6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726469)
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252F5f0a1bd2-dfa9-4443-bf18-759ee4be7ad8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/5f0a1bd2-dfa9-4443-bf18-759ee4be7ad8.jpg not downloaded yet
2026-03-26 12:24:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746511/general/541e5f50-2d82-4f3e-bf3b-fecc499cee9c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726469)
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252F5811bff9-c744-465e-b0ef-54fc02b45227.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/5811bff9-c744-465e-b0ef-54fc02b45227.jpg not downloaded yet
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252F8bf2055b-0b5a-459b-80a3-b9e5e5229d04.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/8bf2055b-0b5a-459b-80a3-b9e5e5229d04.jpg not downloaded yet
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252F54a96b67-8478-4440-b12c-93f9f9163900.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/54a96b67-8478-4440-b12c-93f9f9163900.jpg not downloaded yet
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252F35428def-4742-4b7f-a20b-49e7f8f047d6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/35428def-4742-4b7f-a20b-49e7f8f047d6.jpg not downloaded yet
2026-03-26 12:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252F29a87667-b3d5-44de-bf50-03a7f7097ffb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/29a87667-b3d5-44de-bf50-03a7f7097ffb.jpg not downloaded yet
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fc0090>
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252Ff38d1089-70d2-4a29-8fbf-2f073deba5f6.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/f38d1089-70d2-4a29-8fbf-2f073deba5f6.jpg saved to cache
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4087ebe5-442a-5141-933d-9f987ec6393b
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252Fb0ab0590-a65b-4ae4-8f2a-8334968c1a7d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/b0ab0590-a65b-4ae4-8f2a-8334968c1a7d.jpg not downloaded yet
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b0290>
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F541e5f50-2d82-4f3e-bf3b-fecc499cee9c.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/541e5f50-2d82-4f3e-bf3b-fecc499cee9c.jpg saved to cache
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4087ebe5-442a-5141-933d-9f987ec6393b
2026-03-26 12:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746590/general/5f0a1bd2-dfa9-4443-bf18-759ee4be7ad8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726564)
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252Fe49df808-6af9-4cee-b6e6-77727c2a5415.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/e49df808-6af9-4cee-b6e6-77727c2a5415.jpg not downloaded yet
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252F94c8323a-68ed-4ace-b8cf-b54195dc5c27.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/94c8323a-68ed-4ace-b8cf-b54195dc5c27.jpg not downloaded yet
2026-03-26 12:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746590/general/6fa03667-0979-4b37-9049-94cb862f2b5e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726564)
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015655bdd0>
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252F5f0a1bd2-dfa9-4443-bf18-759ee4be7ad8.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/5f0a1bd2-dfa9-4443-bf18-759ee4be7ad8.jpg saved to cache
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89
2026-03-26 12:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746590/general/b0ab0590-a65b-4ae4-8f2a-8334968c1a7d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726564)
2026-03-26 12:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746590/general/94c8323a-68ed-4ace-b8cf-b54195dc5c27.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726564)
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e03110>
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252F6fa03667-0979-4b37-9049-94cb862f2b5e.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/6fa03667-0979-4b37-9049-94cb862f2b5e.jpg saved to cache
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1cf3d0>
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252Fb0ab0590-a65b-4ae4-8f2a-8334968c1a7d.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/b0ab0590-a65b-4ae4-8f2a-8334968c1a7d.jpg saved to cache
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f888d0>
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252F94c8323a-68ed-4ace-b8cf-b54195dc5c27.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/94c8323a-68ed-4ace-b8cf-b54195dc5c27.jpg saved to cache
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89
2026-03-26 12:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746590/general/29a87667-b3d5-44de-bf50-03a7f7097ffb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726564)
2026-03-26 12:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746590/general/e49df808-6af9-4cee-b6e6-77727c2a5415.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726564)
2026-03-26 12:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746590/general/35428def-4742-4b7f-a20b-49e7f8f047d6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726564)
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d2556d0>
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252F29a87667-b3d5-44de-bf50-03a7f7097ffb.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/29a87667-b3d5-44de-bf50-03a7f7097ffb.jpg saved to cache
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89
2026-03-26 12:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746590/general/8bf2055b-0b5a-459b-80a3-b9e5e5229d04.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726564)
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1cd050>
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252Fe49df808-6af9-4cee-b6e6-77727c2a5415.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/e49df808-6af9-4cee-b6e6-77727c2a5415.jpg saved to cache
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f79110>
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252F35428def-4742-4b7f-a20b-49e7f8f047d6.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/35428def-4742-4b7f-a20b-49e7f8f047d6.jpg saved to cache
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89
2026-03-26 12:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746590/general/54a96b67-8478-4440-b12c-93f9f9163900.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726564)
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cfa5850>
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252F8bf2055b-0b5a-459b-80a3-b9e5e5229d04.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/8bf2055b-0b5a-459b-80a3-b9e5e5229d04.jpg saved to cache
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f1f850>
2026-03-26 12:24:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252F54a96b67-8478-4440-b12c-93f9f9163900.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/54a96b67-8478-4440-b12c-93f9f9163900.jpg saved to cache
2026-03-26 12:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89
2026-03-26 12:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746590/general/5811bff9-c744-465e-b0ef-54fc02b45227.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726564)
2026-03-26 12:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746511/general/73affb37-4032-44d5-af53-1e99c8cfa435.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726469)
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fa5bd0>
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746590%252Fgeneral%252F5811bff9-c744-465e-b0ef-54fc02b45227.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746590/general/5811bff9-c744-465e-b0ef-54fc02b45227.jpg saved to cache
2026-03-26 12:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89
2026-03-26 12:24:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89, skipping ID generation
2026-03-26 12:24:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89 with scrape type 1
2026-03-26 12:24:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89 sending to next pipeline
2026-03-26 12:24:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89, identifier: 10726564
2026-03-26 12:24:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89 with identifier: 10726564
2026-03-26 12:24:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89 with identifier: 10726564
2026-03-26 12:24:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 6e1ea920-0c7d-51ab-b137-8a2c7c0dad89 with identifier: 10726564 to the API
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746590/general/5811bff9-c744-465e-b0ef-54fc02b45227.jpg>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '6e1ea920-0c7d-51ab-b137-8a2c7c0dad89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '433359',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726564',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Crossland',
'odometer': 45759,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 45,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142254,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746590/general/6fa03667-0979-4b37-9049-94cb862f2b5e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136775,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746590/general/5f0a1bd2-dfa9-4443-bf18-759ee4be7ad8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144014,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746590/general/5811bff9-c744-465e-b0ef-54fc02b45227.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 180764,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746590/general/8bf2055b-0b5a-459b-80a3-b9e5e5229d04.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105091,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746590/general/54a96b67-8478-4440-b12c-93f9f9163900.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169278,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746590/general/35428def-4742-4b7f-a20b-49e7f8f047d6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80609,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746590/general/29a87667-b3d5-44de-bf50-03a7f7097ffb.jpg',
'Width': 450},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155020,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746590/general/b0ab0590-a65b-4ae4-8f2a-8334968c1a7d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 163904,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746590/general/e49df808-6af9-4cee-b6e6-77727c2a5415.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e1ea920-0c7d-51ab-b137-8a2c7c0dad89/6e1ea920-0c7d-51ab-b137-8a2c7c0dad89_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156241,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746590/general/94c8323a-68ed-4ace-b8cf-b54195dc5c27.jpg',
'Width': 800}],
'price': 8100,
'price_includes_vat': True,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Opel Crossland 1.2 Elegance - Petrol - Manual - 110 hp - 45.759 km',
'transmission': 'manual',
'trim': 'Elegance',
'vin': None,
'year': 2021}
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726564%27 HTTP/1.1" 200 None
2026-03-26 12:24:05 [adesa.de] INFO: Saving data for 10726564: {'created_time': 1774527845.559556, 'last_price_update_time': 1774527845.559568, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726564') HTTP/1.1" 204 0
2026-03-26 12:24:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746511/general/47c47a37-64b8-40a9-90a4-1850bb49dccd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726469)
2026-03-26 12:24:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746511/general/5d553580-0c36-477d-bfc2-cdbfc42b5bde.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726469)
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d11eb10>
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F73affb37-4032-44d5-af53-1e99c8cfa435.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/73affb37-4032-44d5-af53-1e99c8cfa435.jpg saved to cache
2026-03-26 12:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4087ebe5-442a-5141-933d-9f987ec6393b
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156578f90>
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F47c47a37-64b8-40a9-90a4-1850bb49dccd.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/47c47a37-64b8-40a9-90a4-1850bb49dccd.jpg saved to cache
2026-03-26 12:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4087ebe5-442a-5141-933d-9f987ec6393b
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c196a50>
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F5d553580-0c36-477d-bfc2-cdbfc42b5bde.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/5d553580-0c36-477d-bfc2-cdbfc42b5bde.jpg saved to cache
2026-03-26 12:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4087ebe5-442a-5141-933d-9f987ec6393b
2026-03-26 12:24:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746511/general/707926b0-bd13-4828-abcc-a77912734a68.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726469)
2026-03-26 12:24:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746511/general/71c82a07-5fbf-40d7-9ec5-b7b743d79848.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726469)
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b0cd0>
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F707926b0-bd13-4828-abcc-a77912734a68.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/707926b0-bd13-4828-abcc-a77912734a68.jpg saved to cache
2026-03-26 12:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4087ebe5-442a-5141-933d-9f987ec6393b
2026-03-26 12:24:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746511/general/3b35c4c5-e2ea-475f-959a-1e716d5936df.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726469)
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ecc190>
2026-03-26 12:24:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F71c82a07-5fbf-40d7-9ec5-b7b743d79848.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/71c82a07-5fbf-40d7-9ec5-b7b743d79848.jpg saved to cache
2026-03-26 12:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4087ebe5-442a-5141-933d-9f987ec6393b
2026-03-26 12:24:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b2810>
2026-03-26 12:24:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746511%252Fgeneral%252F3b35c4c5-e2ea-475f-959a-1e716d5936df.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746511/general/3b35c4c5-e2ea-475f-959a-1e716d5936df.jpg saved to cache
2026-03-26 12:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4087ebe5-442a-5141-933d-9f987ec6393b
2026-03-26 12:24:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4087ebe5-442a-5141-933d-9f987ec6393b, skipping ID generation
2026-03-26 12:24:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4087ebe5-442a-5141-933d-9f987ec6393b with scrape type 1
2026-03-26 12:24:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4087ebe5-442a-5141-933d-9f987ec6393b sending to next pipeline
2026-03-26 12:24:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 4087ebe5-442a-5141-933d-9f987ec6393b, identifier: 10726469
2026-03-26 12:24:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 4087ebe5-442a-5141-933d-9f987ec6393b with identifier: 10726469
2026-03-26 12:24:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 4087ebe5-442a-5141-933d-9f987ec6393b with identifier: 10726469
2026-03-26 12:24:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 4087ebe5-442a-5141-933d-9f987ec6393b with identifier: 10726469 to the API
2026-03-26 12:24:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746511/general/3b35c4c5-e2ea-475f-959a-1e716d5936df.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 102,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '4087ebe5-442a-5141-933d-9f987ec6393b',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '390825',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726469',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 146330,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 44,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159774,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746511/general/3b35c4c5-e2ea-475f-959a-1e716d5936df.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134140,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746511/general/71c82a07-5fbf-40d7-9ec5-b7b743d79848.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155937,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746511/general/707926b0-bd13-4828-abcc-a77912734a68.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169039,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746511/general/5d553580-0c36-477d-bfc2-cdbfc42b5bde.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124375,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746511/general/47c47a37-64b8-40a9-90a4-1850bb49dccd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131808,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746511/general/73affb37-4032-44d5-af53-1e99c8cfa435.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153443,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746511/general/541e5f50-2d82-4f3e-bf3b-fecc499cee9c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158218,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746511/general/f38d1089-70d2-4a29-8fbf-2f073deba5f6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142787,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746511/general/764ba11e-44d1-4429-b97c-08df3a46e4ba.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4087ebe5-442a-5141-933d-9f987ec6393b/4087ebe5-442a-5141-933d-9f987ec6393b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110704,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746511/general/63ec7f5a-ec0b-4c98-a46a-d7e294c25cf5.jpg',
'Width': 800}],
'price': 4200,
'price_includes_vat': True,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Opel Corsa 1.5 Edition - Diesel - Manual - 102 hp - 146.330 km',
'transmission': 'manual',
'trim': 'Edition',
'vin': None,
'year': 2023}
2026-03-26 12:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726469%27 HTTP/1.1" 200 None
2026-03-26 12:24:06 [adesa.de] INFO: Saving data for 10726469: {'created_time': 1774527846.530027, 'last_price_update_time': 1774527846.530039, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726469') HTTP/1.1" 204 0
2026-03-26 12:24:07 [scrapy.extensions.logstats] INFO: Crawled 122 pages (at 23 pages/min), scraped 107 items (at 18 items/min)
2026-03-26 12:24:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 165MiB
2026-03-26 12:24:09 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.968(s), this was the 1st time calling it.
2026-03-26 12:24:09 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.180699815619374 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 12:24:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726384> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f590dc49-61ba-5dda-88ee-d8a283a86000 with identifier: 10726384
2026-03-26 12:24:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f590dc49-61ba-5dda-88ee-d8a283a86000 with scrape type 1
2026-03-26 12:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f590dc49-61ba-5dda-88ee-d8a283a86000
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693677%252Fgeneral%252F284d277e-0307-4caf-908e-78108d442df7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693677/general/284d277e-0307-4caf-908e-78108d442df7.jpg already downloaded
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693677%252Fgeneral%252F85bbb577-3401-4f8f-98ec-1c655e88d8ad.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693677/general/85bbb577-3401-4f8f-98ec-1c655e88d8ad.jpg already downloaded
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693677%252Fgeneral%252Ff5f4b3aa-6ba9-421a-b28b-2644ed74ab1e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693677/general/f5f4b3aa-6ba9-421a-b28b-2644ed74ab1e.jpg already downloaded
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693677%252Fgeneral%252Fce03d0ed-31ae-478f-8543-40a287ab766f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693677/general/ce03d0ed-31ae-478f-8543-40a287ab766f.jpg already downloaded
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693677%252Fgeneral%252Fcf067a73-f44e-4961-b152-789d48173394.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693677/general/cf067a73-f44e-4961-b152-789d48173394.jpg already downloaded
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693677%252Fgeneral%252F080a1695-26ac-4852-95bd-3f6c264c6545.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693677/general/080a1695-26ac-4852-95bd-3f6c264c6545.jpg already downloaded
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693677%252Fgeneral%252Fe76a5792-6c41-4b1b-b996-87ca65efc703.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693677/general/e76a5792-6c41-4b1b-b996-87ca65efc703.jpg already downloaded
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693677%252Fgeneral%252Fe478c419-4f28-45de-9e0a-e1dc4f552f3d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693677/general/e478c419-4f28-45de-9e0a-e1dc4f552f3d.jpg already downloaded
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693677%252Fgeneral%252F628ae7d4-f484-484f-8089-6c35a862911c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693677/general/628ae7d4-f484-484f-8089-6c35a862911c.jpg already downloaded
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693677%252Fgeneral%252F9882dbd0-38cb-4adb-b023-a702b2f42cc0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693677/general/9882dbd0-38cb-4adb-b023-a702b2f42cc0.jpg already downloaded
2026-03-26 12:24:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f590dc49-61ba-5dda-88ee-d8a283a86000, identifier: 10726384
2026-03-26 12:24:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f590dc49-61ba-5dda-88ee-d8a283a86000 with identifier: 10726384
2026-03-26 12:24:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f590dc49-61ba-5dda-88ee-d8a283a86000 with identifier: 10726384
2026-03-26 12:24:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f590dc49-61ba-5dda-88ee-d8a283a86000 with identifier: 10726384 to the API
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726384>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 231,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': 'f590dc49-61ba-5dda-88ee-d8a283a86000',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '483549',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726384',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Polestar',
'model': '2',
'odometer': 64733,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 28,
'photo_urls': ['https://images.openlane.eu/carimgs/5693677/general/284d277e-0307-4caf-908e-78108d442df7.jpg',
'https://images.openlane.eu/carimgs/5693677/general/85bbb577-3401-4f8f-98ec-1c655e88d8ad.jpg',
'https://images.openlane.eu/carimgs/5693677/general/f5f4b3aa-6ba9-421a-b28b-2644ed74ab1e.jpg',
'https://images.openlane.eu/carimgs/5693677/general/ce03d0ed-31ae-478f-8543-40a287ab766f.jpg',
'https://images.openlane.eu/carimgs/5693677/general/cf067a73-f44e-4961-b152-789d48173394.jpg',
'https://images.openlane.eu/carimgs/5693677/general/080a1695-26ac-4852-95bd-3f6c264c6545.jpg',
'https://images.openlane.eu/carimgs/5693677/general/e76a5792-6c41-4b1b-b996-87ca65efc703.jpg',
'https://images.openlane.eu/carimgs/5693677/general/e478c419-4f28-45de-9e0a-e1dc4f552f3d.jpg',
'https://images.openlane.eu/carimgs/5693677/general/628ae7d4-f484-484f-8089-6c35a862911c.jpg',
'https://images.openlane.eu/carimgs/5693677/general/9882dbd0-38cb-4adb-b023-a702b2f42cc0.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f590dc49-61ba-5dda-88ee-d8a283a86000/f590dc49-61ba-5dda-88ee-d8a283a86000_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170200,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693677/general/284d277e-0307-4caf-908e-78108d442df7.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f590dc49-61ba-5dda-88ee-d8a283a86000/f590dc49-61ba-5dda-88ee-d8a283a86000_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129715,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693677/general/85bbb577-3401-4f8f-98ec-1c655e88d8ad.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f590dc49-61ba-5dda-88ee-d8a283a86000/f590dc49-61ba-5dda-88ee-d8a283a86000_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169436,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693677/general/f5f4b3aa-6ba9-421a-b28b-2644ed74ab1e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f590dc49-61ba-5dda-88ee-d8a283a86000/f590dc49-61ba-5dda-88ee-d8a283a86000_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170435,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693677/general/ce03d0ed-31ae-478f-8543-40a287ab766f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f590dc49-61ba-5dda-88ee-d8a283a86000/f590dc49-61ba-5dda-88ee-d8a283a86000_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143285,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693677/general/cf067a73-f44e-4961-b152-789d48173394.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f590dc49-61ba-5dda-88ee-d8a283a86000/f590dc49-61ba-5dda-88ee-d8a283a86000_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108353,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693677/general/080a1695-26ac-4852-95bd-3f6c264c6545.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f590dc49-61ba-5dda-88ee-d8a283a86000/f590dc49-61ba-5dda-88ee-d8a283a86000_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167234,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693677/general/e76a5792-6c41-4b1b-b996-87ca65efc703.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f590dc49-61ba-5dda-88ee-d8a283a86000/f590dc49-61ba-5dda-88ee-d8a283a86000_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156035,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693677/general/e478c419-4f28-45de-9e0a-e1dc4f552f3d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f590dc49-61ba-5dda-88ee-d8a283a86000/f590dc49-61ba-5dda-88ee-d8a283a86000_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125931,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693677/general/628ae7d4-f484-484f-8089-6c35a862911c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f590dc49-61ba-5dda-88ee-d8a283a86000/f590dc49-61ba-5dda-88ee-d8a283a86000_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124786,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693677/general/9882dbd0-38cb-4adb-b023-a702b2f42cc0.jpg',
'Width': 800}],
'price': 13800,
'price_includes_vat': True,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Polestar 2 Long Range 79 kWh - Electric - Automatic - 231 hp - '
'64.733 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726384%27 HTTP/1.1" 200 None
2026-03-26 12:24:10 [adesa.de] INFO: Saving data for 10726384: {'created_time': 1774527850.973226, 'last_price_update_time': 1774527850.973238, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726384') HTTP/1.1" 204 0
2026-03-26 12:24:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726522> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 201bd557-c00e-5222-ab5c-abc1319a1edf with identifier: 10726522
2026-03-26 12:24:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 201bd557-c00e-5222-ab5c-abc1319a1edf with scrape type 1
2026-03-26 12:24:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 201bd557-c00e-5222-ab5c-abc1319a1edf
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252Ffd354e81-9d4c-4154-8b6a-dc12875459dc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/fd354e81-9d4c-4154-8b6a-dc12875459dc.jpg not downloaded yet
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252F1c513a1b-741a-498e-93b9-19f9c814c798.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/1c513a1b-741a-498e-93b9-19f9c814c798.jpg not downloaded yet
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252F24559210-08da-4893-9188-e54894c45176.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/24559210-08da-4893-9188-e54894c45176.jpg not downloaded yet
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252Fbc4f3d53-d80e-4e8c-8bde-04520fe9f5d4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/bc4f3d53-d80e-4e8c-8bde-04520fe9f5d4.jpg not downloaded yet
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252Fb1006ae3-7616-4bd7-81f5-b34394a0be13.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/b1006ae3-7616-4bd7-81f5-b34394a0be13.jpg not downloaded yet
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252F5e5fd35a-fd6c-4fec-b638-4ea7fa713c52.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/5e5fd35a-fd6c-4fec-b638-4ea7fa713c52.jpg not downloaded yet
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252F3cdaca8a-7333-4540-be2e-5f5711934583.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/3cdaca8a-7333-4540-be2e-5f5711934583.jpg not downloaded yet
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252F4d3e184a-78b3-4342-b0d4-bd2c425bd9bf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/4d3e184a-78b3-4342-b0d4-bd2c425bd9bf.jpg not downloaded yet
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252Fff9ab9db-dc54-4b62-ac0f-5e8a3abb0a71.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/ff9ab9db-dc54-4b62-ac0f-5e8a3abb0a71.jpg not downloaded yet
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252F76d05e32-618d-431a-8056-208f131b4bec.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/76d05e32-618d-431a-8056-208f131b4bec.jpg not downloaded yet
2026-03-26 12:24:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726499> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726480> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3be8c9ab-e5a0-5c49-b57b-356cd881c758 with identifier: 10726499
2026-03-26 12:24:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3be8c9ab-e5a0-5c49-b57b-356cd881c758 with scrape type 1
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3be8c9ab-e5a0-5c49-b57b-356cd881c758
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252F5b533b94-f4e9-49df-a933-50caed1e7658.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/5b533b94-f4e9-49df-a933-50caed1e7658.jpg not downloaded yet
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252Fbe33d865-a13f-4377-9119-2491db919895.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/be33d865-a13f-4377-9119-2491db919895.jpg not downloaded yet
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252Fbdf94e6a-cece-4f64-8bb5-c62c4d1791ff.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/bdf94e6a-cece-4f64-8bb5-c62c4d1791ff.jpg not downloaded yet
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252Fdc16c671-5259-45ef-a1b6-02fa120835f7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/dc16c671-5259-45ef-a1b6-02fa120835f7.jpg not downloaded yet
2026-03-26 12:24:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2f4610d-8b33-5765-80c4-71ec29c3a369 with identifier: 10726480
2026-03-26 12:24:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2f4610d-8b33-5765-80c4-71ec29c3a369 with scrape type 1
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a2f4610d-8b33-5765-80c4-71ec29c3a369
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252F88ef9415-386f-437e-a009-0a65b9b90722.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/88ef9415-386f-437e-a009-0a65b9b90722.jpg not downloaded yet
2026-03-26 12:24:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746551/general/76d05e32-618d-431a-8056-208f131b4bec.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726522)
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252F83d3916e-0695-421d-bb69-3c3d20ff43fe.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/83d3916e-0695-421d-bb69-3c3d20ff43fe.jpg not downloaded yet
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252Ff8eb1758-ec00-45e3-97d5-aff7e905fad8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/f8eb1758-ec00-45e3-97d5-aff7e905fad8.jpg not downloaded yet
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252F391222a8-a961-4564-92e0-7f8ae0e6800d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/391222a8-a961-4564-92e0-7f8ae0e6800d.jpg not downloaded yet
2026-03-26 12:24:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746551/general/ff9ab9db-dc54-4b62-ac0f-5e8a3abb0a71.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726522)
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252Fd4176886-f47f-4b8a-be05-4b0076807257.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/d4176886-f47f-4b8a-be05-4b0076807257.jpg not downloaded yet
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252F6f0fec75-0185-4b39-895c-ad0f7d46b960.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/6f0fec75-0185-4b39-895c-ad0f7d46b960.jpg not downloaded yet
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252Ff95519b3-b26f-458f-a0ff-898709bed871.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/f95519b3-b26f-458f-a0ff-898709bed871.jpg not downloaded yet
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252F53f381ce-a703-4a57-ab7b-62fd20f2e67a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/53f381ce-a703-4a57-ab7b-62fd20f2e67a.jpg not downloaded yet
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252F63d2c5f1-848a-49fd-b3c7-385ac1fa050d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/63d2c5f1-848a-49fd-b3c7-385ac1fa050d.jpg not downloaded yet
2026-03-26 12:24:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e0c1d0>
2026-03-26 12:24:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252F76d05e32-618d-431a-8056-208f131b4bec.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/76d05e32-618d-431a-8056-208f131b4bec.jpg saved to cache
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 201bd557-c00e-5222-ab5c-abc1319a1edf
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252F691c5d6c-f1d1-4476-b19a-63931b43554b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/691c5d6c-f1d1-4476-b19a-63931b43554b.jpg not downloaded yet
2026-03-26 12:24:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746520/general/88ef9415-386f-437e-a009-0a65b9b90722.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726480)
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252F9c3a2069-ed1b-4e0e-b56c-5c302b09b4b8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/9c3a2069-ed1b-4e0e-b56c-5c302b09b4b8.jpg not downloaded yet
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252F5a99933a-e68c-449d-a1e7-59fa7a049589.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/5a99933a-e68c-449d-a1e7-59fa7a049589.jpg not downloaded yet
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252Fde4a9e39-7458-403c-803f-905f6ef011f1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/de4a9e39-7458-403c-803f-905f6ef011f1.jpg not downloaded yet
2026-03-26 12:24:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fb4b90>
2026-03-26 12:24:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252Fff9ab9db-dc54-4b62-ac0f-5e8a3abb0a71.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/ff9ab9db-dc54-4b62-ac0f-5e8a3abb0a71.jpg saved to cache
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 201bd557-c00e-5222-ab5c-abc1319a1edf
2026-03-26 12:24:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fc2e50>
2026-03-26 12:24:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252F88ef9415-386f-437e-a009-0a65b9b90722.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/88ef9415-386f-437e-a009-0a65b9b90722.jpg saved to cache
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a2f4610d-8b33-5765-80c4-71ec29c3a369
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252Fd2c7e124-e838-414b-808f-ffc3a39a1029.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/d2c7e124-e838-414b-808f-ffc3a39a1029.jpg not downloaded yet
2026-03-26 12:24:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746531/general/391222a8-a961-4564-92e0-7f8ae0e6800d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726499)
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252Fbc8edc05-8374-4acd-b5c0-dd5e950a1a9b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/bc8edc05-8374-4acd-b5c0-dd5e950a1a9b.jpg not downloaded yet
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252F28207e57-a5b1-45ed-a2b6-742bfbdaef68.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/28207e57-a5b1-45ed-a2b6-742bfbdaef68.jpg not downloaded yet
2026-03-26 12:24:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746520/general/63d2c5f1-848a-49fd-b3c7-385ac1fa050d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726480)
2026-03-26 12:24:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b98d0>
2026-03-26 12:24:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252F391222a8-a961-4564-92e0-7f8ae0e6800d.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/391222a8-a961-4564-92e0-7f8ae0e6800d.jpg saved to cache
2026-03-26 12:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3be8c9ab-e5a0-5c49-b57b-356cd881c758
2026-03-26 12:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746520/general/de4a9e39-7458-403c-803f-905f6ef011f1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726480)
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156306ed0>
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252F63d2c5f1-848a-49fd-b3c7-385ac1fa050d.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/63d2c5f1-848a-49fd-b3c7-385ac1fa050d.jpg saved to cache
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a2f4610d-8b33-5765-80c4-71ec29c3a369
2026-03-26 12:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746520/general/28207e57-a5b1-45ed-a2b6-742bfbdaef68.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726480)
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0aa950>
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252Fde4a9e39-7458-403c-803f-905f6ef011f1.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/de4a9e39-7458-403c-803f-905f6ef011f1.jpg saved to cache
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a2f4610d-8b33-5765-80c4-71ec29c3a369
2026-03-26 12:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746520/general/bc8edc05-8374-4acd-b5c0-dd5e950a1a9b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726480)
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0eedd0>
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252F28207e57-a5b1-45ed-a2b6-742bfbdaef68.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/28207e57-a5b1-45ed-a2b6-742bfbdaef68.jpg saved to cache
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a2f4610d-8b33-5765-80c4-71ec29c3a369
2026-03-26 12:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746520/general/d2c7e124-e838-414b-808f-ffc3a39a1029.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726480)
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156307b50>
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252Fbc8edc05-8374-4acd-b5c0-dd5e950a1a9b.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/bc8edc05-8374-4acd-b5c0-dd5e950a1a9b.jpg saved to cache
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a2f4610d-8b33-5765-80c4-71ec29c3a369
2026-03-26 12:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726494> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e3ec90>
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252Fd2c7e124-e838-414b-808f-ffc3a39a1029.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/d2c7e124-e838-414b-808f-ffc3a39a1029.jpg saved to cache
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a2f4610d-8b33-5765-80c4-71ec29c3a369
2026-03-26 12:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746520/general/9c3a2069-ed1b-4e0e-b56c-5c302b09b4b8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726480)
2026-03-26 12:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746531/general/5a99933a-e68c-449d-a1e7-59fa7a049589.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726499)
2026-03-26 12:24:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99d255a1-6038-5fda-a33d-7ee5d191a4f8 with identifier: 10726494
2026-03-26 12:24:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99d255a1-6038-5fda-a33d-7ee5d191a4f8 with scrape type 1
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 99d255a1-6038-5fda-a33d-7ee5d191a4f8
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252Fcd007f3b-7857-429e-8297-2b42d59f193f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/cd007f3b-7857-429e-8297-2b42d59f193f.jpg not downloaded yet
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252F57ac85a3-f2d2-47bf-afa1-37ebb628ea92.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/57ac85a3-f2d2-47bf-afa1-37ebb628ea92.jpg not downloaded yet
2026-03-26 12:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726547> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746531/general/691c5d6c-f1d1-4476-b19a-63931b43554b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726499)
2026-03-26 12:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746520/general/f95519b3-b26f-458f-a0ff-898709bed871.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726480)
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252F86d281c4-bbcc-4c9b-9df6-12f35038e1a4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/86d281c4-bbcc-4c9b-9df6-12f35038e1a4.jpg not downloaded yet
2026-03-26 12:24: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 12:24:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e28d0>
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252F9c3a2069-ed1b-4e0e-b56c-5c302b09b4b8.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/9c3a2069-ed1b-4e0e-b56c-5c302b09b4b8.jpg saved to cache
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a2f4610d-8b33-5765-80c4-71ec29c3a369
2026-03-26 12:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746531/general/53f381ce-a703-4a57-ab7b-62fd20f2e67a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726499)
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252Fc783393e-98e8-4eab-9614-ef2d05608a46.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/c783393e-98e8-4eab-9614-ef2d05608a46.jpg not downloaded yet
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c094dd0>
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252F5a99933a-e68c-449d-a1e7-59fa7a049589.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/5a99933a-e68c-449d-a1e7-59fa7a049589.jpg saved to cache
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3be8c9ab-e5a0-5c49-b57b-356cd881c758
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252F89482c97-4936-44a8-b9ce-1784492f2397.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/89482c97-4936-44a8-b9ce-1784492f2397.jpg not downloaded yet
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252Fcd314f84-648a-4899-8b84-46384e580aa5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/cd314f84-648a-4899-8b84-46384e580aa5.jpg not downloaded yet
2026-03-26 12:24:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da8731fd-569c-5e6e-b473-6575ecd38a1f with identifier: 10726547
2026-03-26 12:24:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da8731fd-569c-5e6e-b473-6575ecd38a1f with scrape type 1
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item da8731fd-569c-5e6e-b473-6575ecd38a1f
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252F55c9485b-d62e-48e1-8bbf-a336c8c38730.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/55c9485b-d62e-48e1-8bbf-a336c8c38730.jpg not downloaded yet
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e28710>
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252F691c5d6c-f1d1-4476-b19a-63931b43554b.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/691c5d6c-f1d1-4476-b19a-63931b43554b.jpg saved to cache
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3be8c9ab-e5a0-5c49-b57b-356cd881c758
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e47b10>
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252Ff95519b3-b26f-458f-a0ff-898709bed871.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/f95519b3-b26f-458f-a0ff-898709bed871.jpg saved to cache
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a2f4610d-8b33-5765-80c4-71ec29c3a369
2026-03-26 12:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746526/general/cd007f3b-7857-429e-8297-2b42d59f193f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726494)
2026-03-26 12:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746526/general/57ac85a3-f2d2-47bf-afa1-37ebb628ea92.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726494)
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252Fdc88f195-86ae-401d-a228-b1dc0a2ce518.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/dc88f195-86ae-401d-a228-b1dc0a2ce518.jpg not downloaded yet
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252F76efc685-84dc-4566-ad92-ecd9b78318d7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/76efc685-84dc-4566-ad92-ecd9b78318d7.jpg not downloaded yet
2026-03-26 12:24: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 12:24:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746526/general/86d281c4-bbcc-4c9b-9df6-12f35038e1a4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726494)
2026-03-26 12:24: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 12:24:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015656d090>
2026-03-26 12:24:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252F53f381ce-a703-4a57-ab7b-62fd20f2e67a.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/53f381ce-a703-4a57-ab7b-62fd20f2e67a.jpg saved to cache
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3be8c9ab-e5a0-5c49-b57b-356cd881c758
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252F827e5a38-cc0b-4b4b-b819-0558a6cc5a49.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/827e5a38-cc0b-4b4b-b819-0558a6cc5a49.jpg not downloaded yet
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252F4a15f2f7-abe3-4d57-b5b7-c30c6d0bf5f0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/4a15f2f7-abe3-4d57-b5b7-c30c6d0bf5f0.jpg not downloaded yet
2026-03-26 12:24:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746526/general/89482c97-4936-44a8-b9ce-1784492f2397.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726494)
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252Ff79e129c-41ce-4f22-90ff-95f524f25197.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/f79e129c-41ce-4f22-90ff-95f524f25197.jpg not downloaded yet
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252F03315d7b-48a0-4188-981b-0b8ae43fafb3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/03315d7b-48a0-4188-981b-0b8ae43fafb3.jpg not downloaded yet
2026-03-26 12:24:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746526/general/c783393e-98e8-4eab-9614-ef2d05608a46.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726494)
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252Feead499d-6baa-4db5-af29-3fd7118ae698.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/eead499d-6baa-4db5-af29-3fd7118ae698.jpg not downloaded yet
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252F0d9e8848-b662-4e19-9f48-063d0cf2d93f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/0d9e8848-b662-4e19-9f48-063d0cf2d93f.jpg not downloaded yet
2026-03-26 12:24:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d259090>
2026-03-26 12:24:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252Fcd007f3b-7857-429e-8297-2b42d59f193f.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/cd007f3b-7857-429e-8297-2b42d59f193f.jpg saved to cache
2026-03-26 12:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 99d255a1-6038-5fda-a33d-7ee5d191a4f8
2026-03-26 12:24:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156343c10>
2026-03-26 12:24:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252F57ac85a3-f2d2-47bf-afa1-37ebb628ea92.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/57ac85a3-f2d2-47bf-afa1-37ebb628ea92.jpg saved to cache
2026-03-26 12:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 99d255a1-6038-5fda-a33d-7ee5d191a4f8
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252F4ff1384e-ea29-480e-a473-74023a3119af.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/4ff1384e-ea29-480e-a473-74023a3119af.jpg not downloaded yet
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10724970
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724970%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10724970: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10724970 url https://www.openlane.eu/en/carv6/auction/10724970
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10723713
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723713%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10723713: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10723713 url https://www.openlane.eu/en/carv6/auction/10723713
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725106
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725106%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725106: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725106 url https://www.openlane.eu/en/carv6/auction/10725106
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725118
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725118%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725118: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725118 url https://www.openlane.eu/en/carv6/auction/10725118
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10724997
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724997%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10724997: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10724997 url https://www.openlane.eu/en/carv6/auction/10724997
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725045
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725045%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725045: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725045 url https://www.openlane.eu/en/carv6/auction/10725045
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10723716
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723716%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10723716: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10723716 url https://www.openlane.eu/en/carv6/auction/10723716
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10723735
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723735%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10723735: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10723735 url https://www.openlane.eu/en/carv6/auction/10723735
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10723714
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723714%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10723714: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10723714 url https://www.openlane.eu/en/carv6/auction/10723714
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725081
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725081%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725081: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725081 url https://www.openlane.eu/en/carv6/auction/10725081
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10724969
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724969%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10724969: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10724969 url https://www.openlane.eu/en/carv6/auction/10724969
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725076
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725076%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725076: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725076 url https://www.openlane.eu/en/carv6/auction/10725076
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725018
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725018%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725018: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725018 url https://www.openlane.eu/en/carv6/auction/10725018
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725117
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725117%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725117: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725117 url https://www.openlane.eu/en/carv6/auction/10725117
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725096
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725096%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725096: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725096 url https://www.openlane.eu/en/carv6/auction/10725096
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725043
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725043%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725043: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725043 url https://www.openlane.eu/en/carv6/auction/10725043
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10724959
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724959%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10724959: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10724959 url https://www.openlane.eu/en/carv6/auction/10724959
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10723719
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723719%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10723719: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10723719 url https://www.openlane.eu/en/carv6/auction/10723719
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10723734
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723734%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10723734: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10723734 url https://www.openlane.eu/en/carv6/auction/10723734
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10723688
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723688%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10723688: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10723688 url https://www.openlane.eu/en/carv6/auction/10723688
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725138
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725138%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725138: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725138 url https://www.openlane.eu/en/carv6/auction/10725138
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725047
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725047%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725047: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725047 url https://www.openlane.eu/en/carv6/auction/10725047
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725128
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725128%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725128: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725128 url https://www.openlane.eu/en/carv6/auction/10725128
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725140
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725140%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725140: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725140 url https://www.openlane.eu/en/carv6/auction/10725140
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725029
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725029%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725029: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725029 url https://www.openlane.eu/en/carv6/auction/10725029
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725123
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725123%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725123: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725123 url https://www.openlane.eu/en/carv6/auction/10725123
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725078
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725078%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725078: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725078 url https://www.openlane.eu/en/carv6/auction/10725078
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725026
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725026%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725026: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725026 url https://www.openlane.eu/en/carv6/auction/10725026
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725000
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725000%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725000: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725000 url https://www.openlane.eu/en/carv6/auction/10725000
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725139
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725139%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725139: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725139 url https://www.openlane.eu/en/carv6/auction/10725139
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725101
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725101%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725101: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725101 url https://www.openlane.eu/en/carv6/auction/10725101
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725073
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725073%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725073: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725073 url https://www.openlane.eu/en/carv6/auction/10725073
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725052
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725052%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725052: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725052 url https://www.openlane.eu/en/carv6/auction/10725052
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10724988
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724988%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10724988: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10724988 url https://www.openlane.eu/en/carv6/auction/10724988
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725131
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725131%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725131: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725131 url https://www.openlane.eu/en/carv6/auction/10725131
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725145
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725145%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725145: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725145 url https://www.openlane.eu/en/carv6/auction/10725145
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10724995
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724995%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10724995: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10724995 url https://www.openlane.eu/en/carv6/auction/10724995
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725100
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725100%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725100: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725100 url https://www.openlane.eu/en/carv6/auction/10725100
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725099
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725099%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725099: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725099 url https://www.openlane.eu/en/carv6/auction/10725099
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725103
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725103%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725103: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725103 url https://www.openlane.eu/en/carv6/auction/10725103
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725002
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725002%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725002: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725002 url https://www.openlane.eu/en/carv6/auction/10725002
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725133
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725133%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725133: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725133 url https://www.openlane.eu/en/carv6/auction/10725133
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725148
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725148%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725148: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725148 url https://www.openlane.eu/en/carv6/auction/10725148
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725663
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725663%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725663: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725663 url https://www.openlane.eu/en/carv6/auction/10725663
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725125
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725125%27 HTTP/1.1" 200 None
2026-03-26 12:24:14 [adesa.de] INFO: Scrape type for 10725125: 0
2026-03-26 12:24:14 [adesa.de] INFO: Skipping item 10725125 url https://www.openlane.eu/en/carv6/auction/10725125
2026-03-26 12:24:14 [adesa.de] INFO: Found listing with ID: 10725079
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725079%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725079: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725079 url https://www.openlane.eu/en/carv6/auction/10725079
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725031
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725031%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725031: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725031 url https://www.openlane.eu/en/carv6/auction/10725031
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725040
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725040%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725040: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725040 url https://www.openlane.eu/en/carv6/auction/10725040
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725144
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725144%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725144: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725144 url https://www.openlane.eu/en/carv6/auction/10725144
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10724974
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724974%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10724974: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10724974 url https://www.openlane.eu/en/carv6/auction/10724974
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725132
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725132%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725132: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725132 url https://www.openlane.eu/en/carv6/auction/10725132
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725097
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725097%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725097: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725097 url https://www.openlane.eu/en/carv6/auction/10725097
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725143
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725143%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725143: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725143 url https://www.openlane.eu/en/carv6/auction/10725143
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725134
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725134%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725134: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725134 url https://www.openlane.eu/en/carv6/auction/10725134
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10723724
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723724%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10723724: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10723724 url https://www.openlane.eu/en/carv6/auction/10723724
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10724981
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724981%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10724981: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10724981 url https://www.openlane.eu/en/carv6/auction/10724981
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725114
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725114%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725114: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725114 url https://www.openlane.eu/en/carv6/auction/10725114
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725028
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725028%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725028: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725028 url https://www.openlane.eu/en/carv6/auction/10725028
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10724956
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724956%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10724956: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10724956 url https://www.openlane.eu/en/carv6/auction/10724956
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725051
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725051%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725051: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725051 url https://www.openlane.eu/en/carv6/auction/10725051
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10724993
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724993%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10724993: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10724993 url https://www.openlane.eu/en/carv6/auction/10724993
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10724983
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724983%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10724983: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10724983 url https://www.openlane.eu/en/carv6/auction/10724983
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725064
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725064%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725064: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725064 url https://www.openlane.eu/en/carv6/auction/10725064
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10724961
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724961%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10724961: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10724961 url https://www.openlane.eu/en/carv6/auction/10724961
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725071
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725071%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725071: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725071 url https://www.openlane.eu/en/carv6/auction/10725071
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10724962
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724962%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10724962: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10724962 url https://www.openlane.eu/en/carv6/auction/10724962
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725066
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725066%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725066: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725066 url https://www.openlane.eu/en/carv6/auction/10725066
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725072
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725072%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725072: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725072 url https://www.openlane.eu/en/carv6/auction/10725072
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725065
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725065%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725065: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725065 url https://www.openlane.eu/en/carv6/auction/10725065
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10724967
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724967%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10724967: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10724967 url https://www.openlane.eu/en/carv6/auction/10724967
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725074
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725074%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725074: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725074 url https://www.openlane.eu/en/carv6/auction/10725074
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10723690
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723690%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10723690: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10723690 url https://www.openlane.eu/en/carv6/auction/10723690
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10723686
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723686%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10723686: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10723686 url https://www.openlane.eu/en/carv6/auction/10723686
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725660
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725660%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725660: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725660 url https://www.openlane.eu/en/carv6/auction/10725660
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725046
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725046%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725046: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725046 url https://www.openlane.eu/en/carv6/auction/10725046
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10724960
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724960%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10724960: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10724960 url https://www.openlane.eu/en/carv6/auction/10724960
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725008
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725008%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725008: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725008 url https://www.openlane.eu/en/carv6/auction/10725008
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10724965
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724965%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10724965: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10724965 url https://www.openlane.eu/en/carv6/auction/10724965
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725038
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725038%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725038: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725038 url https://www.openlane.eu/en/carv6/auction/10725038
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725023
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725023%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725023: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725023 url https://www.openlane.eu/en/carv6/auction/10725023
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725068
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725068%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725068: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725068 url https://www.openlane.eu/en/carv6/auction/10725068
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725153
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725153%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725153: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725153 url https://www.openlane.eu/en/carv6/auction/10725153
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10724999
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724999%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10724999: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10724999 url https://www.openlane.eu/en/carv6/auction/10724999
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725130
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725130%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725130: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725130 url https://www.openlane.eu/en/carv6/auction/10725130
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725050
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725050%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725050: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725050 url https://www.openlane.eu/en/carv6/auction/10725050
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725151
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725151%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725151: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725151 url https://www.openlane.eu/en/carv6/auction/10725151
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725129
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725129%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725129: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725129 url https://www.openlane.eu/en/carv6/auction/10725129
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725149
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725149%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725149: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725149 url https://www.openlane.eu/en/carv6/auction/10725149
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725037
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725037%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725037: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725037 url https://www.openlane.eu/en/carv6/auction/10725037
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725049
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725049%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725049: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725049 url https://www.openlane.eu/en/carv6/auction/10725049
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725137
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725137%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725137: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725137 url https://www.openlane.eu/en/carv6/auction/10725137
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725030
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725030%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725030: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725030 url https://www.openlane.eu/en/carv6/auction/10725030
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725035
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725035%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725035: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725035 url https://www.openlane.eu/en/carv6/auction/10725035
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725016
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725016%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725016: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725016 url https://www.openlane.eu/en/carv6/auction/10725016
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10723695
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723695%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10723695: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10723695 url https://www.openlane.eu/en/carv6/auction/10723695
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10723717
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723717%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10723717: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10723717 url https://www.openlane.eu/en/carv6/auction/10723717
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725006
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725006%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725006: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725006 url https://www.openlane.eu/en/carv6/auction/10725006
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10724998
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724998%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10724998: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10724998 url https://www.openlane.eu/en/carv6/auction/10724998
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10724989
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724989%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10724989: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10724989 url https://www.openlane.eu/en/carv6/auction/10724989
2026-03-26 12:24:15 [adesa.de] INFO: Found listing with ID: 10725142
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725142%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [adesa.de] INFO: Scrape type for 10725142: 0
2026-03-26 12:24:15 [adesa.de] INFO: Skipping item 10725142 url https://www.openlane.eu/en/carv6/auction/10725142
2026-03-26 12:24:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f3d110>
2026-03-26 12:24:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252F86d281c4-bbcc-4c9b-9df6-12f35038e1a4.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/86d281c4-bbcc-4c9b-9df6-12f35038e1a4.jpg saved to cache
2026-03-26 12:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 99d255a1-6038-5fda-a33d-7ee5d191a4f8
2026-03-26 12:24:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746574/general/55c9485b-d62e-48e1-8bbf-a336c8c38730.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726547)
2026-03-26 12:24:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746574/general/4a15f2f7-abe3-4d57-b5b7-c30c6d0bf5f0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726547)
2026-03-26 12:24:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746531/general/6f0fec75-0185-4b39-895c-ad0f7d46b960.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726499)
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252F8ebc7ac9-c756-4415-9b60-4cefac9b5a4e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/8ebc7ac9-c756-4415-9b60-4cefac9b5a4e.jpg not downloaded yet
2026-03-26 12:24:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d255590>
2026-03-26 12:24:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252F89482c97-4936-44a8-b9ce-1784492f2397.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/89482c97-4936-44a8-b9ce-1784492f2397.jpg saved to cache
2026-03-26 12:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 99d255a1-6038-5fda-a33d-7ee5d191a4f8
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015658c5d0>
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252Fc783393e-98e8-4eab-9614-ef2d05608a46.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/c783393e-98e8-4eab-9614-ef2d05608a46.jpg saved to cache
2026-03-26 12:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 99d255a1-6038-5fda-a33d-7ee5d191a4f8
2026-03-26 12:24:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746526/general/827e5a38-cc0b-4b4b-b819-0558a6cc5a49.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726494)
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252F0b9b8cd9-8c58-4f39-a85c-609c34ecbe89.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/0b9b8cd9-8c58-4f39-a85c-609c34ecbe89.jpg not downloaded yet
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25b850>
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252F55c9485b-d62e-48e1-8bbf-a336c8c38730.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/55c9485b-d62e-48e1-8bbf-a336c8c38730.jpg saved to cache
2026-03-26 12:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item da8731fd-569c-5e6e-b473-6575ecd38a1f
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156472850>
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252F4a15f2f7-abe3-4d57-b5b7-c30c6d0bf5f0.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/4a15f2f7-abe3-4d57-b5b7-c30c6d0bf5f0.jpg saved to cache
2026-03-26 12:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item da8731fd-569c-5e6e-b473-6575ecd38a1f
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fb4610>
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252F6f0fec75-0185-4b39-895c-ad0f7d46b960.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/6f0fec75-0185-4b39-895c-ad0f7d46b960.jpg saved to cache
2026-03-26 12:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3be8c9ab-e5a0-5c49-b57b-356cd881c758
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252Febb4c312-8c57-4d05-aba0-d69ebf84b594.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/ebb4c312-8c57-4d05-aba0-d69ebf84b594.jpg not downloaded yet
2026-03-26 12:24:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746574/general/4ff1384e-ea29-480e-a473-74023a3119af.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726547)
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252Fc38ff288-5266-484e-8729-3031460ba1ce.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/c38ff288-5266-484e-8729-3031460ba1ce.jpg not downloaded yet
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015654ee90>
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252F827e5a38-cc0b-4b4b-b819-0558a6cc5a49.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/827e5a38-cc0b-4b4b-b819-0558a6cc5a49.jpg saved to cache
2026-03-26 12:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 99d255a1-6038-5fda-a33d-7ee5d191a4f8
2026-03-26 12:24:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746574/general/0d9e8848-b662-4e19-9f48-063d0cf2d93f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726547)
2026-03-26 12:24:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746526/general/cd314f84-648a-4899-8b84-46384e580aa5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726494)
2026-03-26 12:24:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c03d4d0>
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252F4ff1384e-ea29-480e-a473-74023a3119af.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/4ff1384e-ea29-480e-a473-74023a3119af.jpg saved to cache
2026-03-26 12:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item da8731fd-569c-5e6e-b473-6575ecd38a1f
2026-03-26 12:24:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746574/general/8ebc7ac9-c756-4415-9b60-4cefac9b5a4e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726547)
2026-03-26 12:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726428> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746574/general/ebb4c312-8c57-4d05-aba0-d69ebf84b594.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726547)
2026-03-26 12:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746574/general/0b9b8cd9-8c58-4f39-a85c-609c34ecbe89.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726547)
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e5c150>
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252F0d9e8848-b662-4e19-9f48-063d0cf2d93f.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/0d9e8848-b662-4e19-9f48-063d0cf2d93f.jpg saved to cache
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item da8731fd-569c-5e6e-b473-6575ecd38a1f
2026-03-26 12:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746526/general/f79e129c-41ce-4f22-90ff-95f524f25197.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726494)
2026-03-26 12:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746526/general/eead499d-6baa-4db5-af29-3fd7118ae698.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726494)
2026-03-26 12:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746574/general/76efc685-84dc-4566-ad92-ecd9b78318d7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726547)
2026-03-26 12:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746574/general/c38ff288-5266-484e-8729-3031460ba1ce.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726547)
2026-03-26 12:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746574/general/03315d7b-48a0-4188-981b-0b8ae43fafb3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726547)
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565012d0>
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252Fcd314f84-648a-4899-8b84-46384e580aa5.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/cd314f84-648a-4899-8b84-46384e580aa5.jpg saved to cache
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 99d255a1-6038-5fda-a33d-7ee5d191a4f8
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fc0290>
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252F8ebc7ac9-c756-4415-9b60-4cefac9b5a4e.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/8ebc7ac9-c756-4415-9b60-4cefac9b5a4e.jpg saved to cache
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item da8731fd-569c-5e6e-b473-6575ecd38a1f
2026-03-26 12:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726657> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0358155d-e632-5a82-befc-58fb8452e01f with identifier: 10726428
2026-03-26 12:24:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0358155d-e632-5a82-befc-58fb8452e01f with scrape type 1
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0358155d-e632-5a82-befc-58fb8452e01f
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252F5bc2eaba-3058-4b7e-acf1-e28ec5cc7229.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/5bc2eaba-3058-4b7e-acf1-e28ec5cc7229.jpg not downloaded yet
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632e310>
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252Febb4c312-8c57-4d05-aba0-d69ebf84b594.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/ebb4c312-8c57-4d05-aba0-d69ebf84b594.jpg saved to cache
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item da8731fd-569c-5e6e-b473-6575ecd38a1f
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e0990>
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252F0b9b8cd9-8c58-4f39-a85c-609c34ecbe89.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/0b9b8cd9-8c58-4f39-a85c-609c34ecbe89.jpg saved to cache
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item da8731fd-569c-5e6e-b473-6575ecd38a1f
2026-03-26 12:24: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 12:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746526/general/dc88f195-86ae-401d-a228-b1dc0a2ce518.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726494)
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252F1c228c60-0e8d-458b-b8a3-672156769414.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/1c228c60-0e8d-458b-b8a3-672156769414.jpg not downloaded yet
2026-03-26 12:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746531/general/83d3916e-0695-421d-bb69-3c3d20ff43fe.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726499)
2026-03-26 12:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746520/general/f8eb1758-ec00-45e3-97d5-aff7e905fad8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726480)
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156503b10>
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252Ff79e129c-41ce-4f22-90ff-95f524f25197.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/f79e129c-41ce-4f22-90ff-95f524f25197.jpg saved to cache
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 99d255a1-6038-5fda-a33d-7ee5d191a4f8
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c105050>
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252Feead499d-6baa-4db5-af29-3fd7118ae698.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/eead499d-6baa-4db5-af29-3fd7118ae698.jpg saved to cache
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 99d255a1-6038-5fda-a33d-7ee5d191a4f8
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156354610>
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252F76efc685-84dc-4566-ad92-ecd9b78318d7.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/76efc685-84dc-4566-ad92-ecd9b78318d7.jpg saved to cache
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item da8731fd-569c-5e6e-b473-6575ecd38a1f
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ef22d0>
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252Fc38ff288-5266-484e-8729-3031460ba1ce.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/c38ff288-5266-484e-8729-3031460ba1ce.jpg saved to cache
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item da8731fd-569c-5e6e-b473-6575ecd38a1f
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156edc790>
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746574%252Fgeneral%252F03315d7b-48a0-4188-981b-0b8ae43fafb3.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746574/general/03315d7b-48a0-4188-981b-0b8ae43fafb3.jpg saved to cache
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item da8731fd-569c-5e6e-b473-6575ecd38a1f
2026-03-26 12:24:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: da8731fd-569c-5e6e-b473-6575ecd38a1f, skipping ID generation
2026-03-26 12:24:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da8731fd-569c-5e6e-b473-6575ecd38a1f with scrape type 1
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item da8731fd-569c-5e6e-b473-6575ecd38a1f sending to next pipeline
2026-03-26 12:24:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: da8731fd-569c-5e6e-b473-6575ecd38a1f, identifier: 10726547
2026-03-26 12:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746520/general/d4176886-f47f-4b8a-be05-4b0076807257.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726480)
2026-03-26 12:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746531/general/dc16c671-5259-45ef-a1b6-02fa120835f7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726499)
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252F5286875c-7158-4475-ba02-61b5b47ecda9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/5286875c-7158-4475-ba02-61b5b47ecda9.jpg not downloaded yet
2026-03-26 12:24:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: da8731fd-569c-5e6e-b473-6575ecd38a1f with identifier: 10726547
2026-03-26 12:24:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: da8731fd-569c-5e6e-b473-6575ecd38a1f with identifier: 10726547
2026-03-26 12:24:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: da8731fd-569c-5e6e-b473-6575ecd38a1f with identifier: 10726547 to the API
2026-03-26 12:24:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746574/general/03315d7b-48a0-4188-981b-0b8ae43fafb3.jpg>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 250,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'da8731fd-569c-5e6e-b473-6575ecd38a1f',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5027432',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726547',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volvo',
'model': 'XC60',
'odometer': 40342,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 20,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123068,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746574/general/55c9485b-d62e-48e1-8bbf-a336c8c38730.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115960,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746574/general/76efc685-84dc-4566-ad92-ecd9b78318d7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165986,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746574/general/4a15f2f7-abe3-4d57-b5b7-c30c6d0bf5f0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164141,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746574/general/03315d7b-48a0-4188-981b-0b8ae43fafb3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137803,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746574/general/0d9e8848-b662-4e19-9f48-063d0cf2d93f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113524,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746574/general/4ff1384e-ea29-480e-a473-74023a3119af.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165643,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746574/general/8ebc7ac9-c756-4415-9b60-4cefac9b5a4e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73068,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746574/general/0b9b8cd9-8c58-4f39-a85c-609c34ecbe89.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98627,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746574/general/ebb4c312-8c57-4d05-aba0-d69ebf84b594.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da8731fd-569c-5e6e-b473-6575ecd38a1f/da8731fd-569c-5e6e-b473-6575ecd38a1f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164616,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746574/general/c38ff288-5266-484e-8729-3031460ba1ce.jpg',
'Width': 1280}],
'price': 25100,
'price_includes_vat': True,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volvo XC60 3.2 Ultimate Dark - AWD - Petrol - Automatic - 250 hp - '
'40.342 km',
'transmission': 'automatic',
'trim': 'Ultimate Dark',
'vin': None,
'year': 2023}
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726547%27 HTTP/1.1" 200 None
2026-03-26 12:24:18 [adesa.de] INFO: Saving data for 10726547: {'created_time': 1774527858.053774, 'last_price_update_time': 1774527858.053786, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726547') HTTP/1.1" 204 0
2026-03-26 12:24:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c2ccb21-0c49-505b-9fe3-0ef1827b8629 with identifier: 10726657
2026-03-26 12:24:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c2ccb21-0c49-505b-9fe3-0ef1827b8629 with scrape type 1
2026-03-26 12:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0c2ccb21-0c49-505b-9fe3-0ef1827b8629
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252F67979d7f-fb50-42ad-8148-564bbb6b9ef3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/67979d7f-fb50-42ad-8148-564bbb6b9ef3.jpg not downloaded yet
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252F368e910c-b255-45ed-8118-464c408c3e4f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/368e910c-b255-45ed-8118-464c408c3e4f.jpg not downloaded yet
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252F33d418ad-ff54-4841-8893-bb69e7a8b627.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/33d418ad-ff54-4841-8893-bb69e7a8b627.jpg not downloaded yet
2026-03-26 12:24:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c07b5d0>
2026-03-26 12:24:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746526%252Fgeneral%252Fdc88f195-86ae-401d-a228-b1dc0a2ce518.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746526/general/dc88f195-86ae-401d-a228-b1dc0a2ce518.jpg saved to cache
2026-03-26 12:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 99d255a1-6038-5fda-a33d-7ee5d191a4f8
2026-03-26 12:24:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 99d255a1-6038-5fda-a33d-7ee5d191a4f8, skipping ID generation
2026-03-26 12:24:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99d255a1-6038-5fda-a33d-7ee5d191a4f8 with scrape type 1
2026-03-26 12:24:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 99d255a1-6038-5fda-a33d-7ee5d191a4f8 sending to next pipeline
2026-03-26 12:24:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 99d255a1-6038-5fda-a33d-7ee5d191a4f8, identifier: 10726494
2026-03-26 12:24:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fcbe10>
2026-03-26 12:24:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252F83d3916e-0695-421d-bb69-3c3d20ff43fe.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/83d3916e-0695-421d-bb69-3c3d20ff43fe.jpg saved to cache
2026-03-26 12:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3be8c9ab-e5a0-5c49-b57b-356cd881c758
2026-03-26 12:24:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c058e10>
2026-03-26 12:24:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252Ff8eb1758-ec00-45e3-97d5-aff7e905fad8.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/f8eb1758-ec00-45e3-97d5-aff7e905fad8.jpg saved to cache
2026-03-26 12:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a2f4610d-8b33-5765-80c4-71ec29c3a369
2026-03-26 12:24:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732829/general/5bc2eaba-3058-4b7e-acf1-e28ec5cc7229.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726428)
2026-03-26 12:24:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 99d255a1-6038-5fda-a33d-7ee5d191a4f8 with identifier: 10726494
2026-03-26 12:24:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 99d255a1-6038-5fda-a33d-7ee5d191a4f8 with identifier: 10726494
2026-03-26 12:24:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 99d255a1-6038-5fda-a33d-7ee5d191a4f8 with identifier: 10726494 to the API
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746526/general/dc88f195-86ae-401d-a228-b1dc0a2ce518.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 310,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Hybrid',
'id': '99d255a1-6038-5fda-a33d-7ee5d191a4f8',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '427358',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726494',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volvo',
'model': 'XC90',
'odometer': 134283,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 48,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152094,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746526/general/cd007f3b-7857-429e-8297-2b42d59f193f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99034,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746526/general/57ac85a3-f2d2-47bf-afa1-37ebb628ea92.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146416,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746526/general/86d281c4-bbcc-4c9b-9df6-12f35038e1a4.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96150,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746526/general/c783393e-98e8-4eab-9614-ef2d05608a46.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61038,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746526/general/89482c97-4936-44a8-b9ce-1784492f2397.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133373,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746526/general/cd314f84-648a-4899-8b84-46384e580aa5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151805,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746526/general/dc88f195-86ae-401d-a228-b1dc0a2ce518.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147129,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746526/general/827e5a38-cc0b-4b4b-b819-0558a6cc5a49.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59189,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746526/general/f79e129c-41ce-4f22-90ff-95f524f25197.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99d255a1-6038-5fda-a33d-7ee5d191a4f8/99d255a1-6038-5fda-a33d-7ee5d191a4f8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128313,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746526/general/eead499d-6baa-4db5-af29-3fd7118ae698.jpg',
'Width': 1280}],
'price': 24400,
'price_includes_vat': True,
'registration_date': '2023-11-01',
'seats_number': 7,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volvo XC90 T8 Core - Hybrid - Automatic - 310 hp - 134.283 km',
'transmission': 'automatic',
'trim': 'Core',
'vin': None,
'year': 2023}
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726494%27 HTTP/1.1" 200 None
2026-03-26 12:24:18 [adesa.de] INFO: Saving data for 10726494: {'created_time': 1774527858.849085, 'last_price_update_time': 1774527858.849097, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726494') HTTP/1.1" 204 0
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252Faf52df79-cd70-4ba8-b1ea-4b0f07a493c2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/af52df79-cd70-4ba8-b1ea-4b0f07a493c2.jpg not downloaded yet
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252F611dcf35-43f8-4dfe-8f9c-8e0af87f08d5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/611dcf35-43f8-4dfe-8f9c-8e0af87f08d5.jpg not downloaded yet
2026-03-26 12:24:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ca5d0>
2026-03-26 12:24:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746520%252Fgeneral%252Fd4176886-f47f-4b8a-be05-4b0076807257.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746520/general/d4176886-f47f-4b8a-be05-4b0076807257.jpg saved to cache
2026-03-26 12:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a2f4610d-8b33-5765-80c4-71ec29c3a369
2026-03-26 12:24:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a2f4610d-8b33-5765-80c4-71ec29c3a369, skipping ID generation
2026-03-26 12:24:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2f4610d-8b33-5765-80c4-71ec29c3a369 with scrape type 1
2026-03-26 12:24:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a2f4610d-8b33-5765-80c4-71ec29c3a369 sending to next pipeline
2026-03-26 12:24:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: a2f4610d-8b33-5765-80c4-71ec29c3a369, identifier: 10726480
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e36dd0>
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252Fdc16c671-5259-45ef-a1b6-02fa120835f7.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/dc16c671-5259-45ef-a1b6-02fa120835f7.jpg saved to cache
2026-03-26 12:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3be8c9ab-e5a0-5c49-b57b-356cd881c758
2026-03-26 12:24:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732829/general/1c228c60-0e8d-458b-b8a3-672156769414.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726428)
2026-03-26 12:24:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746551/general/4d3e184a-78b3-4342-b0d4-bd2c425bd9bf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726522)
2026-03-26 12:24:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: a2f4610d-8b33-5765-80c4-71ec29c3a369 with identifier: 10726480
2026-03-26 12:24:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: a2f4610d-8b33-5765-80c4-71ec29c3a369 with identifier: 10726480
2026-03-26 12:24:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: a2f4610d-8b33-5765-80c4-71ec29c3a369 with identifier: 10726480 to the API
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746520/general/d4176886-f47f-4b8a-be05-4b0076807257.jpg>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'a2f4610d-8b33-5765-80c4-71ec29c3a369',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4644685',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726480',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 36862,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 34,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151696,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746520/general/88ef9415-386f-437e-a009-0a65b9b90722.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89556,
'Height': 450,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746520/general/f8eb1758-ec00-45e3-97d5-aff7e905fad8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150184,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746520/general/d4176886-f47f-4b8a-be05-4b0076807257.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148112,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746520/general/f95519b3-b26f-458f-a0ff-898709bed871.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128053,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746520/general/63d2c5f1-848a-49fd-b3c7-385ac1fa050d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122737,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746520/general/9c3a2069-ed1b-4e0e-b56c-5c302b09b4b8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85719,
'Height': 450,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746520/general/de4a9e39-7458-403c-803f-905f6ef011f1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72073,
'Height': 450,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746520/general/d2c7e124-e838-414b-808f-ffc3a39a1029.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124445,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746520/general/bc8edc05-8374-4acd-b5c0-dd5e950a1a9b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2f4610d-8b33-5765-80c4-71ec29c3a369/a2f4610d-8b33-5765-80c4-71ec29c3a369_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98828,
'Height': 450,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746520/general/28207e57-a5b1-45ed-a2b6-742bfbdaef68.jpg',
'Width': 800}],
'price': 11100,
'price_includes_vat': True,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Kamiq 1.0 TSI Style - Petrol - Automatic - 110 hp - 36.862 km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2022}
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726480%27 HTTP/1.1" 200 None
2026-03-26 12:24:19 [adesa.de] INFO: Saving data for 10726480: {'created_time': 1774527859.579378, 'last_price_update_time': 1774527859.579389, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726480') HTTP/1.1" 204 0
2026-03-26 12:24:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746531/general/5b533b94-f4e9-49df-a933-50caed1e7658.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726499)
2026-03-26 12:24:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746531/general/be33d865-a13f-4377-9119-2491db919895.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726499)
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252F68e5207a-be81-4677-b4a3-3f1828b893a5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/68e5207a-be81-4677-b4a3-3f1828b893a5.jpg not downloaded yet
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252Fe6fbe11e-16fd-467d-8e4e-9589a8a3e62f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/e6fbe11e-16fd-467d-8e4e-9589a8a3e62f.jpg not downloaded yet
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d328f90>
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252F5bc2eaba-3058-4b7e-acf1-e28ec5cc7229.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/5bc2eaba-3058-4b7e-acf1-e28ec5cc7229.jpg saved to cache
2026-03-26 12:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0358155d-e632-5a82-befc-58fb8452e01f
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252Fa5b9d4fb-f043-430d-97ea-f304f63d0036.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/a5b9d4fb-f043-430d-97ea-f304f63d0036.jpg not downloaded yet
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252F535696da-b4d4-407e-912f-0221957ab188.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/535696da-b4d4-407e-912f-0221957ab188.jpg not downloaded yet
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564293d0>
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252F1c228c60-0e8d-458b-b8a3-672156769414.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/1c228c60-0e8d-458b-b8a3-672156769414.jpg saved to cache
2026-03-26 12:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0358155d-e632-5a82-befc-58fb8452e01f
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156eb3d10>
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252F4d3e184a-78b3-4342-b0d4-bd2c425bd9bf.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/4d3e184a-78b3-4342-b0d4-bd2c425bd9bf.jpg saved to cache
2026-03-26 12:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 201bd557-c00e-5222-ab5c-abc1319a1edf
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252F0d455a59-eea9-425c-81b6-ef586d0181b8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/0d455a59-eea9-425c-81b6-ef586d0181b8.jpg not downloaded yet
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252F3f67eee4-f98c-4762-b8bd-adf7dd4f829e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/3f67eee4-f98c-4762-b8bd-adf7dd4f829e.jpg not downloaded yet
2026-03-26 12:24:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732829/general/368e910c-b255-45ed-8118-464c408c3e4f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726428)
2026-03-26 12:24:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746678/general/33d418ad-ff54-4841-8893-bb69e7a8b627.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726657)
2026-03-26 12:24:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746678/general/67979d7f-fb50-42ad-8148-564bbb6b9ef3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726657)
2026-03-26 12:24:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746678/general/611dcf35-43f8-4dfe-8f9c-8e0af87f08d5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726657)
2026-03-26 12:24:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732829/general/af52df79-cd70-4ba8-b1ea-4b0f07a493c2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726428)
2026-03-26 12:24:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746531/general/bdf94e6a-cece-4f64-8bb5-c62c4d1791ff.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726499)
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252F215f2d35-ffe7-44b8-bfc4-34074ed32de6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/215f2d35-ffe7-44b8-bfc4-34074ed32de6.jpg not downloaded yet
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252F48b0f2ef-f666-4a1f-b6da-84ae04230eb8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/48b0f2ef-f666-4a1f-b6da-84ae04230eb8.jpg not downloaded yet
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015658d7d0>
2026-03-26 12:24:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252F5b533b94-f4e9-49df-a933-50caed1e7658.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/5b533b94-f4e9-49df-a933-50caed1e7658.jpg saved to cache
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3be8c9ab-e5a0-5c49-b57b-356cd881c758
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c17b310>
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252Fbe33d865-a13f-4377-9119-2491db919895.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/be33d865-a13f-4377-9119-2491db919895.jpg saved to cache
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3be8c9ab-e5a0-5c49-b57b-356cd881c758
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252F1778ba83-8d61-4280-afbd-7e077b757cc5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/1778ba83-8d61-4280-afbd-7e077b757cc5.jpg not downloaded yet
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252Fa573615b-21e1-4c5c-a148-3a8a0f1a5c16.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/a573615b-21e1-4c5c-a148-3a8a0f1a5c16.jpg not downloaded yet
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf674d0>
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252F368e910c-b255-45ed-8118-464c408c3e4f.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/368e910c-b255-45ed-8118-464c408c3e4f.jpg saved to cache
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0358155d-e632-5a82-befc-58fb8452e01f
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f3c410>
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252F33d418ad-ff54-4841-8893-bb69e7a8b627.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/33d418ad-ff54-4841-8893-bb69e7a8b627.jpg saved to cache
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0c2ccb21-0c49-505b-9fe3-0ef1827b8629
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156339ad0>
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252F67979d7f-fb50-42ad-8148-564bbb6b9ef3.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/67979d7f-fb50-42ad-8148-564bbb6b9ef3.jpg saved to cache
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0c2ccb21-0c49-505b-9fe3-0ef1827b8629
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c079790>
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252F611dcf35-43f8-4dfe-8f9c-8e0af87f08d5.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/611dcf35-43f8-4dfe-8f9c-8e0af87f08d5.jpg saved to cache
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0c2ccb21-0c49-505b-9fe3-0ef1827b8629
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e647d0>
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252Faf52df79-cd70-4ba8-b1ea-4b0f07a493c2.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/af52df79-cd70-4ba8-b1ea-4b0f07a493c2.jpg saved to cache
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0358155d-e632-5a82-befc-58fb8452e01f
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633cf10>
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746531%252Fgeneral%252Fbdf94e6a-cece-4f64-8bb5-c62c4d1791ff.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746531/general/bdf94e6a-cece-4f64-8bb5-c62c4d1791ff.jpg saved to cache
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3be8c9ab-e5a0-5c49-b57b-356cd881c758
2026-03-26 12:24:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3be8c9ab-e5a0-5c49-b57b-356cd881c758, skipping ID generation
2026-03-26 12:24:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3be8c9ab-e5a0-5c49-b57b-356cd881c758 with scrape type 1
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3be8c9ab-e5a0-5c49-b57b-356cd881c758 sending to next pipeline
2026-03-26 12:24:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 3be8c9ab-e5a0-5c49-b57b-356cd881c758, identifier: 10726499
2026-03-26 12:24:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732829/general/a5b9d4fb-f043-430d-97ea-f304f63d0036.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726428)
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252F303266f9-0e89-4c2c-b83f-c91b2cd7cb5e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/303266f9-0e89-4c2c-b83f-c91b2cd7cb5e.jpg not downloaded yet
2026-03-26 12:24:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 3be8c9ab-e5a0-5c49-b57b-356cd881c758 with identifier: 10726499
2026-03-26 12:24:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 3be8c9ab-e5a0-5c49-b57b-356cd881c758 with identifier: 10726499
2026-03-26 12:24:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 3be8c9ab-e5a0-5c49-b57b-356cd881c758 with identifier: 10726499 to the API
2026-03-26 12:24:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746531/general/bdf94e6a-cece-4f64-8bb5-c62c4d1791ff.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '3be8c9ab-e5a0-5c49-b57b-356cd881c758',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5010766',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726499',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Mokka',
'odometer': 17878,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 28,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170945,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746531/general/5b533b94-f4e9-49df-a933-50caed1e7658.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137897,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746531/general/be33d865-a13f-4377-9119-2491db919895.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112558,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746531/general/bdf94e6a-cece-4f64-8bb5-c62c4d1791ff.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159598,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746531/general/dc16c671-5259-45ef-a1b6-02fa120835f7.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83508,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746531/general/83d3916e-0695-421d-bb69-3c3d20ff43fe.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149514,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746531/general/391222a8-a961-4564-92e0-7f8ae0e6800d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136288,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746531/general/6f0fec75-0185-4b39-895c-ad0f7d46b960.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167721,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746531/general/53f381ce-a703-4a57-ab7b-62fd20f2e67a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138846,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746531/general/691c5d6c-f1d1-4476-b19a-63931b43554b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be8c9ab-e5a0-5c49-b57b-356cd881c758/3be8c9ab-e5a0-5c49-b57b-356cd881c758_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116488,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746531/general/5a99933a-e68c-449d-a1e7-59fa7a049589.jpg',
'Width': 800}],
'price': 10400,
'price_includes_vat': True,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Opel Mokka 1.2 Elegance - Petrol - Automatic - 130 hp - 17.878 km',
'transmission': 'automatic',
'trim': 'Elegance',
'vin': None,
'year': 2023}
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726499%27 HTTP/1.1" 200 None
2026-03-26 12:24:21 [adesa.de] INFO: Saving data for 10726499: {'created_time': 1774527861.118363, 'last_price_update_time': 1774527861.118378, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726499') HTTP/1.1" 204 0
2026-03-26 12:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732829/general/68e5207a-be81-4677-b4a3-3f1828b893a5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726428)
2026-03-26 12:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732829/general/0d455a59-eea9-425c-81b6-ef586d0181b8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726428)
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252Fb0ff6891-b8d2-4c56-b371-0712db29d2d2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/b0ff6891-b8d2-4c56-b371-0712db29d2d2.jpg not downloaded yet
2026-03-26 12:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746678/general/3f67eee4-f98c-4762-b8bd-adf7dd4f829e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726657)
2026-03-26 12:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746678/general/e6fbe11e-16fd-467d-8e4e-9589a8a3e62f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726657)
2026-03-26 12:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746678/general/535696da-b4d4-407e-912f-0221957ab188.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726657)
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565c0e10>
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252Fa5b9d4fb-f043-430d-97ea-f304f63d0036.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/a5b9d4fb-f043-430d-97ea-f304f63d0036.jpg saved to cache
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0358155d-e632-5a82-befc-58fb8452e01f
2026-03-26 12:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732829/general/1778ba83-8d61-4280-afbd-7e077b757cc5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726428)
2026-03-26 12:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746678/general/a573615b-21e1-4c5c-a148-3a8a0f1a5c16.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726657)
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015634f2d0>
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252F68e5207a-be81-4677-b4a3-3f1828b893a5.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/68e5207a-be81-4677-b4a3-3f1828b893a5.jpg saved to cache
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0358155d-e632-5a82-befc-58fb8452e01f
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645bcd0>
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252F0d455a59-eea9-425c-81b6-ef586d0181b8.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/0d455a59-eea9-425c-81b6-ef586d0181b8.jpg saved to cache
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0358155d-e632-5a82-befc-58fb8452e01f
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e1bf90>
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252F3f67eee4-f98c-4762-b8bd-adf7dd4f829e.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/3f67eee4-f98c-4762-b8bd-adf7dd4f829e.jpg saved to cache
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0c2ccb21-0c49-505b-9fe3-0ef1827b8629
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0aa650>
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252Fe6fbe11e-16fd-467d-8e4e-9589a8a3e62f.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/e6fbe11e-16fd-467d-8e4e-9589a8a3e62f.jpg saved to cache
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0c2ccb21-0c49-505b-9fe3-0ef1827b8629
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c107c10>
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252F535696da-b4d4-407e-912f-0221957ab188.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/535696da-b4d4-407e-912f-0221957ab188.jpg saved to cache
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0c2ccb21-0c49-505b-9fe3-0ef1827b8629
2026-03-26 12:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732829/general/215f2d35-ffe7-44b8-bfc4-34074ed32de6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726428)
2026-03-26 12:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746678/general/b0ff6891-b8d2-4c56-b371-0712db29d2d2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726657)
2026-03-26 12:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732829/general/5286875c-7158-4475-ba02-61b5b47ecda9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726428)
2026-03-26 12:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746678/general/48b0f2ef-f666-4a1f-b6da-84ae04230eb8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726657)
2026-03-26 12:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746551/general/3cdaca8a-7333-4540-be2e-5f5711934583.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726522)
2026-03-26 12:24:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746678/general/303266f9-0e89-4c2c-b83f-c91b2cd7cb5e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726657)
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156415950>
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252F1778ba83-8d61-4280-afbd-7e077b757cc5.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/1778ba83-8d61-4280-afbd-7e077b757cc5.jpg saved to cache
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0358155d-e632-5a82-befc-58fb8452e01f
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015640d390>
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252Fa573615b-21e1-4c5c-a148-3a8a0f1a5c16.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/a573615b-21e1-4c5c-a148-3a8a0f1a5c16.jpg saved to cache
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0c2ccb21-0c49-505b-9fe3-0ef1827b8629
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c176b50>
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252F215f2d35-ffe7-44b8-bfc4-34074ed32de6.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/215f2d35-ffe7-44b8-bfc4-34074ed32de6.jpg saved to cache
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0358155d-e632-5a82-befc-58fb8452e01f
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b3990>
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252Fb0ff6891-b8d2-4c56-b371-0712db29d2d2.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/b0ff6891-b8d2-4c56-b371-0712db29d2d2.jpg saved to cache
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0c2ccb21-0c49-505b-9fe3-0ef1827b8629
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156527f10>
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732829%252Fgeneral%252F5286875c-7158-4475-ba02-61b5b47ecda9.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732829/general/5286875c-7158-4475-ba02-61b5b47ecda9.jpg saved to cache
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0358155d-e632-5a82-befc-58fb8452e01f
2026-03-26 12:24:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0358155d-e632-5a82-befc-58fb8452e01f, skipping ID generation
2026-03-26 12:24:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0358155d-e632-5a82-befc-58fb8452e01f with scrape type 1
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0358155d-e632-5a82-befc-58fb8452e01f sending to next pipeline
2026-03-26 12:24:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 0358155d-e632-5a82-befc-58fb8452e01f, identifier: 10726428
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156458d50>
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252F48b0f2ef-f666-4a1f-b6da-84ae04230eb8.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/48b0f2ef-f666-4a1f-b6da-84ae04230eb8.jpg saved to cache
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0c2ccb21-0c49-505b-9fe3-0ef1827b8629
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e50ad0>
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252F3cdaca8a-7333-4540-be2e-5f5711934583.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/3cdaca8a-7333-4540-be2e-5f5711934583.jpg saved to cache
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 201bd557-c00e-5222-ab5c-abc1319a1edf
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf61f50>
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746678%252Fgeneral%252F303266f9-0e89-4c2c-b83f-c91b2cd7cb5e.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746678/general/303266f9-0e89-4c2c-b83f-c91b2cd7cb5e.jpg saved to cache
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0c2ccb21-0c49-505b-9fe3-0ef1827b8629
2026-03-26 12:24:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0c2ccb21-0c49-505b-9fe3-0ef1827b8629, skipping ID generation
2026-03-26 12:24:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c2ccb21-0c49-505b-9fe3-0ef1827b8629 with scrape type 1
2026-03-26 12:24:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0c2ccb21-0c49-505b-9fe3-0ef1827b8629 sending to next pipeline
2026-03-26 12:24:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 0c2ccb21-0c49-505b-9fe3-0ef1827b8629, identifier: 10726657
2026-03-26 12:24:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 0358155d-e632-5a82-befc-58fb8452e01f with identifier: 10726428
2026-03-26 12:24:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 0358155d-e632-5a82-befc-58fb8452e01f with identifier: 10726428
2026-03-26 12:24:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 0358155d-e632-5a82-befc-58fb8452e01f with identifier: 10726428 to the API
2026-03-26 12:24:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5732829/general/5286875c-7158-4475-ba02-61b5b47ecda9.jpg>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 250,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '0358155d-e632-5a82-befc-58fb8452e01f',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5890648',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726428',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volvo',
'model': 'XC60',
'odometer': 28873,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 42,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106750,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732829/general/5bc2eaba-3058-4b7e-acf1-e28ec5cc7229.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104744,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732829/general/1c228c60-0e8d-458b-b8a3-672156769414.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100078,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732829/general/5286875c-7158-4475-ba02-61b5b47ecda9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106365,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732829/general/368e910c-b255-45ed-8118-464c408c3e4f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101883,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732829/general/af52df79-cd70-4ba8-b1ea-4b0f07a493c2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67789,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732829/general/68e5207a-be81-4677-b4a3-3f1828b893a5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61092,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732829/general/a5b9d4fb-f043-430d-97ea-f304f63d0036.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105629,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732829/general/0d455a59-eea9-425c-81b6-ef586d0181b8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109041,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732829/general/215f2d35-ffe7-44b8-bfc4-34074ed32de6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0358155d-e632-5a82-befc-58fb8452e01f/0358155d-e632-5a82-befc-58fb8452e01f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84852,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732829/general/1778ba83-8d61-4280-afbd-7e077b757cc5.jpg',
'Width': 800}],
'price': 24800,
'price_includes_vat': True,
'registration_date': '2024-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volvo XC60 3.2 Ultimate Dark - AWD - Petrol - Automatic - 250 hp - '
'28.873 km',
'transmission': 'automatic',
'trim': 'Ultimate Dark',
'vin': None,
'year': 2024}
2026-03-26 12:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726428%27 HTTP/1.1" 200 None
2026-03-26 12:24:22 [adesa.de] INFO: Saving data for 10726428: {'created_time': 1774527862.723609, 'last_price_update_time': 1774527862.723624, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726428') HTTP/1.1" 204 0
2026-03-26 12:24:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 0c2ccb21-0c49-505b-9fe3-0ef1827b8629 with identifier: 10726657
2026-03-26 12:24:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 0c2ccb21-0c49-505b-9fe3-0ef1827b8629 with identifier: 10726657
2026-03-26 12:24:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 0c2ccb21-0c49-505b-9fe3-0ef1827b8629 with identifier: 10726657 to the API
2026-03-26 12:24:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746678/general/303266f9-0e89-4c2c-b83f-c91b2cd7cb5e.jpg>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 303,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Hybrid',
'id': '0c2ccb21-0c49-505b-9fe3-0ef1827b8629',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '348999',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726657',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Volvo',
'model': 'XC60',
'odometer': 122121,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 44,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125671,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746678/general/67979d7f-fb50-42ad-8148-564bbb6b9ef3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168228,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746678/general/33d418ad-ff54-4841-8893-bb69e7a8b627.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128598,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746678/general/611dcf35-43f8-4dfe-8f9c-8e0af87f08d5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142539,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746678/general/e6fbe11e-16fd-467d-8e4e-9589a8a3e62f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144690,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746678/general/535696da-b4d4-407e-912f-0221957ab188.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148157,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746678/general/3f67eee4-f98c-4762-b8bd-adf7dd4f829e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129814,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746678/general/48b0f2ef-f666-4a1f-b6da-84ae04230eb8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143570,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746678/general/a573615b-21e1-4c5c-a148-3a8a0f1a5c16.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118955,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746678/general/303266f9-0e89-4c2c-b83f-c91b2cd7cb5e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c2ccb21-0c49-505b-9fe3-0ef1827b8629/0c2ccb21-0c49-505b-9fe3-0ef1827b8629_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79458,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746678/general/b0ff6891-b8d2-4c56-b371-0712db29d2d2.jpg',
'Width': 800}],
'price': 16900,
'price_includes_vat': True,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volvo XC60 3.2 R-Design - Hybrid - Automatic - 303 hp - 122.121 km',
'transmission': 'automatic',
'trim': 'R-Design',
'vin': None,
'year': 2021}
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726657%27 HTTP/1.1" 200 None
2026-03-26 12:24:23 [adesa.de] INFO: Saving data for 10726657: {'created_time': 1774527863.122453, 'last_price_update_time': 1774527863.122465, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726657') HTTP/1.1" 204 0
2026-03-26 12:24:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746551/general/bc4f3d53-d80e-4e8c-8bde-04520fe9f5d4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726522)
2026-03-26 12:24:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746551/general/24559210-08da-4893-9188-e54894c45176.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726522)
2026-03-26 12:24:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746551/general/5e5fd35a-fd6c-4fec-b638-4ea7fa713c52.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726522)
2026-03-26 12:24:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746551/general/b1006ae3-7616-4bd7-81f5-b34394a0be13.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726522)
2026-03-26 12:24:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746551/general/fd354e81-9d4c-4154-8b6a-dc12875459dc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726522)
2026-03-26 12:24:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746551/general/1c513a1b-741a-498e-93b9-19f9c814c798.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726522)
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015dfd3e10>
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252Fbc4f3d53-d80e-4e8c-8bde-04520fe9f5d4.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/bc4f3d53-d80e-4e8c-8bde-04520fe9f5d4.jpg saved to cache
2026-03-26 12:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 201bd557-c00e-5222-ab5c-abc1319a1edf
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015657dd10>
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252F24559210-08da-4893-9188-e54894c45176.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/24559210-08da-4893-9188-e54894c45176.jpg saved to cache
2026-03-26 12:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 201bd557-c00e-5222-ab5c-abc1319a1edf
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f77cd0>
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252F5e5fd35a-fd6c-4fec-b638-4ea7fa713c52.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/5e5fd35a-fd6c-4fec-b638-4ea7fa713c52.jpg saved to cache
2026-03-26 12:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 201bd557-c00e-5222-ab5c-abc1319a1edf
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156558910>
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252Fb1006ae3-7616-4bd7-81f5-b34394a0be13.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/b1006ae3-7616-4bd7-81f5-b34394a0be13.jpg saved to cache
2026-03-26 12:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 201bd557-c00e-5222-ab5c-abc1319a1edf
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c095810>
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252Ffd354e81-9d4c-4154-8b6a-dc12875459dc.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/fd354e81-9d4c-4154-8b6a-dc12875459dc.jpg saved to cache
2026-03-26 12:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 201bd557-c00e-5222-ab5c-abc1319a1edf
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c106f10>
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746551%252Fgeneral%252F1c513a1b-741a-498e-93b9-19f9c814c798.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746551/general/1c513a1b-741a-498e-93b9-19f9c814c798.jpg saved to cache
2026-03-26 12:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 201bd557-c00e-5222-ab5c-abc1319a1edf
2026-03-26 12:24:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 201bd557-c00e-5222-ab5c-abc1319a1edf, skipping ID generation
2026-03-26 12:24:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 201bd557-c00e-5222-ab5c-abc1319a1edf with scrape type 1
2026-03-26 12:24:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 201bd557-c00e-5222-ab5c-abc1319a1edf sending to next pipeline
2026-03-26 12:24:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 201bd557-c00e-5222-ab5c-abc1319a1edf, identifier: 10726522
2026-03-26 12:24:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 201bd557-c00e-5222-ab5c-abc1319a1edf with identifier: 10726522
2026-03-26 12:24:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 201bd557-c00e-5222-ab5c-abc1319a1edf with identifier: 10726522
2026-03-26 12:24:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 201bd557-c00e-5222-ab5c-abc1319a1edf with identifier: 10726522 to the API
2026-03-26 12:24:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746551/general/1c513a1b-741a-498e-93b9-19f9c814c798.jpg>
{'auction_title': '',
'c_o_2_emission_value': 93,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 75,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '201bd557-c00e-5222-ab5c-abc1319a1edf',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '432306',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726522',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 76664,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 36,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137443,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746551/general/fd354e81-9d4c-4154-8b6a-dc12875459dc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134398,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746551/general/1c513a1b-741a-498e-93b9-19f9c814c798.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116226,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746551/general/24559210-08da-4893-9188-e54894c45176.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123427,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746551/general/bc4f3d53-d80e-4e8c-8bde-04520fe9f5d4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86836,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746551/general/b1006ae3-7616-4bd7-81f5-b34394a0be13.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80453,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746551/general/5e5fd35a-fd6c-4fec-b638-4ea7fa713c52.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93562,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746551/general/3cdaca8a-7333-4540-be2e-5f5711934583.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75901,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746551/general/4d3e184a-78b3-4342-b0d4-bd2c425bd9bf.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106711,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746551/general/ff9ab9db-dc54-4b62-ac0f-5e8a3abb0a71.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_201bd557-c00e-5222-ab5c-abc1319a1edf/201bd557-c00e-5222-ab5c-abc1319a1edf_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110349,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746551/general/76d05e32-618d-431a-8056-208f131b4bec.jpg',
'Width': 800}],
'price': 5300,
'price_includes_vat': True,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Opel Corsa 1.2 Edition - Petrol - Manual - 75 hp - 76.664 km',
'transmission': 'manual',
'trim': 'Edition',
'vin': None,
'year': 2021}
2026-03-26 12:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726522%27 HTTP/1.1" 200 None
2026-03-26 12:24:24 [adesa.de] INFO: Saving data for 10726522: {'created_time': 1774527864.04015, 'last_price_update_time': 1774527864.040162, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726522') HTTP/1.1" 204 0
2026-03-26 12:24:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727940> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:24:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d11fccf-c653-5dfb-9f5f-5cea37ec08a2 with identifier: 10727940
2026-03-26 12:24:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d11fccf-c653-5dfb-9f5f-5cea37ec08a2 with scrape type 1
2026-03-26 12:24:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4d11fccf-c653-5dfb-9f5f-5cea37ec08a2
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636385%252Fgeneral%252Fcc2769ed-fae6-4802-9dd8-993daa192b48.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636385/general/cc2769ed-fae6-4802-9dd8-993daa192b48.jpg already downloaded
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636385%252Fgeneral%252F06ec589d-fd57-4e45-907d-8113a6a17266.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636385/general/06ec589d-fd57-4e45-907d-8113a6a17266.jpg already downloaded
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636385%252Fgeneral%252F20530de1-9c96-49d2-bc20-9603740ff527.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636385/general/20530de1-9c96-49d2-bc20-9603740ff527.jpg already downloaded
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636385%252Fgeneral%252Ffa7b9348-427d-4c56-9f18-d0fa418a97c5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636385/general/fa7b9348-427d-4c56-9f18-d0fa418a97c5.jpg already downloaded
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636385%252Fgeneral%252F995fe11a-1f63-41ef-9662-86cb302e0c59.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636385/general/995fe11a-1f63-41ef-9662-86cb302e0c59.jpg already downloaded
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636385%252Fgeneral%252F8d6a006d-592c-462f-809f-b6e18f7392fb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636385/general/8d6a006d-592c-462f-809f-b6e18f7392fb.jpg already downloaded
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636385%252Fgeneral%252F3e8e360d-c826-4ed4-bf29-22346bcae0f1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636385/general/3e8e360d-c826-4ed4-bf29-22346bcae0f1.jpg already downloaded
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636385%252Fgeneral%252F8d1acb6b-4641-4d2d-ae07-d6e6b59b457b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636385/general/8d1acb6b-4641-4d2d-ae07-d6e6b59b457b.jpg already downloaded
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636385%252Fgeneral%252F140d5e5b-f5c0-44c8-8401-c8c59f28a70b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636385/general/140d5e5b-f5c0-44c8-8401-c8c59f28a70b.jpg already downloaded
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636385%252Fgeneral%252Fb706b7ea-10ac-4238-ae60-7977bd44a0d8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636385/general/b706b7ea-10ac-4238-ae60-7977bd44a0d8.jpg already downloaded
2026-03-26 12:24:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 4d11fccf-c653-5dfb-9f5f-5cea37ec08a2, identifier: 10727940
2026-03-26 12:24:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 4d11fccf-c653-5dfb-9f5f-5cea37ec08a2 with identifier: 10727940
2026-03-26 12:24:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 4d11fccf-c653-5dfb-9f5f-5cea37ec08a2 with identifier: 10727940
2026-03-26 12:24:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 4d11fccf-c653-5dfb-9f5f-5cea37ec08a2 with identifier: 10727940 to the API
2026-03-26 12:24:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727940>
{'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': 181,
'expiration_date': '2026-03-27T13:34:00Z',
'fuel_type': 'Hybrid',
'id': '4d11fccf-c653-5dfb-9f5f-5cea37ec08a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990960-2485333',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727940',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 62446,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 19,
'photo_urls': ['https://images.openlane.eu/carimgs/5636385/general/cc2769ed-fae6-4802-9dd8-993daa192b48.jpg',
'https://images.openlane.eu/carimgs/5636385/general/06ec589d-fd57-4e45-907d-8113a6a17266.jpg',
'https://images.openlane.eu/carimgs/5636385/general/20530de1-9c96-49d2-bc20-9603740ff527.jpg',
'https://images.openlane.eu/carimgs/5636385/general/fa7b9348-427d-4c56-9f18-d0fa418a97c5.jpg',
'https://images.openlane.eu/carimgs/5636385/general/995fe11a-1f63-41ef-9662-86cb302e0c59.jpg',
'https://images.openlane.eu/carimgs/5636385/general/8d6a006d-592c-462f-809f-b6e18f7392fb.jpg',
'https://images.openlane.eu/carimgs/5636385/general/3e8e360d-c826-4ed4-bf29-22346bcae0f1.jpg',
'https://images.openlane.eu/carimgs/5636385/general/8d1acb6b-4641-4d2d-ae07-d6e6b59b457b.jpg',
'https://images.openlane.eu/carimgs/5636385/general/140d5e5b-f5c0-44c8-8401-c8c59f28a70b.jpg',
'https://images.openlane.eu/carimgs/5636385/general/b706b7ea-10ac-4238-ae60-7977bd44a0d8.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d11fccf-c653-5dfb-9f5f-5cea37ec08a2/4d11fccf-c653-5dfb-9f5f-5cea37ec08a2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98766,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636385/general/cc2769ed-fae6-4802-9dd8-993daa192b48.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d11fccf-c653-5dfb-9f5f-5cea37ec08a2/4d11fccf-c653-5dfb-9f5f-5cea37ec08a2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81008,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636385/general/06ec589d-fd57-4e45-907d-8113a6a17266.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d11fccf-c653-5dfb-9f5f-5cea37ec08a2/4d11fccf-c653-5dfb-9f5f-5cea37ec08a2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204480,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636385/general/20530de1-9c96-49d2-bc20-9603740ff527.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d11fccf-c653-5dfb-9f5f-5cea37ec08a2/4d11fccf-c653-5dfb-9f5f-5cea37ec08a2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101273,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636385/general/fa7b9348-427d-4c56-9f18-d0fa418a97c5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d11fccf-c653-5dfb-9f5f-5cea37ec08a2/4d11fccf-c653-5dfb-9f5f-5cea37ec08a2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226443,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636385/general/995fe11a-1f63-41ef-9662-86cb302e0c59.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d11fccf-c653-5dfb-9f5f-5cea37ec08a2/4d11fccf-c653-5dfb-9f5f-5cea37ec08a2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101601,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636385/general/8d6a006d-592c-462f-809f-b6e18f7392fb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d11fccf-c653-5dfb-9f5f-5cea37ec08a2/4d11fccf-c653-5dfb-9f5f-5cea37ec08a2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98623,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636385/general/3e8e360d-c826-4ed4-bf29-22346bcae0f1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d11fccf-c653-5dfb-9f5f-5cea37ec08a2/4d11fccf-c653-5dfb-9f5f-5cea37ec08a2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204670,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636385/general/8d1acb6b-4641-4d2d-ae07-d6e6b59b457b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d11fccf-c653-5dfb-9f5f-5cea37ec08a2/4d11fccf-c653-5dfb-9f5f-5cea37ec08a2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130075,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636385/general/140d5e5b-f5c0-44c8-8401-c8c59f28a70b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d11fccf-c653-5dfb-9f5f-5cea37ec08a2/4d11fccf-c653-5dfb-9f5f-5cea37ec08a2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222030,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636385/general/b706b7ea-10ac-4238-ae60-7977bd44a0d8.jpg',
'Width': 1280}],
'price': 15100,
'price_includes_vat': True,
'registration_date': '2022-11-09',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 62.446 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727940%27 HTTP/1.1" 200 None
2026-03-26 12:24:32 [adesa.de] INFO: Saving data for 10727940: {'created_time': 1774527872.464584, 'last_price_update_time': 1774527872.464596, 'auction_closing_time': 1774618440.0}
2026-03-26 12:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727940') HTTP/1.1" 204 0
2026-03-26 12:24:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726629> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726609> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e0035cd-5eff-59b5-9a1f-ce5ea968e453 with identifier: 10726629
2026-03-26 12:24:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e0035cd-5eff-59b5-9a1f-ce5ea968e453 with scrape type 1
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3e0035cd-5eff-59b5-9a1f-ce5ea968e453
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252Fda0859c7-421e-43ce-a39a-7aa272c8cd15.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/da0859c7-421e-43ce-a39a-7aa272c8cd15.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252Ff1633db6-f853-4234-9fc7-16455a7d412d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/f1633db6-f853-4234-9fc7-16455a7d412d.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252Fcf0c29d9-d20c-4dcc-ad08-88d19c7ec560.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/cf0c29d9-d20c-4dcc-ad08-88d19c7ec560.jpg not downloaded yet
2026-03-26 12:24:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc6d9778-6cc6-5422-9168-2662d22966da with identifier: 10726609
2026-03-26 12:24:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc6d9778-6cc6-5422-9168-2662d22966da with scrape type 1
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fc6d9778-6cc6-5422-9168-2662d22966da
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252Ff590e818-2176-4e75-a85f-f8776bf0ee42.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/f590e818-2176-4e75-a85f-f8776bf0ee42.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252Fc62361a2-aa39-4b0e-b89b-e027a864ab51.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/c62361a2-aa39-4b0e-b89b-e027a864ab51.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252F05670998-4028-435b-bb1c-44c2ce9922ed.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/05670998-4028-435b-bb1c-44c2ce9922ed.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252F8f1128e6-cef0-499e-b74c-8fef86bc0e56.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/8f1128e6-cef0-499e-b74c-8fef86bc0e56.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252Faddb155e-cd9f-43bf-b10a-279218454a34.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/addb155e-cd9f-43bf-b10a-279218454a34.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252Fdee92232-f90a-43a5-bdad-108552a534b7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/dee92232-f90a-43a5-bdad-108552a534b7.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252F7b7818b3-ec74-4a27-ba8b-917c5ca26f9f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/7b7818b3-ec74-4a27-ba8b-917c5ca26f9f.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252F0f323f78-8ed3-415b-a9d3-647f1bb2d0a7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/0f323f78-8ed3-415b-a9d3-647f1bb2d0a7.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252Fdb22ecad-f092-4530-8f13-dee12f86597d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/db22ecad-f092-4530-8f13-dee12f86597d.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252F3b2711d1-0641-4a63-8969-b2245ac22773.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/3b2711d1-0641-4a63-8969-b2245ac22773.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252Fa6b6da54-d6c8-47a6-87d3-8a7faecfa9e6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/a6b6da54-d6c8-47a6-87d3-8a7faecfa9e6.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252Ffdae85ee-9edf-4305-9f3d-2bf9ed5e0962.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/fdae85ee-9edf-4305-9f3d-2bf9ed5e0962.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252F66e43ae9-9854-4178-b207-f0cbea445451.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/66e43ae9-9854-4178-b207-f0cbea445451.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252Fac395dbb-c206-436c-8603-2e26eeb3153f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/ac395dbb-c206-436c-8603-2e26eeb3153f.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252F3f121d77-3f5f-4fa6-a940-8f936d95bf87.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/3f121d77-3f5f-4fa6-a940-8f936d95bf87.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252Fb7c2dfa3-4281-4dff-9a33-eb7cfeec9148.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/b7c2dfa3-4281-4dff-9a33-eb7cfeec9148.jpg not downloaded yet
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252Fae4e9b2f-beb6-4603-9150-53d4aa4d538f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/ae4e9b2f-beb6-4603-9150-53d4aa4d538f.jpg not downloaded yet
2026-03-26 12:24:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727097> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9b0f203-e7af-5d54-8045-bbf793cdc2fe with identifier: 10727097
2026-03-26 12:24:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9b0f203-e7af-5d54-8045-bbf793cdc2fe with scrape type 1
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a9b0f203-e7af-5d54-8045-bbf793cdc2fe
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252F1272a58e-ed0d-4d14-8b7b-a90e2b5f4623.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/1272a58e-ed0d-4d14-8b7b-a90e2b5f4623.jpg not downloaded yet
2026-03-26 12:24:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746634/general/ae4e9b2f-beb6-4603-9150-53d4aa4d538f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726609)
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252F8ae91246-382a-4a10-ad0c-04c03a878b43.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/8ae91246-382a-4a10-ad0c-04c03a878b43.jpg not downloaded yet
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252F52701a9c-daf2-4867-a2e4-6210f0eff302.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/52701a9c-daf2-4867-a2e4-6210f0eff302.jpg not downloaded yet
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252F9431fb63-b75b-4193-b4ce-077611bb3606.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/9431fb63-b75b-4193-b4ce-077611bb3606.jpg not downloaded yet
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252Fe438bd8d-97cb-44d4-933e-26106d3792e7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/e438bd8d-97cb-44d4-933e-26106d3792e7.jpg not downloaded yet
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252F6927cb47-753f-44ec-9144-e95fd43bb300.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/6927cb47-753f-44ec-9144-e95fd43bb300.jpg not downloaded yet
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252F6a1a7c7d-dd50-427b-ba6f-14c1a6039568.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/6a1a7c7d-dd50-427b-ba6f-14c1a6039568.jpg not downloaded yet
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252Fbc0d1096-5868-4c06-9c9c-0a78fc9b6653.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/bc0d1096-5868-4c06-9c9c-0a78fc9b6653.jpg not downloaded yet
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156310510>
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252Fae4e9b2f-beb6-4603-9150-53d4aa4d538f.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/ae4e9b2f-beb6-4603-9150-53d4aa4d538f.jpg saved to cache
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item fc6d9778-6cc6-5422-9168-2662d22966da
2026-03-26 12:24:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746724/general/1272a58e-ed0d-4d14-8b7b-a90e2b5f4623.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727097)
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252F4b74f5a6-e404-4750-bb8c-2743f488cb8b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/4b74f5a6-e404-4750-bb8c-2743f488cb8b.jpg not downloaded yet
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252F17c28618-1d28-4216-b78d-434ba911f555.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/17c28618-1d28-4216-b78d-434ba911f555.jpg not downloaded yet
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c2382d0>
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252F1272a58e-ed0d-4d14-8b7b-a90e2b5f4623.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/1272a58e-ed0d-4d14-8b7b-a90e2b5f4623.jpg saved to cache
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a9b0f203-e7af-5d54-8045-bbf793cdc2fe
2026-03-26 12:24:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746724/general/bc0d1096-5868-4c06-9c9c-0a78fc9b6653.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727097)
2026-03-26 12:24:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746724/general/17c28618-1d28-4216-b78d-434ba911f555.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727097)
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c184b50>
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252Fbc0d1096-5868-4c06-9c9c-0a78fc9b6653.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/bc0d1096-5868-4c06-9c9c-0a78fc9b6653.jpg saved to cache
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a9b0f203-e7af-5d54-8045-bbf793cdc2fe
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015656f910>
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252F17c28618-1d28-4216-b78d-434ba911f555.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/17c28618-1d28-4216-b78d-434ba911f555.jpg saved to cache
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a9b0f203-e7af-5d54-8045-bbf793cdc2fe
2026-03-26 12:24:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746724/general/4b74f5a6-e404-4750-bb8c-2743f488cb8b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727097)
2026-03-26 12:24:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746724/general/6a1a7c7d-dd50-427b-ba6f-14c1a6039568.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727097)
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c106590>
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252F4b74f5a6-e404-4750-bb8c-2743f488cb8b.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/4b74f5a6-e404-4750-bb8c-2743f488cb8b.jpg saved to cache
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a9b0f203-e7af-5d54-8045-bbf793cdc2fe
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c132150>
2026-03-26 12:24:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252F6a1a7c7d-dd50-427b-ba6f-14c1a6039568.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/6a1a7c7d-dd50-427b-ba6f-14c1a6039568.jpg saved to cache
2026-03-26 12:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a9b0f203-e7af-5d54-8045-bbf793cdc2fe
2026-03-26 12:24:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746724/general/6927cb47-753f-44ec-9144-e95fd43bb300.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727097)
2026-03-26 12:24:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f75dd0>
2026-03-26 12:24:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252F6927cb47-753f-44ec-9144-e95fd43bb300.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/6927cb47-753f-44ec-9144-e95fd43bb300.jpg saved to cache
2026-03-26 12:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a9b0f203-e7af-5d54-8045-bbf793cdc2fe
2026-03-26 12:24:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746724/general/e438bd8d-97cb-44d4-933e-26106d3792e7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727097)
2026-03-26 12:24:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565972d0>
2026-03-26 12:24:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252Fe438bd8d-97cb-44d4-933e-26106d3792e7.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/e438bd8d-97cb-44d4-933e-26106d3792e7.jpg saved to cache
2026-03-26 12:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a9b0f203-e7af-5d54-8045-bbf793cdc2fe
2026-03-26 12:24:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746724/general/9431fb63-b75b-4193-b4ce-077611bb3606.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727097)
2026-03-26 12:24:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746724/general/52701a9c-daf2-4867-a2e4-6210f0eff302.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727097)
2026-03-26 12:24:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ef0ad0>
2026-03-26 12:24:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252F9431fb63-b75b-4193-b4ce-077611bb3606.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/9431fb63-b75b-4193-b4ce-077611bb3606.jpg saved to cache
2026-03-26 12:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a9b0f203-e7af-5d54-8045-bbf793cdc2fe
2026-03-26 12:24:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156596110>
2026-03-26 12:24:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252F52701a9c-daf2-4867-a2e4-6210f0eff302.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/52701a9c-daf2-4867-a2e4-6210f0eff302.jpg saved to cache
2026-03-26 12:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a9b0f203-e7af-5d54-8045-bbf793cdc2fe
2026-03-26 12:24:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746724/general/8ae91246-382a-4a10-ad0c-04c03a878b43.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727097)
2026-03-26 12:24:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015657d190>
2026-03-26 12:24:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746724%252Fgeneral%252F8ae91246-382a-4a10-ad0c-04c03a878b43.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746724/general/8ae91246-382a-4a10-ad0c-04c03a878b43.jpg saved to cache
2026-03-26 12:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a9b0f203-e7af-5d54-8045-bbf793cdc2fe
2026-03-26 12:24:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a9b0f203-e7af-5d54-8045-bbf793cdc2fe, skipping ID generation
2026-03-26 12:24:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9b0f203-e7af-5d54-8045-bbf793cdc2fe with scrape type 1
2026-03-26 12:24:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a9b0f203-e7af-5d54-8045-bbf793cdc2fe sending to next pipeline
2026-03-26 12:24:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: a9b0f203-e7af-5d54-8045-bbf793cdc2fe, identifier: 10727097
2026-03-26 12:24:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: a9b0f203-e7af-5d54-8045-bbf793cdc2fe with identifier: 10727097
2026-03-26 12:24:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: a9b0f203-e7af-5d54-8045-bbf793cdc2fe with identifier: 10727097
2026-03-26 12:24:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: a9b0f203-e7af-5d54-8045-bbf793cdc2fe with identifier: 10727097 to the API
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746724/general/8ae91246-382a-4a10-ad0c-04c03a878b43.jpg>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 140,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'a9b0f203-e7af-5d54-8045-bbf793cdc2fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4335107',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727097',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Arkana',
'odometer': 37489,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 26,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133778,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746724/general/1272a58e-ed0d-4d14-8b7b-a90e2b5f4623.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145339,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746724/general/8ae91246-382a-4a10-ad0c-04c03a878b43.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170867,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746724/general/52701a9c-daf2-4867-a2e4-6210f0eff302.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171163,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746724/general/9431fb63-b75b-4193-b4ce-077611bb3606.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93945,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746724/general/e438bd8d-97cb-44d4-933e-26106d3792e7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119091,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746724/general/6927cb47-753f-44ec-9144-e95fd43bb300.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151190,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746724/general/6a1a7c7d-dd50-427b-ba6f-14c1a6039568.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134047,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746724/general/bc0d1096-5868-4c06-9c9c-0a78fc9b6653.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156668,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746724/general/4b74f5a6-e404-4750-bb8c-2743f488cb8b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9b0f203-e7af-5d54-8045-bbf793cdc2fe/a9b0f203-e7af-5d54-8045-bbf793cdc2fe_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96721,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746724/general/17c28618-1d28-4216-b78d-434ba911f555.jpg',
'Width': 800}],
'price': 11600,
'price_includes_vat': True,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Renault Arkana Intens - Petrol - Automatic - 140 hp - 37.489 km',
'transmission': 'automatic',
'trim': 'Intens',
'vin': None,
'year': 2022}
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727097%27 HTTP/1.1" 200 None
2026-03-26 12:24:37 [adesa.de] INFO: Saving data for 10727097: {'created_time': 1774527877.464538, 'last_price_update_time': 1774527877.464554, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727097') HTTP/1.1" 204 0
2026-03-26 12:24:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746634/general/b7c2dfa3-4281-4dff-9a33-eb7cfeec9148.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726609)
2026-03-26 12:24:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726989> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c196910>
2026-03-26 12:24:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252Fb7c2dfa3-4281-4dff-9a33-eb7cfeec9148.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/b7c2dfa3-4281-4dff-9a33-eb7cfeec9148.jpg saved to cache
2026-03-26 12:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fc6d9778-6cc6-5422-9168-2662d22966da
2026-03-26 12:24:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746634/general/3f121d77-3f5f-4fa6-a940-8f936d95bf87.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726609)
2026-03-26 12:24:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746652/general/ac395dbb-c206-436c-8603-2e26eeb3153f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726629)
2026-03-26 12:24:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73 with identifier: 10726989
2026-03-26 12:24:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73 with scrape type 1
2026-03-26 12:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252F2c72e5bb-5d03-4b50-af06-77a99009a51f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/2c72e5bb-5d03-4b50-af06-77a99009a51f.jpg not downloaded yet
2026-03-26 12:24:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746652/general/fdae85ee-9edf-4305-9f3d-2bf9ed5e0962.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726629)
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252F0c1280e0-ff39-4ddd-8936-162e3bfc6c3b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/0c1280e0-ff39-4ddd-8936-162e3bfc6c3b.jpg not downloaded yet
2026-03-26 12:24:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562dc050>
2026-03-26 12:24:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252F3f121d77-3f5f-4fa6-a940-8f936d95bf87.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/3f121d77-3f5f-4fa6-a940-8f936d95bf87.jpg saved to cache
2026-03-26 12:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fc6d9778-6cc6-5422-9168-2662d22966da
2026-03-26 12:24:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e2550>
2026-03-26 12:24:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252Fac395dbb-c206-436c-8603-2e26eeb3153f.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/ac395dbb-c206-436c-8603-2e26eeb3153f.jpg saved to cache
2026-03-26 12:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3e0035cd-5eff-59b5-9a1f-ce5ea968e453
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252Fd8f6cc2e-bafd-437f-884c-19c44cfd3168.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/d8f6cc2e-bafd-437f-884c-19c44cfd3168.jpg not downloaded yet
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252Fb9ae43f2-e80d-407b-9203-908575b50d21.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/b9ae43f2-e80d-407b-9203-908575b50d21.jpg not downloaded yet
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252F26959ac4-cb24-4ef8-b03d-223fde01ede3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/26959ac4-cb24-4ef8-b03d-223fde01ede3.jpg not downloaded yet
2026-03-26 12:24:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565111d0>
2026-03-26 12:24:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252Ffdae85ee-9edf-4305-9f3d-2bf9ed5e0962.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/fdae85ee-9edf-4305-9f3d-2bf9ed5e0962.jpg saved to cache
2026-03-26 12:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3e0035cd-5eff-59b5-9a1f-ce5ea968e453
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252F81539bfe-28e4-41b8-ab35-8df04cf16e62.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/81539bfe-28e4-41b8-ab35-8df04cf16e62.jpg not downloaded yet
2026-03-26 12:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746634/general/66e43ae9-9854-4178-b207-f0cbea445451.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726609)
2026-03-26 12:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746701/general/2c72e5bb-5d03-4b50-af06-77a99009a51f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726989)
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252F48a2584d-902e-4e16-8845-d6ef492cd4ee.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/48a2584d-902e-4e16-8845-d6ef492cd4ee.jpg not downloaded yet
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252Fd8cd772d-a727-4ad2-900b-b220403861a0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/d8cd772d-a727-4ad2-900b-b220403861a0.jpg not downloaded yet
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252Fe8256871-24ec-4dd4-b079-6378f979c9e4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/e8256871-24ec-4dd4-b079-6378f979c9e4.jpg not downloaded yet
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252Fbdb35729-39e6-4549-8a5a-5261d78472ab.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/bdb35729-39e6-4549-8a5a-5261d78472ab.jpg not downloaded yet
2026-03-26 12:24:38 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.456(s), this was the 1st time calling it.
2026-03-26 12:24:38 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.652042745564051 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 12:24:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015630d1d0>
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252F66e43ae9-9854-4178-b207-f0cbea445451.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/66e43ae9-9854-4178-b207-f0cbea445451.jpg saved to cache
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fc6d9778-6cc6-5422-9168-2662d22966da
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015630cb90>
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252F2c72e5bb-5d03-4b50-af06-77a99009a51f.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/2c72e5bb-5d03-4b50-af06-77a99009a51f.jpg saved to cache
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73
2026-03-26 12:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746701/general/81539bfe-28e4-41b8-ab35-8df04cf16e62.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726989)
2026-03-26 12:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746701/general/26959ac4-cb24-4ef8-b03d-223fde01ede3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726989)
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fa6a10>
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252F81539bfe-28e4-41b8-ab35-8df04cf16e62.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/81539bfe-28e4-41b8-ab35-8df04cf16e62.jpg saved to cache
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f75310>
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252F26959ac4-cb24-4ef8-b03d-223fde01ede3.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/26959ac4-cb24-4ef8-b03d-223fde01ede3.jpg saved to cache
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73
2026-03-26 12:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746701/general/bdb35729-39e6-4549-8a5a-5261d78472ab.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726989)
2026-03-26 12:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726458> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746701/general/e8256871-24ec-4dd4-b079-6378f979c9e4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726989)
2026-03-26 12:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726524> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c2397d0>
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252Fbdb35729-39e6-4549-8a5a-5261d78472ab.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/bdb35729-39e6-4549-8a5a-5261d78472ab.jpg saved to cache
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73
2026-03-26 12:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746701/general/48a2584d-902e-4e16-8845-d6ef492cd4ee.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726989)
2026-03-26 12:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746701/general/d8cd772d-a727-4ad2-900b-b220403861a0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726989)
2026-03-26 12:24:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9db62b2-b85a-52b2-9c04-9f1a1df180bd with identifier: 10726458
2026-03-26 12:24:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9db62b2-b85a-52b2-9c04-9f1a1df180bd with scrape type 1
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b9db62b2-b85a-52b2-9c04-9f1a1df180bd
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252Fe451828f-8fff-4c74-bc21-bb2e4b7bb2ae.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/e451828f-8fff-4c74-bc21-bb2e4b7bb2ae.jpg not downloaded yet
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c05bc10>
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252Fe8256871-24ec-4dd4-b079-6378f979c9e4.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/e8256871-24ec-4dd4-b079-6378f979c9e4.jpg saved to cache
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73
2026-03-26 12:24:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f7f8515-5890-54a7-a0d1-2c251d02eb99 with identifier: 10726524
2026-03-26 12:24:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f7f8515-5890-54a7-a0d1-2c251d02eb99 with scrape type 1
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9f7f8515-5890-54a7-a0d1-2c251d02eb99
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252Ff17b8b64-3fe3-4adf-9da6-7d0f086cdbbd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/f17b8b64-3fe3-4adf-9da6-7d0f086cdbbd.jpg not downloaded yet
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252Fbb06f12a-1a82-4fd4-83fe-756665576396.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/bb06f12a-1a82-4fd4-83fe-756665576396.jpg not downloaded yet
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252Fe1d6eab5-3d91-47cc-9d36-4ea9fb22edcf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/e1d6eab5-3d91-47cc-9d36-4ea9fb22edcf.jpg not downloaded yet
2026-03-26 12:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746701/general/b9ae43f2-e80d-407b-9203-908575b50d21.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726989)
2026-03-26 12:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746701/general/d8f6cc2e-bafd-437f-884c-19c44cfd3168.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726989)
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252Fa87bbed8-a1c4-49ae-9cc7-7fb709ec899e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/a87bbed8-a1c4-49ae-9cc7-7fb709ec899e.jpg not downloaded yet
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252F3b19fdf2-0b24-42c1-84ac-8b91d2a70493.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/3b19fdf2-0b24-42c1-84ac-8b91d2a70493.jpg not downloaded yet
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563bb650>
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252F48a2584d-902e-4e16-8845-d6ef492cd4ee.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/48a2584d-902e-4e16-8845-d6ef492cd4ee.jpg saved to cache
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e02bd0>
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252Fd8cd772d-a727-4ad2-900b-b220403861a0.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/d8cd772d-a727-4ad2-900b-b220403861a0.jpg saved to cache
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73
2026-03-26 12:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746634/general/a6b6da54-d6c8-47a6-87d3-8a7faecfa9e6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726609)
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252Fde67f2a1-9c81-4502-a290-0511047468b7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/de67f2a1-9c81-4502-a290-0511047468b7.jpg not downloaded yet
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252F8ec3d92d-a98f-4bbe-8154-5748eead0e51.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/8ec3d92d-a98f-4bbe-8154-5748eead0e51.jpg not downloaded yet
2026-03-26 12:24:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746701/general/0c1280e0-ff39-4ddd-8936-162e3bfc6c3b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726989)
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252F71d6a485-cc69-4754-af5a-c916aedfd0ef.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/71d6a485-cc69-4754-af5a-c916aedfd0ef.jpg not downloaded yet
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252F40f705c0-4f88-497d-8a48-7c13c4a3541b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/40f705c0-4f88-497d-8a48-7c13c4a3541b.jpg not downloaded yet
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156578910>
2026-03-26 12:24:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252Fb9ae43f2-e80d-407b-9203-908575b50d21.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/b9ae43f2-e80d-407b-9203-908575b50d21.jpg saved to cache
2026-03-26 12:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73
2026-03-26 12:24:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c239a50>
2026-03-26 12:24:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252Fd8f6cc2e-bafd-437f-884c-19c44cfd3168.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/d8f6cc2e-bafd-437f-884c-19c44cfd3168.jpg saved to cache
2026-03-26 12:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252Fef841a62-589f-49f1-a95d-e7e13cd18619.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/ef841a62-589f-49f1-a95d-e7e13cd18619.jpg not downloaded yet
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252F3b236e50-d793-425b-a531-dd4dc94549c9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/3b236e50-d793-425b-a531-dd4dc94549c9.jpg not downloaded yet
2026-03-26 12:24:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746499/general/e451828f-8fff-4c74-bc21-bb2e4b7bb2ae.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726458)
2026-03-26 12:24:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746553/general/f17b8b64-3fe3-4adf-9da6-7d0f086cdbbd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726524)
2026-03-26 12:24:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746553/general/3b19fdf2-0b24-42c1-84ac-8b91d2a70493.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726524)
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252F42d83459-ebd4-4c15-9764-c8f61a59e0cd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/42d83459-ebd4-4c15-9764-c8f61a59e0cd.jpg not downloaded yet
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252Fa6b3cc8e-6168-4c96-b74c-09172f46b8dd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/a6b3cc8e-6168-4c96-b74c-09172f46b8dd.jpg not downloaded yet
2026-03-26 12:24:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015634a2d0>
2026-03-26 12:24:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252Fa6b6da54-d6c8-47a6-87d3-8a7faecfa9e6.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/a6b6da54-d6c8-47a6-87d3-8a7faecfa9e6.jpg saved to cache
2026-03-26 12:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fc6d9778-6cc6-5422-9168-2662d22966da
2026-03-26 12:24:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e0d790>
2026-03-26 12:24:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746701%252Fgeneral%252F0c1280e0-ff39-4ddd-8936-162e3bfc6c3b.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746701/general/0c1280e0-ff39-4ddd-8936-162e3bfc6c3b.jpg saved to cache
2026-03-26 12:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73
2026-03-26 12:24:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73, skipping ID generation
2026-03-26 12:24:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73 with scrape type 1
2026-03-26 12:24:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73 sending to next pipeline
2026-03-26 12:24:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73, identifier: 10726989
2026-03-26 12:24:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73 with identifier: 10726989
2026-03-26 12:24:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73 with identifier: 10726989
2026-03-26 12:24:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73 with identifier: 10726989 to the API
2026-03-26 12:24:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746701/general/0c1280e0-ff39-4ddd-8936-162e3bfc6c3b.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5381009',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726989',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 52313,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 28,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123750,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746701/general/2c72e5bb-5d03-4b50-af06-77a99009a51f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125962,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746701/general/0c1280e0-ff39-4ddd-8936-162e3bfc6c3b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130502,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746701/general/d8f6cc2e-bafd-437f-884c-19c44cfd3168.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119302,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746701/general/b9ae43f2-e80d-407b-9203-908575b50d21.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155002,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746701/general/26959ac4-cb24-4ef8-b03d-223fde01ede3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156869,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746701/general/81539bfe-28e4-41b8-ab35-8df04cf16e62.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98438,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746701/general/48a2584d-902e-4e16-8845-d6ef492cd4ee.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72964,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746701/general/d8cd772d-a727-4ad2-900b-b220403861a0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105330,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746701/general/e8256871-24ec-4dd4-b079-6378f979c9e4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73/dfe3d96b-2cbc-5a1c-b2b1-4a33379e4a73_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111985,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746701/general/bdb35729-39e6-4549-8a5a-5261d78472ab.jpg',
'Width': 800}],
'price': 20400,
'price_includes_vat': True,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volvo XC40 B4 Ultimate Dark - Twin Motor - Petrol - Automatic - 197 '
'hp - 52.313 km',
'transmission': 'automatic',
'trim': 'Ultimate Dark',
'vin': None,
'year': 2023}
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726989%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [adesa.de] INFO: Saving data for 10726989: {'created_time': 1774527880.185416, 'last_price_update_time': 1774527880.185428, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726989') HTTP/1.1" 204 0
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252F59cd100d-f21c-4d10-b2a6-3f213e611346.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/59cd100d-f21c-4d10-b2a6-3f213e611346.jpg not downloaded yet
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252Ff079e68f-c5d4-4bd6-9f26-3235fd3a9384.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/f079e68f-c5d4-4bd6-9f26-3235fd3a9384.jpg not downloaded yet
2026-03-26 12:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746499/general/a87bbed8-a1c4-49ae-9cc7-7fb709ec899e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726458)
2026-03-26 12:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727105> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726545> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746553/general/8ec3d92d-a98f-4bbe-8154-5748eead0e51.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726524)
2026-03-26 12:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746553/general/40f705c0-4f88-497d-8a48-7c13c4a3541b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726524)
2026-03-26 12:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746499/general/71d6a485-cc69-4754-af5a-c916aedfd0ef.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726458)
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252F02284b4e-0b85-410b-9bff-44537550193a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/02284b4e-0b85-410b-9bff-44537550193a.jpg not downloaded yet
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252F217ccd5f-e248-4ec6-b116-b37382fe92d6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/217ccd5f-e248-4ec6-b116-b37382fe92d6.jpg not downloaded yet
2026-03-26 12:24: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 12:24: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 12:24:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f98b10>
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252Fe451828f-8fff-4c74-bc21-bb2e4b7bb2ae.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/e451828f-8fff-4c74-bc21-bb2e4b7bb2ae.jpg saved to cache
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b9db62b2-b85a-52b2-9c04-9f1a1df180bd
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156502010>
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252Ff17b8b64-3fe3-4adf-9da6-7d0f086cdbbd.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/f17b8b64-3fe3-4adf-9da6-7d0f086cdbbd.jpg saved to cache
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9f7f8515-5890-54a7-a0d1-2c251d02eb99
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c182c50>
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252F3b19fdf2-0b24-42c1-84ac-8b91d2a70493.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/3b19fdf2-0b24-42c1-84ac-8b91d2a70493.jpg saved to cache
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9f7f8515-5890-54a7-a0d1-2c251d02eb99
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252F1e122e59-6ccc-429a-b2e4-e4dc6fcc154e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/1e122e59-6ccc-429a-b2e4-e4dc6fcc154e.jpg not downloaded yet
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252Fe435f3b5-7c07-4d83-87d2-25baa88b3017.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/e435f3b5-7c07-4d83-87d2-25baa88b3017.jpg not downloaded yet
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fb5c90>
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252Fa87bbed8-a1c4-49ae-9cc7-7fb709ec899e.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/a87bbed8-a1c4-49ae-9cc7-7fb709ec899e.jpg saved to cache
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b9db62b2-b85a-52b2-9c04-9f1a1df180bd
2026-03-26 12:24:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 672c1e60-70dd-50e8-ac30-f65a4b4fe095 with identifier: 10727105
2026-03-26 12:24:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 672c1e60-70dd-50e8-ac30-f65a4b4fe095 with scrape type 1
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 672c1e60-70dd-50e8-ac30-f65a4b4fe095
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252F24492ac4-cca3-4e1e-bd8a-071a3a3e9186.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/24492ac4-cca3-4e1e-bd8a-071a3a3e9186.jpg not downloaded yet
2026-03-26 12:24:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac229c0e-3751-5517-8924-7e3d0ae8d252 with identifier: 10726545
2026-03-26 12:24:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac229c0e-3751-5517-8924-7e3d0ae8d252 with scrape type 1
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ac229c0e-3751-5517-8924-7e3d0ae8d252
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252F71331939-56a4-4468-9a83-465a4e34ed76.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/71331939-56a4-4468-9a83-465a4e34ed76.jpg not downloaded yet
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fc0310>
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252F8ec3d92d-a98f-4bbe-8154-5748eead0e51.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/8ec3d92d-a98f-4bbe-8154-5748eead0e51.jpg saved to cache
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9f7f8515-5890-54a7-a0d1-2c251d02eb99
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015634bf90>
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252F40f705c0-4f88-497d-8a48-7c13c4a3541b.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/40f705c0-4f88-497d-8a48-7c13c4a3541b.jpg saved to cache
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9f7f8515-5890-54a7-a0d1-2c251d02eb99
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156310f50>
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252F71d6a485-cc69-4754-af5a-c916aedfd0ef.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/71d6a485-cc69-4754-af5a-c916aedfd0ef.jpg saved to cache
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b9db62b2-b85a-52b2-9c04-9f1a1df180bd
2026-03-26 12:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746553/general/a6b3cc8e-6168-4c96-b74c-09172f46b8dd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726524)
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252F72b0d0bc-2722-4f3c-a1f1-fda9cee369c3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/72b0d0bc-2722-4f3c-a1f1-fda9cee369c3.jpg not downloaded yet
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252F8247b514-a44d-4aba-a578-aaad38fbe771.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/8247b514-a44d-4aba-a578-aaad38fbe771.jpg not downloaded yet
2026-03-26 12:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746553/general/f079e68f-c5d4-4bd6-9f26-3235fd3a9384.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726524)
2026-03-26 12:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746499/general/ef841a62-589f-49f1-a95d-e7e13cd18619.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726458)
2026-03-26 12:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746553/general/3b236e50-d793-425b-a531-dd4dc94549c9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726524)
2026-03-26 12:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746499/general/42d83459-ebd4-4c15-9764-c8f61a59e0cd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726458)
2026-03-26 12:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746499/general/59cd100d-f21c-4d10-b2a6-3f213e611346.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726458)
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252F2b632467-734b-4587-867c-b9f480dbe541.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/2b632467-734b-4587-867c-b9f480dbe541.jpg not downloaded yet
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252F4e1a815f-3162-464f-8067-570b1d476453.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/4e1a815f-3162-464f-8067-570b1d476453.jpg not downloaded yet
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252Fadd7bf47-61ec-478d-9822-bc29e376068a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/add7bf47-61ec-478d-9822-bc29e376068a.jpg not downloaded yet
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252Fe60e884e-0627-4dae-bb9d-9617d5bd27e7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/e60e884e-0627-4dae-bb9d-9617d5bd27e7.jpg not downloaded yet
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252F97f5b91f-a297-41ac-8fcb-f1b644898077.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/97f5b91f-a297-41ac-8fcb-f1b644898077.jpg not downloaded yet
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252F3503aeb4-a5f7-4156-aedf-fcb99f9f100e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/3503aeb4-a5f7-4156-aedf-fcb99f9f100e.jpg not downloaded yet
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015644c450>
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252Fa6b3cc8e-6168-4c96-b74c-09172f46b8dd.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/a6b3cc8e-6168-4c96-b74c-09172f46b8dd.jpg saved to cache
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9f7f8515-5890-54a7-a0d1-2c251d02eb99
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252Fc9fd72c9-9708-43fe-b4d5-751eabf557d4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/c9fd72c9-9708-43fe-b4d5-751eabf557d4.jpg not downloaded yet
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252F5bd46cb8-11ff-463a-9f05-eb75acfd915f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/5bd46cb8-11ff-463a-9f05-eb75acfd915f.jpg not downloaded yet
2026-03-26 12:24:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746572/general/71331939-56a4-4468-9a83-465a4e34ed76.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726545)
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ccad0>
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252Ff079e68f-c5d4-4bd6-9f26-3235fd3a9384.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/f079e68f-c5d4-4bd6-9f26-3235fd3a9384.jpg saved to cache
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9f7f8515-5890-54a7-a0d1-2c251d02eb99
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633e450>
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252Fef841a62-589f-49f1-a95d-e7e13cd18619.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/ef841a62-589f-49f1-a95d-e7e13cd18619.jpg saved to cache
2026-03-26 12:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b9db62b2-b85a-52b2-9c04-9f1a1df180bd
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156edc9d0>
2026-03-26 12:24:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252F3b236e50-d793-425b-a531-dd4dc94549c9.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/3b236e50-d793-425b-a531-dd4dc94549c9.jpg saved to cache
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9f7f8515-5890-54a7-a0d1-2c251d02eb99
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e87490>
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252F42d83459-ebd4-4c15-9764-c8f61a59e0cd.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/42d83459-ebd4-4c15-9764-c8f61a59e0cd.jpg saved to cache
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b9db62b2-b85a-52b2-9c04-9f1a1df180bd
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c18fcd0>
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252F59cd100d-f21c-4d10-b2a6-3f213e611346.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/59cd100d-f21c-4d10-b2a6-3f213e611346.jpg saved to cache
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b9db62b2-b85a-52b2-9c04-9f1a1df180bd
2026-03-26 12:24:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746730/general/24492ac4-cca3-4e1e-bd8a-071a3a3e9186.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727105)
2026-03-26 12:24:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746499/general/02284b4e-0b85-410b-9bff-44537550193a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726458)
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252F192fae40-0913-47e4-acd3-e44836491ad7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/192fae40-0913-47e4-acd3-e44836491ad7.jpg not downloaded yet
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252F96dad966-05c9-46f5-a0a0-13c24da13504.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/96dad966-05c9-46f5-a0a0-13c24da13504.jpg not downloaded yet
2026-03-26 12:24:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746553/general/217ccd5f-e248-4ec6-b116-b37382fe92d6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726524)
2026-03-26 12:24:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746553/general/e435f3b5-7c07-4d83-87d2-25baa88b3017.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726524)
2026-03-26 12:24:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746499/general/1e122e59-6ccc-429a-b2e4-e4dc6fcc154e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726458)
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252Fe2704773-a625-47ca-9adf-2730df550a97.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/e2704773-a625-47ca-9adf-2730df550a97.jpg not downloaded yet
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252F512f9983-229f-4319-a4a0-e52a9bde03a5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/512f9983-229f-4319-a4a0-e52a9bde03a5.jpg not downloaded yet
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0d1850>
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252F71331939-56a4-4468-9a83-465a4e34ed76.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/71331939-56a4-4468-9a83-465a4e34ed76.jpg saved to cache
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ac229c0e-3751-5517-8924-7e3d0ae8d252
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252F065635f2-d659-4206-a308-b5051c4988d4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/065635f2-d659-4206-a308-b5051c4988d4.jpg not downloaded yet
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252Ffb6060ba-55c7-4d77-8923-c9e99c2d3dfe.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/fb6060ba-55c7-4d77-8923-c9e99c2d3dfe.jpg not downloaded yet
2026-03-26 12:24:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746572/general/3503aeb4-a5f7-4156-aedf-fcb99f9f100e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726545)
2026-03-26 12:24:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746572/general/5bd46cb8-11ff-463a-9f05-eb75acfd915f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726545)
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c2690>
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252F24492ac4-cca3-4e1e-bd8a-071a3a3e9186.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/24492ac4-cca3-4e1e-bd8a-071a3a3e9186.jpg saved to cache
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 672c1e60-70dd-50e8-ac30-f65a4b4fe095
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c17a2d0>
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252F02284b4e-0b85-410b-9bff-44537550193a.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/02284b4e-0b85-410b-9bff-44537550193a.jpg saved to cache
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b9db62b2-b85a-52b2-9c04-9f1a1df180bd
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156430a90>
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252F217ccd5f-e248-4ec6-b116-b37382fe92d6.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/217ccd5f-e248-4ec6-b116-b37382fe92d6.jpg saved to cache
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9f7f8515-5890-54a7-a0d1-2c251d02eb99
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252Fc0918ec1-6082-49ec-a3d7-05d1b27d9c7b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/c0918ec1-6082-49ec-a3d7-05d1b27d9c7b.jpg not downloaded yet
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252F85bc3e44-2b4a-48d9-a699-31a0a0980928.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/85bc3e44-2b4a-48d9-a699-31a0a0980928.jpg not downloaded yet
2026-03-26 12:24:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746572/general/96dad966-05c9-46f5-a0a0-13c24da13504.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726545)
2026-03-26 12:24:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746730/general/c9fd72c9-9708-43fe-b4d5-751eabf557d4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727105)
2026-03-26 12:24:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746730/general/97f5b91f-a297-41ac-8fcb-f1b644898077.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727105)
2026-03-26 12:24:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746730/general/192fae40-0913-47e4-acd3-e44836491ad7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727105)
2026-03-26 12:24:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726527> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d3610>
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252Fe435f3b5-7c07-4d83-87d2-25baa88b3017.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/e435f3b5-7c07-4d83-87d2-25baa88b3017.jpg saved to cache
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9f7f8515-5890-54a7-a0d1-2c251d02eb99
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015638ae90>
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252F1e122e59-6ccc-429a-b2e4-e4dc6fcc154e.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/1e122e59-6ccc-429a-b2e4-e4dc6fcc154e.jpg saved to cache
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b9db62b2-b85a-52b2-9c04-9f1a1df180bd
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156459390>
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252F3503aeb4-a5f7-4156-aedf-fcb99f9f100e.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/3503aeb4-a5f7-4156-aedf-fcb99f9f100e.jpg saved to cache
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ac229c0e-3751-5517-8924-7e3d0ae8d252
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156471090>
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252F5bd46cb8-11ff-463a-9f05-eb75acfd915f.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/5bd46cb8-11ff-463a-9f05-eb75acfd915f.jpg saved to cache
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ac229c0e-3751-5517-8924-7e3d0ae8d252
2026-03-26 12:24: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 12:24:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746572/general/512f9983-229f-4319-a4a0-e52a9bde03a5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726545)
2026-03-26 12:24:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746730/general/e2704773-a625-47ca-9adf-2730df550a97.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727105)
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c23a0d0>
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252F96dad966-05c9-46f5-a0a0-13c24da13504.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/96dad966-05c9-46f5-a0a0-13c24da13504.jpg saved to cache
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ac229c0e-3751-5517-8924-7e3d0ae8d252
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156579790>
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252Fc9fd72c9-9708-43fe-b4d5-751eabf557d4.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/c9fd72c9-9708-43fe-b4d5-751eabf557d4.jpg saved to cache
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 672c1e60-70dd-50e8-ac30-f65a4b4fe095
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fc9c10>
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252F97f5b91f-a297-41ac-8fcb-f1b644898077.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/97f5b91f-a297-41ac-8fcb-f1b644898077.jpg saved to cache
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 672c1e60-70dd-50e8-ac30-f65a4b4fe095
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015658f550>
2026-03-26 12:24:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252F192fae40-0913-47e4-acd3-e44836491ad7.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/192fae40-0913-47e4-acd3-e44836491ad7.jpg saved to cache
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 672c1e60-70dd-50e8-ac30-f65a4b4fe095
2026-03-26 12:24:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e61eac68-ff6b-56b4-b8a1-0b6cd79688f4 with identifier: 10726527
2026-03-26 12:24:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e61eac68-ff6b-56b4-b8a1-0b6cd79688f4 with scrape type 1
2026-03-26 12:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e61eac68-ff6b-56b4-b8a1-0b6cd79688f4
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252F8a9937b6-4eca-47ad-a104-842ece521cc4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/8a9937b6-4eca-47ad-a104-842ece521cc4.jpg not downloaded yet
2026-03-26 12:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746730/general/c0918ec1-6082-49ec-a3d7-05d1b27d9c7b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727105)
2026-03-26 12:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746730/general/065635f2-d659-4206-a308-b5051c4988d4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727105)
2026-03-26 12:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746572/general/fb6060ba-55c7-4d77-8923-c9e99c2d3dfe.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726545)
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252F17c81efa-1682-480a-9035-0fa1b771a5f8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/17c81efa-1682-480a-9035-0fa1b771a5f8.jpg not downloaded yet
2026-03-26 12:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746572/general/85bc3e44-2b4a-48d9-a699-31a0a0980928.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726545)
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252F16bea65a-1268-46ab-bbd2-190597f52525.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/16bea65a-1268-46ab-bbd2-190597f52525.jpg not downloaded yet
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c18d290>
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252F512f9983-229f-4319-a4a0-e52a9bde03a5.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/512f9983-229f-4319-a4a0-e52a9bde03a5.jpg saved to cache
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ac229c0e-3751-5517-8924-7e3d0ae8d252
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0cefd0>
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252Fe2704773-a625-47ca-9adf-2730df550a97.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/e2704773-a625-47ca-9adf-2730df550a97.jpg saved to cache
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 672c1e60-70dd-50e8-ac30-f65a4b4fe095
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252F1a218333-6f31-40de-a809-a23f37485b36.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/1a218333-6f31-40de-a809-a23f37485b36.jpg not downloaded yet
2026-03-26 12:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746572/general/4e1a815f-3162-464f-8067-570b1d476453.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726545)
2026-03-26 12:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746557/general/8a9937b6-4eca-47ad-a104-842ece521cc4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726527)
2026-03-26 12:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746730/general/add7bf47-61ec-478d-9822-bc29e376068a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727105)
2026-03-26 12:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746572/general/8247b514-a44d-4aba-a578-aaad38fbe771.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726545)
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252F0d81a592-05e0-42a2-b693-2ef00757fc54.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/0d81a592-05e0-42a2-b693-2ef00757fc54.jpg not downloaded yet
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156421010>
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252Fc0918ec1-6082-49ec-a3d7-05d1b27d9c7b.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/c0918ec1-6082-49ec-a3d7-05d1b27d9c7b.jpg saved to cache
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 672c1e60-70dd-50e8-ac30-f65a4b4fe095
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c05a690>
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252F065635f2-d659-4206-a308-b5051c4988d4.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/065635f2-d659-4206-a308-b5051c4988d4.jpg saved to cache
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 672c1e60-70dd-50e8-ac30-f65a4b4fe095
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156438e90>
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252Ffb6060ba-55c7-4d77-8923-c9e99c2d3dfe.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/fb6060ba-55c7-4d77-8923-c9e99c2d3dfe.jpg saved to cache
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ac229c0e-3751-5517-8924-7e3d0ae8d252
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c058310>
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252F85bc3e44-2b4a-48d9-a699-31a0a0980928.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/85bc3e44-2b4a-48d9-a699-31a0a0980928.jpg saved to cache
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ac229c0e-3751-5517-8924-7e3d0ae8d252
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252Fe72d8556-92ee-4159-b0b8-5c5c5b3d16ff.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/e72d8556-92ee-4159-b0b8-5c5c5b3d16ff.jpg not downloaded yet
2026-03-26 12:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746730/general/2b632467-734b-4587-867c-b9f480dbe541.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727105)
2026-03-26 12:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746730/general/72b0d0bc-2722-4f3c-a1f1-fda9cee369c3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727105)
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252F6d96512d-7cdd-4378-b3b6-15293430f2f8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/6d96512d-7cdd-4378-b3b6-15293430f2f8.jpg not downloaded yet
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fc1890>
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252F4e1a815f-3162-464f-8067-570b1d476453.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/4e1a815f-3162-464f-8067-570b1d476453.jpg saved to cache
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ac229c0e-3751-5517-8924-7e3d0ae8d252
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ebf10>
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252F8a9937b6-4eca-47ad-a104-842ece521cc4.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/8a9937b6-4eca-47ad-a104-842ece521cc4.jpg saved to cache
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e61eac68-ff6b-56b4-b8a1-0b6cd79688f4
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565189d0>
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252Fadd7bf47-61ec-478d-9822-bc29e376068a.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/add7bf47-61ec-478d-9822-bc29e376068a.jpg saved to cache
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 672c1e60-70dd-50e8-ac30-f65a4b4fe095
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015657a9d0>
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252F8247b514-a44d-4aba-a578-aaad38fbe771.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/8247b514-a44d-4aba-a578-aaad38fbe771.jpg saved to cache
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ac229c0e-3751-5517-8924-7e3d0ae8d252
2026-03-26 12:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746557/general/17c81efa-1682-480a-9035-0fa1b771a5f8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726527)
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252F9137bca0-8faa-4db0-ab14-a8ac9bebc500.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/9137bca0-8faa-4db0-ab14-a8ac9bebc500.jpg not downloaded yet
2026-03-26 12:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746553/general/e1d6eab5-3d91-47cc-9d36-4ea9fb22edcf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726524)
2026-03-26 12:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746499/general/de67f2a1-9c81-4502-a290-0511047468b7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726458)
2026-03-26 12:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746557/general/16bea65a-1268-46ab-bbd2-190597f52525.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726527)
2026-03-26 12:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746572/general/e60e884e-0627-4dae-bb9d-9617d5bd27e7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726545)
2026-03-26 12:24:42 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252Fe1f04386-0084-454a-aede-dfc918931e67.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/e1f04386-0084-454a-aede-dfc918931e67.jpg not downloaded yet
2026-03-26 12:24: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 12:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e92910>
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252F2b632467-734b-4587-867c-b9f480dbe541.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/2b632467-734b-4587-867c-b9f480dbe541.jpg saved to cache
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 672c1e60-70dd-50e8-ac30-f65a4b4fe095
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c106810>
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746730%252Fgeneral%252F72b0d0bc-2722-4f3c-a1f1-fda9cee369c3.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746730/general/72b0d0bc-2722-4f3c-a1f1-fda9cee369c3.jpg saved to cache
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 672c1e60-70dd-50e8-ac30-f65a4b4fe095
2026-03-26 12:24:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 672c1e60-70dd-50e8-ac30-f65a4b4fe095, skipping ID generation
2026-03-26 12:24:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 672c1e60-70dd-50e8-ac30-f65a4b4fe095 with scrape type 1
2026-03-26 12:24:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 672c1e60-70dd-50e8-ac30-f65a4b4fe095 sending to next pipeline
2026-03-26 12:24:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 672c1e60-70dd-50e8-ac30-f65a4b4fe095, identifier: 10727105
2026-03-26 12:24:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746557/general/0d81a592-05e0-42a2-b693-2ef00757fc54.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726527)
2026-03-26 12:24:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 672c1e60-70dd-50e8-ac30-f65a4b4fe095 with identifier: 10727105
2026-03-26 12:24:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 672c1e60-70dd-50e8-ac30-f65a4b4fe095 with identifier: 10727105
2026-03-26 12:24:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 672c1e60-70dd-50e8-ac30-f65a4b4fe095 with identifier: 10727105 to the API
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746730/general/72b0d0bc-2722-4f3c-a1f1-fda9cee369c3.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '672c1e60-70dd-50e8-ac30-f65a4b4fe095',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4546193',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727105',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 29457,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92993,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746730/general/24492ac4-cca3-4e1e-bd8a-071a3a3e9186.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91740,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746730/general/72b0d0bc-2722-4f3c-a1f1-fda9cee369c3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98922,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746730/general/2b632467-734b-4587-867c-b9f480dbe541.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102162,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746730/general/add7bf47-61ec-478d-9822-bc29e376068a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75528,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746730/general/97f5b91f-a297-41ac-8fcb-f1b644898077.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82116,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746730/general/c9fd72c9-9708-43fe-b4d5-751eabf557d4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92632,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746730/general/192fae40-0913-47e4-acd3-e44836491ad7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67373,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746730/general/e2704773-a625-47ca-9adf-2730df550a97.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51776,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746730/general/065635f2-d659-4206-a308-b5051c4988d4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_672c1e60-70dd-50e8-ac30-f65a4b4fe095/672c1e60-70dd-50e8-ac30-f65a4b4fe095_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42344,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746730/general/c0918ec1-6082-49ec-a3d7-05d1b27d9c7b.jpg',
'Width': 800}],
'price': 15200,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volvo XC40 B4 Plus Bright - Petrol - Automatic - 197 hp - 29.457 km',
'transmission': 'automatic',
'trim': 'Plus Bright',
'vin': None,
'year': 2022}
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727105%27 HTTP/1.1" 200 None
2026-03-26 12:24:43 [adesa.de] INFO: Saving data for 10727105: {'created_time': 1774527883.604297, 'last_price_update_time': 1774527883.604308, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727105') HTTP/1.1" 204 0
2026-03-26 12:24:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746557/general/1a218333-6f31-40de-a809-a23f37485b36.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726527)
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252Fccd8d508-7ab4-4ae2-bb6a-1fda87c3a409.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/ccd8d508-7ab4-4ae2-bb6a-1fda87c3a409.jpg not downloaded yet
2026-03-26 12:24:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746557/general/6d96512d-7cdd-4378-b3b6-15293430f2f8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726527)
2026-03-26 12:24:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015640e090>
2026-03-26 12:24:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252F17c81efa-1682-480a-9035-0fa1b771a5f8.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/17c81efa-1682-480a-9035-0fa1b771a5f8.jpg saved to cache
2026-03-26 12:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e61eac68-ff6b-56b4-b8a1-0b6cd79688f4
2026-03-26 12:24:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562dd650>
2026-03-26 12:24:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746553%252Fgeneral%252Fe1d6eab5-3d91-47cc-9d36-4ea9fb22edcf.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746553/general/e1d6eab5-3d91-47cc-9d36-4ea9fb22edcf.jpg saved to cache
2026-03-26 12:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9f7f8515-5890-54a7-a0d1-2c251d02eb99
2026-03-26 12:24:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9f7f8515-5890-54a7-a0d1-2c251d02eb99, skipping ID generation
2026-03-26 12:24:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f7f8515-5890-54a7-a0d1-2c251d02eb99 with scrape type 1
2026-03-26 12:24:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9f7f8515-5890-54a7-a0d1-2c251d02eb99 sending to next pipeline
2026-03-26 12:24:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 9f7f8515-5890-54a7-a0d1-2c251d02eb99, identifier: 10726524
2026-03-26 12:24:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156522950>
2026-03-26 12:24:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252Fde67f2a1-9c81-4502-a290-0511047468b7.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/de67f2a1-9c81-4502-a290-0511047468b7.jpg saved to cache
2026-03-26 12:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b9db62b2-b85a-52b2-9c04-9f1a1df180bd
2026-03-26 12:24:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563d0f90>
2026-03-26 12:24:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252F16bea65a-1268-46ab-bbd2-190597f52525.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/16bea65a-1268-46ab-bbd2-190597f52525.jpg saved to cache
2026-03-26 12:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e61eac68-ff6b-56b4-b8a1-0b6cd79688f4
2026-03-26 12:24:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f98cd0>
2026-03-26 12:24:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746572%252Fgeneral%252Fe60e884e-0627-4dae-bb9d-9617d5bd27e7.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746572/general/e60e884e-0627-4dae-bb9d-9617d5bd27e7.jpg saved to cache
2026-03-26 12:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ac229c0e-3751-5517-8924-7e3d0ae8d252
2026-03-26 12:24:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ac229c0e-3751-5517-8924-7e3d0ae8d252, skipping ID generation
2026-03-26 12:24:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac229c0e-3751-5517-8924-7e3d0ae8d252 with scrape type 1
2026-03-26 12:24:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ac229c0e-3751-5517-8924-7e3d0ae8d252 sending to next pipeline
2026-03-26 12:24:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: ac229c0e-3751-5517-8924-7e3d0ae8d252, identifier: 10726545
2026-03-26 12:24:44 [adesa.de] INFO: Found listing with ID: 10725142
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725142%27 HTTP/1.1" 200 None
2026-03-26 12:24:44 [adesa.de] INFO: Scrape type for 10725142: 0
2026-03-26 12:24:44 [adesa.de] INFO: Skipping item 10725142 url https://www.openlane.eu/en/carv6/auction/10725142
2026-03-26 12:24:44 [adesa.de] INFO: Found listing with ID: 10725024
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725024%27 HTTP/1.1" 200 None
2026-03-26 12:24:44 [adesa.de] INFO: Scrape type for 10725024: 0
2026-03-26 12:24:44 [adesa.de] INFO: Skipping item 10725024 url https://www.openlane.eu/en/carv6/auction/10725024
2026-03-26 12:24:44 [adesa.de] INFO: Found listing with ID: 10724968
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724968%27 HTTP/1.1" 200 None
2026-03-26 12:24:44 [adesa.de] INFO: Scrape type for 10724968: 0
2026-03-26 12:24:44 [adesa.de] INFO: Skipping item 10724968 url https://www.openlane.eu/en/carv6/auction/10724968
2026-03-26 12:24:44 [adesa.de] INFO: Found listing with ID: 10725152
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725152%27 HTTP/1.1" 200 None
2026-03-26 12:24:44 [adesa.de] INFO: Scrape type for 10725152: 0
2026-03-26 12:24:44 [adesa.de] INFO: Skipping item 10725152 url https://www.openlane.eu/en/carv6/auction/10725152
2026-03-26 12:24:44 [adesa.de] INFO: Found listing with ID: 10725032
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725032%27 HTTP/1.1" 200 None
2026-03-26 12:24:44 [adesa.de] INFO: Scrape type for 10725032: 0
2026-03-26 12:24:44 [adesa.de] INFO: Skipping item 10725032 url https://www.openlane.eu/en/carv6/auction/10725032
2026-03-26 12:24:44 [adesa.de] INFO: Found listing with ID: 10725091
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725091%27 HTTP/1.1" 200 None
2026-03-26 12:24:44 [adesa.de] INFO: Scrape type for 10725091: 0
2026-03-26 12:24:44 [adesa.de] INFO: Skipping item 10725091 url https://www.openlane.eu/en/carv6/auction/10725091
2026-03-26 12:24:44 [adesa.de] INFO: Found listing with ID: 10725083
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725083%27 HTTP/1.1" 200 None
2026-03-26 12:24:44 [adesa.de] INFO: Scrape type for 10725083: 0
2026-03-26 12:24:44 [adesa.de] INFO: Skipping item 10725083 url https://www.openlane.eu/en/carv6/auction/10725083
2026-03-26 12:24:44 [adesa.de] INFO: Found listing with ID: 10724996
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724996%27 HTTP/1.1" 200 None
2026-03-26 12:24:44 [adesa.de] INFO: Scrape type for 10724996: 0
2026-03-26 12:24:44 [adesa.de] INFO: Skipping item 10724996 url https://www.openlane.eu/en/carv6/auction/10724996
2026-03-26 12:24:44 [adesa.de] INFO: Found listing with ID: 10727859
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727859%27 HTTP/1.1" 200 None
2026-03-26 12:24:44 [adesa.de] INFO: Scrape type for 10727859: 0
2026-03-26 12:24:44 [adesa.de] INFO: Skipping item 10727859 url https://www.openlane.eu/en/carv6/auction/10727859
2026-03-26 12:24:44 [adesa.de] INFO: Found listing with ID: 10723428
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723428%27 HTTP/1.1" 200 None
2026-03-26 12:24:44 [adesa.de] INFO: Scrape type for 10723428: 2
2026-03-26 12:24:44 [adesa.de] INFO: Scraping item 10723428 url https://www.openlane.eu/en/carv6/auction/10723428
2026-03-26 12:24:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746652/general/3b2711d1-0641-4a63-8969-b2245ac22773.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726629)
2026-03-26 12:24:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746557/general/e72d8556-92ee-4159-b0b8-5c5c5b3d16ff.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726527)
2026-03-26 12:24:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746499/general/bb06f12a-1a82-4fd4-83fe-756665576396.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726458)
2026-03-26 12:24:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746634/general/db22ecad-f092-4530-8f13-dee12f86597d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726609)
2026-03-26 12:24:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 9f7f8515-5890-54a7-a0d1-2c251d02eb99 with identifier: 10726524
2026-03-26 12:24:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 9f7f8515-5890-54a7-a0d1-2c251d02eb99 with identifier: 10726524
2026-03-26 12:24:44 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 9f7f8515-5890-54a7-a0d1-2c251d02eb99 with identifier: 10726524 to the API
2026-03-26 12:24:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746553/general/e1d6eab5-3d91-47cc-9d36-4ea9fb22edcf.jpg>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 250,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '9f7f8515-5890-54a7-a0d1-2c251d02eb99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4506655',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726524',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volvo',
'model': 'XC60',
'odometer': 73827,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 40,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120138,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746553/general/f17b8b64-3fe3-4adf-9da6-7d0f086cdbbd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113187,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746553/general/e1d6eab5-3d91-47cc-9d36-4ea9fb22edcf.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99778,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746553/general/3b19fdf2-0b24-42c1-84ac-8b91d2a70493.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102008,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746553/general/8ec3d92d-a98f-4bbe-8154-5748eead0e51.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112744,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746553/general/40f705c0-4f88-497d-8a48-7c13c4a3541b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72505,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746553/general/3b236e50-d793-425b-a531-dd4dc94549c9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83242,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746553/general/a6b3cc8e-6168-4c96-b74c-09172f46b8dd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93451,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746553/general/f079e68f-c5d4-4bd6-9f26-3235fd3a9384.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119781,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746553/general/217ccd5f-e248-4ec6-b116-b37382fe92d6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f7f8515-5890-54a7-a0d1-2c251d02eb99/9f7f8515-5890-54a7-a0d1-2c251d02eb99_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115223,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746553/general/e435f3b5-7c07-4d83-87d2-25baa88b3017.jpg',
'Width': 800}],
'price': 17400,
'price_includes_vat': True,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volvo XC60 3.2 Inscription - Petrol - Automatic - 250 hp - 73.827 '
'km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2022}
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726524%27 HTTP/1.1" 200 None
2026-03-26 12:24:45 [adesa.de] INFO: Saving data for 10726524: {'created_time': 1774527885.347372, 'last_price_update_time': 1774527885.347383, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726524') HTTP/1.1" 204 0
2026-03-26 12:24:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: ac229c0e-3751-5517-8924-7e3d0ae8d252 with identifier: 10726545
2026-03-26 12:24:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: ac229c0e-3751-5517-8924-7e3d0ae8d252 with identifier: 10726545
2026-03-26 12:24:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: ac229c0e-3751-5517-8924-7e3d0ae8d252 with identifier: 10726545 to the API
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746572/general/e60e884e-0627-4dae-bb9d-9617d5bd27e7.jpg>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'ac229c0e-3751-5517-8924-7e3d0ae8d252',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4708158',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726545',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volkswagen',
'model': 'T-ROC',
'odometer': 39818,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 44,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98031,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746572/general/71331939-56a4-4468-9a83-465a4e34ed76.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109511,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746572/general/8247b514-a44d-4aba-a578-aaad38fbe771.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108117,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746572/general/4e1a815f-3162-464f-8067-570b1d476453.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97657,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746572/general/e60e884e-0627-4dae-bb9d-9617d5bd27e7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111345,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746572/general/3503aeb4-a5f7-4156-aedf-fcb99f9f100e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108558,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746572/general/5bd46cb8-11ff-463a-9f05-eb75acfd915f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96724,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746572/general/96dad966-05c9-46f5-a0a0-13c24da13504.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105796,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746572/general/512f9983-229f-4319-a4a0-e52a9bde03a5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79263,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746572/general/fb6060ba-55c7-4d77-8923-c9e99c2d3dfe.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac229c0e-3751-5517-8924-7e3d0ae8d252/ac229c0e-3751-5517-8924-7e3d0ae8d252_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117175,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746572/general/85bc3e44-2b4a-48d9-a699-31a0a0980928.jpg',
'Width': 800}],
'price': 13900,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volkswagen T-ROC 1.5 TSI Sport - Petrol - Automatic - 150 hp - '
'39.818 km',
'transmission': 'automatic',
'trim': 'Sport',
'vin': None,
'year': 2022}
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726545%27 HTTP/1.1" 200 None
2026-03-26 12:24:45 [adesa.de] INFO: Saving data for 10726545: {'created_time': 1774527885.728616, 'last_price_update_time': 1774527885.728628, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726545') HTTP/1.1" 204 0
2026-03-26 12:24:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156380cd0>
2026-03-26 12:24:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252F0d81a592-05e0-42a2-b693-2ef00757fc54.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/0d81a592-05e0-42a2-b693-2ef00757fc54.jpg saved to cache
2026-03-26 12:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e61eac68-ff6b-56b4-b8a1-0b6cd79688f4
2026-03-26 12:24:45 [adesa.de] INFO: Found listing with ID: 10723447
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723447%27 HTTP/1.1" 200 None
2026-03-26 12:24:45 [adesa.de] INFO: Scrape type for 10723447: 2
2026-03-26 12:24:45 [adesa.de] INFO: Scraping item 10723447 url https://www.openlane.eu/en/carv6/auction/10723447
2026-03-26 12:24:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:24:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645c390>
2026-03-26 12:24:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252F1a218333-6f31-40de-a809-a23f37485b36.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/1a218333-6f31-40de-a809-a23f37485b36.jpg saved to cache
2026-03-26 12:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e61eac68-ff6b-56b4-b8a1-0b6cd79688f4
2026-03-26 12:24:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565b39d0>
2026-03-26 12:24:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252F6d96512d-7cdd-4378-b3b6-15293430f2f8.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/6d96512d-7cdd-4378-b3b6-15293430f2f8.jpg saved to cache
2026-03-26 12:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e61eac68-ff6b-56b4-b8a1-0b6cd79688f4
2026-03-26 12:24:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746652/general/0f323f78-8ed3-415b-a9d3-647f1bb2d0a7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726629)
2026-03-26 12:24:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746557/general/e1f04386-0084-454a-aede-dfc918931e67.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726527)
2026-03-26 12:24:45 [adesa.de] INFO: Found listing with ID: 10723420
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723420%27 HTTP/1.1" 200 None
2026-03-26 12:24:45 [adesa.de] INFO: Scrape type for 10723420: 2
2026-03-26 12:24:45 [adesa.de] INFO: Scraping item 10723420 url https://www.openlane.eu/en/carv6/auction/10723420
2026-03-26 12:24:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ccc90>
2026-03-26 12:24:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252F3b2711d1-0641-4a63-8969-b2245ac22773.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/3b2711d1-0641-4a63-8969-b2245ac22773.jpg saved to cache
2026-03-26 12:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3e0035cd-5eff-59b5-9a1f-ce5ea968e453
2026-03-26 12:24:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f65d10>
2026-03-26 12:24:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252Fe72d8556-92ee-4159-b0b8-5c5c5b3d16ff.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/e72d8556-92ee-4159-b0b8-5c5c5b3d16ff.jpg saved to cache
2026-03-26 12:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e61eac68-ff6b-56b4-b8a1-0b6cd79688f4
2026-03-26 12:24:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e50210>
2026-03-26 12:24:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746499%252Fgeneral%252Fbb06f12a-1a82-4fd4-83fe-756665576396.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746499/general/bb06f12a-1a82-4fd4-83fe-756665576396.jpg saved to cache
2026-03-26 12:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b9db62b2-b85a-52b2-9c04-9f1a1df180bd
2026-03-26 12:24:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b9db62b2-b85a-52b2-9c04-9f1a1df180bd, skipping ID generation
2026-03-26 12:24:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9db62b2-b85a-52b2-9c04-9f1a1df180bd with scrape type 1
2026-03-26 12:24:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b9db62b2-b85a-52b2-9c04-9f1a1df180bd sending to next pipeline
2026-03-26 12:24:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: b9db62b2-b85a-52b2-9c04-9f1a1df180bd, identifier: 10726458
2026-03-26 12:24:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e46e10>
2026-03-26 12:24:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252Fdb22ecad-f092-4530-8f13-dee12f86597d.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/db22ecad-f092-4530-8f13-dee12f86597d.jpg saved to cache
2026-03-26 12:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fc6d9778-6cc6-5422-9168-2662d22966da
2026-03-26 12:24:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: b9db62b2-b85a-52b2-9c04-9f1a1df180bd with identifier: 10726458
2026-03-26 12:24:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: b9db62b2-b85a-52b2-9c04-9f1a1df180bd with identifier: 10726458
2026-03-26 12:24:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: b9db62b2-b85a-52b2-9c04-9f1a1df180bd with identifier: 10726458 to the API
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746499/general/bb06f12a-1a82-4fd4-83fe-756665576396.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'b9db62b2-b85a-52b2-9c04-9f1a1df180bd',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4548712',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726458',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 59777,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 28,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109700,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746499/general/e451828f-8fff-4c74-bc21-bb2e4b7bb2ae.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112299,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746499/general/bb06f12a-1a82-4fd4-83fe-756665576396.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98507,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746499/general/a87bbed8-a1c4-49ae-9cc7-7fb709ec899e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70656,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746499/general/de67f2a1-9c81-4502-a290-0511047468b7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75586,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746499/general/71d6a485-cc69-4754-af5a-c916aedfd0ef.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110861,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746499/general/ef841a62-589f-49f1-a95d-e7e13cd18619.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67118,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746499/general/42d83459-ebd4-4c15-9764-c8f61a59e0cd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84376,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746499/general/59cd100d-f21c-4d10-b2a6-3f213e611346.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120350,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746499/general/02284b4e-0b85-410b-9bff-44537550193a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9db62b2-b85a-52b2-9c04-9f1a1df180bd/b9db62b2-b85a-52b2-9c04-9f1a1df180bd_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91361,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746499/general/1e122e59-6ccc-429a-b2e4-e4dc6fcc154e.jpg',
'Width': 800}],
'price': 16000,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volvo XC40 B4 Plus Dark - Petrol - Automatic - 197 hp - 59.777 km',
'transmission': 'automatic',
'trim': 'Plus Dark',
'vin': None,
'year': 2022}
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726458%27 HTTP/1.1" 200 None
2026-03-26 12:24:46 [adesa.de] INFO: Saving data for 10726458: {'created_time': 1774527886.635328, 'last_price_update_time': 1774527886.635341, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726458') HTTP/1.1" 204 0
2026-03-26 12:24:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746652/general/dee92232-f90a-43a5-bdad-108552a534b7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726629)
2026-03-26 12:24:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746652/general/8f1128e6-cef0-499e-b74c-8fef86bc0e56.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726629)
2026-03-26 12:24:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746557/general/ccd8d508-7ab4-4ae2-bb6a-1fda87c3a409.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726527)
2026-03-26 12:24:46 [adesa.de] INFO: Found listing with ID: 10723438
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723438%27 HTTP/1.1" 200 None
2026-03-26 12:24:46 [adesa.de] INFO: Scrape type for 10723438: 2
2026-03-26 12:24:46 [adesa.de] INFO: Scraping item 10723438 url https://www.openlane.eu/en/carv6/auction/10723438
2026-03-26 12:24:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746634/general/7b7818b3-ec74-4a27-ba8b-917c5ca26f9f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726609)
2026-03-26 12:24:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ed18d0>
2026-03-26 12:24:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252F0f323f78-8ed3-415b-a9d3-647f1bb2d0a7.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/0f323f78-8ed3-415b-a9d3-647f1bb2d0a7.jpg saved to cache
2026-03-26 12:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3e0035cd-5eff-59b5-9a1f-ce5ea968e453
2026-03-26 12:24:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565314d0>
2026-03-26 12:24:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252Fe1f04386-0084-454a-aede-dfc918931e67.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/e1f04386-0084-454a-aede-dfc918931e67.jpg saved to cache
2026-03-26 12:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e61eac68-ff6b-56b4-b8a1-0b6cd79688f4
2026-03-26 12:24:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746634/general/addb155e-cd9f-43bf-b10a-279218454a34.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726609)
2026-03-26 12:24:46 [adesa.de] INFO: Found listing with ID: 10723425
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723425%27 HTTP/1.1" 200 None
2026-03-26 12:24:46 [adesa.de] INFO: Scrape type for 10723425: 2
2026-03-26 12:24:46 [adesa.de] INFO: Scraping item 10723425 url https://www.openlane.eu/en/carv6/auction/10723425
2026-03-26 12:24:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746557/general/9137bca0-8faa-4db0-ab14-a8ac9bebc500.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726527)
2026-03-26 12:24:46 [adesa.de] INFO: Found listing with ID: 10723446
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723446%27 HTTP/1.1" 200 None
2026-03-26 12:24:46 [adesa.de] INFO: Scrape type for 10723446: 2
2026-03-26 12:24:46 [adesa.de] INFO: Scraping item 10723446 url https://www.openlane.eu/en/carv6/auction/10723446
2026-03-26 12:24:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156501ad0>
2026-03-26 12:24:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252Fdee92232-f90a-43a5-bdad-108552a534b7.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/dee92232-f90a-43a5-bdad-108552a534b7.jpg saved to cache
2026-03-26 12:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3e0035cd-5eff-59b5-9a1f-ce5ea968e453
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c133d90>
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252F8f1128e6-cef0-499e-b74c-8fef86bc0e56.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/8f1128e6-cef0-499e-b74c-8fef86bc0e56.jpg saved to cache
2026-03-26 12:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3e0035cd-5eff-59b5-9a1f-ce5ea968e453
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d27d0>
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252Fccd8d508-7ab4-4ae2-bb6a-1fda87c3a409.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/ccd8d508-7ab4-4ae2-bb6a-1fda87c3a409.jpg saved to cache
2026-03-26 12:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e61eac68-ff6b-56b4-b8a1-0b6cd79688f4
2026-03-26 12:24:47 [adesa.de] INFO: Found listing with ID: 10723416
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723416%27 HTTP/1.1" 200 None
2026-03-26 12:24:47 [adesa.de] INFO: Scrape type for 10723416: 2
2026-03-26 12:24:47 [adesa.de] INFO: Scraping item 10723416 url https://www.openlane.eu/en/carv6/auction/10723416
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ecd950>
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252F7b7818b3-ec74-4a27-ba8b-917c5ca26f9f.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/7b7818b3-ec74-4a27-ba8b-917c5ca26f9f.jpg saved to cache
2026-03-26 12:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fc6d9778-6cc6-5422-9168-2662d22966da
2026-03-26 12:24:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746634/general/05670998-4028-435b-bb1c-44c2ce9922ed.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726609)
2026-03-26 12:24:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746652/general/c62361a2-aa39-4b0e-b89b-e027a864ab51.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726629)
2026-03-26 12:24:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746634/general/f590e818-2176-4e75-a85f-f8776bf0ee42.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726609)
2026-03-26 12:24:47 [adesa.de] INFO: Found listing with ID: 10723444
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723444%27 HTTP/1.1" 200 None
2026-03-26 12:24:47 [adesa.de] INFO: Scrape type for 10723444: 2
2026-03-26 12:24:47 [adesa.de] INFO: Scraping item 10723444 url https://www.openlane.eu/en/carv6/auction/10723444
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ea090>
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252Faddb155e-cd9f-43bf-b10a-279218454a34.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/addb155e-cd9f-43bf-b10a-279218454a34.jpg saved to cache
2026-03-26 12:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fc6d9778-6cc6-5422-9168-2662d22966da
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564178d0>
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746557%252Fgeneral%252F9137bca0-8faa-4db0-ab14-a8ac9bebc500.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746557/general/9137bca0-8faa-4db0-ab14-a8ac9bebc500.jpg saved to cache
2026-03-26 12:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e61eac68-ff6b-56b4-b8a1-0b6cd79688f4
2026-03-26 12:24:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e61eac68-ff6b-56b4-b8a1-0b6cd79688f4, skipping ID generation
2026-03-26 12:24:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e61eac68-ff6b-56b4-b8a1-0b6cd79688f4 with scrape type 1
2026-03-26 12:24:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e61eac68-ff6b-56b4-b8a1-0b6cd79688f4 sending to next pipeline
2026-03-26 12:24:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e61eac68-ff6b-56b4-b8a1-0b6cd79688f4, identifier: 10726527
2026-03-26 12:24:47 [adesa.de] INFO: Found listing with ID: 10723433
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723433%27 HTTP/1.1" 200 None
2026-03-26 12:24:47 [adesa.de] INFO: Scrape type for 10723433: 2
2026-03-26 12:24:47 [adesa.de] INFO: Scraping item 10723433 url https://www.openlane.eu/en/carv6/auction/10723433
2026-03-26 12:24:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e61eac68-ff6b-56b4-b8a1-0b6cd79688f4 with identifier: 10726527
2026-03-26 12:24:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e61eac68-ff6b-56b4-b8a1-0b6cd79688f4 with identifier: 10726527
2026-03-26 12:24:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e61eac68-ff6b-56b4-b8a1-0b6cd79688f4 with identifier: 10726527 to the API
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746557/general/9137bca0-8faa-4db0-ab14-a8ac9bebc500.jpg>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'e61eac68-ff6b-56b4-b8a1-0b6cd79688f4',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4665828',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726527',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volkswagen',
'model': 'T-ROC',
'odometer': 21000,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 20,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86911,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746557/general/8a9937b6-4eca-47ad-a104-842ece521cc4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98584,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746557/general/17c81efa-1682-480a-9035-0fa1b771a5f8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95863,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746557/general/16bea65a-1268-46ab-bbd2-190597f52525.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95521,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746557/general/1a218333-6f31-40de-a809-a23f37485b36.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90710,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746557/general/0d81a592-05e0-42a2-b693-2ef00757fc54.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83036,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746557/general/e72d8556-92ee-4159-b0b8-5c5c5b3d16ff.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90851,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746557/general/6d96512d-7cdd-4378-b3b6-15293430f2f8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53724,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746557/general/9137bca0-8faa-4db0-ab14-a8ac9bebc500.jpg',
'Width': 450},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74244,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746557/general/e1f04386-0084-454a-aede-dfc918931e67.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e61eac68-ff6b-56b4-b8a1-0b6cd79688f4/e61eac68-ff6b-56b4-b8a1-0b6cd79688f4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91034,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746557/general/ccd8d508-7ab4-4ae2-bb6a-1fda87c3a409.jpg',
'Width': 800}],
'price': 16900,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volkswagen T-ROC 1.5 TSI Sport - Petrol - Automatic - 150 hp - '
'21.000 km',
'transmission': 'automatic',
'trim': 'Sport',
'vin': None,
'year': 2022}
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726527%27 HTTP/1.1" 200 None
2026-03-26 12:24:47 [adesa.de] INFO: Saving data for 10726527: {'created_time': 1774527887.813306, 'last_price_update_time': 1774527887.813317, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726527') HTTP/1.1" 204 0
2026-03-26 12:24:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746652/general/cf0c29d9-d20c-4dcc-ad08-88d19c7ec560.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726629)
2026-03-26 12:24:47 [adesa.de] INFO: Found listing with ID: 10723415
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723415%27 HTTP/1.1" 200 None
2026-03-26 12:24:47 [adesa.de] INFO: Scrape type for 10723415: 2
2026-03-26 12:24:47 [adesa.de] INFO: Scraping item 10723415 url https://www.openlane.eu/en/carv6/auction/10723415
2026-03-26 12:24:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727914> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e45bd0>
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252F05670998-4028-435b-bb1c-44c2ce9922ed.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/05670998-4028-435b-bb1c-44c2ce9922ed.jpg saved to cache
2026-03-26 12:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fc6d9778-6cc6-5422-9168-2662d22966da
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e5bd0>
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252Fc62361a2-aa39-4b0e-b89b-e027a864ab51.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/c62361a2-aa39-4b0e-b89b-e027a864ab51.jpg saved to cache
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3e0035cd-5eff-59b5-9a1f-ce5ea968e453
2026-03-26 12:24:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633eb90>
2026-03-26 12:24:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746634%252Fgeneral%252Ff590e818-2176-4e75-a85f-f8776bf0ee42.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746634/general/f590e818-2176-4e75-a85f-f8776bf0ee42.jpg saved to cache
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fc6d9778-6cc6-5422-9168-2662d22966da
2026-03-26 12:24:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc6d9778-6cc6-5422-9168-2662d22966da, skipping ID generation
2026-03-26 12:24:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc6d9778-6cc6-5422-9168-2662d22966da with scrape type 1
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc6d9778-6cc6-5422-9168-2662d22966da sending to next pipeline
2026-03-26 12:24:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: fc6d9778-6cc6-5422-9168-2662d22966da, identifier: 10726609
2026-03-26 12:24: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 12:24:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: fc6d9778-6cc6-5422-9168-2662d22966da with identifier: 10726609
2026-03-26 12:24:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: fc6d9778-6cc6-5422-9168-2662d22966da with identifier: 10726609
2026-03-26 12:24:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: fc6d9778-6cc6-5422-9168-2662d22966da with identifier: 10726609 to the API
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746634/general/f590e818-2176-4e75-a85f-f8776bf0ee42.jpg>
{'auction_title': '',
'c_o_2_emission_value': 93,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 75,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'fc6d9778-6cc6-5422-9168-2662d22966da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '431568',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726609',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 73187,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 94,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177925,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746634/general/f590e818-2176-4e75-a85f-f8776bf0ee42.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125920,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746634/general/05670998-4028-435b-bb1c-44c2ce9922ed.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161667,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746634/general/addb155e-cd9f-43bf-b10a-279218454a34.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164237,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746634/general/7b7818b3-ec74-4a27-ba8b-917c5ca26f9f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97586,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746634/general/db22ecad-f092-4530-8f13-dee12f86597d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103489,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746634/general/a6b6da54-d6c8-47a6-87d3-8a7faecfa9e6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143185,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746634/general/66e43ae9-9854-4178-b207-f0cbea445451.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81989,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746634/general/3f121d77-3f5f-4fa6-a940-8f936d95bf87.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82061,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746634/general/b7c2dfa3-4281-4dff-9a33-eb7cfeec9148.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc6d9778-6cc6-5422-9168-2662d22966da/fc6d9778-6cc6-5422-9168-2662d22966da_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88684,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746634/general/ae4e9b2f-beb6-4603-9150-53d4aa4d538f.jpg',
'Width': 800}],
'price': 1300,
'price_includes_vat': True,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Opel Corsa 1.2 Edition - Petrol - Manual - 75 hp - 73.187 km',
'transmission': 'manual',
'trim': 'Edition',
'vin': None,
'year': 2021}
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726609%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [adesa.de] INFO: Saving data for 10726609: {'created_time': 1774527888.55575, 'last_price_update_time': 1774527888.555762, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726609') HTTP/1.1" 204 0
2026-03-26 12:24:48 [adesa.de] INFO: Found listing with ID: 10723441
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723441%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [adesa.de] INFO: Scrape type for 10723441: 2
2026-03-26 12:24:48 [adesa.de] INFO: Scraping item 10723441 url https://www.openlane.eu/en/carv6/auction/10723441
2026-03-26 12:24:48 [adesa.de] INFO: Found listing with ID: 10723442
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723442%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [adesa.de] INFO: Scrape type for 10723442: 2
2026-03-26 12:24:48 [adesa.de] INFO: Scraping item 10723442 url https://www.openlane.eu/en/carv6/auction/10723442
2026-03-26 12:24:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1cd690>
2026-03-26 12:24:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:24:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252Fcf0c29d9-d20c-4dcc-ad08-88d19c7ec560.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/cf0c29d9-d20c-4dcc-ad08-88d19c7ec560.jpg saved to cache
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3e0035cd-5eff-59b5-9a1f-ce5ea968e453
2026-03-26 12:24:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e945719-40ae-5ae0-b20d-58f06e4f29f0 with identifier: 10727914
2026-03-26 12:24:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e945719-40ae-5ae0-b20d-58f06e4f29f0 with scrape type 1
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7e945719-40ae-5ae0-b20d-58f06e4f29f0
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715276%252Fgeneral%252F5b3bcec9-6c6c-40de-8c17-8088fb9ad250.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715276/general/5b3bcec9-6c6c-40de-8c17-8088fb9ad250.jpg already downloaded
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715276%252Fgeneral%252F8c11ae42-c369-48e2-bab7-28d441f851ea.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715276/general/8c11ae42-c369-48e2-bab7-28d441f851ea.jpg already downloaded
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715276%252Fgeneral%252F6b097c99-62ae-4191-87d4-4c63772dacc5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715276/general/6b097c99-62ae-4191-87d4-4c63772dacc5.jpg already downloaded
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715276%252Fgeneral%252Fed2ec36f-0bf9-4907-8892-a464e70ab3f8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715276/general/ed2ec36f-0bf9-4907-8892-a464e70ab3f8.jpg already downloaded
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715276%252Fgeneral%252Fa492f4da-4d9e-43a1-a104-8d6f959d0ea6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715276/general/a492f4da-4d9e-43a1-a104-8d6f959d0ea6.jpg not downloaded yet
2026-03-26 12:24:48 [adesa.de] INFO: Found listing with ID: 10723434
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723434%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [adesa.de] INFO: Scrape type for 10723434: 2
2026-03-26 12:24:48 [adesa.de] INFO: Scraping item 10723434 url https://www.openlane.eu/en/carv6/auction/10723434
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715276%252Fgeneral%252F6919db1c-fde6-44bb-ae11-d76db9a77195.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715276/general/6919db1c-fde6-44bb-ae11-d76db9a77195.jpg already downloaded
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715276%252Fgeneral%252F29254b1c-b1a3-499a-aa3a-126b9009b6f5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715276/general/29254b1c-b1a3-499a-aa3a-126b9009b6f5.jpg already downloaded
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715276%252Fgeneral%252F18fd993a-c276-4d11-ab9d-4a7b15750661.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715276/general/18fd993a-c276-4d11-ab9d-4a7b15750661.jpg already downloaded
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715276%252Fgeneral%252Fe6fba420-f037-47fa-addb-21547269550e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715276/general/e6fba420-f037-47fa-addb-21547269550e.jpg already downloaded
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715276%252Fgeneral%252F7d7cf5fd-0146-4a16-99da-fce6f36f1b42.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715276/general/7d7cf5fd-0146-4a16-99da-fce6f36f1b42.jpg already downloaded
2026-03-26 12:24:48 [adesa.de] INFO: Found listing with ID: 10723423
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723423%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [adesa.de] INFO: Scrape type for 10723423: 2
2026-03-26 12:24:48 [adesa.de] INFO: Scraping item 10723423 url https://www.openlane.eu/en/carv6/auction/10723423
2026-03-26 12:24:48 [adesa.de] INFO: Found listing with ID: 10723440
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723440%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [adesa.de] INFO: Scrape type for 10723440: 2
2026-03-26 12:24:48 [adesa.de] INFO: Scraping item 10723440 url https://www.openlane.eu/en/carv6/auction/10723440
2026-03-26 12:24:48 [adesa.de] INFO: Found listing with ID: 10723424
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723424%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [adesa.de] INFO: Scrape type for 10723424: 0
2026-03-26 12:24:48 [adesa.de] INFO: Skipping item 10723424 url https://www.openlane.eu/en/carv6/auction/10723424
2026-03-26 12:24:48 [adesa.de] INFO: Found listing with ID: 10723445
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723445%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [adesa.de] INFO: Scrape type for 10723445: 0
2026-03-26 12:24:48 [adesa.de] INFO: Skipping item 10723445 url https://www.openlane.eu/en/carv6/auction/10723445
2026-03-26 12:24:48 [adesa.de] INFO: Found listing with ID: 10723443
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723443%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [adesa.de] INFO: Scrape type for 10723443: 0
2026-03-26 12:24:48 [adesa.de] INFO: Skipping item 10723443 url https://www.openlane.eu/en/carv6/auction/10723443
2026-03-26 12:24:48 [adesa.de] INFO: Found listing with ID: 10723414
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723414%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [adesa.de] INFO: Scrape type for 10723414: 0
2026-03-26 12:24:48 [adesa.de] INFO: Skipping item 10723414 url https://www.openlane.eu/en/carv6/auction/10723414
2026-03-26 12:24:48 [adesa.de] INFO: Found listing with ID: 10723432
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723432%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [adesa.de] INFO: Scrape type for 10723432: 0
2026-03-26 12:24:48 [adesa.de] INFO: Skipping item 10723432 url https://www.openlane.eu/en/carv6/auction/10723432
2026-03-26 12:24:48 [adesa.de] INFO: Found listing with ID: 10723430
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723430%27 HTTP/1.1" 200 None
2026-03-26 12:24:48 [adesa.de] INFO: Scrape type for 10723430: 0
2026-03-26 12:24:48 [adesa.de] INFO: Skipping item 10723430 url https://www.openlane.eu/en/carv6/auction/10723430
2026-03-26 12:24:48 [adesa.de] INFO: Found listing with ID: 10723435
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723435%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723435: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723435 url https://www.openlane.eu/en/carv6/auction/10723435
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723431
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723431%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723431: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723431 url https://www.openlane.eu/en/carv6/auction/10723431
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723418
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723418%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723418: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723418 url https://www.openlane.eu/en/carv6/auction/10723418
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723419
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723419%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723419: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723419 url https://www.openlane.eu/en/carv6/auction/10723419
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723417
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723417%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723417: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723417 url https://www.openlane.eu/en/carv6/auction/10723417
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723427
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723427%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723427: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723427 url https://www.openlane.eu/en/carv6/auction/10723427
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723439
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723439%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723439: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723439 url https://www.openlane.eu/en/carv6/auction/10723439
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723429
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723429%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723429: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723429 url https://www.openlane.eu/en/carv6/auction/10723429
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723448
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723448%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723448: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723448 url https://www.openlane.eu/en/carv6/auction/10723448
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723436
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723436%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723436: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723436 url https://www.openlane.eu/en/carv6/auction/10723436
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723421
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723421%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723421: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723421 url https://www.openlane.eu/en/carv6/auction/10723421
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723422
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723422%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723422: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723422 url https://www.openlane.eu/en/carv6/auction/10723422
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723437
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723437%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723437: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723437 url https://www.openlane.eu/en/carv6/auction/10723437
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723426
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723426%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723426: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723426 url https://www.openlane.eu/en/carv6/auction/10723426
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723093
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723093%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723093: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723093 url https://www.openlane.eu/en/carv6/auction/10723093
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723111
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723111%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723111: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723111 url https://www.openlane.eu/en/carv6/auction/10723111
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723127
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723127%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723127: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723127 url https://www.openlane.eu/en/carv6/auction/10723127
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723124
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723124%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723124: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723124 url https://www.openlane.eu/en/carv6/auction/10723124
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723092
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723092%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723092: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723092 url https://www.openlane.eu/en/carv6/auction/10723092
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723112
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723112%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723112: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723112 url https://www.openlane.eu/en/carv6/auction/10723112
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723071
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723071%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723071: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723071 url https://www.openlane.eu/en/carv6/auction/10723071
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723123
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723123%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723123: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723123 url https://www.openlane.eu/en/carv6/auction/10723123
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723128
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723128%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723128: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723128 url https://www.openlane.eu/en/carv6/auction/10723128
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723612
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723612%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723612: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723612 url https://www.openlane.eu/en/carv6/auction/10723612
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723069
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723069%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723069: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723069 url https://www.openlane.eu/en/carv6/auction/10723069
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723070
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723070%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723070: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723070 url https://www.openlane.eu/en/carv6/auction/10723070
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723078
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723078%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723078: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723078 url https://www.openlane.eu/en/carv6/auction/10723078
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723075
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723075%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723075: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723075 url https://www.openlane.eu/en/carv6/auction/10723075
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723085
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723085%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723085: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723085 url https://www.openlane.eu/en/carv6/auction/10723085
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723106
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723106%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723106: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723106 url https://www.openlane.eu/en/carv6/auction/10723106
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723126
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723126%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723126: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10723126 url https://www.openlane.eu/en/carv6/auction/10723126
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723081
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723081%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723081: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723081 url https://www.openlane.eu/en/carv6/auction/10723081
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723079
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723079%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723079: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723079 url https://www.openlane.eu/en/carv6/auction/10723079
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723080
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723080%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723080: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723080 url https://www.openlane.eu/en/carv6/auction/10723080
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723086
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723086%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723086: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723086 url https://www.openlane.eu/en/carv6/auction/10723086
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723125
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723125%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723125: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723125 url https://www.openlane.eu/en/carv6/auction/10723125
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723096
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723096%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723096: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723096 url https://www.openlane.eu/en/carv6/auction/10723096
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723121
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723121%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723121: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723121 url https://www.openlane.eu/en/carv6/auction/10723121
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723607
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723607%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723607: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723607 url https://www.openlane.eu/en/carv6/auction/10723607
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723608
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723608%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723608: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723608 url https://www.openlane.eu/en/carv6/auction/10723608
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723611
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723611%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723611: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723611 url https://www.openlane.eu/en/carv6/auction/10723611
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723120
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723120%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723120: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723120 url https://www.openlane.eu/en/carv6/auction/10723120
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10728603
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728603%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10728603: 0
2026-03-26 12:24:49 [adesa.de] INFO: Skipping item 10728603 url https://www.openlane.eu/en/carv6/auction/10728603
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723616
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723616%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723616: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723616 url https://www.openlane.eu/en/carv6/auction/10723616
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723610
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723610%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723610: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723610 url https://www.openlane.eu/en/carv6/auction/10723610
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723609
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723609%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723609: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723609 url https://www.openlane.eu/en/carv6/auction/10723609
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723087
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723087%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723087: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723087 url https://www.openlane.eu/en/carv6/auction/10723087
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723094
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723094%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723094: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723094 url https://www.openlane.eu/en/carv6/auction/10723094
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723099
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723099%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723099: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723099 url https://www.openlane.eu/en/carv6/auction/10723099
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723082
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723082%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723082: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723082 url https://www.openlane.eu/en/carv6/auction/10723082
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723098
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723098%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723098: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723098 url https://www.openlane.eu/en/carv6/auction/10723098
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10723095
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723095%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10723095: 2
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10723095 url https://www.openlane.eu/en/carv6/auction/10723095
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10728958
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728958%27 HTTP/1.1" 200 None
2026-03-26 12:24:49 [adesa.de] INFO: Scrape type for 10728958: 1
2026-03-26 12:24:49 [adesa.de] INFO: Scraping item 10728958 url https://www.openlane.eu/en/carv6/auction/10728958
2026-03-26 12:24:49 [adesa.de] INFO: Found listing with ID: 10728966
2026-03-26 12:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728966%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [adesa.de] INFO: Scrape type for 10728966: 1
2026-03-26 12:24:50 [adesa.de] INFO: Scraping item 10728966 url https://www.openlane.eu/en/carv6/auction/10728966
2026-03-26 12:24:50 [adesa.de] INFO: Found listing with ID: 10728960
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728960%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [adesa.de] INFO: Scrape type for 10728960: 1
2026-03-26 12:24:50 [adesa.de] INFO: Scraping item 10728960 url https://www.openlane.eu/en/carv6/auction/10728960
2026-03-26 12:24:50 [adesa.de] INFO: Found listing with ID: 10728956
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728956%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [adesa.de] INFO: Scrape type for 10728956: 1
2026-03-26 12:24:50 [adesa.de] INFO: Scraping item 10728956 url https://www.openlane.eu/en/carv6/auction/10728956
2026-03-26 12:24:50 [adesa.de] INFO: Found listing with ID: 10728949
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728949%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [adesa.de] INFO: Scrape type for 10728949: 1
2026-03-26 12:24:50 [adesa.de] INFO: Scraping item 10728949 url https://www.openlane.eu/en/carv6/auction/10728949
2026-03-26 12:24:50 [adesa.de] INFO: Found listing with ID: 10728944
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728944%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [adesa.de] INFO: Scrape type for 10728944: 1
2026-03-26 12:24:50 [adesa.de] INFO: Scraping item 10728944 url https://www.openlane.eu/en/carv6/auction/10728944
2026-03-26 12:24:50 [adesa.de] INFO: Found listing with ID: 10728963
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728963%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [adesa.de] INFO: Scrape type for 10728963: 1
2026-03-26 12:24:50 [adesa.de] INFO: Scraping item 10728963 url https://www.openlane.eu/en/carv6/auction/10728963
2026-03-26 12:24:50 [adesa.de] INFO: Found listing with ID: 10728952
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728952%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [adesa.de] INFO: Scrape type for 10728952: 1
2026-03-26 12:24:50 [adesa.de] INFO: Scraping item 10728952 url https://www.openlane.eu/en/carv6/auction/10728952
2026-03-26 12:24:50 [adesa.de] INFO: Found listing with ID: 10728962
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728962%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [adesa.de] INFO: Scrape type for 10728962: 1
2026-03-26 12:24:50 [adesa.de] INFO: Scraping item 10728962 url https://www.openlane.eu/en/carv6/auction/10728962
2026-03-26 12:24:50 [adesa.de] INFO: Found listing with ID: 10728961
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728961%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [adesa.de] INFO: Scrape type for 10728961: 1
2026-03-26 12:24:50 [adesa.de] INFO: Scraping item 10728961 url https://www.openlane.eu/en/carv6/auction/10728961
2026-03-26 12:24:50 [adesa.de] INFO: Found listing with ID: 10728950
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728950%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [adesa.de] INFO: Scrape type for 10728950: 1
2026-03-26 12:24:50 [adesa.de] INFO: Scraping item 10728950 url https://www.openlane.eu/en/carv6/auction/10728950
2026-03-26 12:24:50 [adesa.de] INFO: Found listing with ID: 10728948
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728948%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [adesa.de] INFO: Scrape type for 10728948: 1
2026-03-26 12:24:50 [adesa.de] INFO: Scraping item 10728948 url https://www.openlane.eu/en/carv6/auction/10728948
2026-03-26 12:24:50 [adesa.de] INFO: Found listing with ID: 10728959
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728959%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [adesa.de] INFO: Scrape type for 10728959: 1
2026-03-26 12:24:50 [adesa.de] INFO: Scraping item 10728959 url https://www.openlane.eu/en/carv6/auction/10728959
2026-03-26 12:24:50 [adesa.de] INFO: Found listing with ID: 10728954
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728954%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [adesa.de] INFO: Scrape type for 10728954: 1
2026-03-26 12:24:50 [adesa.de] INFO: Scraping item 10728954 url https://www.openlane.eu/en/carv6/auction/10728954
2026-03-26 12:24:50 [adesa.de] INFO: Found listing with ID: 10728953
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728953%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [adesa.de] INFO: Scrape type for 10728953: 1
2026-03-26 12:24:50 [adesa.de] INFO: Scraping item 10728953 url https://www.openlane.eu/en/carv6/auction/10728953
2026-03-26 12:24:50 [adesa.de] INFO: Found listing with ID: 10728955
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728955%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [adesa.de] INFO: Scrape type for 10728955: 1
2026-03-26 12:24:50 [adesa.de] INFO: Scraping item 10728955 url https://www.openlane.eu/en/carv6/auction/10728955
2026-03-26 12:24:50 [adesa.de] INFO: Found listing with ID: 10728964
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728964%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [adesa.de] INFO: Scrape type for 10728964: 1
2026-03-26 12:24:50 [adesa.de] INFO: Scraping item 10728964 url https://www.openlane.eu/en/carv6/auction/10728964
2026-03-26 12:24:50 [adesa.de] INFO: Found listing with ID: 10728957
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728957%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [adesa.de] INFO: Scrape type for 10728957: 1
2026-03-26 12:24:50 [adesa.de] INFO: Scraping item 10728957 url https://www.openlane.eu/en/carv6/auction/10728957
2026-03-26 12:24:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726460> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723447> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe with identifier: 10726460
2026-03-26 12:24:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe with scrape type 1
2026-03-26 12:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252F7f0fa096-284e-48e3-a789-1385eeaef1a9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/7f0fa096-284e-48e3-a789-1385eeaef1a9.jpg not downloaded yet
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252Fa174c049-323c-4961-b3e4-cfc99202a3b8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/a174c049-323c-4961-b3e4-cfc99202a3b8.jpg not downloaded yet
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252Fecb45c91-2e23-4af7-bf25-04f53b2bbdb3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/ecb45c91-2e23-4af7-bf25-04f53b2bbdb3.jpg not downloaded yet
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252Ff709ed6d-2e3c-4827-87f9-7c646b483513.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/f709ed6d-2e3c-4827-87f9-7c646b483513.jpg not downloaded yet
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252F3e023a9e-56d2-4e90-a73c-1588fb6dd0b7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/3e023a9e-56d2-4e90-a73c-1588fb6dd0b7.jpg not downloaded yet
2026-03-26 12:24:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 314c6efd-47a9-50a0-8dc7-44630a20e7c2 with identifier: 10723447
2026-03-26 12:24:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 314c6efd-47a9-50a0-8dc7-44630a20e7c2 with scrape type 2
2026-03-26 12:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 314c6efd-47a9-50a0-8dc7-44630a20e7c2 with scrape type 2
2026-03-26 12:24:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 314c6efd-47a9-50a0-8dc7-44630a20e7c2, identifier: 10723447
2026-03-26 12:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252F182ed223-baff-44a8-89a1-0abf04bd6320.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/182ed223-baff-44a8-89a1-0abf04bd6320.jpg not downloaded yet
2026-03-26 12:24:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 314c6efd-47a9-50a0-8dc7-44630a20e7c2 with identifier: 10723447
2026-03-26 12:24:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 314c6efd-47a9-50a0-8dc7-44630a20e7c2 with identifier: 10723447
2026-03-26 12:24:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 314c6efd-47a9-50a0-8dc7-44630a20e7c2 with identifier: 10723447 to the API
2026-03-26 12:24:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723447>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 204,
'expiration_date': '2026-03-27T13:30:00Z',
'fuel_type': 'Diesel',
'id': '314c6efd-47a9-50a0-8dc7-44630a20e7c2',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WI-AB425',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723447',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Audi',
'model': 'A6',
'odometer': 176633,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 20800,
'price_includes_vat': True,
'registration_date': '2021-07-28',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Audi A6 Avant 40 TDI Design - Diesel - Automatic - 204 hp - 176.633 '
'km',
'transmission': 'automatic',
'trim': 'Design',
'vin': None,
'year': 2021}
2026-03-26 12:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723447%27 HTTP/1.1" 200 None
2026-03-26 12:24:51 [adesa.de] INFO: Saving data for 10723447: {'auction_closing_time': 1774618200.0, 'created_time': 1774441064.115519, 'last_price_update_time': 1774527891.677852}
2026-03-26 12:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723447') HTTP/1.1" 204 0
2026-03-26 12:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252F834ce023-ef82-4be8-be36-e1f4371f81d8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/834ce023-ef82-4be8-be36-e1f4371f81d8.jpg not downloaded yet
2026-03-26 12:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252Fd24fa293-63b1-4458-add6-befb6ff6a834.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/d24fa293-63b1-4458-add6-befb6ff6a834.jpg not downloaded yet
2026-03-26 12:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252Fdd1e22d3-b46f-4e61-9220-4928e77bf330.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/dd1e22d3-b46f-4e61-9220-4928e77bf330.jpg not downloaded yet
2026-03-26 12:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252Ffe74a7b8-1d78-48e0-a47b-596c6f830e23.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/fe74a7b8-1d78-48e0-a47b-596c6f830e23.jpg not downloaded yet
2026-03-26 12:24:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727127> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32d18343-b40c-5e89-b0db-ee26ddcbfc54 with identifier: 10727127
2026-03-26 12:24:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32d18343-b40c-5e89-b0db-ee26ddcbfc54 with scrape type 1
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 32d18343-b40c-5e89-b0db-ee26ddcbfc54
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252Fd601622b-d694-4ec0-b57b-618415f6686f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/d601622b-d694-4ec0-b57b-618415f6686f.jpg not downloaded yet
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252F7fb8d128-99e3-4084-be8b-0f9fa01e4951.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/7fb8d128-99e3-4084-be8b-0f9fa01e4951.jpg not downloaded yet
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252Ff843c2df-6b77-409b-9992-1be6aaef0707.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/f843c2df-6b77-409b-9992-1be6aaef0707.jpg not downloaded yet
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252Face3eff6-ca33-46a5-9e7e-59fe3dc87dc6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/ace3eff6-ca33-46a5-9e7e-59fe3dc87dc6.jpg not downloaded yet
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252F9416f4f2-d0c7-4cd9-a231-4fac57117990.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/9416f4f2-d0c7-4cd9-a231-4fac57117990.jpg not downloaded yet
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252F964baeb5-6773-440c-bb0c-a7b1d9cf33d1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/964baeb5-6773-440c-bb0c-a7b1d9cf33d1.jpg not downloaded yet
2026-03-26 12:24:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746501/general/fe74a7b8-1d78-48e0-a47b-596c6f830e23.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726460)
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252F5050c43b-4dc4-4ae4-a726-4ab594ae36bc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/5050c43b-4dc4-4ae4-a726-4ab594ae36bc.jpg not downloaded yet
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252F37b681ef-5452-4acc-b60b-4bf57ddcc902.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/37b681ef-5452-4acc-b60b-4bf57ddcc902.jpg not downloaded yet
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252F363a92f6-9758-47c7-94c3-4bfd26dc0c3c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/363a92f6-9758-47c7-94c3-4bfd26dc0c3c.jpg not downloaded yet
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252F1392c1ca-5774-481e-8c1b-6736aa90a7bf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/1392c1ca-5774-481e-8c1b-6736aa90a7bf.jpg not downloaded yet
2026-03-26 12:24:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015630f590>
2026-03-26 12:24:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252Ffe74a7b8-1d78-48e0-a47b-596c6f830e23.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/fe74a7b8-1d78-48e0-a47b-596c6f830e23.jpg saved to cache
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe
2026-03-26 12:24:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746746/general/964baeb5-6773-440c-bb0c-a7b1d9cf33d1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727127)
2026-03-26 12:24:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156420990>
2026-03-26 12:24:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252F964baeb5-6773-440c-bb0c-a7b1d9cf33d1.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/964baeb5-6773-440c-bb0c-a7b1d9cf33d1.jpg saved to cache
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 32d18343-b40c-5e89-b0db-ee26ddcbfc54
2026-03-26 12:24:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746746/general/1392c1ca-5774-481e-8c1b-6736aa90a7bf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727127)
2026-03-26 12:24:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156423e50>
2026-03-26 12:24:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252F1392c1ca-5774-481e-8c1b-6736aa90a7bf.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/1392c1ca-5774-481e-8c1b-6736aa90a7bf.jpg saved to cache
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 32d18343-b40c-5e89-b0db-ee26ddcbfc54
2026-03-26 12:24:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746746/general/363a92f6-9758-47c7-94c3-4bfd26dc0c3c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727127)
2026-03-26 12:24:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563574d0>
2026-03-26 12:24:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252F363a92f6-9758-47c7-94c3-4bfd26dc0c3c.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/363a92f6-9758-47c7-94c3-4bfd26dc0c3c.jpg saved to cache
2026-03-26 12:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 32d18343-b40c-5e89-b0db-ee26ddcbfc54
2026-03-26 12:24:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746746/general/37b681ef-5452-4acc-b60b-4bf57ddcc902.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727127)
2026-03-26 12:24:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156551790>
2026-03-26 12:24:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252F37b681ef-5452-4acc-b60b-4bf57ddcc902.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/37b681ef-5452-4acc-b60b-4bf57ddcc902.jpg saved to cache
2026-03-26 12:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 32d18343-b40c-5e89-b0db-ee26ddcbfc54
2026-03-26 12:24:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746746/general/5050c43b-4dc4-4ae4-a726-4ab594ae36bc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727127)
2026-03-26 12:24:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156304e50>
2026-03-26 12:24:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252F5050c43b-4dc4-4ae4-a726-4ab594ae36bc.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/5050c43b-4dc4-4ae4-a726-4ab594ae36bc.jpg saved to cache
2026-03-26 12:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 32d18343-b40c-5e89-b0db-ee26ddcbfc54
2026-03-26 12:24:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723438> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746746/general/9416f4f2-d0c7-4cd9-a231-4fac57117990.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727127)
2026-03-26 12:24:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c3ee544-dce8-560d-938d-c40b1a2c7e1e with identifier: 10723438
2026-03-26 12:24:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c3ee544-dce8-560d-938d-c40b1a2c7e1e with scrape type 2
2026-03-26 12:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c3ee544-dce8-560d-938d-c40b1a2c7e1e with scrape type 2
2026-03-26 12:24:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 9c3ee544-dce8-560d-938d-c40b1a2c7e1e, identifier: 10723438
2026-03-26 12:24:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 9c3ee544-dce8-560d-938d-c40b1a2c7e1e with identifier: 10723438
2026-03-26 12:24:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 9c3ee544-dce8-560d-938d-c40b1a2c7e1e with identifier: 10723438
2026-03-26 12:24:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 9c3ee544-dce8-560d-938d-c40b1a2c7e1e with identifier: 10723438 to the API
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723438>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 190,
'expiration_date': '2026-03-27T13:30:00Z',
'fuel_type': 'Diesel',
'id': '9c3ee544-dce8-560d-938d-c40b1a2c7e1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BC-K323',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723438',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': '3 Series',
'odometer': 254279,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 16400,
'price_includes_vat': True,
'registration_date': '2022-07-26',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'BMW 3 Series 320d Advantage - Diesel - Automatic - 190 hp - 254.279 '
'km',
'transmission': 'automatic',
'trim': 'Advantage',
'vin': None,
'year': 2022}
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723438%27 HTTP/1.1" 200 None
2026-03-26 12:24:54 [adesa.de] INFO: Saving data for 10723438: {'auction_closing_time': 1774618200.0, 'created_time': 1774441166.347342, 'last_price_update_time': 1774527894.749903}
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723438') HTTP/1.1" 204 0
2026-03-26 12:24:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746746/general/f843c2df-6b77-409b-9992-1be6aaef0707.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727127)
2026-03-26 12:24:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746746/general/ace3eff6-ca33-46a5-9e7e-59fe3dc87dc6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727127)
2026-03-26 12:24:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156305c90>
2026-03-26 12:24:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252F9416f4f2-d0c7-4cd9-a231-4fac57117990.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/9416f4f2-d0c7-4cd9-a231-4fac57117990.jpg saved to cache
2026-03-26 12:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 32d18343-b40c-5e89-b0db-ee26ddcbfc54
2026-03-26 12:24:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156357790>
2026-03-26 12:24:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252Ff843c2df-6b77-409b-9992-1be6aaef0707.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/f843c2df-6b77-409b-9992-1be6aaef0707.jpg saved to cache
2026-03-26 12:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 32d18343-b40c-5e89-b0db-ee26ddcbfc54
2026-03-26 12:24:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d262b50>
2026-03-26 12:24:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252Face3eff6-ca33-46a5-9e7e-59fe3dc87dc6.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/ace3eff6-ca33-46a5-9e7e-59fe3dc87dc6.jpg saved to cache
2026-03-26 12:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 32d18343-b40c-5e89-b0db-ee26ddcbfc54
2026-03-26 12:24:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746746/general/d601622b-d694-4ec0-b57b-618415f6686f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727127)
2026-03-26 12:24:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746746/general/7fb8d128-99e3-4084-be8b-0f9fa01e4951.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727127)
2026-03-26 12:24:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727101> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24: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 12:24:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156338b10>
2026-03-26 12:24:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252Fd601622b-d694-4ec0-b57b-618415f6686f.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/d601622b-d694-4ec0-b57b-618415f6686f.jpg saved to cache
2026-03-26 12:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 32d18343-b40c-5e89-b0db-ee26ddcbfc54
2026-03-26 12:24:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156319050>
2026-03-26 12:24:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746746%252Fgeneral%252F7fb8d128-99e3-4084-be8b-0f9fa01e4951.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746746/general/7fb8d128-99e3-4084-be8b-0f9fa01e4951.jpg saved to cache
2026-03-26 12:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 32d18343-b40c-5e89-b0db-ee26ddcbfc54
2026-03-26 12:24:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 32d18343-b40c-5e89-b0db-ee26ddcbfc54, skipping ID generation
2026-03-26 12:24:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32d18343-b40c-5e89-b0db-ee26ddcbfc54 with scrape type 1
2026-03-26 12:24:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 32d18343-b40c-5e89-b0db-ee26ddcbfc54 sending to next pipeline
2026-03-26 12:24:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 32d18343-b40c-5e89-b0db-ee26ddcbfc54, identifier: 10727127
2026-03-26 12:24:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 32d18343-b40c-5e89-b0db-ee26ddcbfc54 with identifier: 10727127
2026-03-26 12:24:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 32d18343-b40c-5e89-b0db-ee26ddcbfc54 with identifier: 10727127
2026-03-26 12:24:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 32d18343-b40c-5e89-b0db-ee26ddcbfc54 with identifier: 10727127 to the API
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746746/general/7fb8d128-99e3-4084-be8b-0f9fa01e4951.jpg>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '32d18343-b40c-5e89-b0db-ee26ddcbfc54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4593435',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727127',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Volkswagen',
'model': 'T-ROC',
'odometer': 38373,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 82,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114045,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746746/general/d601622b-d694-4ec0-b57b-618415f6686f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111865,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746746/general/7fb8d128-99e3-4084-be8b-0f9fa01e4951.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105640,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746746/general/f843c2df-6b77-409b-9992-1be6aaef0707.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108874,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746746/general/ace3eff6-ca33-46a5-9e7e-59fe3dc87dc6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70532,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746746/general/9416f4f2-d0c7-4cd9-a231-4fac57117990.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104756,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746746/general/964baeb5-6773-440c-bb0c-a7b1d9cf33d1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69635,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746746/general/5050c43b-4dc4-4ae4-a726-4ab594ae36bc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96714,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746746/general/37b681ef-5452-4acc-b60b-4bf57ddcc902.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100890,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746746/general/363a92f6-9758-47c7-94c3-4bfd26dc0c3c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32d18343-b40c-5e89-b0db-ee26ddcbfc54/32d18343-b40c-5e89-b0db-ee26ddcbfc54_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101176,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746746/general/1392c1ca-5774-481e-8c1b-6736aa90a7bf.jpg',
'Width': 800}],
'price': 15600,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volkswagen T-ROC 1.5 TSI Sport - Petrol - Automatic - 150 hp - '
'38.373 km',
'transmission': 'automatic',
'trim': 'Sport',
'vin': None,
'year': 2022}
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727127%27 HTTP/1.1" 200 None
2026-03-26 12:24:55 [adesa.de] INFO: Saving data for 10727127: {'created_time': 1774527895.765333, 'last_price_update_time': 1774527895.765346, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727127') HTTP/1.1" 204 0
2026-03-26 12:24:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746501/general/dd1e22d3-b46f-4e61-9220-4928e77bf330.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726460)
2026-03-26 12:24:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746501/general/d24fa293-63b1-4458-add6-befb6ff6a834.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726460)
2026-03-26 12:24:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746501/general/834ce023-ef82-4be8-be36-e1f4371f81d8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726460)
2026-03-26 12:24:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723446> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 286e415d-f8f9-5386-b952-b127f3c471a1 with identifier: 10727101
2026-03-26 12:24:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 286e415d-f8f9-5386-b952-b127f3c471a1 with scrape type 1
2026-03-26 12:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 286e415d-f8f9-5386-b952-b127f3c471a1
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252F8db1f6aa-bf62-4e50-8013-22627bb50ad7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/8db1f6aa-bf62-4e50-8013-22627bb50ad7.jpg not downloaded yet
2026-03-26 12:24: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 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252F1360582b-d1cb-4aee-a8c9-a769e84e9f2c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/1360582b-d1cb-4aee-a8c9-a769e84e9f2c.jpg not downloaded yet
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252F83afba30-35e8-45e1-9a9b-b7b1348b03ea.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/83afba30-35e8-45e1-9a9b-b7b1348b03ea.jpg not downloaded yet
2026-03-26 12:24:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726987> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252F05f755ce-ffea-4707-ae95-d7d750998737.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/05f755ce-ffea-4707-ae95-d7d750998737.jpg not downloaded yet
2026-03-26 12:24: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 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252Fc8fe2134-5485-456a-9bfc-b31298f793c9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/c8fe2134-5485-456a-9bfc-b31298f793c9.jpg not downloaded yet
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252F48e260f8-3c98-4f85-8665-7e597197ae71.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/48e260f8-3c98-4f85-8665-7e597197ae71.jpg not downloaded yet
2026-03-26 12:24:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746501/general/ecb45c91-2e23-4af7-bf25-04f53b2bbdb3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726460)
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252Fb1d6934a-880a-481c-9146-8451f3960a49.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/b1d6934a-880a-481c-9146-8451f3960a49.jpg not downloaded yet
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156331050>
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252Fdd1e22d3-b46f-4e61-9220-4928e77bf330.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/dd1e22d3-b46f-4e61-9220-4928e77bf330.jpg saved to cache
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156442590>
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252Fd24fa293-63b1-4458-add6-befb6ff6a834.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/d24fa293-63b1-4458-add6-befb6ff6a834.jpg saved to cache
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e0ac10>
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252F834ce023-ef82-4be8-be36-e1f4371f81d8.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/834ce023-ef82-4be8-be36-e1f4371f81d8.jpg saved to cache
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe
2026-03-26 12:24:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cda3d21-054f-58a4-b49b-2ca2aae462ab with identifier: 10723446
2026-03-26 12:24:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cda3d21-054f-58a4-b49b-2ca2aae462ab with scrape type 2
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cda3d21-054f-58a4-b49b-2ca2aae462ab with scrape type 2
2026-03-26 12:24:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 7cda3d21-054f-58a4-b49b-2ca2aae462ab, identifier: 10723446
2026-03-26 12:24:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 7cda3d21-054f-58a4-b49b-2ca2aae462ab with identifier: 10723446
2026-03-26 12:24:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 7cda3d21-054f-58a4-b49b-2ca2aae462ab with identifier: 10723446
2026-03-26 12:24:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 7cda3d21-054f-58a4-b49b-2ca2aae462ab with identifier: 10723446 to the API
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723446>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 190,
'expiration_date': '2026-03-27T13:30:00Z',
'fuel_type': 'Diesel',
'id': '7cda3d21-054f-58a4-b49b-2ca2aae462ab',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'STA-EM535',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723446',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': '5 Series',
'odometer': 181151,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 18600,
'price_includes_vat': True,
'registration_date': '2022-03-02',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'BMW 5 Series Touring 520 - Diesel - Automatic - 190 hp - 181.151 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723446%27 HTTP/1.1" 200 None
2026-03-26 12:24:56 [adesa.de] INFO: Saving data for 10723446: {'auction_closing_time': 1774618200.0, 'created_time': 1774441103.217266, 'last_price_update_time': 1774527896.61455}
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723446') HTTP/1.1" 204 0
2026-03-26 12:24:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746501/general/f709ed6d-2e3c-4827-87f9-7c646b483513.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726460)
2026-03-26 12:24:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746501/general/182ed223-baff-44a8-89a1-0abf04bd6320.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726460)
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252F2ef4c538-8454-478d-8897-5a159a74a966.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/2ef4c538-8454-478d-8897-5a159a74a966.jpg not downloaded yet
2026-03-26 12:24:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746501/general/3e023a9e-56d2-4e90-a73c-1588fb6dd0b7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726460)
2026-03-26 12:24:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db96420f-7dc4-5ae6-8889-2838d99f218d with identifier: 10726987
2026-03-26 12:24:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db96420f-7dc4-5ae6-8889-2838d99f218d with scrape type 1
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item db96420f-7dc4-5ae6-8889-2838d99f218d
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252F23d8e012-061f-4fe7-afe6-82cb06ed94ae.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/23d8e012-061f-4fe7-afe6-82cb06ed94ae.jpg not downloaded yet
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015634e0d0>
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252Fecb45c91-2e23-4af7-bf25-04f53b2bbdb3.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/ecb45c91-2e23-4af7-bf25-04f53b2bbdb3.jpg saved to cache
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe
2026-03-26 12:24:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746727/general/83afba30-35e8-45e1-9a9b-b7b1348b03ea.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727101)
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252F7dc6cf19-e81e-4947-8fd8-99a183213220.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/7dc6cf19-e81e-4947-8fd8-99a183213220.jpg not downloaded yet
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252F079f9689-4bd3-44ae-9daa-570c1f680252.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/079f9689-4bd3-44ae-9daa-570c1f680252.jpg not downloaded yet
2026-03-26 12:24:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746727/general/48e260f8-3c98-4f85-8665-7e597197ae71.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727101)
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252Fbfb16d67-d78e-4993-8a55-26f6854a2b8b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/bfb16d67-d78e-4993-8a55-26f6854a2b8b.jpg not downloaded yet
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563d10d0>
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252Ff709ed6d-2e3c-4827-87f9-7c646b483513.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/f709ed6d-2e3c-4827-87f9-7c646b483513.jpg saved to cache
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ced10>
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252F182ed223-baff-44a8-89a1-0abf04bd6320.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/182ed223-baff-44a8-89a1-0abf04bd6320.jpg saved to cache
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156331290>
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252F3e023a9e-56d2-4e90-a73c-1588fb6dd0b7.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/3e023a9e-56d2-4e90-a73c-1588fb6dd0b7.jpg saved to cache
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252F18cd2f87-67b6-4455-98a0-dfa59a66a4f6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/18cd2f87-67b6-4455-98a0-dfa59a66a4f6.jpg not downloaded yet
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252F074d9d74-40d6-4261-b552-91b3d55bd11f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/074d9d74-40d6-4261-b552-91b3d55bd11f.jpg not downloaded yet
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015654cc50>
2026-03-26 12:24:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252F83afba30-35e8-45e1-9a9b-b7b1348b03ea.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/83afba30-35e8-45e1-9a9b-b7b1348b03ea.jpg saved to cache
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 286e415d-f8f9-5386-b952-b127f3c471a1
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ea710>
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252F48e260f8-3c98-4f85-8665-7e597197ae71.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/48e260f8-3c98-4f85-8665-7e597197ae71.jpg saved to cache
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 286e415d-f8f9-5386-b952-b127f3c471a1
2026-03-26 12:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746727/general/05f755ce-ffea-4707-ae95-d7d750998737.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727101)
2026-03-26 12:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746727/general/2ef4c538-8454-478d-8897-5a159a74a966.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727101)
2026-03-26 12:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746727/general/c8fe2134-5485-456a-9bfc-b31298f793c9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727101)
2026-03-26 12:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746727/general/b1d6934a-880a-481c-9146-8451f3960a49.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727101)
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252F6b39fdec-a58a-414f-8416-798967084928.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/6b39fdec-a58a-414f-8416-798967084928.jpg not downloaded yet
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252Fce932ca0-8dd1-4635-b8be-b89ac4b6328a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/ce932ca0-8dd1-4635-b8be-b89ac4b6328a.jpg not downloaded yet
2026-03-26 12:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746727/general/7dc6cf19-e81e-4947-8fd8-99a183213220.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727101)
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252F34d39ea7-4a52-4786-91fb-a1b022be4c81.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/34d39ea7-4a52-4786-91fb-a1b022be4c81.jpg not downloaded yet
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252Ff5cd1bdf-115b-4a7e-b9e5-6f0fa1f0c0a6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/f5cd1bdf-115b-4a7e-b9e5-6f0fa1f0c0a6.jpg not downloaded yet
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252F3417fedc-a0d0-4901-a7ac-92e61bc89c64.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/3417fedc-a0d0-4901-a7ac-92e61bc89c64.jpg not downloaded yet
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252F9a16fe8b-e751-4b90-8840-17c9a80e579e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/9a16fe8b-e751-4b90-8840-17c9a80e579e.jpg not downloaded yet
2026-03-26 12:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746698/general/074d9d74-40d6-4261-b552-91b3d55bd11f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726987)
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c197ed0>
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252F05f755ce-ffea-4707-ae95-d7d750998737.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/05f755ce-ffea-4707-ae95-d7d750998737.jpg saved to cache
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 286e415d-f8f9-5386-b952-b127f3c471a1
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c176710>
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252F2ef4c538-8454-478d-8897-5a159a74a966.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/2ef4c538-8454-478d-8897-5a159a74a966.jpg saved to cache
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 286e415d-f8f9-5386-b952-b127f3c471a1
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ea5750>
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252Fc8fe2134-5485-456a-9bfc-b31298f793c9.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/c8fe2134-5485-456a-9bfc-b31298f793c9.jpg saved to cache
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 286e415d-f8f9-5386-b952-b127f3c471a1
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ce590>
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252Fb1d6934a-880a-481c-9146-8451f3960a49.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/b1d6934a-880a-481c-9146-8451f3960a49.jpg saved to cache
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 286e415d-f8f9-5386-b952-b127f3c471a1
2026-03-26 12:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746698/general/18cd2f87-67b6-4455-98a0-dfa59a66a4f6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726987)
2026-03-26 12:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746698/general/079f9689-4bd3-44ae-9daa-570c1f680252.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726987)
2026-03-26 12:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746727/general/bfb16d67-d78e-4993-8a55-26f6854a2b8b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727101)
2026-03-26 12:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746698/general/ce932ca0-8dd1-4635-b8be-b89ac4b6328a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726987)
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156340550>
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252F7dc6cf19-e81e-4947-8fd8-99a183213220.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/7dc6cf19-e81e-4947-8fd8-99a183213220.jpg saved to cache
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 286e415d-f8f9-5386-b952-b127f3c471a1
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d31fd10>
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252F074d9d74-40d6-4261-b552-91b3d55bd11f.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/074d9d74-40d6-4261-b552-91b3d55bd11f.jpg saved to cache
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item db96420f-7dc4-5ae6-8889-2838d99f218d
2026-03-26 12:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746698/general/9a16fe8b-e751-4b90-8840-17c9a80e579e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726987)
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0c5b90>
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252F18cd2f87-67b6-4455-98a0-dfa59a66a4f6.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/18cd2f87-67b6-4455-98a0-dfa59a66a4f6.jpg saved to cache
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item db96420f-7dc4-5ae6-8889-2838d99f218d
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015642a2d0>
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252F079f9689-4bd3-44ae-9daa-570c1f680252.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/079f9689-4bd3-44ae-9daa-570c1f680252.jpg saved to cache
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item db96420f-7dc4-5ae6-8889-2838d99f218d
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ea7750>
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252Fbfb16d67-d78e-4993-8a55-26f6854a2b8b.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/bfb16d67-d78e-4993-8a55-26f6854a2b8b.jpg saved to cache
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 286e415d-f8f9-5386-b952-b127f3c471a1
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d359350>
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252Fce932ca0-8dd1-4635-b8be-b89ac4b6328a.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/ce932ca0-8dd1-4635-b8be-b89ac4b6328a.jpg saved to cache
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item db96420f-7dc4-5ae6-8889-2838d99f218d
2026-03-26 12:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746698/general/3417fedc-a0d0-4901-a7ac-92e61bc89c64.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726987)
2026-03-26 12:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746698/general/6b39fdec-a58a-414f-8416-798967084928.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726987)
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25ad50>
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252F9a16fe8b-e751-4b90-8840-17c9a80e579e.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/9a16fe8b-e751-4b90-8840-17c9a80e579e.jpg saved to cache
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item db96420f-7dc4-5ae6-8889-2838d99f218d
2026-03-26 12:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746698/general/34d39ea7-4a52-4786-91fb-a1b022be4c81.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726987)
2026-03-26 12:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746698/general/f5cd1bdf-115b-4a7e-b9e5-6f0fa1f0c0a6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726987)
2026-03-26 12:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746698/general/23d8e012-061f-4fe7-afe6-82cb06ed94ae.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726987)
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1fc950>
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252F3417fedc-a0d0-4901-a7ac-92e61bc89c64.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/3417fedc-a0d0-4901-a7ac-92e61bc89c64.jpg saved to cache
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item db96420f-7dc4-5ae6-8889-2838d99f218d
2026-03-26 12:24:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746727/general/8db1f6aa-bf62-4e50-8013-22627bb50ad7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727101)
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156417750>
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252F6b39fdec-a58a-414f-8416-798967084928.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/6b39fdec-a58a-414f-8416-798967084928.jpg saved to cache
2026-03-26 12:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item db96420f-7dc4-5ae6-8889-2838d99f218d
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015640e690>
2026-03-26 12:24:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252F34d39ea7-4a52-4786-91fb-a1b022be4c81.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/34d39ea7-4a52-4786-91fb-a1b022be4c81.jpg saved to cache
2026-03-26 12:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item db96420f-7dc4-5ae6-8889-2838d99f218d
2026-03-26 12:24:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156305e90>
2026-03-26 12:24:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252Ff5cd1bdf-115b-4a7e-b9e5-6f0fa1f0c0a6.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/f5cd1bdf-115b-4a7e-b9e5-6f0fa1f0c0a6.jpg saved to cache
2026-03-26 12:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item db96420f-7dc4-5ae6-8889-2838d99f218d
2026-03-26 12:24:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746501/general/a174c049-323c-4961-b3e4-cfc99202a3b8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726460)
2026-03-26 12:24:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156526210>
2026-03-26 12:24:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746698%252Fgeneral%252F23d8e012-061f-4fe7-afe6-82cb06ed94ae.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746698/general/23d8e012-061f-4fe7-afe6-82cb06ed94ae.jpg saved to cache
2026-03-26 12:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item db96420f-7dc4-5ae6-8889-2838d99f218d
2026-03-26 12:24:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: db96420f-7dc4-5ae6-8889-2838d99f218d, skipping ID generation
2026-03-26 12:24:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db96420f-7dc4-5ae6-8889-2838d99f218d with scrape type 1
2026-03-26 12:24:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item db96420f-7dc4-5ae6-8889-2838d99f218d sending to next pipeline
2026-03-26 12:24:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: db96420f-7dc4-5ae6-8889-2838d99f218d, identifier: 10726987
2026-03-26 12:24:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25ead0>
2026-03-26 12:24:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252F8db1f6aa-bf62-4e50-8013-22627bb50ad7.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/8db1f6aa-bf62-4e50-8013-22627bb50ad7.jpg saved to cache
2026-03-26 12:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 286e415d-f8f9-5386-b952-b127f3c471a1
2026-03-26 12:24:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: db96420f-7dc4-5ae6-8889-2838d99f218d with identifier: 10726987
2026-03-26 12:24:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: db96420f-7dc4-5ae6-8889-2838d99f218d with identifier: 10726987
2026-03-26 12:24:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: db96420f-7dc4-5ae6-8889-2838d99f218d with identifier: 10726987 to the API
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746698/general/23d8e012-061f-4fe7-afe6-82cb06ed94ae.jpg>
{'auction_title': '',
'c_o_2_emission_value': 186,
'category': 'Light truck',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'db96420f-7dc4-5ae6-8889-2838d99f218d',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '345305',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726987',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volkswagen',
'model': 'Transporter',
'odometer': 155743,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 60,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169230,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746698/general/23d8e012-061f-4fe7-afe6-82cb06ed94ae.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120391,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746698/general/079f9689-4bd3-44ae-9daa-570c1f680252.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110232,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746698/general/18cd2f87-67b6-4455-98a0-dfa59a66a4f6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155365,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746698/general/074d9d74-40d6-4261-b552-91b3d55bd11f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103654,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746698/general/6b39fdec-a58a-414f-8416-798967084928.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115798,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746698/general/ce932ca0-8dd1-4635-b8be-b89ac4b6328a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150473,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746698/general/34d39ea7-4a52-4786-91fb-a1b022be4c81.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137198,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746698/general/f5cd1bdf-115b-4a7e-b9e5-6f0fa1f0c0a6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118576,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746698/general/3417fedc-a0d0-4901-a7ac-92e61bc89c64.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db96420f-7dc4-5ae6-8889-2838d99f218d/db96420f-7dc4-5ae6-8889-2838d99f218d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105801,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746698/general/9a16fe8b-e751-4b90-8840-17c9a80e579e.jpg',
'Width': 800}],
'price': 14600,
'price_includes_vat': True,
'registration_date': '2020-10-01',
'seats_number': 3,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volkswagen Transporter 2.8 - 4Motion - Diesel - Manual - 150 hp - '
'155.743 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2020}
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726987%27 HTTP/1.1" 200 None
2026-03-26 12:24:58 [adesa.de] INFO: Saving data for 10726987: {'created_time': 1774527898.815077, 'last_price_update_time': 1774527898.815089, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726987') HTTP/1.1" 204 0
2026-03-26 12:24:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746727/general/1360582b-d1cb-4aee-a8c9-a769e84e9f2c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727101)
2026-03-26 12:24:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746501/general/7f0fa096-284e-48e3-a789-1385eeaef1a9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726460)
2026-03-26 12:24:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e9090>
2026-03-26 12:24:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252Fa174c049-323c-4961-b3e4-cfc99202a3b8.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/a174c049-323c-4961-b3e4-cfc99202a3b8.jpg saved to cache
2026-03-26 12:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe
2026-03-26 12:24:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee07d0>
2026-03-26 12:24:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746727%252Fgeneral%252F1360582b-d1cb-4aee-a8c9-a769e84e9f2c.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746727/general/1360582b-d1cb-4aee-a8c9-a769e84e9f2c.jpg saved to cache
2026-03-26 12:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 286e415d-f8f9-5386-b952-b127f3c471a1
2026-03-26 12:24:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 286e415d-f8f9-5386-b952-b127f3c471a1, skipping ID generation
2026-03-26 12:24:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 286e415d-f8f9-5386-b952-b127f3c471a1 with scrape type 1
2026-03-26 12:24:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 286e415d-f8f9-5386-b952-b127f3c471a1 sending to next pipeline
2026-03-26 12:24:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 286e415d-f8f9-5386-b952-b127f3c471a1, identifier: 10727101
2026-03-26 12:24:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:24:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fe0510>
2026-03-26 12:24:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:24: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 12:24:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:24:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746501%252Fgeneral%252F7f0fa096-284e-48e3-a789-1385eeaef1a9.jpg') HTTP/1.1" 204 0
2026-03-26 12:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746501/general/7f0fa096-284e-48e3-a789-1385eeaef1a9.jpg saved to cache
2026-03-26 12:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe
2026-03-26 12:24:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe, skipping ID generation
2026-03-26 12:24:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe with scrape type 1
2026-03-26 12:24:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe sending to next pipeline
2026-03-26 12:24:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe, identifier: 10726460
2026-03-26 12:24:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 286e415d-f8f9-5386-b952-b127f3c471a1 with identifier: 10727101
2026-03-26 12:24:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 286e415d-f8f9-5386-b952-b127f3c471a1 with identifier: 10727101
2026-03-26 12:24:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 286e415d-f8f9-5386-b952-b127f3c471a1 with identifier: 10727101 to the API
2026-03-26 12:24:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746727/general/1360582b-d1cb-4aee-a8c9-a769e84e9f2c.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '286e415d-f8f9-5386-b952-b127f3c471a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4553822',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727101',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 47233,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 35,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123386,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746727/general/8db1f6aa-bf62-4e50-8013-22627bb50ad7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133810,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746727/general/1360582b-d1cb-4aee-a8c9-a769e84e9f2c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130454,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746727/general/83afba30-35e8-45e1-9a9b-b7b1348b03ea.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173536,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746727/general/05f755ce-ffea-4707-ae95-d7d750998737.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100544,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746727/general/c8fe2134-5485-456a-9bfc-b31298f793c9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115590,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746727/general/48e260f8-3c98-4f85-8665-7e597197ae71.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162296,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746727/general/b1d6934a-880a-481c-9146-8451f3960a49.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152212,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746727/general/2ef4c538-8454-478d-8897-5a159a74a966.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79352,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746727/general/7dc6cf19-e81e-4947-8fd8-99a183213220.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_286e415d-f8f9-5386-b952-b127f3c471a1/286e415d-f8f9-5386-b952-b127f3c471a1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101589,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746727/general/bfb16d67-d78e-4993-8a55-26f6854a2b8b.jpg',
'Width': 800}],
'price': 16600,
'price_includes_vat': True,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volvo XC40 B4 Plus Bright - Petrol - Automatic - 197 hp - 47.233 km',
'transmission': 'automatic',
'trim': 'Plus Bright',
'vin': None,
'year': 2022}
2026-03-26 12:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727101%27 HTTP/1.1" 200 None
2026-03-26 12:24:59 [adesa.de] INFO: Saving data for 10727101: {'created_time': 1774527899.653023, 'last_price_update_time': 1774527899.653035, 'auction_closing_time': 1774962000.0}
2026-03-26 12:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727101') HTTP/1.1" 204 0
2026-03-26 12:24:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe with identifier: 10726460
2026-03-26 12:24:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe with identifier: 10726460
2026-03-26 12:24:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe with identifier: 10726460 to the API
2026-03-26 12:24:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:24: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 12:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746501/general/7f0fa096-284e-48e3-a789-1385eeaef1a9.jpg>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4522506',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726460',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volkswagen',
'model': 'T-ROC',
'odometer': 39104,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119820,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746501/general/7f0fa096-284e-48e3-a789-1385eeaef1a9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142398,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746501/general/a174c049-323c-4961-b3e4-cfc99202a3b8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120257,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746501/general/ecb45c91-2e23-4af7-bf25-04f53b2bbdb3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124118,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746501/general/f709ed6d-2e3c-4827-87f9-7c646b483513.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89069,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746501/general/3e023a9e-56d2-4e90-a73c-1588fb6dd0b7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86129,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746501/general/182ed223-baff-44a8-89a1-0abf04bd6320.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106892,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746501/general/834ce023-ef82-4be8-be36-e1f4371f81d8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98699,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746501/general/d24fa293-63b1-4458-add6-befb6ff6a834.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106109,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746501/general/dd1e22d3-b46f-4e61-9220-4928e77bf330.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe/4e2f41d4-6a9d-5e99-ba39-ef679f1a2cbe_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70035,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746501/general/fe74a7b8-1d78-48e0-a47b-596c6f830e23.jpg',
'Width': 800}],
'price': 16300,
'price_includes_vat': True,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volkswagen T-ROC 1.5 TSI Active - Petrol - Manual - 150 hp - 39.104 '
'km',
'transmission': 'manual',
'trim': 'Active',
'vin': None,
'year': 2022}
2026-03-26 12:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726460%27 HTTP/1.1" 200 None
2026-03-26 12:25:00 [adesa.de] INFO: Saving data for 10726460: {'created_time': 1774527900.078633, 'last_price_update_time': 1774527900.07865, 'auction_closing_time': 1774962000.0}
2026-03-26 12:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726460') HTTP/1.1" 204 0
2026-03-26 12:25:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723416> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728028> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 735378f1-ab64-5753-9749-0aecd92a89a2 with identifier: 10723416
2026-03-26 12:25:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 735378f1-ab64-5753-9749-0aecd92a89a2 with scrape type 2
2026-03-26 12:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 735378f1-ab64-5753-9749-0aecd92a89a2 with scrape type 2
2026-03-26 12:25:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 735378f1-ab64-5753-9749-0aecd92a89a2, identifier: 10723416
2026-03-26 12:25:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 735378f1-ab64-5753-9749-0aecd92a89a2 with identifier: 10723416
2026-03-26 12:25:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 735378f1-ab64-5753-9749-0aecd92a89a2 with identifier: 10723416
2026-03-26 12:25:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 735378f1-ab64-5753-9749-0aecd92a89a2 with identifier: 10723416 to the API
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723416>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 190,
'expiration_date': '2026-03-27T13:30:00Z',
'fuel_type': 'Diesel',
'id': '735378f1-ab64-5753-9749-0aecd92a89a2',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NU-TJ56',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723416',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'BMW',
'model': '5 Series',
'odometer': 197338,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 17300,
'price_includes_vat': True,
'registration_date': '2021-03-17',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'BMW 5 Series Touring 520 Luxury - xDrive - Diesel - Automatic - 190 '
'hp - 197.338 km',
'transmission': 'automatic',
'trim': 'Luxury',
'vin': None,
'year': 2021}
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723416%27 HTTP/1.1" 200 None
2026-03-26 12:25:01 [adesa.de] INFO: Saving data for 10723416: {'auction_closing_time': 1774618200.0, 'created_time': 1774440942.42524, 'last_price_update_time': 1774527901.712847}
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723416') HTTP/1.1" 204 0
2026-03-26 12:25:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723420> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e3bfc24-1dfa-556c-9657-4ceb41921dc3 with identifier: 10728028
2026-03-26 12:25:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e3bfc24-1dfa-556c-9657-4ceb41921dc3 with scrape type 1
2026-03-26 12:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7e3bfc24-1dfa-556c-9657-4ceb41921dc3
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715325%252Fgeneral%252Fa283152c-8275-4e92-81c9-34e1c5309aa5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715325/general/a283152c-8275-4e92-81c9-34e1c5309aa5.jpg already downloaded
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715325%252Fgeneral%252F2ac0d018-7206-4c1c-9287-5b33a2647f0e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715325/general/2ac0d018-7206-4c1c-9287-5b33a2647f0e.jpg already downloaded
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715325%252Fgeneral%252F60779dbb-6cf9-49c7-8aee-87e7fdaafc2a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715325/general/60779dbb-6cf9-49c7-8aee-87e7fdaafc2a.jpg already downloaded
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715325%252Fgeneral%252Fdc466972-d336-453f-877a-9053482dabe2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715325/general/dc466972-d336-453f-877a-9053482dabe2.jpg already downloaded
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715325%252Fgeneral%252Fe5635245-d487-455d-b120-da5ef9faade1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715325/general/e5635245-d487-455d-b120-da5ef9faade1.jpg already downloaded
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715325%252Fgeneral%252F7354a516-7ee9-4a70-9627-492a70122676.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715325/general/7354a516-7ee9-4a70-9627-492a70122676.jpg already downloaded
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715325%252Fgeneral%252F6ca1af70-bb44-4bfd-9b8a-d3797a6f5c38.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715325/general/6ca1af70-bb44-4bfd-9b8a-d3797a6f5c38.jpg already downloaded
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715325%252Fgeneral%252Fc15e6f04-c0f3-4005-ab32-b7c4344f10a7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715325/general/c15e6f04-c0f3-4005-ab32-b7c4344f10a7.jpg already downloaded
2026-03-26 12:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715325%252Fgeneral%252Fe1c8e405-b8c6-4b26-ae95-2013732f1f56.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715325/general/e1c8e405-b8c6-4b26-ae95-2013732f1f56.jpg already downloaded
2026-03-26 12:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715325%252Fgeneral%252F55a5a648-4880-4882-bad2-50dfdcd853f7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715325/general/55a5a648-4880-4882-bad2-50dfdcd853f7.jpg not downloaded yet
2026-03-26 12:25:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723444> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723425> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25: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 12:25:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbbf4796-76f3-5a1b-bc4e-634cffccae47 with identifier: 10723420
2026-03-26 12:25:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbbf4796-76f3-5a1b-bc4e-634cffccae47 with scrape type 2
2026-03-26 12:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbbf4796-76f3-5a1b-bc4e-634cffccae47 with scrape type 2
2026-03-26 12:25:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: dbbf4796-76f3-5a1b-bc4e-634cffccae47, identifier: 10723420
2026-03-26 12:25:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: dbbf4796-76f3-5a1b-bc4e-634cffccae47 with identifier: 10723420
2026-03-26 12:25:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: dbbf4796-76f3-5a1b-bc4e-634cffccae47 with identifier: 10723420
2026-03-26 12:25:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: dbbf4796-76f3-5a1b-bc4e-634cffccae47 with identifier: 10723420 to the API
2026-03-26 12:25:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723420>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 204,
'expiration_date': '2026-03-27T13:30:00Z',
'fuel_type': 'Diesel',
'id': 'dbbf4796-76f3-5a1b-bc4e-634cffccae47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ERB-PD303',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723420',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Audi',
'model': 'A6',
'odometer': 173259,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 18300,
'price_includes_vat': True,
'registration_date': '2021-07-19',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Audi A6 Avant 40 TDI - Diesel - Automatic - 204 hp - 173.259 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 12:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723420%27 HTTP/1.1" 200 None
2026-03-26 12:25:02 [adesa.de] INFO: Saving data for 10723420: {'auction_closing_time': 1774618200.0, 'created_time': 1774441128.874368, 'last_price_update_time': 1774527902.506744}
2026-03-26 12:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723420') HTTP/1.1" 204 0
2026-03-26 12:25:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f9026f3-9771-54ef-a0fd-00a67f041879 with identifier: 10723444
2026-03-26 12:25:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f9026f3-9771-54ef-a0fd-00a67f041879 with scrape type 2
2026-03-26 12:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f9026f3-9771-54ef-a0fd-00a67f041879 with scrape type 2
2026-03-26 12:25:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 3f9026f3-9771-54ef-a0fd-00a67f041879, identifier: 10723444
2026-03-26 12:25:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69188883-fc3d-5ea2-8b25-fb5f0f5446af with identifier: 10723425
2026-03-26 12:25:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69188883-fc3d-5ea2-8b25-fb5f0f5446af with scrape type 2
2026-03-26 12:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69188883-fc3d-5ea2-8b25-fb5f0f5446af with scrape type 2
2026-03-26 12:25:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 69188883-fc3d-5ea2-8b25-fb5f0f5446af, identifier: 10723425
2026-03-26 12:25:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 3f9026f3-9771-54ef-a0fd-00a67f041879 with identifier: 10723444
2026-03-26 12:25:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 3f9026f3-9771-54ef-a0fd-00a67f041879 with identifier: 10723444
2026-03-26 12:25:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 3f9026f3-9771-54ef-a0fd-00a67f041879 with identifier: 10723444 to the API
2026-03-26 12:25:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723444>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 286,
'expiration_date': '2026-03-27T13:30:00Z',
'fuel_type': 'Diesel',
'id': '3f9026f3-9771-54ef-a0fd-00a67f041879',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MTK-AB757',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723444',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': '5 Series',
'odometer': 189273,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 23800,
'price_includes_vat': True,
'registration_date': '2022-06-27',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'BMW 5 Series Touring 530 - xDrive - Diesel - Automatic - 286 hp - '
'189.273 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723444%27 HTTP/1.1" 200 None
2026-03-26 12:25:03 [adesa.de] INFO: Saving data for 10723444: {'auction_closing_time': 1774618200.0, 'created_time': 1774440994.979869, 'last_price_update_time': 1774527903.018817}
2026-03-26 12:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723444') HTTP/1.1" 204 0
2026-03-26 12:25:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 69188883-fc3d-5ea2-8b25-fb5f0f5446af with identifier: 10723425
2026-03-26 12:25:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 69188883-fc3d-5ea2-8b25-fb5f0f5446af with identifier: 10723425
2026-03-26 12:25:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 69188883-fc3d-5ea2-8b25-fb5f0f5446af with identifier: 10723425 to the API
2026-03-26 12:25:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723425>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 190,
'expiration_date': '2026-03-27T13:30:00Z',
'fuel_type': 'Diesel',
'id': '69188883-fc3d-5ea2-8b25-fb5f0f5446af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FÜ-VW864',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723425',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': '3 Series',
'odometer': 193551,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 13300,
'price_includes_vat': True,
'registration_date': '2020-09-14',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'BMW 3 Series Touring 320d Sport Line - Diesel - Automatic - 190 hp '
'- 193.551 km',
'transmission': 'automatic',
'trim': 'Sport Line',
'vin': None,
'year': 2020}
2026-03-26 12:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723425%27 HTTP/1.1" 200 None
2026-03-26 12:25:03 [adesa.de] INFO: Saving data for 10723425: {'auction_closing_time': 1774618200.0, 'created_time': 1774441127.354096, 'last_price_update_time': 1774527903.317652}
2026-03-26 12:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723425') HTTP/1.1" 204 0
2026-03-26 12:25:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723415> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5715325/general/55a5a648-4880-4882-bad2-50dfdcd853f7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728028)
2026-03-26 12:25: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 12:25:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2b01028-1d4c-50df-9cde-6f24711b5d63 with identifier: 10723415
2026-03-26 12:25:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2b01028-1d4c-50df-9cde-6f24711b5d63 with scrape type 2
2026-03-26 12:25:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2b01028-1d4c-50df-9cde-6f24711b5d63 with scrape type 2
2026-03-26 12:25:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c2b01028-1d4c-50df-9cde-6f24711b5d63, identifier: 10723415
2026-03-26 12:25:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c2b01028-1d4c-50df-9cde-6f24711b5d63 with identifier: 10723415
2026-03-26 12:25:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c2b01028-1d4c-50df-9cde-6f24711b5d63 with identifier: 10723415
2026-03-26 12:25:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c2b01028-1d4c-50df-9cde-6f24711b5d63 with identifier: 10723415 to the API
2026-03-26 12:25:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723415>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': 'Estate',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 120,
'expiration_date': '2026-03-27T13:30:00Z',
'fuel_type': 'Diesel',
'id': 'c2b01028-1d4c-50df-9cde-6f24711b5d63',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ME-JC414',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723415',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Ford',
'model': 'Focus',
'odometer': 176076,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 5800,
'price_includes_vat': True,
'registration_date': '2021-04-12',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Ford Focus 1.5 EcoBlue Cool & Connect - Diesel - Manual - 120 hp - '
'176.076 km',
'transmission': 'manual',
'trim': 'Cool & Connect',
'vin': None,
'year': 2021}
2026-03-26 12:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723415%27 HTTP/1.1" 200 None
2026-03-26 12:25:03 [adesa.de] INFO: Saving data for 10723415: {'auction_closing_time': 1774618200.0, 'created_time': 1774440958.330892, 'last_price_update_time': 1774527903.839019}
2026-03-26 12:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723415') HTTP/1.1" 204 0
2026-03-26 12:25:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0c7650>
2026-03-26 12:25:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e3bfc24-1dfa-556c-9657-4ceb41921dc3/7e3bfc24-1dfa-556c-9657-4ceb41921dc3_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715325%252Fgeneral%252F55a5a648-4880-4882-bad2-50dfdcd853f7.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715325/general/55a5a648-4880-4882-bad2-50dfdcd853f7.jpg saved to cache
2026-03-26 12:25:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7e3bfc24-1dfa-556c-9657-4ceb41921dc3
2026-03-26 12:25:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7e3bfc24-1dfa-556c-9657-4ceb41921dc3, skipping ID generation
2026-03-26 12:25:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e3bfc24-1dfa-556c-9657-4ceb41921dc3 with scrape type 1
2026-03-26 12:25:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7e3bfc24-1dfa-556c-9657-4ceb41921dc3 sending to next pipeline
2026-03-26 12:25:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 7e3bfc24-1dfa-556c-9657-4ceb41921dc3, identifier: 10728028
2026-03-26 12:25:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 7e3bfc24-1dfa-556c-9657-4ceb41921dc3 with identifier: 10728028
2026-03-26 12:25:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 7e3bfc24-1dfa-556c-9657-4ceb41921dc3 with identifier: 10728028
2026-03-26 12:25:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 7e3bfc24-1dfa-556c-9657-4ceb41921dc3 with identifier: 10728028 to the API
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5715325/general/55a5a648-4880-4882-bad2-50dfdcd853f7.jpg>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:32:20Z',
'fuel_type': 'Hybrid',
'id': '7e3bfc24-1dfa-556c-9657-4ceb41921dc3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990941-2479382',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728028',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 62867,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 24,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e3bfc24-1dfa-556c-9657-4ceb41921dc3/7e3bfc24-1dfa-556c-9657-4ceb41921dc3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121123,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715325/general/a283152c-8275-4e92-81c9-34e1c5309aa5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e3bfc24-1dfa-556c-9657-4ceb41921dc3/7e3bfc24-1dfa-556c-9657-4ceb41921dc3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217021,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715325/general/2ac0d018-7206-4c1c-9287-5b33a2647f0e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e3bfc24-1dfa-556c-9657-4ceb41921dc3/7e3bfc24-1dfa-556c-9657-4ceb41921dc3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112388,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715325/general/60779dbb-6cf9-49c7-8aee-87e7fdaafc2a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e3bfc24-1dfa-556c-9657-4ceb41921dc3/7e3bfc24-1dfa-556c-9657-4ceb41921dc3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126709,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715325/general/dc466972-d336-453f-877a-9053482dabe2.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e3bfc24-1dfa-556c-9657-4ceb41921dc3/7e3bfc24-1dfa-556c-9657-4ceb41921dc3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132224,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715325/general/e5635245-d487-455d-b120-da5ef9faade1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e3bfc24-1dfa-556c-9657-4ceb41921dc3/7e3bfc24-1dfa-556c-9657-4ceb41921dc3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 201267,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715325/general/7354a516-7ee9-4a70-9627-492a70122676.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e3bfc24-1dfa-556c-9657-4ceb41921dc3/7e3bfc24-1dfa-556c-9657-4ceb41921dc3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162032,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715325/general/6ca1af70-bb44-4bfd-9b8a-d3797a6f5c38.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e3bfc24-1dfa-556c-9657-4ceb41921dc3/7e3bfc24-1dfa-556c-9657-4ceb41921dc3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113411,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715325/general/c15e6f04-c0f3-4005-ab32-b7c4344f10a7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e3bfc24-1dfa-556c-9657-4ceb41921dc3/7e3bfc24-1dfa-556c-9657-4ceb41921dc3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225800,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715325/general/e1c8e405-b8c6-4b26-ae95-2013732f1f56.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e3bfc24-1dfa-556c-9657-4ceb41921dc3/7e3bfc24-1dfa-556c-9657-4ceb41921dc3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217016,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715325/general/55a5a648-4880-4882-bad2-50dfdcd853f7.jpg',
'Width': 1280}],
'price': 14200,
'price_includes_vat': True,
'registration_date': '2022-09-13',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 62.867 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728028%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Saving data for 10728028: {'created_time': 1774527904.378938, 'last_price_update_time': 1774527904.37895, 'auction_closing_time': 1774618340.0}
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728028') HTTP/1.1" 204 0
2026-03-26 12:25:04 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:04 [adesa.de] INFO: Found listing with ID: 10728957
2026-03-26 12:25:04 [adesa.de] INFO: Scraping item 10728957 url https://www.openlane.eu/en/carv6/auction/10728957
2026-03-26 12:25:04 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://www.openlane.eu/en/carv6/auction/10728957> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10728965
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728965%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10728965: 1
2026-03-26 12:25:04 [adesa.de] INFO: Scraping item 10728965 url https://www.openlane.eu/en/carv6/auction/10728965
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10728945
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728945%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10728945: 1
2026-03-26 12:25:04 [adesa.de] INFO: Scraping item 10728945 url https://www.openlane.eu/en/carv6/auction/10728945
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10728947
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728947%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10728947: 1
2026-03-26 12:25:04 [adesa.de] INFO: Scraping item 10728947 url https://www.openlane.eu/en/carv6/auction/10728947
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10728946
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728946%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10728946: 1
2026-03-26 12:25:04 [adesa.de] INFO: Scraping item 10728946 url https://www.openlane.eu/en/carv6/auction/10728946
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10728951
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728951%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10728951: 1
2026-03-26 12:25:04 [adesa.de] INFO: Scraping item 10728951 url https://www.openlane.eu/en/carv6/auction/10728951
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10719184
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710719184%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10719184: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10719184 url https://www.openlane.eu/en/carv6/auction/10719184
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10719620
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710719620%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10719620: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10719620 url https://www.openlane.eu/en/carv6/auction/10719620
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10727088
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727088%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10727088: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10727088 url https://www.openlane.eu/en/carv6/auction/10727088
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10730573
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710730573%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10730573: 1
2026-03-26 12:25:04 [adesa.de] INFO: Scraping item 10730573 url https://www.openlane.eu/en/carv6/auction/10730573
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10724525
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724525%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10724525: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10724525 url https://www.openlane.eu/en/carv6/auction/10724525
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10717568
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717568%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10717568: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10717568 url https://www.openlane.eu/en/carv6/auction/10717568
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10717357
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717357%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10717357: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10717357 url https://www.openlane.eu/en/carv6/auction/10717357
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10717359
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717359%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10717359: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10717359 url https://www.openlane.eu/en/carv6/auction/10717359
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10717360
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717360%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10717360: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10717360 url https://www.openlane.eu/en/carv6/auction/10717360
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10717361
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717361%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10717361: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10717361 url https://www.openlane.eu/en/carv6/auction/10717361
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10717356
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717356%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10717356: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10717356 url https://www.openlane.eu/en/carv6/auction/10717356
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10717358
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717358%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10717358: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10717358 url https://www.openlane.eu/en/carv6/auction/10717358
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10717355
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717355%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10717355: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10717355 url https://www.openlane.eu/en/carv6/auction/10717355
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10717314
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717314%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10717314: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10717314 url https://www.openlane.eu/en/carv6/auction/10717314
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10717312
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717312%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10717312: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10717312 url https://www.openlane.eu/en/carv6/auction/10717312
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10717316
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717316%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10717316: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10717316 url https://www.openlane.eu/en/carv6/auction/10717316
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10709649
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710709649%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10709649: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10709649 url https://www.openlane.eu/en/carv6/auction/10709649
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10717318
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717318%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10717318: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10717318 url https://www.openlane.eu/en/carv6/auction/10717318
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10717317
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717317%27 HTTP/1.1" 200 None
2026-03-26 12:25:04 [adesa.de] INFO: Scrape type for 10717317: 0
2026-03-26 12:25:04 [adesa.de] INFO: Skipping item 10717317 url https://www.openlane.eu/en/carv6/auction/10717317
2026-03-26 12:25:04 [adesa.de] INFO: Found listing with ID: 10717313
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717313%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717313: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717313 url https://www.openlane.eu/en/carv6/auction/10717313
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717315
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717315%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717315: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717315 url https://www.openlane.eu/en/carv6/auction/10717315
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717925
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717925%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717925: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717925 url https://www.openlane.eu/en/carv6/auction/10717925
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717571
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717571%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717571: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717571 url https://www.openlane.eu/en/carv6/auction/10717571
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10718322
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710718322%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10718322: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10718322 url https://www.openlane.eu/en/carv6/auction/10718322
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717113
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717113%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717113: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717113 url https://www.openlane.eu/en/carv6/auction/10717113
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717107
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717107%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717107: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717107 url https://www.openlane.eu/en/carv6/auction/10717107
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717106
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717106%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717106: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717106 url https://www.openlane.eu/en/carv6/auction/10717106
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717109
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717109%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717109: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717109 url https://www.openlane.eu/en/carv6/auction/10717109
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717112
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717112%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717112: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717112 url https://www.openlane.eu/en/carv6/auction/10717112
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10708612
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710708612%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10708612: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10708612 url https://www.openlane.eu/en/carv6/auction/10708612
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10708623
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710708623%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10708623: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10708623 url https://www.openlane.eu/en/carv6/auction/10708623
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10708618
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710708618%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10708618: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10708618 url https://www.openlane.eu/en/carv6/auction/10708618
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10708617
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710708617%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10708617: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10708617 url https://www.openlane.eu/en/carv6/auction/10708617
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10718670
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710718670%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10718670: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10718670 url https://www.openlane.eu/en/carv6/auction/10718670
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10718794
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710718794%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10718794: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10718794 url https://www.openlane.eu/en/carv6/auction/10718794
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10718868
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710718868%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10718868: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10718868 url https://www.openlane.eu/en/carv6/auction/10718868
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10718847
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710718847%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10718847: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10718847 url https://www.openlane.eu/en/carv6/auction/10718847
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10718845
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710718845%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10718845: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10718845 url https://www.openlane.eu/en/carv6/auction/10718845
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10718587
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710718587%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10718587: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10718587 url https://www.openlane.eu/en/carv6/auction/10718587
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717377
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717377%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717377: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717377 url https://www.openlane.eu/en/carv6/auction/10717377
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717375
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717375%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717375: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717375 url https://www.openlane.eu/en/carv6/auction/10717375
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717376
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717376%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717376: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717376 url https://www.openlane.eu/en/carv6/auction/10717376
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717442
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717442%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717442: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717442 url https://www.openlane.eu/en/carv6/auction/10717442
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717445
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717445%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717445: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717445 url https://www.openlane.eu/en/carv6/auction/10717445
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717444
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717444%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717444: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717444 url https://www.openlane.eu/en/carv6/auction/10717444
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10708622
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710708622%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10708622: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10708622 url https://www.openlane.eu/en/carv6/auction/10708622
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717441
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717441%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717441: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717441 url https://www.openlane.eu/en/carv6/auction/10717441
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717443
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717443%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717443: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717443 url https://www.openlane.eu/en/carv6/auction/10717443
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717920
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717920%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717920: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717920 url https://www.openlane.eu/en/carv6/auction/10717920
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717924
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717924%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717924: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717924 url https://www.openlane.eu/en/carv6/auction/10717924
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717923
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717923%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717923: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717923 url https://www.openlane.eu/en/carv6/auction/10717923
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717922
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717922%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717922: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717922 url https://www.openlane.eu/en/carv6/auction/10717922
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717921
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717921%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717921: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717921 url https://www.openlane.eu/en/carv6/auction/10717921
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10708607
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710708607%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10708607: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10708607 url https://www.openlane.eu/en/carv6/auction/10708607
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10708610
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710708610%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10708610: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10708610 url https://www.openlane.eu/en/carv6/auction/10708610
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717529
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717529%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717529: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717529 url https://www.openlane.eu/en/carv6/auction/10717529
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10708615
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710708615%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10708615: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10708615 url https://www.openlane.eu/en/carv6/auction/10708615
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10718439
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710718439%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10718439: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10718439 url https://www.openlane.eu/en/carv6/auction/10718439
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717110
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717110%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717110: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717110 url https://www.openlane.eu/en/carv6/auction/10717110
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717108
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717108%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717108: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717108 url https://www.openlane.eu/en/carv6/auction/10717108
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10708614
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710708614%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10708614: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10708614 url https://www.openlane.eu/en/carv6/auction/10708614
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10708609
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710708609%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10708609: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10708609 url https://www.openlane.eu/en/carv6/auction/10708609
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10708608
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710708608%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10708608: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10708608 url https://www.openlane.eu/en/carv6/auction/10708608
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10717111
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717111%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10717111: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10717111 url https://www.openlane.eu/en/carv6/auction/10717111
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10708611
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710708611%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10708611: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10708611 url https://www.openlane.eu/en/carv6/auction/10708611
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10708613
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710708613%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10708613: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10708613 url https://www.openlane.eu/en/carv6/auction/10708613
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10708620
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710708620%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10708620: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10708620 url https://www.openlane.eu/en/carv6/auction/10708620
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10708621
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710708621%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10708621: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10708621 url https://www.openlane.eu/en/carv6/auction/10708621
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10708619
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710708619%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10708619: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10708619 url https://www.openlane.eu/en/carv6/auction/10708619
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10727493
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727493%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10727493: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10727493 url https://www.openlane.eu/en/carv6/auction/10727493
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10719377
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710719377%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10719377: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10719377 url https://www.openlane.eu/en/carv6/auction/10719377
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10716807
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710716807%27 HTTP/1.1" 200 None
2026-03-26 12:25:05 [adesa.de] INFO: Scrape type for 10716807: 0
2026-03-26 12:25:05 [adesa.de] INFO: Skipping item 10716807 url https://www.openlane.eu/en/carv6/auction/10716807
2026-03-26 12:25:05 [adesa.de] INFO: Found listing with ID: 10715098
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710715098%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10715098: 0
2026-03-26 12:25:06 [adesa.de] INFO: Skipping item 10715098 url https://www.openlane.eu/en/carv6/auction/10715098
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10719376
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710719376%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10719376: 0
2026-03-26 12:25:06 [adesa.de] INFO: Skipping item 10719376 url https://www.openlane.eu/en/carv6/auction/10719376
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10716722
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710716722%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10716722: 0
2026-03-26 12:25:06 [adesa.de] INFO: Skipping item 10716722 url https://www.openlane.eu/en/carv6/auction/10716722
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10717381
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717381%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10717381: 0
2026-03-26 12:25:06 [adesa.de] INFO: Skipping item 10717381 url https://www.openlane.eu/en/carv6/auction/10717381
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10716805
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710716805%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10716805: 0
2026-03-26 12:25:06 [adesa.de] INFO: Skipping item 10716805 url https://www.openlane.eu/en/carv6/auction/10716805
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10715095
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710715095%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10715095: 0
2026-03-26 12:25:06 [adesa.de] INFO: Skipping item 10715095 url https://www.openlane.eu/en/carv6/auction/10715095
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10715096
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710715096%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10715096: 0
2026-03-26 12:25:06 [adesa.de] INFO: Skipping item 10715096 url https://www.openlane.eu/en/carv6/auction/10715096
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10717373
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717373%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10717373: 0
2026-03-26 12:25:06 [adesa.de] INFO: Skipping item 10717373 url https://www.openlane.eu/en/carv6/auction/10717373
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10709650
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710709650%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10709650: 0
2026-03-26 12:25:06 [adesa.de] INFO: Skipping item 10709650 url https://www.openlane.eu/en/carv6/auction/10709650
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10723464
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723464%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10723464: 2
2026-03-26 12:25:06 [adesa.de] INFO: Scraping item 10723464 url https://www.openlane.eu/en/carv6/auction/10723464
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10723392
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723392%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10723392: 2
2026-03-26 12:25:06 [adesa.de] INFO: Scraping item 10723392 url https://www.openlane.eu/en/carv6/auction/10723392
2026-03-26 12:25:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728957> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10723465
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723465%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10723465: 2
2026-03-26 12:25:06 [adesa.de] INFO: Scraping item 10723465 url https://www.openlane.eu/en/carv6/auction/10723465
2026-03-26 12:25: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 12:25:06 [adesa.de] INFO: Found listing with ID: 10723390
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723390%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10723390: 2
2026-03-26 12:25:06 [adesa.de] INFO: Scraping item 10723390 url https://www.openlane.eu/en/carv6/auction/10723390
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10723391
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723391%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10723391: 2
2026-03-26 12:25:06 [adesa.de] INFO: Scraping item 10723391 url https://www.openlane.eu/en/carv6/auction/10723391
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10723393
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723393%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10723393: 2
2026-03-26 12:25:06 [adesa.de] INFO: Scraping item 10723393 url https://www.openlane.eu/en/carv6/auction/10723393
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10717058
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717058%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10717058: 2
2026-03-26 12:25:06 [adesa.de] INFO: Scraping item 10717058 url https://www.openlane.eu/en/carv6/auction/10717058
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10717080
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717080%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10717080: 2
2026-03-26 12:25:06 [adesa.de] INFO: Scraping item 10717080 url https://www.openlane.eu/en/carv6/auction/10717080
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10717073
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717073%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10717073: 0
2026-03-26 12:25:06 [adesa.de] INFO: Skipping item 10717073 url https://www.openlane.eu/en/carv6/auction/10717073
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10717079
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717079%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10717079: 0
2026-03-26 12:25:06 [adesa.de] INFO: Skipping item 10717079 url https://www.openlane.eu/en/carv6/auction/10717079
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10717067
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717067%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10717067: 0
2026-03-26 12:25:06 [adesa.de] INFO: Skipping item 10717067 url https://www.openlane.eu/en/carv6/auction/10717067
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10717096
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717096%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10717096: 0
2026-03-26 12:25:06 [adesa.de] INFO: Skipping item 10717096 url https://www.openlane.eu/en/carv6/auction/10717096
2026-03-26 12:25:06 [adesa.de] INFO: Found listing with ID: 10717062
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717062%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [adesa.de] INFO: Scrape type for 10717062: 0
2026-03-26 12:25:06 [adesa.de] INFO: Skipping item 10717062 url https://www.openlane.eu/en/carv6/auction/10717062
2026-03-26 12:25:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e344a442-08c8-513c-b095-3c8b82772d1f with identifier: 10728957
2026-03-26 12:25:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e344a442-08c8-513c-b095-3c8b82772d1f with scrape type 1
2026-03-26 12:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e344a442-08c8-513c-b095-3c8b82772d1f
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252F6e47ec70-ebd5-406b-938e-f9b042418c39.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/6e47ec70-ebd5-406b-938e-f9b042418c39.jpg not downloaded yet
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252Fdfe98654-81af-4265-a8c6-a2511dedac27.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/dfe98654-81af-4265-a8c6-a2511dedac27.jpg not downloaded yet
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252Fb4b8caac-5529-4ad1-a3c4-68189bd83f7a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/b4b8caac-5529-4ad1-a3c4-68189bd83f7a.jpg not downloaded yet
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252F0dbc8e42-fb04-4dd5-a215-54fef60a2e35.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/0dbc8e42-fb04-4dd5-a215-54fef60a2e35.jpg not downloaded yet
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252Fe090ba99-b071-417b-8162-bdf96ca708b8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/e090ba99-b071-417b-8162-bdf96ca708b8.jpg not downloaded yet
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252F457d9992-1197-411f-94fc-9df6c72946ca.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/457d9992-1197-411f-94fc-9df6c72946ca.jpg not downloaded yet
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252F86637776-152b-45f9-89ac-632b0b80378d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/86637776-152b-45f9-89ac-632b0b80378d.jpg not downloaded yet
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252Fdabbb16c-61e0-45a0-ab1a-254ff2d956d6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/dabbb16c-61e0-45a0-ab1a-254ff2d956d6.jpg not downloaded yet
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252Fe02ada8b-18bb-4d54-8597-273e8c8f2406.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/e02ada8b-18bb-4d54-8597-273e8c8f2406.jpg not downloaded yet
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252F804bbcb5-3d16-4866-85f5-51a967308c02.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/804bbcb5-3d16-4866-85f5-51a967308c02.jpg not downloaded yet
2026-03-26 12:25:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728959> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:07 [scrapy.extensions.logstats] INFO: Crawled 159 pages (at 37 pages/min), scraped 137 items (at 30 items/min)
2026-03-26 12:25:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 169MiB
2026-03-26 12:25:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746026/general/804bbcb5-3d16-4866-85f5-51a967308c02.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728957)
2026-03-26 12:25:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aab8c58c-a1d9-57d0-bb9b-60c991c0e804 with identifier: 10728959
2026-03-26 12:25:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aab8c58c-a1d9-57d0-bb9b-60c991c0e804 with scrape type 1
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item aab8c58c-a1d9-57d0-bb9b-60c991c0e804
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252F42e0705b-af3f-44b2-aac1-275b74fd0eb5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/42e0705b-af3f-44b2-aac1-275b74fd0eb5.jpg not downloaded yet
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252F5f7bd978-b50f-4b91-b6c1-97d83802e41b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/5f7bd978-b50f-4b91-b6c1-97d83802e41b.jpg not downloaded yet
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252F733247c1-e20c-4f2a-a122-6669308cd713.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/733247c1-e20c-4f2a-a122-6669308cd713.jpg not downloaded yet
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252Fc10b270d-819f-46e9-9adc-ff4d70793f19.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/c10b270d-819f-46e9-9adc-ff4d70793f19.jpg not downloaded yet
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252Ff7fb0eb8-3ab0-4346-a944-812f7e08e423.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/f7fb0eb8-3ab0-4346-a944-812f7e08e423.jpg not downloaded yet
2026-03-26 12:25:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c16ee10>
2026-03-26 12:25:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252F804bbcb5-3d16-4866-85f5-51a967308c02.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/804bbcb5-3d16-4866-85f5-51a967308c02.jpg saved to cache
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e344a442-08c8-513c-b095-3c8b82772d1f
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252Fa5069c59-921b-413e-af5d-e62fdf12c0d6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/a5069c59-921b-413e-af5d-e62fdf12c0d6.jpg not downloaded yet
2026-03-26 12:25:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746026/general/e02ada8b-18bb-4d54-8597-273e8c8f2406.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728957)
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252F211f3fc7-4c0c-44b5-b2a2-82278850be0a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/211f3fc7-4c0c-44b5-b2a2-82278850be0a.jpg not downloaded yet
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252F458f494a-e43b-42d5-8356-93d057053dff.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/458f494a-e43b-42d5-8356-93d057053dff.jpg not downloaded yet
2026-03-26 12:25:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728954> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252Fbbceb7c2-5261-4417-846f-2d1cdd57c8db.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/bbceb7c2-5261-4417-846f-2d1cdd57c8db.jpg not downloaded yet
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252Fb17f1702-693f-4bbb-86ce-8023ed53a68f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/b17f1702-693f-4bbb-86ce-8023ed53a68f.jpg not downloaded yet
2026-03-26 12:25:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565c3d90>
2026-03-26 12:25:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252Fe02ada8b-18bb-4d54-8597-273e8c8f2406.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/e02ada8b-18bb-4d54-8597-273e8c8f2406.jpg saved to cache
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e344a442-08c8-513c-b095-3c8b82772d1f
2026-03-26 12:25:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 689a57bc-915e-530e-88a2-9bb2737b81de with identifier: 10728954
2026-03-26 12:25:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 689a57bc-915e-530e-88a2-9bb2737b81de with scrape type 1
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 689a57bc-915e-530e-88a2-9bb2737b81de
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252F4782eef6-28c9-476c-8b1f-955c14845849.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/4782eef6-28c9-476c-8b1f-955c14845849.jpg not downloaded yet
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252F288d066f-984e-48bf-b965-9678a1fd4d39.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/288d066f-984e-48bf-b965-9678a1fd4d39.jpg not downloaded yet
2026-03-26 12:25:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746029/general/f7fb0eb8-3ab0-4346-a944-812f7e08e423.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728959)
2026-03-26 12:25:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746029/general/211f3fc7-4c0c-44b5-b2a2-82278850be0a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728959)
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252F5e4b3a28-f41d-445a-ba51-24264e925acf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/5e4b3a28-f41d-445a-ba51-24264e925acf.jpg not downloaded yet
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252Fe2c89e4a-49c5-4fd8-9c52-f6053a6596c5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/e2c89e4a-49c5-4fd8-9c52-f6053a6596c5.jpg not downloaded yet
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252Fd59b50d5-e01b-4564-b0e6-7e5e26b429a8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/d59b50d5-e01b-4564-b0e6-7e5e26b429a8.jpg not downloaded yet
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252F1fe43997-3f08-412a-87ee-1b372eef90f3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/1fe43997-3f08-412a-87ee-1b372eef90f3.jpg not downloaded yet
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252F03f2b19e-a7ff-4985-ae1a-d817f1086eaf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/03f2b19e-a7ff-4985-ae1a-d817f1086eaf.jpg not downloaded yet
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252F1b38709e-a721-4e1d-8aee-7746a90eba16.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/1b38709e-a721-4e1d-8aee-7746a90eba16.jpg not downloaded yet
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252Fed9404f1-888f-4481-8d5a-0e229dab942f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/ed9404f1-888f-4481-8d5a-0e229dab942f.jpg not downloaded yet
2026-03-26 12:25:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746023/general/4782eef6-28c9-476c-8b1f-955c14845849.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728954)
2026-03-26 12:25:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632e690>
2026-03-26 12:25:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252Ff7fb0eb8-3ab0-4346-a944-812f7e08e423.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/f7fb0eb8-3ab0-4346-a944-812f7e08e423.jpg saved to cache
2026-03-26 12:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item aab8c58c-a1d9-57d0-bb9b-60c991c0e804
2026-03-26 12:25:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015655a890>
2026-03-26 12:25:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252F211f3fc7-4c0c-44b5-b2a2-82278850be0a.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/211f3fc7-4c0c-44b5-b2a2-82278850be0a.jpg saved to cache
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item aab8c58c-a1d9-57d0-bb9b-60c991c0e804
2026-03-26 12:25:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746023/general/288d066f-984e-48bf-b965-9678a1fd4d39.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728954)
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252F49fb5612-28bc-4b4f-b1f2-7cb47e164d79.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/49fb5612-28bc-4b4f-b1f2-7cb47e164d79.jpg not downloaded yet
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c07ab90>
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252F4782eef6-28c9-476c-8b1f-955c14845849.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/4782eef6-28c9-476c-8b1f-955c14845849.jpg saved to cache
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 689a57bc-915e-530e-88a2-9bb2737b81de
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633aa90>
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252F288d066f-984e-48bf-b965-9678a1fd4d39.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/288d066f-984e-48bf-b965-9678a1fd4d39.jpg saved to cache
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 689a57bc-915e-530e-88a2-9bb2737b81de
2026-03-26 12:25:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746023/general/1b38709e-a721-4e1d-8aee-7746a90eba16.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728954)
2026-03-26 12:25:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746023/general/49fb5612-28bc-4b4f-b1f2-7cb47e164d79.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728954)
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c155550>
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252F1b38709e-a721-4e1d-8aee-7746a90eba16.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/1b38709e-a721-4e1d-8aee-7746a90eba16.jpg saved to cache
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 689a57bc-915e-530e-88a2-9bb2737b81de
2026-03-26 12:25:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746023/general/ed9404f1-888f-4481-8d5a-0e229dab942f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728954)
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ab4d0>
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252F49fb5612-28bc-4b4f-b1f2-7cb47e164d79.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/49fb5612-28bc-4b4f-b1f2-7cb47e164d79.jpg saved to cache
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 689a57bc-915e-530e-88a2-9bb2737b81de
2026-03-26 12:25:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746023/general/03f2b19e-a7ff-4985-ae1a-d817f1086eaf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728954)
2026-03-26 12:25:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746023/general/1fe43997-3f08-412a-87ee-1b372eef90f3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728954)
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0a9890>
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252Fed9404f1-888f-4481-8d5a-0e229dab942f.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/ed9404f1-888f-4481-8d5a-0e229dab942f.jpg saved to cache
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 689a57bc-915e-530e-88a2-9bb2737b81de
2026-03-26 12:25:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746023/general/e2c89e4a-49c5-4fd8-9c52-f6053a6596c5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728954)
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e00510>
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252F03f2b19e-a7ff-4985-ae1a-d817f1086eaf.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/03f2b19e-a7ff-4985-ae1a-d817f1086eaf.jpg saved to cache
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 689a57bc-915e-530e-88a2-9bb2737b81de
2026-03-26 12:25:08 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 17.749(s), this was the 1st time calling it.
2026-03-26 12:25:08 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.716754757192231 seconds as it raised RequestError: RequestError: 520, message=, headers=<CIMultiDictProxy('Date': 'Thu, 26 Mar 2026 12:25:08 GMT', 'Content-Type': 'application/problem+json', 'Content-Length': '214', 'Connection': 'keep-alive', 'Retry-After': '60', 'Request-Id': '9f6760da45f4592da9a47d8dda129c21', '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=9f6760da45f4592da9a47d8dda129c21.
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156415f50>
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252F1fe43997-3f08-412a-87ee-1b372eef90f3.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/1fe43997-3f08-412a-87ee-1b372eef90f3.jpg saved to cache
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 689a57bc-915e-530e-88a2-9bb2737b81de
2026-03-26 12:25:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746023/general/d59b50d5-e01b-4564-b0e6-7e5e26b429a8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728954)
2026-03-26 12:25:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746023/general/5e4b3a28-f41d-445a-ba51-24264e925acf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728954)
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee1590>
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252Fe2c89e4a-49c5-4fd8-9c52-f6053a6596c5.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/e2c89e4a-49c5-4fd8-9c52-f6053a6596c5.jpg saved to cache
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 689a57bc-915e-530e-88a2-9bb2737b81de
2026-03-26 12:25:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746029/general/bbceb7c2-5261-4417-846f-2d1cdd57c8db.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728959)
2026-03-26 12:25:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746029/general/b17f1702-693f-4bbb-86ce-8023ed53a68f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728959)
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c181550>
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252Fd59b50d5-e01b-4564-b0e6-7e5e26b429a8.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/d59b50d5-e01b-4564-b0e6-7e5e26b429a8.jpg saved to cache
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 689a57bc-915e-530e-88a2-9bb2737b81de
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c183b50>
2026-03-26 12:25:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746023%252Fgeneral%252F5e4b3a28-f41d-445a-ba51-24264e925acf.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746023/general/5e4b3a28-f41d-445a-ba51-24264e925acf.jpg saved to cache
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 689a57bc-915e-530e-88a2-9bb2737b81de
2026-03-26 12:25:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 689a57bc-915e-530e-88a2-9bb2737b81de, skipping ID generation
2026-03-26 12:25:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 689a57bc-915e-530e-88a2-9bb2737b81de with scrape type 1
2026-03-26 12:25:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 689a57bc-915e-530e-88a2-9bb2737b81de sending to next pipeline
2026-03-26 12:25:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 689a57bc-915e-530e-88a2-9bb2737b81de, identifier: 10728954
2026-03-26 12:25:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746029/general/458f494a-e43b-42d5-8356-93d057053dff.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728959)
2026-03-26 12:25:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 689a57bc-915e-530e-88a2-9bb2737b81de with identifier: 10728954
2026-03-26 12:25:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 689a57bc-915e-530e-88a2-9bb2737b81de with identifier: 10728954
2026-03-26 12:25:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 689a57bc-915e-530e-88a2-9bb2737b81de with identifier: 10728954 to the API
2026-03-26 12:25:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746023/general/5e4b3a28-f41d-445a-ba51-24264e925acf.jpg>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 105,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Diesel',
'id': '689a57bc-915e-530e-88a2-9bb2737b81de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'B-AP715',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728954',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Astra',
'odometer': 116988,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 66,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158985,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746023/general/4782eef6-28c9-476c-8b1f-955c14845849.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 163007,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746023/general/288d066f-984e-48bf-b965-9678a1fd4d39.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160608,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746023/general/5e4b3a28-f41d-445a-ba51-24264e925acf.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168302,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746023/general/e2c89e4a-49c5-4fd8-9c52-f6053a6596c5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176508,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746023/general/d59b50d5-e01b-4564-b0e6-7e5e26b429a8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158413,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746023/general/1fe43997-3f08-412a-87ee-1b372eef90f3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123270,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746023/general/03f2b19e-a7ff-4985-ae1a-d817f1086eaf.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140818,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746023/general/1b38709e-a721-4e1d-8aee-7746a90eba16.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144441,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746023/general/ed9404f1-888f-4481-8d5a-0e229dab942f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_689a57bc-915e-530e-88a2-9bb2737b81de/689a57bc-915e-530e-88a2-9bb2737b81de_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100770,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746023/general/49fb5612-28bc-4b4f-b1f2-7cb47e164d79.jpg',
'Width': 1024}],
'price': 6700,
'price_includes_vat': True,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Opel Astra Sports Tourer 1.5 Elegance - Diesel - Manual - 105 hp - '
'116.988 km',
'transmission': 'manual',
'trim': 'Elegance',
'vin': None,
'year': 2021}
2026-03-26 12:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728954%27 HTTP/1.1" 200 None
2026-03-26 12:25:09 [adesa.de] INFO: Saving data for 10728954: {'created_time': 1774527909.80162, 'last_price_update_time': 1774527909.801632, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728954') HTTP/1.1" 204 0
2026-03-26 12:25:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746029/general/a5069c59-921b-413e-af5d-e62fdf12c0d6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728959)
2026-03-26 12:25:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728955> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728950> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728948> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25: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 12:25: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 12:25:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e84f10>
2026-03-26 12:25:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252Fbbceb7c2-5261-4417-846f-2d1cdd57c8db.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/bbceb7c2-5261-4417-846f-2d1cdd57c8db.jpg saved to cache
2026-03-26 12:25:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item aab8c58c-a1d9-57d0-bb9b-60c991c0e804
2026-03-26 12:25:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563a0290>
2026-03-26 12:25:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252Fb17f1702-693f-4bbb-86ce-8023ed53a68f.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/b17f1702-693f-4bbb-86ce-8023ed53a68f.jpg saved to cache
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item aab8c58c-a1d9-57d0-bb9b-60c991c0e804
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015634eb50>
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252F458f494a-e43b-42d5-8356-93d057053dff.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/458f494a-e43b-42d5-8356-93d057053dff.jpg saved to cache
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item aab8c58c-a1d9-57d0-bb9b-60c991c0e804
2026-03-26 12:25:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746029/general/c10b270d-819f-46e9-9adc-ff4d70793f19.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728959)
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c05b090>
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252Fa5069c59-921b-413e-af5d-e62fdf12c0d6.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/a5069c59-921b-413e-af5d-e62fdf12c0d6.jpg saved to cache
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item aab8c58c-a1d9-57d0-bb9b-60c991c0e804
2026-03-26 12:25:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a71ecaaa-060b-570d-b2ba-5fb149273686 with identifier: 10728955
2026-03-26 12:25:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a71ecaaa-060b-570d-b2ba-5fb149273686 with scrape type 1
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a71ecaaa-060b-570d-b2ba-5fb149273686
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252F93096205-9b9d-4e24-8437-1eb6ce2aa19b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/93096205-9b9d-4e24-8437-1eb6ce2aa19b.jpg not downloaded yet
2026-03-26 12:25:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e510e5bb-8d3f-5128-98d2-8dcfaf72c488 with identifier: 10728950
2026-03-26 12:25:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e510e5bb-8d3f-5128-98d2-8dcfaf72c488 with scrape type 1
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e510e5bb-8d3f-5128-98d2-8dcfaf72c488
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252F6755436a-8201-4df2-aa24-d3b068f76939.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/6755436a-8201-4df2-aa24-d3b068f76939.jpg not downloaded yet
2026-03-26 12:25:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2ffae65-9a80-5d47-a84c-4daea666df85 with identifier: 10728948
2026-03-26 12:25:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2ffae65-9a80-5d47-a84c-4daea666df85 with scrape type 1
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e2ffae65-9a80-5d47-a84c-4daea666df85
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252Febd18279-b0bf-4f22-af40-159e159c2536.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/ebd18279-b0bf-4f22-af40-159e159c2536.jpg not downloaded yet
2026-03-26 12:25:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746029/general/42e0705b-af3f-44b2-aac1-275b74fd0eb5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728959)
2026-03-26 12:25:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746026/general/dabbb16c-61e0-45a0-ab1a-254ff2d956d6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728957)
2026-03-26 12:25:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746029/general/733247c1-e20c-4f2a-a122-6669308cd713.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728959)
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252F8dd56cd8-f529-48ac-a33d-7733ab07531e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/8dd56cd8-f529-48ac-a33d-7733ab07531e.jpg not downloaded yet
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252F4cf7f0c8-54bb-42a9-a294-dd8fa4af17a8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/4cf7f0c8-54bb-42a9-a294-dd8fa4af17a8.jpg not downloaded yet
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252F426d86ec-ba79-4ca4-bc59-7552dcbd23fc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/426d86ec-ba79-4ca4-bc59-7552dcbd23fc.jpg not downloaded yet
2026-03-26 12:25:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746029/general/5f7bd978-b50f-4b91-b6c1-97d83802e41b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728959)
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e90d0>
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252Fc10b270d-819f-46e9-9adc-ff4d70793f19.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/c10b270d-819f-46e9-9adc-ff4d70793f19.jpg saved to cache
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item aab8c58c-a1d9-57d0-bb9b-60c991c0e804
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252F1f068f2c-1b9d-44e0-8531-2076792e0cb7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/1f068f2c-1b9d-44e0-8531-2076792e0cb7.jpg not downloaded yet
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252F9cd69658-4e03-4acb-b180-03847a17c5e5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/9cd69658-4e03-4acb-b180-03847a17c5e5.jpg not downloaded yet
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252F62d5f10c-0854-4aef-888f-b8738683f50f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/62d5f10c-0854-4aef-888f-b8738683f50f.jpg not downloaded yet
2026-03-26 12:25:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746026/general/86637776-152b-45f9-89ac-632b0b80378d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728957)
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252F01ce9220-eff7-4bb5-a68b-f88a8f91b826.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/01ce9220-eff7-4bb5-a68b-f88a8f91b826.jpg not downloaded yet
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252F73f5c975-85f8-400f-a79c-019befa9e370.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/73f5c975-85f8-400f-a79c-019befa9e370.jpg not downloaded yet
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252F24f23e17-9e76-4a3c-8d10-b160dee5ab63.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/24f23e17-9e76-4a3c-8d10-b160dee5ab63.jpg not downloaded yet
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252F8e70d50c-c39f-4f89-ab15-4a80405b484c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/8e70d50c-c39f-4f89-ab15-4a80405b484c.jpg not downloaded yet
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252F767dc178-3e35-47ef-93c8-560d583f2968.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/767dc178-3e35-47ef-93c8-560d583f2968.jpg not downloaded yet
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252Faf33089c-0ca1-4c46-8650-f1a1940a1174.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/af33089c-0ca1-4c46-8650-f1a1940a1174.jpg not downloaded yet
2026-03-26 12:25:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746026/general/457d9992-1197-411f-94fc-9df6c72946ca.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728957)
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c097590>
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252F42e0705b-af3f-44b2-aac1-275b74fd0eb5.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/42e0705b-af3f-44b2-aac1-275b74fd0eb5.jpg saved to cache
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item aab8c58c-a1d9-57d0-bb9b-60c991c0e804
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee0a50>
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252Fdabbb16c-61e0-45a0-ab1a-254ff2d956d6.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/dabbb16c-61e0-45a0-ab1a-254ff2d956d6.jpg saved to cache
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e344a442-08c8-513c-b095-3c8b82772d1f
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015657f190>
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252F733247c1-e20c-4f2a-a122-6669308cd713.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/733247c1-e20c-4f2a-a122-6669308cd713.jpg saved to cache
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item aab8c58c-a1d9-57d0-bb9b-60c991c0e804
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fef090>
2026-03-26 12:25:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746029%252Fgeneral%252F5f7bd978-b50f-4b91-b6c1-97d83802e41b.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746029/general/5f7bd978-b50f-4b91-b6c1-97d83802e41b.jpg saved to cache
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item aab8c58c-a1d9-57d0-bb9b-60c991c0e804
2026-03-26 12:25:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aab8c58c-a1d9-57d0-bb9b-60c991c0e804, skipping ID generation
2026-03-26 12:25:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aab8c58c-a1d9-57d0-bb9b-60c991c0e804 with scrape type 1
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aab8c58c-a1d9-57d0-bb9b-60c991c0e804 sending to next pipeline
2026-03-26 12:25:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: aab8c58c-a1d9-57d0-bb9b-60c991c0e804, identifier: 10728959
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252F02e9092e-395c-4ba6-b121-8b7dfaac233a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/02e9092e-395c-4ba6-b121-8b7dfaac233a.jpg not downloaded yet
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252F0e00e7c5-ef69-4f75-b863-b12cb22c9b43.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/0e00e7c5-ef69-4f75-b863-b12cb22c9b43.jpg not downloaded yet
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252Fd09fa7cd-0a86-4b38-bc20-d18a0e1a4b7c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/d09fa7cd-0a86-4b38-bc20-d18a0e1a4b7c.jpg not downloaded yet
2026-03-26 12:25:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: aab8c58c-a1d9-57d0-bb9b-60c991c0e804 with identifier: 10728959
2026-03-26 12:25:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: aab8c58c-a1d9-57d0-bb9b-60c991c0e804 with identifier: 10728959
2026-03-26 12:25:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: aab8c58c-a1d9-57d0-bb9b-60c991c0e804 with identifier: 10728959 to the API
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746029/general/5f7bd978-b50f-4b91-b6c1-97d83802e41b.jpg>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Diesel',
'id': 'aab8c58c-a1d9-57d0-bb9b-60c991c0e804',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'D-CA1013',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728959',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 122104,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 34,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67900,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746029/general/42e0705b-af3f-44b2-aac1-275b74fd0eb5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64752,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746029/general/5f7bd978-b50f-4b91-b6c1-97d83802e41b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69295,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746029/general/733247c1-e20c-4f2a-a122-6669308cd713.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62651,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746029/general/c10b270d-819f-46e9-9adc-ff4d70793f19.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87490,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746029/general/f7fb0eb8-3ab0-4346-a944-812f7e08e423.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78789,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746029/general/a5069c59-921b-413e-af5d-e62fdf12c0d6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99138,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746029/general/211f3fc7-4c0c-44b5-b2a2-82278850be0a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68138,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746029/general/458f494a-e43b-42d5-8356-93d057053dff.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81889,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746029/general/bbceb7c2-5261-4417-846f-2d1cdd57c8db.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aab8c58c-a1d9-57d0-bb9b-60c991c0e804/aab8c58c-a1d9-57d0-bb9b-60c991c0e804_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88166,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746029/general/b17f1702-693f-4bbb-86ce-8023ed53a68f.jpg',
'Width': 1024}],
'price': 14200,
'price_includes_vat': True,
'registration_date': '2022-11-08',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Mercedes-Benz A 180d - Diesel - Automatic - 116 hp - 122.104 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728959%27 HTTP/1.1" 200 None
2026-03-26 12:25:11 [adesa.de] INFO: Saving data for 10728959: {'created_time': 1774527911.38728, 'last_price_update_time': 1774527911.387294, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728959') HTTP/1.1" 204 0
2026-03-26 12:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746024/general/93096205-9b9d-4e24-8437-1eb6ce2aa19b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728955)
2026-03-26 12:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746015/general/ebd18279-b0bf-4f22-af40-159e159c2536.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728948)
2026-03-26 12:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746015/general/62d5f10c-0854-4aef-888f-b8738683f50f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728948)
2026-03-26 12:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746017/general/6755436a-8201-4df2-aa24-d3b068f76939.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728950)
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252Ffadf837a-f52d-4f3c-bd02-039d54e71806.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/fadf837a-f52d-4f3c-bd02-039d54e71806.jpg not downloaded yet
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252Ffb5c9be1-dd9c-4de3-ad94-ee079ff5b737.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/fb5c9be1-dd9c-4de3-ad94-ee079ff5b737.jpg not downloaded yet
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252F6d64af57-09a8-472d-88c1-5e493ffa7edc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/6d64af57-09a8-472d-88c1-5e493ffa7edc.jpg not downloaded yet
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09a490>
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252F86637776-152b-45f9-89ac-632b0b80378d.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/86637776-152b-45f9-89ac-632b0b80378d.jpg saved to cache
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e344a442-08c8-513c-b095-3c8b82772d1f
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d0f90>
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252F457d9992-1197-411f-94fc-9df6c72946ca.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/457d9992-1197-411f-94fc-9df6c72946ca.jpg saved to cache
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e344a442-08c8-513c-b095-3c8b82772d1f
2026-03-26 12:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728962> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728964> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252F44ed5efa-e97c-4352-aec9-2015418c87e1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/44ed5efa-e97c-4352-aec9-2015418c87e1.jpg not downloaded yet
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252F37dca14c-53c8-461c-94bd-c9be1c7bc8a9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/37dca14c-53c8-461c-94bd-c9be1c7bc8a9.jpg not downloaded yet
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252Fb569ce0b-c15f-47e5-9eec-34026392267c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/b569ce0b-c15f-47e5-9eec-34026392267c.jpg not downloaded yet
2026-03-26 12:25: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 12:25: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 12:25:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ecda10>
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252F93096205-9b9d-4e24-8437-1eb6ce2aa19b.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/93096205-9b9d-4e24-8437-1eb6ce2aa19b.jpg saved to cache
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a71ecaaa-060b-570d-b2ba-5fb149273686
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ec7950>
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252Febd18279-b0bf-4f22-af40-159e159c2536.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/ebd18279-b0bf-4f22-af40-159e159c2536.jpg saved to cache
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e2ffae65-9a80-5d47-a84c-4daea666df85
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565188d0>
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252F62d5f10c-0854-4aef-888f-b8738683f50f.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/62d5f10c-0854-4aef-888f-b8738683f50f.jpg saved to cache
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e2ffae65-9a80-5d47-a84c-4daea666df85
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e44e10>
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252F6755436a-8201-4df2-aa24-d3b068f76939.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/6755436a-8201-4df2-aa24-d3b068f76939.jpg saved to cache
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e510e5bb-8d3f-5128-98d2-8dcfaf72c488
2026-03-26 12:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746015/general/24f23e17-9e76-4a3c-8d10-b160dee5ab63.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728948)
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252F41daa511-927b-47a3-a3d7-afcce4e609d7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/41daa511-927b-47a3-a3d7-afcce4e609d7.jpg not downloaded yet
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252F559bfa57-e4c6-4c7a-8aef-c58d477929c2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/559bfa57-e4c6-4c7a-8aef-c58d477929c2.jpg not downloaded yet
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252F3e9f2d29-0c94-4a4e-8ce9-135d7e9d5747.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/3e9f2d29-0c94-4a4e-8ce9-135d7e9d5747.jpg not downloaded yet
2026-03-26 12:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746017/general/0e00e7c5-ef69-4f75-b863-b12cb22c9b43.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728950)
2026-03-26 12:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746024/general/02e9092e-395c-4ba6-b121-8b7dfaac233a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728955)
2026-03-26 12:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746015/general/af33089c-0ca1-4c46-8650-f1a1940a1174.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728948)
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252Ffadce594-2224-4e1e-b21b-a108bf0df59a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/fadce594-2224-4e1e-b21b-a108bf0df59a.jpg not downloaded yet
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252Ff0538c6b-22df-4909-8b90-74931518548f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/f0538c6b-22df-4909-8b90-74931518548f.jpg not downloaded yet
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252F14efb704-78e3-4e4e-ae67-e2b43ff3525a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/14efb704-78e3-4e4e-ae67-e2b43ff3525a.jpg not downloaded yet
2026-03-26 12:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746015/general/d09fa7cd-0a86-4b38-bc20-d18a0e1a4b7c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728948)
2026-03-26 12:25:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8ff61ae-b353-5f9f-b344-099e3b5c85b9 with identifier: 10728962
2026-03-26 12:25:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8ff61ae-b353-5f9f-b344-099e3b5c85b9 with scrape type 1
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d8ff61ae-b353-5f9f-b344-099e3b5c85b9
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252F5ef1f861-84a2-4b8e-827f-aab5c098e9b0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/5ef1f861-84a2-4b8e-827f-aab5c098e9b0.jpg not downloaded yet
2026-03-26 12:25:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f134690e-d38d-58be-a203-fe4c9f16bec4 with identifier: 10728964
2026-03-26 12:25:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f134690e-d38d-58be-a203-fe4c9f16bec4 with scrape type 1
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f134690e-d38d-58be-a203-fe4c9f16bec4
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F1b53d04c-696a-4c39-ae60-ccbf4c7015e0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/1b53d04c-696a-4c39-ae60-ccbf4c7015e0.jpg not downloaded yet
2026-03-26 12:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746017/general/fb5c9be1-dd9c-4de3-ad94-ee079ff5b737.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728950)
2026-03-26 12:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746017/general/37dca14c-53c8-461c-94bd-c9be1c7bc8a9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728950)
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252Fc4d8df51-e605-4bb0-8bc1-68aa22dfbd2b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/c4d8df51-e605-4bb0-8bc1-68aa22dfbd2b.jpg not downloaded yet
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F4aa6ba3f-82a3-4c38-8eb7-7becdf9a8bf0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/4aa6ba3f-82a3-4c38-8eb7-7becdf9a8bf0.jpg not downloaded yet
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c196c50>
2026-03-26 12:25:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252F24f23e17-9e76-4a3c-8d10-b160dee5ab63.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/24f23e17-9e76-4a3c-8d10-b160dee5ab63.jpg saved to cache
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e2ffae65-9a80-5d47-a84c-4daea666df85
2026-03-26 12:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746015/general/6d64af57-09a8-472d-88c1-5e493ffa7edc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728948)
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252F92db14e0-e51e-4a15-b1c9-ce3c084476c0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/92db14e0-e51e-4a15-b1c9-ce3c084476c0.jpg not downloaded yet
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F8175ee3e-765f-44fa-a66c-9cdf477dcce9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/8175ee3e-765f-44fa-a66c-9cdf477dcce9.jpg not downloaded yet
2026-03-26 12:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746017/general/559bfa57-e4c6-4c7a-8aef-c58d477929c2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728950)
2026-03-26 12:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746024/general/41daa511-927b-47a3-a3d7-afcce4e609d7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728955)
2026-03-26 12:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746015/general/b569ce0b-c15f-47e5-9eec-34026392267c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728948)
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563bf3d0>
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252F0e00e7c5-ef69-4f75-b863-b12cb22c9b43.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/0e00e7c5-ef69-4f75-b863-b12cb22c9b43.jpg saved to cache
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e510e5bb-8d3f-5128-98d2-8dcfaf72c488
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d1c50>
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252F02e9092e-395c-4ba6-b121-8b7dfaac233a.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/02e9092e-395c-4ba6-b121-8b7dfaac233a.jpg saved to cache
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a71ecaaa-060b-570d-b2ba-5fb149273686
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156527cd0>
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252Faf33089c-0ca1-4c46-8650-f1a1940a1174.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/af33089c-0ca1-4c46-8650-f1a1940a1174.jpg saved to cache
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e2ffae65-9a80-5d47-a84c-4daea666df85
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e4a90>
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252Fd09fa7cd-0a86-4b38-bc20-d18a0e1a4b7c.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/d09fa7cd-0a86-4b38-bc20-d18a0e1a4b7c.jpg saved to cache
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e2ffae65-9a80-5d47-a84c-4daea666df85
2026-03-26 12:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746015/general/3e9f2d29-0c94-4a4e-8ce9-135d7e9d5747.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728948)
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252F6558405f-aea1-4e08-9e7c-2e69c904c43d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/6558405f-aea1-4e08-9e7c-2e69c904c43d.jpg not downloaded yet
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F366ca8b0-37e6-46af-afa2-6ad5cfd1af1e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/366ca8b0-37e6-46af-afa2-6ad5cfd1af1e.jpg not downloaded yet
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156527410>
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252Ffb5c9be1-dd9c-4de3-ad94-ee079ff5b737.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/fb5c9be1-dd9c-4de3-ad94-ee079ff5b737.jpg saved to cache
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e510e5bb-8d3f-5128-98d2-8dcfaf72c488
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e0190>
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252F37dca14c-53c8-461c-94bd-c9be1c7bc8a9.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/37dca14c-53c8-461c-94bd-c9be1c7bc8a9.jpg saved to cache
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e510e5bb-8d3f-5128-98d2-8dcfaf72c488
2026-03-26 12:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746035/general/1b53d04c-696a-4c39-ae60-ccbf4c7015e0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728964)
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252Ff4d85db5-52b9-4298-9357-039a4dbb698a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/f4d85db5-52b9-4298-9357-039a4dbb698a.jpg not downloaded yet
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F9d147805-f5b9-4d91-99aa-9b79495724ac.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/9d147805-f5b9-4d91-99aa-9b79495724ac.jpg not downloaded yet
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564bda10>
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252F6d64af57-09a8-472d-88c1-5e493ffa7edc.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/6d64af57-09a8-472d-88c1-5e493ffa7edc.jpg saved to cache
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e2ffae65-9a80-5d47-a84c-4daea666df85
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c2b50>
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252F559bfa57-e4c6-4c7a-8aef-c58d477929c2.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/559bfa57-e4c6-4c7a-8aef-c58d477929c2.jpg saved to cache
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e510e5bb-8d3f-5128-98d2-8dcfaf72c488
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0d2850>
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252F41daa511-927b-47a3-a3d7-afcce4e609d7.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/41daa511-927b-47a3-a3d7-afcce4e609d7.jpg saved to cache
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a71ecaaa-060b-570d-b2ba-5fb149273686
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ea42d0>
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252Fb569ce0b-c15f-47e5-9eec-34026392267c.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/b569ce0b-c15f-47e5-9eec-34026392267c.jpg saved to cache
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e2ffae65-9a80-5d47-a84c-4daea666df85
2026-03-26 12:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746015/general/14efb704-78e3-4e4e-ae67-e2b43ff3525a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728948)
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ef710>
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252F3e9f2d29-0c94-4a4e-8ce9-135d7e9d5747.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/3e9f2d29-0c94-4a4e-8ce9-135d7e9d5747.jpg saved to cache
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e2ffae65-9a80-5d47-a84c-4daea666df85
2026-03-26 12:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746033/general/5ef1f861-84a2-4b8e-827f-aab5c098e9b0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728962)
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252F7cdd36d7-eae3-42d2-bc1c-23a1036b8373.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/7cdd36d7-eae3-42d2-bc1c-23a1036b8373.jpg not downloaded yet
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F4f7e97f4-de37-447a-8f53-ed1144b2cf67.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/4f7e97f4-de37-447a-8f53-ed1144b2cf67.jpg not downloaded yet
2026-03-26 12:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746017/general/f0538c6b-22df-4909-8b90-74931518548f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728950)
2026-03-26 12:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746035/general/8175ee3e-765f-44fa-a66c-9cdf477dcce9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728964)
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c094dd0>
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F1b53d04c-696a-4c39-ae60-ccbf4c7015e0.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/1b53d04c-696a-4c39-ae60-ccbf4c7015e0.jpg saved to cache
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f134690e-d38d-58be-a203-fe4c9f16bec4
2026-03-26 12:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746035/general/4aa6ba3f-82a3-4c38-8eb7-7becdf9a8bf0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728964)
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252Ff82fde94-48a8-46dd-9fd0-80ca902c30ba.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/f82fde94-48a8-46dd-9fd0-80ca902c30ba.jpg not downloaded yet
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F466148f4-0148-450b-b0d1-ae356356ee80.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/466148f4-0148-450b-b0d1-ae356356ee80.jpg not downloaded yet
2026-03-26 12:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746033/general/c4d8df51-e605-4bb0-8bc1-68aa22dfbd2b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728962)
2026-03-26 12:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746035/general/366ca8b0-37e6-46af-afa2-6ad5cfd1af1e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728964)
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252F813f8d1a-1af8-4a56-baec-343539cff2f4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/813f8d1a-1af8-4a56-baec-343539cff2f4.jpg not downloaded yet
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252Fb1c64b1a-bb5f-466e-b294-bcc126311adc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/b1c64b1a-bb5f-466e-b294-bcc126311adc.jpg not downloaded yet
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015630d850>
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252F14efb704-78e3-4e4e-ae67-e2b43ff3525a.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/14efb704-78e3-4e4e-ae67-e2b43ff3525a.jpg saved to cache
2026-03-26 12:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e2ffae65-9a80-5d47-a84c-4daea666df85
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c178f10>
2026-03-26 12:25:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252F5ef1f861-84a2-4b8e-827f-aab5c098e9b0.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/5ef1f861-84a2-4b8e-827f-aab5c098e9b0.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d8ff61ae-b353-5f9f-b344-099e3b5c85b9
2026-03-26 12:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746033/general/6558405f-aea1-4e08-9e7c-2e69c904c43d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728962)
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252F0e829fef-6d6e-4283-a860-ab6c6590828e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/0e829fef-6d6e-4283-a860-ab6c6590828e.jpg not downloaded yet
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F26764fed-29c1-4b41-a31c-56900bf48fcd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/26764fed-29c1-4b41-a31c-56900bf48fcd.jpg not downloaded yet
2026-03-26 12:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746035/general/9d147805-f5b9-4d91-99aa-9b79495724ac.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728964)
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09e890>
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252Ff0538c6b-22df-4909-8b90-74931518548f.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/f0538c6b-22df-4909-8b90-74931518548f.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e510e5bb-8d3f-5128-98d2-8dcfaf72c488
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015640e790>
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F8175ee3e-765f-44fa-a66c-9cdf477dcce9.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/8175ee3e-765f-44fa-a66c-9cdf477dcce9.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f134690e-d38d-58be-a203-fe4c9f16bec4
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1bbe10>
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F4aa6ba3f-82a3-4c38-8eb7-7becdf9a8bf0.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/4aa6ba3f-82a3-4c38-8eb7-7becdf9a8bf0.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f134690e-d38d-58be-a203-fe4c9f16bec4
2026-03-26 12:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746033/general/f4d85db5-52b9-4298-9357-039a4dbb698a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728962)
2026-03-26 12:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746035/general/4f7e97f4-de37-447a-8f53-ed1144b2cf67.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728964)
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252Fcdde9972-4c36-4018-91e6-d1f14f336ea9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/cdde9972-4c36-4018-91e6-d1f14f336ea9.jpg not downloaded yet
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F0cc0b808-da68-49cf-9ea8-9da186a20f51.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/0cc0b808-da68-49cf-9ea8-9da186a20f51.jpg not downloaded yet
2026-03-26 12:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746035/general/466148f4-0148-450b-b0d1-ae356356ee80.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728964)
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c04b990>
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252Fc4d8df51-e605-4bb0-8bc1-68aa22dfbd2b.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/c4d8df51-e605-4bb0-8bc1-68aa22dfbd2b.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d8ff61ae-b353-5f9f-b344-099e3b5c85b9
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1fea50>
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F366ca8b0-37e6-46af-afa2-6ad5cfd1af1e.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/366ca8b0-37e6-46af-afa2-6ad5cfd1af1e.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f134690e-d38d-58be-a203-fe4c9f16bec4
2026-03-26 12:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746033/general/92db14e0-e51e-4a15-b1c9-ce3c084476c0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728962)
2026-03-26 12:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746033/general/7cdd36d7-eae3-42d2-bc1c-23a1036b8373.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728962)
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09bf90>
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252F6558405f-aea1-4e08-9e7c-2e69c904c43d.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/6558405f-aea1-4e08-9e7c-2e69c904c43d.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d8ff61ae-b353-5f9f-b344-099e3b5c85b9
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156327dd0>
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F9d147805-f5b9-4d91-99aa-9b79495724ac.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/9d147805-f5b9-4d91-99aa-9b79495724ac.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f134690e-d38d-58be-a203-fe4c9f16bec4
2026-03-26 12:25:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156eb2510>
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252Ff4d85db5-52b9-4298-9357-039a4dbb698a.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/f4d85db5-52b9-4298-9357-039a4dbb698a.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d8ff61ae-b353-5f9f-b344-099e3b5c85b9
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cfd26d0>
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F4f7e97f4-de37-447a-8f53-ed1144b2cf67.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/4f7e97f4-de37-447a-8f53-ed1144b2cf67.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f134690e-d38d-58be-a203-fe4c9f16bec4
2026-03-26 12:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746035/general/b1c64b1a-bb5f-466e-b294-bcc126311adc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728964)
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fa5c50>
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F466148f4-0148-450b-b0d1-ae356356ee80.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/466148f4-0148-450b-b0d1-ae356356ee80.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f134690e-d38d-58be-a203-fe4c9f16bec4
2026-03-26 12:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746033/general/813f8d1a-1af8-4a56-baec-343539cff2f4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728962)
2026-03-26 12:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746033/general/0e829fef-6d6e-4283-a860-ab6c6590828e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728962)
2026-03-26 12:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746035/general/26764fed-29c1-4b41-a31c-56900bf48fcd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728964)
2026-03-26 12:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746035/general/0cc0b808-da68-49cf-9ea8-9da186a20f51.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728964)
2026-03-26 12:25:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746033/general/cdde9972-4c36-4018-91e6-d1f14f336ea9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728962)
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563d0590>
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252F92db14e0-e51e-4a15-b1c9-ce3c084476c0.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/92db14e0-e51e-4a15-b1c9-ce3c084476c0.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d8ff61ae-b353-5f9f-b344-099e3b5c85b9
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f1f6d0>
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252F7cdd36d7-eae3-42d2-bc1c-23a1036b8373.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/7cdd36d7-eae3-42d2-bc1c-23a1036b8373.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d8ff61ae-b353-5f9f-b344-099e3b5c85b9
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156faca10>
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252Fb1c64b1a-bb5f-466e-b294-bcc126311adc.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/b1c64b1a-bb5f-466e-b294-bcc126311adc.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f134690e-d38d-58be-a203-fe4c9f16bec4
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015640e610>
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252F813f8d1a-1af8-4a56-baec-343539cff2f4.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/813f8d1a-1af8-4a56-baec-343539cff2f4.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d8ff61ae-b353-5f9f-b344-099e3b5c85b9
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf6d050>
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252F0e829fef-6d6e-4283-a860-ab6c6590828e.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/0e829fef-6d6e-4283-a860-ab6c6590828e.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d8ff61ae-b353-5f9f-b344-099e3b5c85b9
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565c24d0>
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F26764fed-29c1-4b41-a31c-56900bf48fcd.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/26764fed-29c1-4b41-a31c-56900bf48fcd.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f134690e-d38d-58be-a203-fe4c9f16bec4
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1eda90>
2026-03-26 12:25:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746035%252Fgeneral%252F0cc0b808-da68-49cf-9ea8-9da186a20f51.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746035/general/0cc0b808-da68-49cf-9ea8-9da186a20f51.jpg saved to cache
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f134690e-d38d-58be-a203-fe4c9f16bec4
2026-03-26 12:25:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f134690e-d38d-58be-a203-fe4c9f16bec4, skipping ID generation
2026-03-26 12:25:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f134690e-d38d-58be-a203-fe4c9f16bec4 with scrape type 1
2026-03-26 12:25:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f134690e-d38d-58be-a203-fe4c9f16bec4 sending to next pipeline
2026-03-26 12:25:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f134690e-d38d-58be-a203-fe4c9f16bec4, identifier: 10728964
2026-03-26 12:25:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fb7090>
2026-03-26 12:25:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252Fcdde9972-4c36-4018-91e6-d1f14f336ea9.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/cdde9972-4c36-4018-91e6-d1f14f336ea9.jpg saved to cache
2026-03-26 12:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d8ff61ae-b353-5f9f-b344-099e3b5c85b9
2026-03-26 12:25:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746033/general/f82fde94-48a8-46dd-9fd0-80ca902c30ba.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728962)
2026-03-26 12:25:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746024/general/fadce594-2224-4e1e-b21b-a108bf0df59a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728955)
2026-03-26 12:25:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f134690e-d38d-58be-a203-fe4c9f16bec4 with identifier: 10728964
2026-03-26 12:25:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f134690e-d38d-58be-a203-fe4c9f16bec4 with identifier: 10728964
2026-03-26 12:25:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f134690e-d38d-58be-a203-fe4c9f16bec4 with identifier: 10728964 to the API
2026-03-26 12:25:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746035/general/0cc0b808-da68-49cf-9ea8-9da186a20f51.jpg>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': 'Estate',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Diesel',
'id': 'f134690e-d38d-58be-a203-fe4c9f16bec4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OF-RM103',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728964',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Peugeot',
'model': '308',
'odometer': 157154,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 26,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138694,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746035/general/1b53d04c-696a-4c39-ae60-ccbf4c7015e0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138800,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746035/general/4aa6ba3f-82a3-4c38-8eb7-7becdf9a8bf0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126584,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746035/general/8175ee3e-765f-44fa-a66c-9cdf477dcce9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140949,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746035/general/366ca8b0-37e6-46af-afa2-6ad5cfd1af1e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116423,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746035/general/9d147805-f5b9-4d91-99aa-9b79495724ac.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131550,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746035/general/4f7e97f4-de37-447a-8f53-ed1144b2cf67.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119155,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746035/general/466148f4-0148-450b-b0d1-ae356356ee80.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144065,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746035/general/b1c64b1a-bb5f-466e-b294-bcc126311adc.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72133,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746035/general/26764fed-29c1-4b41-a31c-56900bf48fcd.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f134690e-d38d-58be-a203-fe4c9f16bec4/f134690e-d38d-58be-a203-fe4c9f16bec4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80184,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746035/general/0cc0b808-da68-49cf-9ea8-9da186a20f51.jpg',
'Width': 1024}],
'price': 7400,
'price_includes_vat': True,
'registration_date': '2021-04-12',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Peugeot 308 SW 1.5 Allure - Diesel - Manual - 130 hp - 157.154 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2021}
2026-03-26 12:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728964%27 HTTP/1.1" 200 None
2026-03-26 12:25:14 [adesa.de] INFO: Saving data for 10728964: {'created_time': 1774527914.651014, 'last_price_update_time': 1774527914.651027, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728964') HTTP/1.1" 204 0
2026-03-26 12:25:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746024/general/44ed5efa-e97c-4352-aec9-2015418c87e1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728955)
2026-03-26 12:25:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746017/general/767dc178-3e35-47ef-93c8-560d583f2968.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728950)
2026-03-26 12:25:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746017/general/73f5c975-85f8-400f-a79c-019befa9e370.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728950)
2026-03-26 12:25:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746024/general/8e70d50c-c39f-4f89-ab15-4a80405b484c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728955)
2026-03-26 12:25:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728944> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746024/general/fadf837a-f52d-4f3c-bd02-039d54e71806.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728955)
2026-03-26 12:25: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 12:25:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d6ecad0>
2026-03-26 12:25:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746033%252Fgeneral%252Ff82fde94-48a8-46dd-9fd0-80ca902c30ba.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746033/general/f82fde94-48a8-46dd-9fd0-80ca902c30ba.jpg saved to cache
2026-03-26 12:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d8ff61ae-b353-5f9f-b344-099e3b5c85b9
2026-03-26 12:25:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d8ff61ae-b353-5f9f-b344-099e3b5c85b9, skipping ID generation
2026-03-26 12:25:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8ff61ae-b353-5f9f-b344-099e3b5c85b9 with scrape type 1
2026-03-26 12:25:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d8ff61ae-b353-5f9f-b344-099e3b5c85b9 sending to next pipeline
2026-03-26 12:25:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: d8ff61ae-b353-5f9f-b344-099e3b5c85b9, identifier: 10728962
2026-03-26 12:25:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015656d4d0>
2026-03-26 12:25:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252Ffadce594-2224-4e1e-b21b-a108bf0df59a.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/fadce594-2224-4e1e-b21b-a108bf0df59a.jpg saved to cache
2026-03-26 12:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a71ecaaa-060b-570d-b2ba-5fb149273686
2026-03-26 12:25:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: d8ff61ae-b353-5f9f-b344-099e3b5c85b9 with identifier: 10728962
2026-03-26 12:25:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: d8ff61ae-b353-5f9f-b344-099e3b5c85b9 with identifier: 10728962
2026-03-26 12:25:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: d8ff61ae-b353-5f9f-b344-099e3b5c85b9 with identifier: 10728962 to the API
2026-03-26 12:25:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746033/general/f82fde94-48a8-46dd-9fd0-80ca902c30ba.jpg>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': 'SUV',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 190,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Diesel',
'id': 'd8ff61ae-b353-5f9f-b344-099e3b5c85b9',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MA-B266',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728962',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Ford',
'model': 'Kuga',
'odometer': 89689,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 41,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 195669,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746033/general/5ef1f861-84a2-4b8e-827f-aab5c098e9b0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 196265,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746033/general/c4d8df51-e605-4bb0-8bc1-68aa22dfbd2b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 210702,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746033/general/92db14e0-e51e-4a15-b1c9-ce3c084476c0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204754,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746033/general/6558405f-aea1-4e08-9e7c-2e69c904c43d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178034,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746033/general/f4d85db5-52b9-4298-9357-039a4dbb698a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150664,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746033/general/7cdd36d7-eae3-42d2-bc1c-23a1036b8373.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156795,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746033/general/f82fde94-48a8-46dd-9fd0-80ca902c30ba.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 198740,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746033/general/813f8d1a-1af8-4a56-baec-343539cff2f4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209166,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746033/general/0e829fef-6d6e-4283-a860-ab6c6590828e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d8ff61ae-b353-5f9f-b344-099e3b5c85b9/d8ff61ae-b353-5f9f-b344-099e3b5c85b9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87489,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746033/general/cdde9972-4c36-4018-91e6-d1f14f336ea9.jpg',
'Width': 1024}],
'price': 15400,
'price_includes_vat': True,
'registration_date': '2021-02-23',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Ford Kuga 2.0 EcoBlue Cool & Connect - AWD - Diesel - Automatic - '
'190 hp - 89.689 km',
'transmission': 'automatic',
'trim': 'Cool & Connect',
'vin': None,
'year': 2021}
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728962%27 HTTP/1.1" 200 None
2026-03-26 12:25:15 [adesa.de] INFO: Saving data for 10728962: {'created_time': 1774527915.284108, 'last_price_update_time': 1774527915.284124, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728962') HTTP/1.1" 204 0
2026-03-26 12:25:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746017/general/9cd69658-4e03-4acb-b180-03847a17c5e5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728950)
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c23a710>
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252F44ed5efa-e97c-4352-aec9-2015418c87e1.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/44ed5efa-e97c-4352-aec9-2015418c87e1.jpg saved to cache
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a71ecaaa-060b-570d-b2ba-5fb149273686
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015631b190>
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252F767dc178-3e35-47ef-93c8-560d583f2968.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/767dc178-3e35-47ef-93c8-560d583f2968.jpg saved to cache
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e510e5bb-8d3f-5128-98d2-8dcfaf72c488
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e1650>
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252F73f5c975-85f8-400f-a79c-019befa9e370.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/73f5c975-85f8-400f-a79c-019befa9e370.jpg saved to cache
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e510e5bb-8d3f-5128-98d2-8dcfaf72c488
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c04a050>
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252F8e70d50c-c39f-4f89-ab15-4a80405b484c.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/8e70d50c-c39f-4f89-ab15-4a80405b484c.jpg saved to cache
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a71ecaaa-060b-570d-b2ba-5fb149273686
2026-03-26 12:25:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f with identifier: 10728944
2026-03-26 12:25:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f with scrape type 1
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252Fe275f94e-3ff6-4383-80b4-e2f3d3723a32.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/e275f94e-3ff6-4383-80b4-e2f3d3723a32.jpg not downloaded yet
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565781d0>
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252Ffadf837a-f52d-4f3c-bd02-039d54e71806.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/fadf837a-f52d-4f3c-bd02-039d54e71806.jpg saved to cache
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a71ecaaa-060b-570d-b2ba-5fb149273686
2026-03-26 12:25:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746024/general/01ce9220-eff7-4bb5-a68b-f88a8f91b826.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728955)
2026-03-26 12:25:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746017/general/4cf7f0c8-54bb-42a9-a294-dd8fa4af17a8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728950)
2026-03-26 12:25:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746024/general/8dd56cd8-f529-48ac-a33d-7733ab07531e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728955)
2026-03-26 12:25:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746015/general/426d86ec-ba79-4ca4-bc59-7552dcbd23fc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728948)
2026-03-26 12:25:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746024/general/1f068f2c-1b9d-44e0-8531-2076792e0cb7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728955)
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252Fc6964634-ae08-4040-bd2d-1a3ada0118c1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/c6964634-ae08-4040-bd2d-1a3ada0118c1.jpg not downloaded yet
2026-03-26 12:25:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746026/general/0dbc8e42-fb04-4dd5-a215-54fef60a2e35.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728957)
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156eddfd0>
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252F9cd69658-4e03-4acb-b180-03847a17c5e5.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/9cd69658-4e03-4acb-b180-03847a17c5e5.jpg saved to cache
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e510e5bb-8d3f-5128-98d2-8dcfaf72c488
2026-03-26 12:25:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746026/general/e090ba99-b071-417b-8162-bdf96ca708b8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728957)
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252F3094b349-9bae-4f33-ba0b-e98eaf75095b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/3094b349-9bae-4f33-ba0b-e98eaf75095b.jpg not downloaded yet
2026-03-26 12:25:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746026/general/6e47ec70-ebd5-406b-938e-f9b042418c39.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728957)
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252F251f11e1-a0f0-441d-bc3b-9f45108e31a0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/251f11e1-a0f0-441d-bc3b-9f45108e31a0.jpg not downloaded yet
2026-03-26 12:25:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746026/general/b4b8caac-5529-4ad1-a3c4-68189bd83f7a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728957)
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252Fa8b20639-5b85-48d0-824d-9afcc530b2a0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/a8b20639-5b85-48d0-824d-9afcc530b2a0.jpg not downloaded yet
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015631f410>
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252F01ce9220-eff7-4bb5-a68b-f88a8f91b826.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/01ce9220-eff7-4bb5-a68b-f88a8f91b826.jpg saved to cache
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a71ecaaa-060b-570d-b2ba-5fb149273686
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156432e90>
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746017%252Fgeneral%252F4cf7f0c8-54bb-42a9-a294-dd8fa4af17a8.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746017/general/4cf7f0c8-54bb-42a9-a294-dd8fa4af17a8.jpg saved to cache
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e510e5bb-8d3f-5128-98d2-8dcfaf72c488
2026-03-26 12:25:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e510e5bb-8d3f-5128-98d2-8dcfaf72c488, skipping ID generation
2026-03-26 12:25:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e510e5bb-8d3f-5128-98d2-8dcfaf72c488 with scrape type 1
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e510e5bb-8d3f-5128-98d2-8dcfaf72c488 sending to next pipeline
2026-03-26 12:25:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e510e5bb-8d3f-5128-98d2-8dcfaf72c488, identifier: 10728950
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015630c650>
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252F8dd56cd8-f529-48ac-a33d-7733ab07531e.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/8dd56cd8-f529-48ac-a33d-7733ab07531e.jpg saved to cache
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a71ecaaa-060b-570d-b2ba-5fb149273686
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ed590>
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746015%252Fgeneral%252F426d86ec-ba79-4ca4-bc59-7552dcbd23fc.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746015/general/426d86ec-ba79-4ca4-bc59-7552dcbd23fc.jpg saved to cache
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e2ffae65-9a80-5d47-a84c-4daea666df85
2026-03-26 12:25:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e2ffae65-9a80-5d47-a84c-4daea666df85, skipping ID generation
2026-03-26 12:25:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2ffae65-9a80-5d47-a84c-4daea666df85 with scrape type 1
2026-03-26 12:25:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e2ffae65-9a80-5d47-a84c-4daea666df85 sending to next pipeline
2026-03-26 12:25:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e2ffae65-9a80-5d47-a84c-4daea666df85, identifier: 10728948
2026-03-26 12:25:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09b550>
2026-03-26 12:25:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746024%252Fgeneral%252F1f068f2c-1b9d-44e0-8531-2076792e0cb7.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746024/general/1f068f2c-1b9d-44e0-8531-2076792e0cb7.jpg saved to cache
2026-03-26 12:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a71ecaaa-060b-570d-b2ba-5fb149273686
2026-03-26 12:25:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a71ecaaa-060b-570d-b2ba-5fb149273686, skipping ID generation
2026-03-26 12:25:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a71ecaaa-060b-570d-b2ba-5fb149273686 with scrape type 1
2026-03-26 12:25:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a71ecaaa-060b-570d-b2ba-5fb149273686 sending to next pipeline
2026-03-26 12:25:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: a71ecaaa-060b-570d-b2ba-5fb149273686, identifier: 10728955
2026-03-26 12:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252Fb6f5cf48-ae8f-49a6-a56d-42dad9cf0d56.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/b6f5cf48-ae8f-49a6-a56d-42dad9cf0d56.jpg not downloaded yet
2026-03-26 12:25:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e510e5bb-8d3f-5128-98d2-8dcfaf72c488 with identifier: 10728950
2026-03-26 12:25:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e510e5bb-8d3f-5128-98d2-8dcfaf72c488 with identifier: 10728950
2026-03-26 12:25:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e510e5bb-8d3f-5128-98d2-8dcfaf72c488 with identifier: 10728950 to the API
2026-03-26 12:25:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746017/general/4cf7f0c8-54bb-42a9-a294-dd8fa4af17a8.jpg>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Diesel',
'id': 'e510e5bb-8d3f-5128-98d2-8dcfaf72c488',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'D-NK1006',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728950',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 110583,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 42,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87708,
'Height': 680,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746017/general/6755436a-8201-4df2-aa24-d3b068f76939.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96691,
'Height': 680,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746017/general/4cf7f0c8-54bb-42a9-a294-dd8fa4af17a8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94120,
'Height': 680,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746017/general/9cd69658-4e03-4acb-b180-03847a17c5e5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91406,
'Height': 680,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746017/general/73f5c975-85f8-400f-a79c-019befa9e370.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102289,
'Height': 680,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746017/general/767dc178-3e35-47ef-93c8-560d583f2968.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114360,
'Height': 680,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746017/general/0e00e7c5-ef69-4f75-b863-b12cb22c9b43.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73944,
'Height': 680,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746017/general/fb5c9be1-dd9c-4de3-ad94-ee079ff5b737.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57093,
'Height': 680,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746017/general/37dca14c-53c8-461c-94bd-c9be1c7bc8a9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78942,
'Height': 680,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746017/general/559bfa57-e4c6-4c7a-8aef-c58d477929c2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e510e5bb-8d3f-5128-98d2-8dcfaf72c488/e510e5bb-8d3f-5128-98d2-8dcfaf72c488_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108752,
'Height': 680,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746017/general/f0538c6b-22df-4909-8b90-74931518548f.jpg',
'Width': 1024}],
'price': 9800,
'price_includes_vat': True,
'registration_date': '2018-11-15',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Ford Mondeo 2.0 TDCI Titanium - Diesel - Manual - 150 hp - 110.583 '
'km',
'transmission': 'manual',
'trim': 'Titanium',
'vin': None,
'year': 2018}
2026-03-26 12:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728950%27 HTTP/1.1" 200 None
2026-03-26 12:25:16 [adesa.de] INFO: Saving data for 10728950: {'created_time': 1774527916.691155, 'last_price_update_time': 1774527916.691166, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728950') HTTP/1.1" 204 0
2026-03-26 12:25:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e2ffae65-9a80-5d47-a84c-4daea666df85 with identifier: 10728948
2026-03-26 12:25:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e2ffae65-9a80-5d47-a84c-4daea666df85 with identifier: 10728948
2026-03-26 12:25:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e2ffae65-9a80-5d47-a84c-4daea666df85 with identifier: 10728948 to the API
2026-03-26 12:25:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746015/general/426d86ec-ba79-4ca4-bc59-7552dcbd23fc.jpg>
{'auction_title': '',
'c_o_2_emission_value': 168,
'category': 'MPV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 190,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Diesel',
'id': 'e2ffae65-9a80-5d47-a84c-4daea666df85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KA-MJ929',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728948',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Ford',
'model': 'S-Max',
'odometer': 73459,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 57,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149460,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746015/general/ebd18279-b0bf-4f22-af40-159e159c2536.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144861,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746015/general/426d86ec-ba79-4ca4-bc59-7552dcbd23fc.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134791,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746015/general/62d5f10c-0854-4aef-888f-b8738683f50f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133586,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746015/general/24f23e17-9e76-4a3c-8d10-b160dee5ab63.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126959,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746015/general/af33089c-0ca1-4c46-8650-f1a1940a1174.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149415,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746015/general/d09fa7cd-0a86-4b38-bc20-d18a0e1a4b7c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132474,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746015/general/6d64af57-09a8-472d-88c1-5e493ffa7edc.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122463,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746015/general/b569ce0b-c15f-47e5-9eec-34026392267c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166684,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746015/general/3e9f2d29-0c94-4a4e-8ce9-135d7e9d5747.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e2ffae65-9a80-5d47-a84c-4daea666df85/e2ffae65-9a80-5d47-a84c-4daea666df85_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134944,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746015/general/14efb704-78e3-4e4e-ae67-e2b43ff3525a.jpg',
'Width': 1024}],
'price': 19500,
'price_includes_vat': True,
'registration_date': '2022-08-25',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Ford S-Max 2.0 EcoBlue Titanium - Diesel - Automatic - 190 hp - '
'73.459 km',
'transmission': 'automatic',
'trim': 'Titanium',
'vin': None,
'year': 2022}
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728948%27 HTTP/1.1" 200 None
2026-03-26 12:25:17 [adesa.de] INFO: Saving data for 10728948: {'created_time': 1774527917.154125, 'last_price_update_time': 1774527917.15414, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728948') HTTP/1.1" 204 0
2026-03-26 12:25:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: a71ecaaa-060b-570d-b2ba-5fb149273686 with identifier: 10728955
2026-03-26 12:25:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: a71ecaaa-060b-570d-b2ba-5fb149273686 with identifier: 10728955
2026-03-26 12:25:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: a71ecaaa-060b-570d-b2ba-5fb149273686 with identifier: 10728955 to the API
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746024/general/1f068f2c-1b9d-44e0-8531-2076792e0cb7.jpg>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 102,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Diesel',
'id': 'a71ecaaa-060b-570d-b2ba-5fb149273686',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BB-AP92',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728955',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Peugeot',
'model': '208',
'odometer': 93534,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160279,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746024/general/93096205-9b9d-4e24-8437-1eb6ce2aa19b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166762,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746024/general/8dd56cd8-f529-48ac-a33d-7733ab07531e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171810,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746024/general/1f068f2c-1b9d-44e0-8531-2076792e0cb7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168485,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746024/general/01ce9220-eff7-4bb5-a68b-f88a8f91b826.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120393,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746024/general/8e70d50c-c39f-4f89-ab15-4a80405b484c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140343,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746024/general/02e9092e-395c-4ba6-b121-8b7dfaac233a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159872,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746024/general/fadf837a-f52d-4f3c-bd02-039d54e71806.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110154,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746024/general/44ed5efa-e97c-4352-aec9-2015418c87e1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99871,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746024/general/41daa511-927b-47a3-a3d7-afcce4e609d7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a71ecaaa-060b-570d-b2ba-5fb149273686/a71ecaaa-060b-570d-b2ba-5fb149273686_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145749,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746024/general/fadce594-2224-4e1e-b21b-a108bf0df59a.jpg',
'Width': 1024}],
'price': 10000,
'price_includes_vat': True,
'registration_date': '2021-06-15',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Peugeot 208 1.5 GT - Diesel - Manual - 102 hp - 93.534 km',
'transmission': 'manual',
'trim': 'GT',
'vin': None,
'year': 2021}
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728955%27 HTTP/1.1" 200 None
2026-03-26 12:25:17 [adesa.de] INFO: Saving data for 10728955: {'created_time': 1774527917.569843, 'last_price_update_time': 1774527917.569859, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728955') HTTP/1.1" 204 0
2026-03-26 12:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746026/general/dfe98654-81af-4265-a8c6-a2511dedac27.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728957)
2026-03-26 12:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746011/general/e275f94e-3ff6-4383-80b4-e2f3d3723a32.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728944)
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252F06ecfc12-bb79-4f40-96dc-09205b8a01e9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/06ecfc12-bb79-4f40-96dc-09205b8a01e9.jpg not downloaded yet
2026-03-26 12:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728953> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564c8250>
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252F0dbc8e42-fb04-4dd5-a215-54fef60a2e35.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/0dbc8e42-fb04-4dd5-a215-54fef60a2e35.jpg saved to cache
2026-03-26 12:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e344a442-08c8-513c-b095-3c8b82772d1f
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf6f2d0>
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252Fe090ba99-b071-417b-8162-bdf96ca708b8.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/e090ba99-b071-417b-8162-bdf96ca708b8.jpg saved to cache
2026-03-26 12:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e344a442-08c8-513c-b095-3c8b82772d1f
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562ddf90>
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252F6e47ec70-ebd5-406b-938e-f9b042418c39.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/6e47ec70-ebd5-406b-938e-f9b042418c39.jpg saved to cache
2026-03-26 12:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e344a442-08c8-513c-b095-3c8b82772d1f
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565b2890>
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252Fb4b8caac-5529-4ad1-a3c4-68189bd83f7a.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/b4b8caac-5529-4ad1-a3c4-68189bd83f7a.jpg saved to cache
2026-03-26 12:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e344a442-08c8-513c-b095-3c8b82772d1f
2026-03-26 12:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746011/general/3094b349-9bae-4f33-ba0b-e98eaf75095b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728944)
2026-03-26 12:25: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 12:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723428> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723392> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746011/general/c6964634-ae08-4040-bd2d-1a3ada0118c1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728944)
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252Ffb82213a-1ce1-45a7-b934-9cdd5e897ef3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/fb82213a-1ce1-45a7-b934-9cdd5e897ef3.jpg not downloaded yet
2026-03-26 12:25: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 12:25: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 12:25:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563340d0>
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746026%252Fgeneral%252Fdfe98654-81af-4265-a8c6-a2511dedac27.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746026/general/dfe98654-81af-4265-a8c6-a2511dedac27.jpg saved to cache
2026-03-26 12:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e344a442-08c8-513c-b095-3c8b82772d1f
2026-03-26 12:25:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e344a442-08c8-513c-b095-3c8b82772d1f, skipping ID generation
2026-03-26 12:25:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e344a442-08c8-513c-b095-3c8b82772d1f with scrape type 1
2026-03-26 12:25:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e344a442-08c8-513c-b095-3c8b82772d1f sending to next pipeline
2026-03-26 12:25:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e344a442-08c8-513c-b095-3c8b82772d1f, identifier: 10728957
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156337190>
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252Fe275f94e-3ff6-4383-80b4-e2f3d3723a32.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/e275f94e-3ff6-4383-80b4-e2f3d3723a32.jpg saved to cache
2026-03-26 12:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f
2026-03-26 12:25:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b09f3f60-b888-5ac2-9f33-45f4f4859aed with identifier: 10728953
2026-03-26 12:25:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b09f3f60-b888-5ac2-9f33-45f4f4859aed with scrape type 1
2026-03-26 12:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b09f3f60-b888-5ac2-9f33-45f4f4859aed
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252F3188bdd9-bd4a-4e09-980f-8568754c1111.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/3188bdd9-bd4a-4e09-980f-8568754c1111.jpg not downloaded yet
2026-03-26 12:25:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746011/general/251f11e1-a0f0-441d-bc3b-9f45108e31a0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728944)
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252Fc4ddb2f3-4bdf-4b9e-abd3-5894b7479535.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/c4ddb2f3-4bdf-4b9e-abd3-5894b7479535.jpg not downloaded yet
2026-03-26 12:25:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e344a442-08c8-513c-b095-3c8b82772d1f with identifier: 10728957
2026-03-26 12:25:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e344a442-08c8-513c-b095-3c8b82772d1f with identifier: 10728957
2026-03-26 12:25:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e344a442-08c8-513c-b095-3c8b82772d1f with identifier: 10728957 to the API
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746026/general/dfe98654-81af-4265-a8c6-a2511dedac27.jpg>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 95,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Petrol',
'id': 'e344a442-08c8-513c-b095-3c8b82772d1f',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MTK-R8196',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728957',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 45708,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 25,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122940,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746026/general/6e47ec70-ebd5-406b-938e-f9b042418c39.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124189,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746026/general/dfe98654-81af-4265-a8c6-a2511dedac27.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66738,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746026/general/b4b8caac-5529-4ad1-a3c4-68189bd83f7a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116468,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746026/general/0dbc8e42-fb04-4dd5-a215-54fef60a2e35.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134944,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746026/general/e090ba99-b071-417b-8162-bdf96ca708b8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122245,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746026/general/457d9992-1197-411f-94fc-9df6c72946ca.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121531,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746026/general/86637776-152b-45f9-89ac-632b0b80378d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102832,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746026/general/dabbb16c-61e0-45a0-ab1a-254ff2d956d6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103544,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746026/general/e02ada8b-18bb-4d54-8597-273e8c8f2406.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e344a442-08c8-513c-b095-3c8b82772d1f/e344a442-08c8-513c-b095-3c8b82772d1f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95367,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746026/general/804bbcb5-3d16-4866-85f5-51a967308c02.jpg',
'Width': 1024}],
'price': 10400,
'price_includes_vat': True,
'registration_date': '2022-01-12',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Seat Ibiza 1.0 TSI Style - Petrol - Manual - 95 hp - 45.708 km',
'transmission': 'manual',
'trim': 'Style',
'vin': None,
'year': 2022}
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728957%27 HTTP/1.1" 200 None
2026-03-26 12:25:18 [adesa.de] INFO: Saving data for 10728957: {'created_time': 1774527918.471487, 'last_price_update_time': 1774527918.4715, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728957') HTTP/1.1" 204 0
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252F424aca10-aee4-447a-be85-558cd6f2a11b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/424aca10-aee4-447a-be85-558cd6f2a11b.jpg not downloaded yet
2026-03-26 12:25:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746011/general/a8b20639-5b85-48d0-824d-9afcc530b2a0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728944)
2026-03-26 12:25:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746011/general/b6f5cf48-ae8f-49a6-a56d-42dad9cf0d56.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728944)
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252F1fd47138-234f-445d-a424-f1c96afa40e4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/1fd47138-234f-445d-a424-f1c96afa40e4.jpg not downloaded yet
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252Fb94fd1f8-e7d9-4fec-9c8f-dd99938e0696.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/b94fd1f8-e7d9-4fec-9c8f-dd99938e0696.jpg not downloaded yet
2026-03-26 12:25:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1eb910>
2026-03-26 12:25:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252F3094b349-9bae-4f33-ba0b-e98eaf75095b.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/3094b349-9bae-4f33-ba0b-e98eaf75095b.jpg saved to cache
2026-03-26 12:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f
2026-03-26 12:25:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90b7ac67-9dfa-5622-8b4f-f4433a8a1a84 with identifier: 10723428
2026-03-26 12:25:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90b7ac67-9dfa-5622-8b4f-f4433a8a1a84 with scrape type 2
2026-03-26 12:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90b7ac67-9dfa-5622-8b4f-f4433a8a1a84 with scrape type 2
2026-03-26 12:25:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 90b7ac67-9dfa-5622-8b4f-f4433a8a1a84, identifier: 10723428
2026-03-26 12:25:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5491121-0f02-52ae-9c49-496bd335746c with identifier: 10723392
2026-03-26 12:25:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5491121-0f02-52ae-9c49-496bd335746c with scrape type 2
2026-03-26 12:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5491121-0f02-52ae-9c49-496bd335746c with scrape type 2
2026-03-26 12:25:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: d5491121-0f02-52ae-9c49-496bd335746c, identifier: 10723392
2026-03-26 12:25:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e5e50>
2026-03-26 12:25:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252Fc6964634-ae08-4040-bd2d-1a3ada0118c1.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/c6964634-ae08-4040-bd2d-1a3ada0118c1.jpg saved to cache
2026-03-26 12:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f
2026-03-26 12:25:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e7390>
2026-03-26 12:25:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252F251f11e1-a0f0-441d-bc3b-9f45108e31a0.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/251f11e1-a0f0-441d-bc3b-9f45108e31a0.jpg saved to cache
2026-03-26 12:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f
2026-03-26 12:25:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 90b7ac67-9dfa-5622-8b4f-f4433a8a1a84 with identifier: 10723428
2026-03-26 12:25:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 90b7ac67-9dfa-5622-8b4f-f4433a8a1a84 with identifier: 10723428
2026-03-26 12:25:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 90b7ac67-9dfa-5622-8b4f-f4433a8a1a84 with identifier: 10723428 to the API
2026-03-26 12:25:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723428>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 116,
'expiration_date': '2026-03-27T13:30:00Z',
'fuel_type': 'Diesel',
'id': '90b7ac67-9dfa-5622-8b4f-f4433a8a1a84',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'D-ZI1556',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723428',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Audi',
'model': 'A3',
'odometer': 197331,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 12600,
'price_includes_vat': True,
'registration_date': '2022-03-23',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Audi A3 Sportback 30 TDI - Diesel - Manual - 116 hp - 197.331 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723428%27 HTTP/1.1" 200 None
2026-03-26 12:25:19 [adesa.de] INFO: Saving data for 10723428: {'auction_closing_time': 1774618200.0, 'created_time': 1774440943.852193, 'last_price_update_time': 1774527919.160901}
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723428') HTTP/1.1" 204 0
2026-03-26 12:25:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: d5491121-0f02-52ae-9c49-496bd335746c with identifier: 10723392
2026-03-26 12:25:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: d5491121-0f02-52ae-9c49-496bd335746c with identifier: 10723392
2026-03-26 12:25:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: d5491121-0f02-52ae-9c49-496bd335746c with identifier: 10723392 to the API
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723392>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Cabrio car',
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 190,
'expiration_date': '2026-03-26T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'd5491121-0f02-52ae-9c49-496bd335746c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'IN-MS 5603',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723392',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'BMW',
'model': '4 Series',
'odometer': 211160,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 20200,
'price_includes_vat': True,
'registration_date': '2023-02-21',
'seats_number': 4,
'seller_name': 'Media-Saturn Deutschland GmbH',
'title': 'BMW 4 Series 420d M Sport - Diesel - Automatic - 190 hp - 211.160 '
'km',
'transmission': 'automatic',
'trim': 'M Sport',
'vin': None,
'year': 2023}
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723392%27 HTTP/1.1" 200 None
2026-03-26 12:25:19 [adesa.de] INFO: Saving data for 10723392: {'auction_closing_time': 1774530000.0, 'created_time': 1774441283.366809, 'last_price_update_time': 1774527919.476672}
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723392') HTTP/1.1" 204 0
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252F714d58a4-d9ad-45a3-a485-4716ba81c5f7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/714d58a4-d9ad-45a3-a485-4716ba81c5f7.jpg not downloaded yet
2026-03-26 12:25:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746011/general/06ecfc12-bb79-4f40-96dc-09205b8a01e9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728944)
2026-03-26 12:25:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728961> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09ad10>
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252Fa8b20639-5b85-48d0-824d-9afcc530b2a0.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/a8b20639-5b85-48d0-824d-9afcc530b2a0.jpg saved to cache
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156513a10>
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252Fb6f5cf48-ae8f-49a6-a56d-42dad9cf0d56.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/b6f5cf48-ae8f-49a6-a56d-42dad9cf0d56.jpg saved to cache
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f
2026-03-26 12:25:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746011/general/fb82213a-1ce1-45a7-b934-9cdd5e897ef3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728944)
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252F67335361-eb42-48d1-95f6-1186ebb70fc1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/67335361-eb42-48d1-95f6-1186ebb70fc1.jpg not downloaded yet
2026-03-26 12:25: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 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252Fb86a81f2-6fa9-4158-8669-44b85e1508b7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/b86a81f2-6fa9-4158-8669-44b85e1508b7.jpg not downloaded yet
2026-03-26 12:25:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746011/general/c4ddb2f3-4bdf-4b9e-abd3-5894b7479535.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728944)
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252F127d9592-fc7d-44c9-a6a0-e29a09c10b1b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/127d9592-fc7d-44c9-a6a0-e29a09c10b1b.jpg not downloaded yet
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e5f3d0>
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252F06ecfc12-bb79-4f40-96dc-09205b8a01e9.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/06ecfc12-bb79-4f40-96dc-09205b8a01e9.jpg saved to cache
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f
2026-03-26 12:25:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c4f8f7d-6f4e-5885-b819-b9022be46cad with identifier: 10728961
2026-03-26 12:25:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c4f8f7d-6f4e-5885-b819-b9022be46cad with scrape type 1
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2c4f8f7d-6f4e-5885-b819-b9022be46cad
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252F15936840-9f24-4453-a176-2578b8da360c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/15936840-9f24-4453-a176-2578b8da360c.jpg not downloaded yet
2026-03-26 12:25:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746022/general/424aca10-aee4-447a-be85-558cd6f2a11b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728953)
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252Fa5214533-fcd4-4959-aea7-c89b441f3ffd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/a5214533-fcd4-4959-aea7-c89b441f3ffd.jpg not downloaded yet
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252Fcb297c59-be3c-45d5-a84b-38e87da12689.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/cb297c59-be3c-45d5-a84b-38e87da12689.jpg not downloaded yet
2026-03-26 12:25:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746011/general/1fd47138-234f-445d-a424-f1c96afa40e4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728944)
2026-03-26 12:25:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728952> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf744d0>
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252Ffb82213a-1ce1-45a7-b934-9cdd5e897ef3.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/fb82213a-1ce1-45a7-b934-9cdd5e897ef3.jpg saved to cache
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252Fc99d824a-2045-4a38-93f1-d94e4fcfe1f6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/c99d824a-2045-4a38-93f1-d94e4fcfe1f6.jpg not downloaded yet
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252Fde2dbd3e-c7dc-41d8-b0a2-2ce12f34ccea.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/de2dbd3e-c7dc-41d8-b0a2-2ce12f34ccea.jpg not downloaded yet
2026-03-26 12:25: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 12:25:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746022/general/b94fd1f8-e7d9-4fec-9c8f-dd99938e0696.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728953)
2026-03-26 12:25:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746022/general/714d58a4-d9ad-45a3-a485-4716ba81c5f7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728953)
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e675d0>
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252Fc4ddb2f3-4bdf-4b9e-abd3-5894b7479535.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/c4ddb2f3-4bdf-4b9e-abd3-5894b7479535.jpg saved to cache
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252Ffa617589-0d33-4ffd-970e-5bf1545cf19b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/fa617589-0d33-4ffd-970e-5bf1545cf19b.jpg not downloaded yet
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252F3d788ff5-1420-4de6-9e60-fe30bce9b8f1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/3d788ff5-1420-4de6-9e60-fe30bce9b8f1.jpg not downloaded yet
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252Fca79d4c8-9bd9-456f-9909-f1cb8e462f0f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/ca79d4c8-9bd9-456f-9909-f1cb8e462f0f.jpg not downloaded yet
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015657ae90>
2026-03-26 12:25:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252F424aca10-aee4-447a-be85-558cd6f2a11b.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/424aca10-aee4-447a-be85-558cd6f2a11b.jpg saved to cache
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b09f3f60-b888-5ac2-9f33-45f4f4859aed
2026-03-26 12:25:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015640e310>
2026-03-26 12:25:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746011%252Fgeneral%252F1fd47138-234f-445d-a424-f1c96afa40e4.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746011/general/1fd47138-234f-445d-a424-f1c96afa40e4.jpg saved to cache
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f
2026-03-26 12:25:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f, skipping ID generation
2026-03-26 12:25:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f with scrape type 1
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f sending to next pipeline
2026-03-26 12:25:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f, identifier: 10728944
2026-03-26 12:25:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1 with identifier: 10728952
2026-03-26 12:25:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1 with scrape type 1
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252F8457fed3-4371-4281-8fd3-57417841185d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/8457fed3-4371-4281-8fd3-57417841185d.jpg not downloaded yet
2026-03-26 12:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746022/general/b86a81f2-6fa9-4158-8669-44b85e1508b7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728953)
2026-03-26 12:25:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f with identifier: 10728944
2026-03-26 12:25:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f with identifier: 10728944
2026-03-26 12:25:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f with identifier: 10728944 to the API
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746011/general/1fd47138-234f-445d-a424-f1c96afa40e4.jpg>
{'auction_title': '',
'c_o_2_emission_value': 45,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 184,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Hybrid',
'id': 'ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DH-KB409E',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728944',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': 'X3',
'odometer': 56185,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 27,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187027,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746011/general/e275f94e-3ff6-4383-80b4-e2f3d3723a32.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 197563,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746011/general/c6964634-ae08-4040-bd2d-1a3ada0118c1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146513,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746011/general/3094b349-9bae-4f33-ba0b-e98eaf75095b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146049,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746011/general/251f11e1-a0f0-441d-bc3b-9f45108e31a0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129224,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746011/general/a8b20639-5b85-48d0-824d-9afcc530b2a0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114892,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746011/general/b6f5cf48-ae8f-49a6-a56d-42dad9cf0d56.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128417,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746011/general/06ecfc12-bb79-4f40-96dc-09205b8a01e9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149307,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746011/general/fb82213a-1ce1-45a7-b934-9cdd5e897ef3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105746,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746011/general/c4ddb2f3-4bdf-4b9e-abd3-5894b7479535.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f/ce613469-c8e2-5a3f-b8e0-6be6e2e8e63f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82639,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746011/general/1fd47138-234f-445d-a424-f1c96afa40e4.jpg',
'Width': 1024}],
'price': 30000,
'price_includes_vat': True,
'registration_date': '2022-08-10',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'BMW X3 30 - xDrive - Hybrid - Automatic - 184 hp - 56.185 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728944%27 HTTP/1.1" 200 None
2026-03-26 12:25:20 [adesa.de] INFO: Saving data for 10728944: {'created_time': 1774527920.745648, 'last_price_update_time': 1774527920.745659, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728944') HTTP/1.1" 204 0
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252F87a1c1c7-3b1a-4731-b554-3e211f45f333.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/87a1c1c7-3b1a-4731-b554-3e211f45f333.jpg not downloaded yet
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252Fdcc7deb4-3b2f-4912-808b-1563ef9f7886.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/dcc7deb4-3b2f-4912-808b-1563ef9f7886.jpg not downloaded yet
2026-03-26 12:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746022/general/127d9592-fc7d-44c9-a6a0-e29a09c10b1b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728953)
2026-03-26 12:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746032/general/15936840-9f24-4453-a176-2578b8da360c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728961)
2026-03-26 12:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746032/general/cb297c59-be3c-45d5-a84b-38e87da12689.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728961)
2026-03-26 12:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717058> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746022/general/a5214533-fcd4-4959-aea7-c89b441f3ffd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728953)
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252Fce844498-9c43-4862-baa3-51f17e4e6099.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/ce844498-9c43-4862-baa3-51f17e4e6099.jpg not downloaded yet
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252Ff9921ea3-522d-43ca-a6ff-5bc1d6724132.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/f9921ea3-522d-43ca-a6ff-5bc1d6724132.jpg not downloaded yet
2026-03-26 12:25: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 12:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717080> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e5ad0>
2026-03-26 12:25:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252Fb94fd1f8-e7d9-4fec-9c8f-dd99938e0696.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/b94fd1f8-e7d9-4fec-9c8f-dd99938e0696.jpg saved to cache
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b09f3f60-b888-5ac2-9f33-45f4f4859aed
2026-03-26 12:25:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c181590>
2026-03-26 12:25:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252F714d58a4-d9ad-45a3-a485-4716ba81c5f7.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/714d58a4-d9ad-45a3-a485-4716ba81c5f7.jpg saved to cache
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b09f3f60-b888-5ac2-9f33-45f4f4859aed
2026-03-26 12:25:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015631a190>
2026-03-26 12:25:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252Fb86a81f2-6fa9-4158-8669-44b85e1508b7.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/b86a81f2-6fa9-4158-8669-44b85e1508b7.jpg saved to cache
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b09f3f60-b888-5ac2-9f33-45f4f4859aed
2026-03-26 12:25:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746022/general/67335361-eb42-48d1-95f6-1186ebb70fc1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728953)
2026-03-26 12:25: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 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252F78160738-8e0d-4181-9d23-ea58d24d95b1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/78160738-8e0d-4181-9d23-ea58d24d95b1.jpg not downloaded yet
2026-03-26 12:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252F8b43c404-5605-4a91-b68b-c39d942c4d4f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/8b43c404-5605-4a91-b68b-c39d942c4d4f.jpg not downloaded yet
2026-03-26 12:25:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565c0490>
2026-03-26 12:25:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252F127d9592-fc7d-44c9-a6a0-e29a09c10b1b.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/127d9592-fc7d-44c9-a6a0-e29a09c10b1b.jpg saved to cache
2026-03-26 12:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b09f3f60-b888-5ac2-9f33-45f4f4859aed
2026-03-26 12:25:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0c5990>
2026-03-26 12:25:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252F15936840-9f24-4453-a176-2578b8da360c.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/15936840-9f24-4453-a176-2578b8da360c.jpg saved to cache
2026-03-26 12:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2c4f8f7d-6f4e-5885-b819-b9022be46cad
2026-03-26 12:25:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156439210>
2026-03-26 12:25:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252Fcb297c59-be3c-45d5-a84b-38e87da12689.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/cb297c59-be3c-45d5-a84b-38e87da12689.jpg saved to cache
2026-03-26 12:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2c4f8f7d-6f4e-5885-b819-b9022be46cad
2026-03-26 12:25:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 798d82e4-5ae2-5491-8a18-ae3c596663c6 with identifier: 10717058
2026-03-26 12:25:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 798d82e4-5ae2-5491-8a18-ae3c596663c6 with scrape type 2
2026-03-26 12:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 798d82e4-5ae2-5491-8a18-ae3c596663c6 with scrape type 2
2026-03-26 12:25:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 798d82e4-5ae2-5491-8a18-ae3c596663c6, identifier: 10717058
2026-03-26 12:25:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c19a5d0>
2026-03-26 12:25:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252Fa5214533-fcd4-4959-aea7-c89b441f3ffd.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/a5214533-fcd4-4959-aea7-c89b441f3ffd.jpg saved to cache
2026-03-26 12:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b09f3f60-b888-5ac2-9f33-45f4f4859aed
2026-03-26 12:25:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56f8a455-976a-50f9-ac7b-4062509eaa68 with identifier: 10717080
2026-03-26 12:25:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56f8a455-976a-50f9-ac7b-4062509eaa68 with scrape type 2
2026-03-26 12:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56f8a455-976a-50f9-ac7b-4062509eaa68 with scrape type 2
2026-03-26 12:25:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 56f8a455-976a-50f9-ac7b-4062509eaa68, identifier: 10717080
2026-03-26 12:25:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746020/general/8457fed3-4371-4281-8fd3-57417841185d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728952)
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252Fa5449a7f-57ba-4148-8fce-176f6a6a9ac8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/a5449a7f-57ba-4148-8fce-176f6a6a9ac8.jpg not downloaded yet
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252Fcc06ae59-3c41-4852-b7b1-476cea218daf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/cc06ae59-3c41-4852-b7b1-476cea218daf.jpg not downloaded yet
2026-03-26 12:25:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 798d82e4-5ae2-5491-8a18-ae3c596663c6 with identifier: 10717058
2026-03-26 12:25:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 798d82e4-5ae2-5491-8a18-ae3c596663c6 with identifier: 10717058
2026-03-26 12:25:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 798d82e4-5ae2-5491-8a18-ae3c596663c6 with identifier: 10717058 to the API
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717058>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 340,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': '798d82e4-5ae2-5491-8a18-ae3c596663c6',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WBY71AW070FS06162',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717058',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'BMW',
'model': 'i4',
'odometer': 17884,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 29900,
'price_includes_vat': True,
'registration_date': '2023-11-16',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'BMW i4 40 - Electric - Automatic - 340 hp - 17.884 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717058%27 HTTP/1.1" 200 None
2026-03-26 12:25:21 [adesa.de] INFO: Saving data for 10717058: {'auction_closing_time': 1774539000.0, 'created_time': 1774441468.563955, 'last_price_update_time': 1774527921.81976}
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717058') HTTP/1.1" 204 0
2026-03-26 12:25:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 56f8a455-976a-50f9-ac7b-4062509eaa68 with identifier: 10717080
2026-03-26 12:25:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 56f8a455-976a-50f9-ac7b-4062509eaa68 with identifier: 10717080
2026-03-26 12:25:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 56f8a455-976a-50f9-ac7b-4062509eaa68 with identifier: 10717080 to the API
2026-03-26 12:25:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717080>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 340,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': '56f8a455-976a-50f9-ac7b-4062509eaa68',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WBY71AW030FS27302',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717080',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'BMW',
'model': 'i4',
'odometer': 32186,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 30400,
'price_includes_vat': True,
'registration_date': '2023-12-14',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'BMW i4 - Electric - Automatic - 340 hp - 32.186 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717080%27 HTTP/1.1" 200 None
2026-03-26 12:25:22 [adesa.de] INFO: Saving data for 10717080: {'auction_closing_time': 1774539000.0, 'created_time': 1774441469.722943, 'last_price_update_time': 1774527922.134441}
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717080') HTTP/1.1" 204 0
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746032/general/ca79d4c8-9bd9-456f-9909-f1cb8e462f0f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728961)
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746032/general/87a1c1c7-3b1a-4731-b554-3e211f45f333.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728961)
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746032/general/de2dbd3e-c7dc-41d8-b0a2-2ce12f34ccea.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728961)
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746032/general/3d788ff5-1420-4de6-9e60-fe30bce9b8f1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728961)
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252F6da7af13-b6d1-45fb-9b39-65006fced615.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/6da7af13-b6d1-45fb-9b39-65006fced615.jpg not downloaded yet
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252Fe716be7c-41de-4a2b-8291-95beee781f46.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/e716be7c-41de-4a2b-8291-95beee781f46.jpg not downloaded yet
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746022/general/fa617589-0d33-4ffd-970e-5bf1545cf19b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728953)
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746020/general/dcc7deb4-3b2f-4912-808b-1563ef9f7886.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728952)
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563a3290>
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252F67335361-eb42-48d1-95f6-1186ebb70fc1.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/67335361-eb42-48d1-95f6-1186ebb70fc1.jpg saved to cache
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b09f3f60-b888-5ac2-9f33-45f4f4859aed
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156594190>
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252F8457fed3-4371-4281-8fd3-57417841185d.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/8457fed3-4371-4281-8fd3-57417841185d.jpg saved to cache
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746022/general/c99d824a-2045-4a38-93f1-d94e4fcfe1f6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728953)
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252Ffb95a766-7d57-4dd2-bf64-bf20711928ba.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/fb95a766-7d57-4dd2-bf64-bf20711928ba.jpg not downloaded yet
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746032/general/78160738-8e0d-4181-9d23-ea58d24d95b1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728961)
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252Fa1e03e11-e1f5-40d6-aee4-d8f2be8ae614.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/a1e03e11-e1f5-40d6-aee4-d8f2be8ae614.jpg not downloaded yet
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e28090>
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252Fca79d4c8-9bd9-456f-9909-f1cb8e462f0f.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/ca79d4c8-9bd9-456f-9909-f1cb8e462f0f.jpg saved to cache
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2c4f8f7d-6f4e-5885-b819-b9022be46cad
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645ae50>
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252F87a1c1c7-3b1a-4731-b554-3e211f45f333.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/87a1c1c7-3b1a-4731-b554-3e211f45f333.jpg saved to cache
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2c4f8f7d-6f4e-5885-b819-b9022be46cad
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e450d0>
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252Fde2dbd3e-c7dc-41d8-b0a2-2ce12f34ccea.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/de2dbd3e-c7dc-41d8-b0a2-2ce12f34ccea.jpg saved to cache
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2c4f8f7d-6f4e-5885-b819-b9022be46cad
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565107d0>
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252F3d788ff5-1420-4de6-9e60-fe30bce9b8f1.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/3d788ff5-1420-4de6-9e60-fe30bce9b8f1.jpg saved to cache
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2c4f8f7d-6f4e-5885-b819-b9022be46cad
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746020/general/8b43c404-5605-4a91-b68b-c39d942c4d4f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728952)
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e44610>
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252Ffa617589-0d33-4ffd-970e-5bf1545cf19b.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/fa617589-0d33-4ffd-970e-5bf1545cf19b.jpg saved to cache
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b09f3f60-b888-5ac2-9f33-45f4f4859aed
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156433dd0>
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252Fdcc7deb4-3b2f-4912-808b-1563ef9f7886.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/dcc7deb4-3b2f-4912-808b-1563ef9f7886.jpg saved to cache
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252Fd987d97c-0a0b-48d3-b248-28620f3d1731.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/d987d97c-0a0b-48d3-b248-28620f3d1731.jpg not downloaded yet
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746032/general/a5449a7f-57ba-4148-8fce-176f6a6a9ac8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728961)
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746020/general/e716be7c-41de-4a2b-8291-95beee781f46.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728952)
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746020/general/cc06ae59-3c41-4852-b7b1-476cea218daf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728952)
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746032/general/ce844498-9c43-4862-baa3-51f17e4e6099.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728961)
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e2b10>
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252Fc99d824a-2045-4a38-93f1-d94e4fcfe1f6.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/c99d824a-2045-4a38-93f1-d94e4fcfe1f6.jpg saved to cache
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b09f3f60-b888-5ac2-9f33-45f4f4859aed
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156511390>
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252F78160738-8e0d-4181-9d23-ea58d24d95b1.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/78160738-8e0d-4181-9d23-ea58d24d95b1.jpg saved to cache
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2c4f8f7d-6f4e-5885-b819-b9022be46cad
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746020/general/f9921ea3-522d-43ca-a6ff-5bc1d6724132.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728952)
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252F43a61ac6-e9d5-4eb2-aa85-015b405a140f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/43a61ac6-e9d5-4eb2-aa85-015b405a140f.jpg not downloaded yet
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746022/general/3188bdd9-bd4a-4e09-980f-8568754c1111.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728953)
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf74450>
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252F8b43c404-5605-4a91-b68b-c39d942c4d4f.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/8b43c404-5605-4a91-b68b-c39d942c4d4f.jpg saved to cache
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746032/general/6da7af13-b6d1-45fb-9b39-65006fced615.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728961)
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746020/general/fb95a766-7d57-4dd2-bf64-bf20711928ba.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728952)
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f76450>
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252Fa5449a7f-57ba-4148-8fce-176f6a6a9ac8.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/a5449a7f-57ba-4148-8fce-176f6a6a9ac8.jpg saved to cache
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2c4f8f7d-6f4e-5885-b819-b9022be46cad
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156511390>
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252Fe716be7c-41de-4a2b-8291-95beee781f46.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/e716be7c-41de-4a2b-8291-95beee781f46.jpg saved to cache
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156520b90>
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252Fcc06ae59-3c41-4852-b7b1-476cea218daf.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/cc06ae59-3c41-4852-b7b1-476cea218daf.jpg saved to cache
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564dae10>
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252Fce844498-9c43-4862-baa3-51f17e4e6099.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/ce844498-9c43-4862-baa3-51f17e4e6099.jpg saved to cache
2026-03-26 12:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2c4f8f7d-6f4e-5885-b819-b9022be46cad
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746020/general/a1e03e11-e1f5-40d6-aee4-d8f2be8ae614.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728952)
2026-03-26 12:25:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746020/general/d987d97c-0a0b-48d3-b248-28620f3d1731.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728952)
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563980d0>
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252Ff9921ea3-522d-43ca-a6ff-5bc1d6724132.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/f9921ea3-522d-43ca-a6ff-5bc1d6724132.jpg saved to cache
2026-03-26 12:25:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1
2026-03-26 12:25:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e0ac10>
2026-03-26 12:25:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746022%252Fgeneral%252F3188bdd9-bd4a-4e09-980f-8568754c1111.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746022/general/3188bdd9-bd4a-4e09-980f-8568754c1111.jpg saved to cache
2026-03-26 12:25:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b09f3f60-b888-5ac2-9f33-45f4f4859aed
2026-03-26 12:25:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b09f3f60-b888-5ac2-9f33-45f4f4859aed, skipping ID generation
2026-03-26 12:25:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b09f3f60-b888-5ac2-9f33-45f4f4859aed with scrape type 1
2026-03-26 12:25:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b09f3f60-b888-5ac2-9f33-45f4f4859aed sending to next pipeline
2026-03-26 12:25:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: b09f3f60-b888-5ac2-9f33-45f4f4859aed, identifier: 10728953
2026-03-26 12:25:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645f790>
2026-03-26 12:25:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746032%252Fgeneral%252F6da7af13-b6d1-45fb-9b39-65006fced615.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746032/general/6da7af13-b6d1-45fb-9b39-65006fced615.jpg saved to cache
2026-03-26 12:25:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2c4f8f7d-6f4e-5885-b819-b9022be46cad
2026-03-26 12:25:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2c4f8f7d-6f4e-5885-b819-b9022be46cad, skipping ID generation
2026-03-26 12:25:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c4f8f7d-6f4e-5885-b819-b9022be46cad with scrape type 1
2026-03-26 12:25:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2c4f8f7d-6f4e-5885-b819-b9022be46cad sending to next pipeline
2026-03-26 12:25:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 2c4f8f7d-6f4e-5885-b819-b9022be46cad, identifier: 10728961
2026-03-26 12:25:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015642af50>
2026-03-26 12:25:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252Ffb95a766-7d57-4dd2-bf64-bf20711928ba.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/fb95a766-7d57-4dd2-bf64-bf20711928ba.jpg saved to cache
2026-03-26 12:25:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1
2026-03-26 12:25:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: b09f3f60-b888-5ac2-9f33-45f4f4859aed with identifier: 10728953
2026-03-26 12:25:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: b09f3f60-b888-5ac2-9f33-45f4f4859aed with identifier: 10728953
2026-03-26 12:25:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: b09f3f60-b888-5ac2-9f33-45f4f4859aed with identifier: 10728953 to the API
2026-03-26 12:25:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746022/general/3188bdd9-bd4a-4e09-980f-8568754c1111.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': 100,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Petrol',
'id': 'b09f3f60-b888-5ac2-9f33-45f4f4859aed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LB-OI2538',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728953',
'listing': 'auction',
'location': 'Ehingen (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 24969,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 26,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258326,
'Height': 958,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746022/general/3188bdd9-bd4a-4e09-980f-8568754c1111.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257220,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746022/general/424aca10-aee4-447a-be85-558cd6f2a11b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221387,
'Height': 958,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746022/general/b94fd1f8-e7d9-4fec-9c8f-dd99938e0696.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 207499,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746022/general/714d58a4-d9ad-45a3-a485-4716ba81c5f7.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 201859,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746022/general/67335361-eb42-48d1-95f6-1186ebb70fc1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242464,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746022/general/b86a81f2-6fa9-4158-8669-44b85e1508b7.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230332,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746022/general/127d9592-fc7d-44c9-a6a0-e29a09c10b1b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177982,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746022/general/a5214533-fcd4-4959-aea7-c89b441f3ffd.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243845,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746022/general/c99d824a-2045-4a38-93f1-d94e4fcfe1f6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b09f3f60-b888-5ac2-9f33-45f4f4859aed/b09f3f60-b888-5ac2-9f33-45f4f4859aed_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 188903,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746022/general/fa617589-0d33-4ffd-970e-5bf1545cf19b.jpg',
'Width': 1280}],
'price': 12900,
'price_includes_vat': True,
'registration_date': '2022-11-14',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Opel Corsa 1.2 Elegance - Petrol - Automatic - 100 hp - 24.969 km',
'transmission': 'automatic',
'trim': 'Elegance',
'vin': None,
'year': 2022}
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728953%27 HTTP/1.1" 200 None
2026-03-26 12:25:24 [adesa.de] INFO: Saving data for 10728953: {'created_time': 1774527924.139493, 'last_price_update_time': 1774527924.139503, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728953') HTTP/1.1" 204 0
2026-03-26 12:25:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 2c4f8f7d-6f4e-5885-b819-b9022be46cad with identifier: 10728961
2026-03-26 12:25:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 2c4f8f7d-6f4e-5885-b819-b9022be46cad with identifier: 10728961
2026-03-26 12:25:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 2c4f8f7d-6f4e-5885-b819-b9022be46cad with identifier: 10728961 to the API
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746032/general/6da7af13-b6d1-45fb-9b39-65006fced615.jpg>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'engine_horse_power': 152,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Hybrid',
'id': '2c4f8f7d-6f4e-5885-b819-b9022be46cad',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'M-TP1292E',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728961',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'Ford',
'model': 'Kuga',
'odometer': 92788,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117473,
'Height': 575,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746032/general/15936840-9f24-4453-a176-2578b8da360c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112358,
'Height': 575,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746032/general/cb297c59-be3c-45d5-a84b-38e87da12689.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112871,
'Height': 575,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746032/general/de2dbd3e-c7dc-41d8-b0a2-2ce12f34ccea.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113456,
'Height': 575,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746032/general/3d788ff5-1420-4de6-9e60-fe30bce9b8f1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79215,
'Height': 575,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746032/general/ca79d4c8-9bd9-456f-9909-f1cb8e462f0f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68277,
'Height': 575,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746032/general/87a1c1c7-3b1a-4731-b554-3e211f45f333.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92528,
'Height': 575,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746032/general/ce844498-9c43-4862-baa3-51f17e4e6099.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66491,
'Height': 575,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746032/general/78160738-8e0d-4181-9d23-ea58d24d95b1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66738,
'Height': 575,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746032/general/a5449a7f-57ba-4148-8fce-176f6a6a9ac8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c4f8f7d-6f4e-5885-b819-b9022be46cad/2c4f8f7d-6f4e-5885-b819-b9022be46cad_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76868,
'Height': 575,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746032/general/6da7af13-b6d1-45fb-9b39-65006fced615.jpg',
'Width': 1024}],
'price': 17600,
'price_includes_vat': True,
'registration_date': '2022-11-23',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Ford Kuga 2.5 ST Line - Hybrid - Automatic - 152 hp - 92.788 km',
'transmission': 'automatic',
'trim': 'ST Line',
'vin': None,
'year': 2022}
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728961%27 HTTP/1.1" 200 None
2026-03-26 12:25:24 [adesa.de] INFO: Saving data for 10728961: {'created_time': 1774527924.602658, 'last_price_update_time': 1774527924.602672, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728961') HTTP/1.1" 204 0
2026-03-26 12:25:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746020/general/43a61ac6-e9d5-4eb2-aa85-015b405a140f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728952)
2026-03-26 12:25:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728963> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565186d0>
2026-03-26 12:25:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252Fa1e03e11-e1f5-40d6-aee4-d8f2be8ae614.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/a1e03e11-e1f5-40d6-aee4-d8f2be8ae614.jpg saved to cache
2026-03-26 12:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1
2026-03-26 12:25:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c07add0>
2026-03-26 12:25:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252Fd987d97c-0a0b-48d3-b248-28620f3d1731.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/d987d97c-0a0b-48d3-b248-28620f3d1731.jpg saved to cache
2026-03-26 12:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1
2026-03-26 12:25:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565315d0>
2026-03-26 12:25:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746020%252Fgeneral%252F43a61ac6-e9d5-4eb2-aa85-015b405a140f.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746020/general/43a61ac6-e9d5-4eb2-aa85-015b405a140f.jpg saved to cache
2026-03-26 12:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1
2026-03-26 12:25:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1, skipping ID generation
2026-03-26 12:25:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1 with scrape type 1
2026-03-26 12:25:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1 sending to next pipeline
2026-03-26 12:25:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1, identifier: 10728952
2026-03-26 12:25:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e32171d-616e-57ca-91c6-c31e79ea78c7 with identifier: 10728963
2026-03-26 12:25:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e32171d-616e-57ca-91c6-c31e79ea78c7 with scrape type 1
2026-03-26 12:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2e32171d-616e-57ca-91c6-c31e79ea78c7
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252Fcf79b47d-eb83-4d55-aef5-aa737580c1b9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/cf79b47d-eb83-4d55-aef5-aa737580c1b9.jpg not downloaded yet
2026-03-26 12:25:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1 with identifier: 10728952
2026-03-26 12:25:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1 with identifier: 10728952
2026-03-26 12:25:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 519a2e73-0337-5ad9-aff8-bbdd5d62c8b1 with identifier: 10728952 to the API
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746020/general/43a61ac6-e9d5-4eb2-aa85-015b405a140f.jpg>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 120,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Diesel',
'id': '519a2e73-0337-5ad9-aff8-bbdd5d62c8b1',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HD-RW447',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728952',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Ford',
'model': 'Focus',
'odometer': 111766,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 41,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171659,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746020/general/8457fed3-4371-4281-8fd3-57417841185d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189273,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746020/general/dcc7deb4-3b2f-4912-808b-1563ef9f7886.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166466,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746020/general/f9921ea3-522d-43ca-a6ff-5bc1d6724132.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155830,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746020/general/8b43c404-5605-4a91-b68b-c39d942c4d4f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126272,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746020/general/cc06ae59-3c41-4852-b7b1-476cea218daf.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113325,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746020/general/e716be7c-41de-4a2b-8291-95beee781f46.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133870,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746020/general/fb95a766-7d57-4dd2-bf64-bf20711928ba.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107634,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746020/general/a1e03e11-e1f5-40d6-aee4-d8f2be8ae614.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113591,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746020/general/d987d97c-0a0b-48d3-b248-28620f3d1731.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_519a2e73-0337-5ad9-aff8-bbdd5d62c8b1/519a2e73-0337-5ad9-aff8-bbdd5d62c8b1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128436,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746020/general/43a61ac6-e9d5-4eb2-aa85-015b405a140f.jpg',
'Width': 1024}],
'price': 8700,
'price_includes_vat': True,
'registration_date': '2019-12-11',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Ford Focus 1.5 EcoBlue Trend - Diesel - Automatic - 120 hp - '
'111.766 km',
'transmission': 'automatic',
'trim': 'Trend',
'vin': None,
'year': 2019}
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728952%27 HTTP/1.1" 200 None
2026-03-26 12:25:25 [adesa.de] INFO: Saving data for 10728952: {'created_time': 1774527925.560123, 'last_price_update_time': 1774527925.560135, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728952') HTTP/1.1" 204 0
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F397a2823-a8b2-45f5-8f3b-f63ec5e61c9d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/397a2823-a8b2-45f5-8f3b-f63ec5e61c9d.jpg not downloaded yet
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F0ae6fef5-72f0-4e93-ab43-6a0e03218444.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/0ae6fef5-72f0-4e93-ab43-6a0e03218444.jpg not downloaded yet
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F4778744c-b7f6-4305-9d3d-9e745a41a457.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/4778744c-b7f6-4305-9d3d-9e745a41a457.jpg not downloaded yet
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F37fd0249-1eaf-4501-813a-23f6773cb4a5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/37fd0249-1eaf-4501-813a-23f6773cb4a5.jpg not downloaded yet
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F6274ff6c-9711-4625-8e45-3dd0c179199d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/6274ff6c-9711-4625-8e45-3dd0c179199d.jpg not downloaded yet
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F6515c463-36e8-4df1-b378-68c0c8258c89.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/6515c463-36e8-4df1-b378-68c0c8258c89.jpg not downloaded yet
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F3246f5a8-ba3a-4ee0-8056-6823c954909b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/3246f5a8-ba3a-4ee0-8056-6823c954909b.jpg not downloaded yet
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F390b827d-3d3a-4186-a5b0-d0b610b172ef.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/390b827d-3d3a-4186-a5b0-d0b610b172ef.jpg not downloaded yet
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F39e0a929-4203-4781-abea-24c8f50898e6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/39e0a929-4203-4781-abea-24c8f50898e6.jpg not downloaded yet
2026-03-26 12:25:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723390> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:25:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae4b4fe3-ff93-50d1-925d-482af63ae99d with identifier: 10723390
2026-03-26 12:25:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae4b4fe3-ff93-50d1-925d-482af63ae99d with scrape type 2
2026-03-26 12:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae4b4fe3-ff93-50d1-925d-482af63ae99d with scrape type 2
2026-03-26 12:25:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: ae4b4fe3-ff93-50d1-925d-482af63ae99d, identifier: 10723390
2026-03-26 12:25:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: ae4b4fe3-ff93-50d1-925d-482af63ae99d with identifier: 10723390
2026-03-26 12:25:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: ae4b4fe3-ff93-50d1-925d-482af63ae99d with identifier: 10723390
2026-03-26 12:25:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: ae4b4fe3-ff93-50d1-925d-482af63ae99d with identifier: 10723390 to the API
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723390>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-26T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'ae4b4fe3-ff93-50d1-925d-482af63ae99d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'IN-MS 5446',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723390',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 147915,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 15000,
'price_includes_vat': True,
'registration_date': '2022-07-26',
'seats_number': 5,
'seller_name': 'Media-Saturn Deutschland GmbH',
'title': 'Skoda Kodiaq 2.0 TDI Tour - Diesel - Automatic - 150 hp - 147.915 '
'km',
'transmission': 'automatic',
'trim': 'Tour',
'vin': None,
'year': 2022}
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723390%27 HTTP/1.1" 200 None
2026-03-26 12:25:26 [adesa.de] INFO: Saving data for 10723390: {'auction_closing_time': 1774530000.0, 'created_time': 1774441353.481375, 'last_price_update_time': 1774527926.296612}
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723390') HTTP/1.1" 204 0
2026-03-26 12:25:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746034/general/39e0a929-4203-4781-abea-24c8f50898e6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728963)
2026-03-26 12:25:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fe02d0>
2026-03-26 12:25:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F39e0a929-4203-4781-abea-24c8f50898e6.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/39e0a929-4203-4781-abea-24c8f50898e6.jpg saved to cache
2026-03-26 12:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2e32171d-616e-57ca-91c6-c31e79ea78c7
2026-03-26 12:25:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746034/general/390b827d-3d3a-4186-a5b0-d0b610b172ef.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728963)
2026-03-26 12:25:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565184d0>
2026-03-26 12:25:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F390b827d-3d3a-4186-a5b0-d0b610b172ef.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/390b827d-3d3a-4186-a5b0-d0b610b172ef.jpg saved to cache
2026-03-26 12:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2e32171d-616e-57ca-91c6-c31e79ea78c7
2026-03-26 12:25:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746034/general/3246f5a8-ba3a-4ee0-8056-6823c954909b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728963)
2026-03-26 12:25:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746034/general/6515c463-36e8-4df1-b378-68c0c8258c89.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728963)
2026-03-26 12:25:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156edcb50>
2026-03-26 12:25:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F3246f5a8-ba3a-4ee0-8056-6823c954909b.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/3246f5a8-ba3a-4ee0-8056-6823c954909b.jpg saved to cache
2026-03-26 12:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2e32171d-616e-57ca-91c6-c31e79ea78c7
2026-03-26 12:25:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746034/general/6274ff6c-9711-4625-8e45-3dd0c179199d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728963)
2026-03-26 12:25:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f75a10>
2026-03-26 12:25:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F6515c463-36e8-4df1-b378-68c0c8258c89.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/6515c463-36e8-4df1-b378-68c0c8258c89.jpg saved to cache
2026-03-26 12:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2e32171d-616e-57ca-91c6-c31e79ea78c7
2026-03-26 12:25:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746034/general/37fd0249-1eaf-4501-813a-23f6773cb4a5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728963)
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564dc590>
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F6274ff6c-9711-4625-8e45-3dd0c179199d.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/6274ff6c-9711-4625-8e45-3dd0c179199d.jpg saved to cache
2026-03-26 12:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2e32171d-616e-57ca-91c6-c31e79ea78c7
2026-03-26 12:25:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746034/general/4778744c-b7f6-4305-9d3d-9e745a41a457.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728963)
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d257f50>
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F37fd0249-1eaf-4501-813a-23f6773cb4a5.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/37fd0249-1eaf-4501-813a-23f6773cb4a5.jpg saved to cache
2026-03-26 12:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2e32171d-616e-57ca-91c6-c31e79ea78c7
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5e890>
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F4778744c-b7f6-4305-9d3d-9e745a41a457.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/4778744c-b7f6-4305-9d3d-9e745a41a457.jpg saved to cache
2026-03-26 12:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2e32171d-616e-57ca-91c6-c31e79ea78c7
2026-03-26 12:25:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746034/general/0ae6fef5-72f0-4e93-ab43-6a0e03218444.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728963)
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156edc9d0>
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F0ae6fef5-72f0-4e93-ab43-6a0e03218444.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/0ae6fef5-72f0-4e93-ab43-6a0e03218444.jpg saved to cache
2026-03-26 12:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2e32171d-616e-57ca-91c6-c31e79ea78c7
2026-03-26 12:25:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746034/general/397a2823-a8b2-45f5-8f3b-f63ec5e61c9d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728963)
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156415690>
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252F397a2823-a8b2-45f5-8f3b-f63ec5e61c9d.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/397a2823-a8b2-45f5-8f3b-f63ec5e61c9d.jpg saved to cache
2026-03-26 12:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2e32171d-616e-57ca-91c6-c31e79ea78c7
2026-03-26 12:25:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746034/general/cf79b47d-eb83-4d55-aef5-aa737580c1b9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728963)
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015653c4d0>
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746034%252Fgeneral%252Fcf79b47d-eb83-4d55-aef5-aa737580c1b9.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746034/general/cf79b47d-eb83-4d55-aef5-aa737580c1b9.jpg saved to cache
2026-03-26 12:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2e32171d-616e-57ca-91c6-c31e79ea78c7
2026-03-26 12:25:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2e32171d-616e-57ca-91c6-c31e79ea78c7, skipping ID generation
2026-03-26 12:25:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e32171d-616e-57ca-91c6-c31e79ea78c7 with scrape type 1
2026-03-26 12:25:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2e32171d-616e-57ca-91c6-c31e79ea78c7 sending to next pipeline
2026-03-26 12:25:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 2e32171d-616e-57ca-91c6-c31e79ea78c7, identifier: 10728963
2026-03-26 12:25:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 2e32171d-616e-57ca-91c6-c31e79ea78c7 with identifier: 10728963
2026-03-26 12:25:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 2e32171d-616e-57ca-91c6-c31e79ea78c7 with identifier: 10728963
2026-03-26 12:25:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 2e32171d-616e-57ca-91c6-c31e79ea78c7 with identifier: 10728963 to the API
2026-03-26 12:25:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746034/general/cf79b47d-eb83-4d55-aef5-aa737580c1b9.jpg>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 120,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Diesel',
'id': '2e32171d-616e-57ca-91c6-c31e79ea78c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MTK-B143',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728963',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Ford',
'model': 'Focus',
'odometer': 111268,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 45,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173208,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746034/general/cf79b47d-eb83-4d55-aef5-aa737580c1b9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164781,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746034/general/397a2823-a8b2-45f5-8f3b-f63ec5e61c9d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183257,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746034/general/0ae6fef5-72f0-4e93-ab43-6a0e03218444.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176253,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746034/general/4778744c-b7f6-4305-9d3d-9e745a41a457.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 193357,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746034/general/37fd0249-1eaf-4501-813a-23f6773cb4a5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109795,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746034/general/6274ff6c-9711-4625-8e45-3dd0c179199d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149433,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746034/general/6515c463-36e8-4df1-b378-68c0c8258c89.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139095,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746034/general/3246f5a8-ba3a-4ee0-8056-6823c954909b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177181,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746034/general/390b827d-3d3a-4186-a5b0-d0b610b172ef.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2e32171d-616e-57ca-91c6-c31e79ea78c7/2e32171d-616e-57ca-91c6-c31e79ea78c7_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113626,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746034/general/39e0a929-4203-4781-abea-24c8f50898e6.jpg',
'Width': 1024}],
'price': 9900,
'price_includes_vat': True,
'registration_date': '2021-07-21',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Ford Focus 1.5 EcoBlue Cool & Connect - Diesel - Manual - 120 hp - '
'111.268 km',
'transmission': 'manual',
'trim': 'Cool & Connect',
'vin': None,
'year': 2021}
2026-03-26 12:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728963%27 HTTP/1.1" 200 None
2026-03-26 12:25:28 [adesa.de] INFO: Saving data for 10728963: {'created_time': 1774527928.108754, 'last_price_update_time': 1774527928.108766, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728963') HTTP/1.1" 204 0
2026-03-26 12:25:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723393> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f4a5ebe-96a8-5365-b18c-50cda15ad2b4 with identifier: 10723393
2026-03-26 12:25:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f4a5ebe-96a8-5365-b18c-50cda15ad2b4 with scrape type 2
2026-03-26 12:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f4a5ebe-96a8-5365-b18c-50cda15ad2b4 with scrape type 2
2026-03-26 12:25:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 3f4a5ebe-96a8-5365-b18c-50cda15ad2b4, identifier: 10723393
2026-03-26 12:25:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 3f4a5ebe-96a8-5365-b18c-50cda15ad2b4 with identifier: 10723393
2026-03-26 12:25:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 3f4a5ebe-96a8-5365-b18c-50cda15ad2b4 with identifier: 10723393
2026-03-26 12:25:28 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 3f4a5ebe-96a8-5365-b18c-50cda15ad2b4 with identifier: 10723393 to the API
2026-03-26 12:25:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723393>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-26T13:00:00Z',
'fuel_type': 'Diesel',
'id': '3f4a5ebe-96a8-5365-b18c-50cda15ad2b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'IN-MS 5082',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723393',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 158645,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 13500,
'price_includes_vat': True,
'registration_date': '2021-07-27',
'seats_number': 5,
'seller_name': 'Media-Saturn Deutschland GmbH',
'title': 'Volkswagen Tiguan 2.0 TDI Life - 4Motion - Diesel - Automatic - 150 '
'hp - 158.645 km',
'transmission': 'automatic',
'trim': 'Life',
'vin': None,
'year': 2021}
2026-03-26 12:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723393%27 HTTP/1.1" 200 None
2026-03-26 12:25:28 [adesa.de] INFO: Saving data for 10723393: {'auction_closing_time': 1774530000.0, 'created_time': 1774441178.213208, 'last_price_update_time': 1774527928.601608}
2026-03-26 12:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723393') HTTP/1.1" 204 0
2026-03-26 12:25:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728951> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9490c103-4510-5b0f-925e-bf42481a6bef with identifier: 10728951
2026-03-26 12:25:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9490c103-4510-5b0f-925e-bf42481a6bef with scrape type 1
2026-03-26 12:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9490c103-4510-5b0f-925e-bf42481a6bef
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252Febcedcf2-73da-4e13-9e4d-c9d3d2aaa5d6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/ebcedcf2-73da-4e13-9e4d-c9d3d2aaa5d6.jpg not downloaded yet
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252Faac50db0-70c4-4d3e-a926-fb417d7a2304.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/aac50db0-70c4-4d3e-a926-fb417d7a2304.jpg not downloaded yet
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252Fbce46f17-5b6b-49fe-98ef-fd30b7919b84.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/bce46f17-5b6b-49fe-98ef-fd30b7919b84.jpg not downloaded yet
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252F8e97ccab-9d7e-41a7-869b-a9c05685c263.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/8e97ccab-9d7e-41a7-869b-a9c05685c263.jpg not downloaded yet
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252F62765115-2e6d-49c0-83f3-7aa70c01dce3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/62765115-2e6d-49c0-83f3-7aa70c01dce3.jpg not downloaded yet
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252F19811eaf-f9a4-4b04-b96f-28c4fd236e6e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/19811eaf-f9a4-4b04-b96f-28c4fd236e6e.jpg not downloaded yet
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252Ff0e54dba-9af9-42ad-85f2-505fe97bf1d9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/f0e54dba-9af9-42ad-85f2-505fe97bf1d9.jpg not downloaded yet
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252Fe53d3f1c-dae1-4792-a665-5cfdfb0eff7a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/e53d3f1c-dae1-4792-a665-5cfdfb0eff7a.jpg not downloaded yet
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252F7f4cc30d-d5a7-4f5b-9390-4c6e66fb20e1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/7f4cc30d-d5a7-4f5b-9390-4c6e66fb20e1.jpg not downloaded yet
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252F7e6797c7-8bac-4154-bfd0-5524f01a1fa5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/7e6797c7-8bac-4154-bfd0-5524f01a1fa5.jpg not downloaded yet
2026-03-26 12:25:32 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:33 [adesa.de] INFO: Found listing with ID: 10717062
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717062%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717062: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717062 url https://www.openlane.eu/en/carv6/auction/10717062
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717074
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717074%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717074: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717074 url https://www.openlane.eu/en/carv6/auction/10717074
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717046
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717046%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717046: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717046 url https://www.openlane.eu/en/carv6/auction/10717046
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717075
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717075%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717075: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717075 url https://www.openlane.eu/en/carv6/auction/10717075
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717047
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717047%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717047: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717047 url https://www.openlane.eu/en/carv6/auction/10717047
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717063
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717063%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717063: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717063 url https://www.openlane.eu/en/carv6/auction/10717063
2026-03-26 12:25:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746019/general/7e6797c7-8bac-4154-bfd0-5524f01a1fa5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728951)
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717048
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717048%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717048: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717048 url https://www.openlane.eu/en/carv6/auction/10717048
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717064
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717064%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717064: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717064 url https://www.openlane.eu/en/carv6/auction/10717064
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717065
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717065%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717065: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717065 url https://www.openlane.eu/en/carv6/auction/10717065
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717059
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717059%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717059: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717059 url https://www.openlane.eu/en/carv6/auction/10717059
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717070
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717070%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717070: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717070 url https://www.openlane.eu/en/carv6/auction/10717070
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717066
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717066%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717066: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717066 url https://www.openlane.eu/en/carv6/auction/10717066
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717068
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717068%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717068: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717068 url https://www.openlane.eu/en/carv6/auction/10717068
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717078
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717078%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717078: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717078 url https://www.openlane.eu/en/carv6/auction/10717078
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717050
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717050%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717050: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717050 url https://www.openlane.eu/en/carv6/auction/10717050
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717082
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717082%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717082: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717082 url https://www.openlane.eu/en/carv6/auction/10717082
2026-03-26 12:25:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156530210>
2026-03-26 12:25:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252F7e6797c7-8bac-4154-bfd0-5524f01a1fa5.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/7e6797c7-8bac-4154-bfd0-5524f01a1fa5.jpg saved to cache
2026-03-26 12:25:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9490c103-4510-5b0f-925e-bf42481a6bef
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717069
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717069%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717069: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717069 url https://www.openlane.eu/en/carv6/auction/10717069
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717060
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717060%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717060: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717060 url https://www.openlane.eu/en/carv6/auction/10717060
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717049
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717049%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717049: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717049 url https://www.openlane.eu/en/carv6/auction/10717049
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717051
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717051%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717051: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717051 url https://www.openlane.eu/en/carv6/auction/10717051
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717072
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717072%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717072: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717072 url https://www.openlane.eu/en/carv6/auction/10717072
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717097
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717097%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717097: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717097 url https://www.openlane.eu/en/carv6/auction/10717097
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717053
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717053%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717053: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717053 url https://www.openlane.eu/en/carv6/auction/10717053
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717055
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717055%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717055: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717055 url https://www.openlane.eu/en/carv6/auction/10717055
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717071
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717071%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717071: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717071 url https://www.openlane.eu/en/carv6/auction/10717071
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717052
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717052%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717052: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717052 url https://www.openlane.eu/en/carv6/auction/10717052
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717054
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717054%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717054: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717054 url https://www.openlane.eu/en/carv6/auction/10717054
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717057
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717057%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717057: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717057 url https://www.openlane.eu/en/carv6/auction/10717057
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717077
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717077%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717077: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717077 url https://www.openlane.eu/en/carv6/auction/10717077
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717086
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717086%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717086: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717086 url https://www.openlane.eu/en/carv6/auction/10717086
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717076
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717076%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717076: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717076 url https://www.openlane.eu/en/carv6/auction/10717076
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717087
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717087%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717087: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717087 url https://www.openlane.eu/en/carv6/auction/10717087
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717093
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717093%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717093: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717093 url https://www.openlane.eu/en/carv6/auction/10717093
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717084
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717084%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717084: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717084 url https://www.openlane.eu/en/carv6/auction/10717084
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717091
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717091%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717091: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717091 url https://www.openlane.eu/en/carv6/auction/10717091
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717094
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717094%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717094: 0
2026-03-26 12:25:33 [adesa.de] INFO: Skipping item 10717094 url https://www.openlane.eu/en/carv6/auction/10717094
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717089
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717089%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717089: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717089 url https://www.openlane.eu/en/carv6/auction/10717089
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717081
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717081%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717081: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717081 url https://www.openlane.eu/en/carv6/auction/10717081
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717083
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717083%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717083: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717083 url https://www.openlane.eu/en/carv6/auction/10717083
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717056
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717056%27 HTTP/1.1" 200 None
2026-03-26 12:25:33 [adesa.de] INFO: Scrape type for 10717056: 2
2026-03-26 12:25:33 [adesa.de] INFO: Scraping item 10717056 url https://www.openlane.eu/en/carv6/auction/10717056
2026-03-26 12:25:33 [adesa.de] INFO: Found listing with ID: 10717092
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717092%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10717092: 2
2026-03-26 12:25:34 [adesa.de] INFO: Scraping item 10717092 url https://www.openlane.eu/en/carv6/auction/10717092
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10717090
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717090%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10717090: 2
2026-03-26 12:25:34 [adesa.de] INFO: Scraping item 10717090 url https://www.openlane.eu/en/carv6/auction/10717090
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10717088
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717088%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10717088: 2
2026-03-26 12:25:34 [adesa.de] INFO: Scraping item 10717088 url https://www.openlane.eu/en/carv6/auction/10717088
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10717095
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717095%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10717095: 2
2026-03-26 12:25:34 [adesa.de] INFO: Scraping item 10717095 url https://www.openlane.eu/en/carv6/auction/10717095
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10717085
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717085%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10717085: 2
2026-03-26 12:25:34 [adesa.de] INFO: Scraping item 10717085 url https://www.openlane.eu/en/carv6/auction/10717085
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10717061
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717061%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10717061: 2
2026-03-26 12:25:34 [adesa.de] INFO: Scraping item 10717061 url https://www.openlane.eu/en/carv6/auction/10717061
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10728593
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728593%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10728593: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10728593 url https://www.openlane.eu/en/carv6/auction/10728593
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10723628
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723628%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10723628: 2
2026-03-26 12:25:34 [adesa.de] INFO: Scraping item 10723628 url https://www.openlane.eu/en/carv6/auction/10723628
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10724188
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724188%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10724188: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10724188 url https://www.openlane.eu/en/carv6/auction/10724188
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10723630
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723630%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10723630: 2
2026-03-26 12:25:34 [adesa.de] INFO: Scraping item 10723630 url https://www.openlane.eu/en/carv6/auction/10723630
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10724183
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724183%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10724183: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10724183 url https://www.openlane.eu/en/carv6/auction/10724183
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10717871
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717871%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10717871: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10717871 url https://www.openlane.eu/en/carv6/auction/10717871
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10724202
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724202%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10724202: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10724202 url https://www.openlane.eu/en/carv6/auction/10724202
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726365
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726365%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726365: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726365 url https://www.openlane.eu/en/carv6/auction/10726365
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726364
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726364%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726364: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726364 url https://www.openlane.eu/en/carv6/auction/10726364
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726398
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726398%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726398: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726398 url https://www.openlane.eu/en/carv6/auction/10726398
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726373
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726373%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726373: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726373 url https://www.openlane.eu/en/carv6/auction/10726373
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726289
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726289%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726289: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726289 url https://www.openlane.eu/en/carv6/auction/10726289
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726290
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726290%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726290: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726290 url https://www.openlane.eu/en/carv6/auction/10726290
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726291
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726291%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726291: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726291 url https://www.openlane.eu/en/carv6/auction/10726291
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726359
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726359%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726359: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726359 url https://www.openlane.eu/en/carv6/auction/10726359
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726374
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726374%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726374: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726374 url https://www.openlane.eu/en/carv6/auction/10726374
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726294
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726294%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726294: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726294 url https://www.openlane.eu/en/carv6/auction/10726294
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726361
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726361%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726361: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726361 url https://www.openlane.eu/en/carv6/auction/10726361
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726358
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726358%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726358: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726358 url https://www.openlane.eu/en/carv6/auction/10726358
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726293
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726293%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726293: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726293 url https://www.openlane.eu/en/carv6/auction/10726293
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726435
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726435%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726435: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726435 url https://www.openlane.eu/en/carv6/auction/10726435
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726363
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726363%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726363: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726363 url https://www.openlane.eu/en/carv6/auction/10726363
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726414
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726414%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726414: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726414 url https://www.openlane.eu/en/carv6/auction/10726414
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726360
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726360%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726360: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726360 url https://www.openlane.eu/en/carv6/auction/10726360
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726362
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726362%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726362: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726362 url https://www.openlane.eu/en/carv6/auction/10726362
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726256
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726256%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726256: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726256 url https://www.openlane.eu/en/carv6/auction/10726256
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726257
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726257%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726257: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726257 url https://www.openlane.eu/en/carv6/auction/10726257
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726366
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726366%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726366: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726366 url https://www.openlane.eu/en/carv6/auction/10726366
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10726292
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726292%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10726292: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10726292 url https://www.openlane.eu/en/carv6/auction/10726292
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10703209
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710703209%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10703209: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10703209 url https://www.openlane.eu/en/carv6/auction/10703209
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10702839
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710702839%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10702839: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10702839 url https://www.openlane.eu/en/carv6/auction/10702839
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10702802
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710702802%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10702802: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10702802 url https://www.openlane.eu/en/carv6/auction/10702802
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10703214
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710703214%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10703214: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10703214 url https://www.openlane.eu/en/carv6/auction/10703214
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10703412
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710703412%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10703412: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10703412 url https://www.openlane.eu/en/carv6/auction/10703412
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10675734
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710675734%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10675734: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10675734 url https://www.openlane.eu/en/carv6/auction/10675734
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10703215
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710703215%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10703215: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10703215 url https://www.openlane.eu/en/carv6/auction/10703215
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10702796
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710702796%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10702796: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10702796 url https://www.openlane.eu/en/carv6/auction/10702796
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10703207
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710703207%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10703207: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10703207 url https://www.openlane.eu/en/carv6/auction/10703207
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10702838
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710702838%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10702838: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10702838 url https://www.openlane.eu/en/carv6/auction/10702838
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10703213
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710703213%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10703213: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10703213 url https://www.openlane.eu/en/carv6/auction/10703213
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10677120
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710677120%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10677120: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10677120 url https://www.openlane.eu/en/carv6/auction/10677120
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10702797
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710702797%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10702797: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10702797 url https://www.openlane.eu/en/carv6/auction/10702797
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10677121
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710677121%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10677121: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10677121 url https://www.openlane.eu/en/carv6/auction/10677121
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10702804
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710702804%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10702804: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10702804 url https://www.openlane.eu/en/carv6/auction/10702804
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10702805
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710702805%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10702805: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10702805 url https://www.openlane.eu/en/carv6/auction/10702805
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10702800
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710702800%27 HTTP/1.1" 200 None
2026-03-26 12:25:34 [adesa.de] INFO: Scrape type for 10702800: 0
2026-03-26 12:25:34 [adesa.de] INFO: Skipping item 10702800 url https://www.openlane.eu/en/carv6/auction/10702800
2026-03-26 12:25:34 [adesa.de] INFO: Found listing with ID: 10703211
2026-03-26 12:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710703211%27 HTTP/1.1" 200 None
2026-03-26 12:25:35 [adesa.de] INFO: Scrape type for 10703211: 0
2026-03-26 12:25:35 [adesa.de] INFO: Skipping item 10703211 url https://www.openlane.eu/en/carv6/auction/10703211
2026-03-26 12:25:35 [adesa.de] INFO: Found listing with ID: 10675733
2026-03-26 12:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710675733%27 HTTP/1.1" 200 None
2026-03-26 12:25:35 [adesa.de] INFO: Scrape type for 10675733: 0
2026-03-26 12:25:35 [adesa.de] INFO: Skipping item 10675733 url https://www.openlane.eu/en/carv6/auction/10675733
2026-03-26 12:25:35 [adesa.de] INFO: Found listing with ID: 10690307
2026-03-26 12:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710690307%27 HTTP/1.1" 200 None
2026-03-26 12:25:35 [adesa.de] INFO: Scrape type for 10690307: 0
2026-03-26 12:25:35 [adesa.de] INFO: Skipping item 10690307 url https://www.openlane.eu/en/carv6/auction/10690307
2026-03-26 12:25:35 [adesa.de] INFO: Found listing with ID: 10702841
2026-03-26 12:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710702841%27 HTTP/1.1" 200 None
2026-03-26 12:25:35 [adesa.de] INFO: Scrape type for 10702841: 0
2026-03-26 12:25:35 [adesa.de] INFO: Skipping item 10702841 url https://www.openlane.eu/en/carv6/auction/10702841
2026-03-26 12:25:35 [adesa.de] INFO: Found listing with ID: 10703216
2026-03-26 12:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710703216%27 HTTP/1.1" 200 None
2026-03-26 12:25:35 [adesa.de] INFO: Scrape type for 10703216: 0
2026-03-26 12:25:35 [adesa.de] INFO: Skipping item 10703216 url https://www.openlane.eu/en/carv6/auction/10703216
2026-03-26 12:25:35 [adesa.de] INFO: Found listing with ID: 10690306
2026-03-26 12:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710690306%27 HTTP/1.1" 200 None
2026-03-26 12:25:35 [adesa.de] INFO: Scrape type for 10690306: 0
2026-03-26 12:25:35 [adesa.de] INFO: Skipping item 10690306 url https://www.openlane.eu/en/carv6/auction/10690306
2026-03-26 12:25:35 [adesa.de] INFO: Found listing with ID: 10608847
2026-03-26 12:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710608847%27 HTTP/1.1" 200 None
2026-03-26 12:25:35 [adesa.de] INFO: Scrape type for 10608847: 0
2026-03-26 12:25:35 [adesa.de] INFO: Skipping item 10608847 url https://www.openlane.eu/en/carv6/auction/10608847
2026-03-26 12:25:35 [adesa.de] INFO: Found listing with ID: 10616543
2026-03-26 12:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710616543%27 HTTP/1.1" 200 None
2026-03-26 12:25:35 [adesa.de] INFO: Scrape type for 10616543: 0
2026-03-26 12:25:35 [adesa.de] INFO: Skipping item 10616543 url https://www.openlane.eu/en/carv6/auction/10616543
2026-03-26 12:25:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728947> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff5c4799-2c6b-5b29-bc20-7cbeaadc6118 with identifier: 10728947
2026-03-26 12:25:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff5c4799-2c6b-5b29-bc20-7cbeaadc6118 with scrape type 1
2026-03-26 12:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ff5c4799-2c6b-5b29-bc20-7cbeaadc6118
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252F580bfeff-29fa-48a3-a291-dcd1398623fd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/580bfeff-29fa-48a3-a291-dcd1398623fd.jpg not downloaded yet
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252F64ef134f-59a7-415c-8e1c-13f4cb31c7dc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/64ef134f-59a7-415c-8e1c-13f4cb31c7dc.jpg not downloaded yet
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252F25c7c664-f7c5-47ba-b480-63d533a40345.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/25c7c664-f7c5-47ba-b480-63d533a40345.jpg not downloaded yet
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252F1fe6ea55-d7a9-4d1f-9790-dc4581c00d7c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/1fe6ea55-d7a9-4d1f-9790-dc4581c00d7c.jpg not downloaded yet
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252F5ea7993d-06a3-4872-a90c-91acaa50ea98.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/5ea7993d-06a3-4872-a90c-91acaa50ea98.jpg not downloaded yet
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252F2536bc89-2cf9-48e2-a73a-d0c1ef7435c9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/2536bc89-2cf9-48e2-a73a-d0c1ef7435c9.jpg not downloaded yet
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252F49f191fe-41c7-48bd-aab5-6be025a1c685.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/49f191fe-41c7-48bd-aab5-6be025a1c685.jpg not downloaded yet
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252Fd5ac137c-e901-44b2-b154-e27b0f4cd036.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/d5ac137c-e901-44b2-b154-e27b0f4cd036.jpg not downloaded yet
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252Fb81c3bd1-9c67-42f5-93e3-3d813f640d04.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/b81c3bd1-9c67-42f5-93e3-3d813f640d04.jpg not downloaded yet
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252F3b837260-0a2c-47d6-8797-3b31aa9fc890.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/3b837260-0a2c-47d6-8797-3b31aa9fc890.jpg not downloaded yet
2026-03-26 12:25:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728945> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746014/general/3b837260-0a2c-47d6-8797-3b31aa9fc890.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728947)
2026-03-26 12:25:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c35c41b-d51e-55a1-b602-132018bd18fe with identifier: 10728945
2026-03-26 12:25:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c35c41b-d51e-55a1-b602-132018bd18fe with scrape type 1
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0c35c41b-d51e-55a1-b602-132018bd18fe
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252F023d006b-fb6f-461c-b988-45321bd1db8c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/023d006b-fb6f-461c-b988-45321bd1db8c.jpg not downloaded yet
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252F4380e75d-0cc6-465f-8ae0-6b20fbcbade1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/4380e75d-0cc6-465f-8ae0-6b20fbcbade1.jpg not downloaded yet
2026-03-26 12:25:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746014/general/b81c3bd1-9c67-42f5-93e3-3d813f640d04.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728947)
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252F1fc18a99-d7ed-4a5b-934f-f47d5ac4c21d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/1fc18a99-d7ed-4a5b-934f-f47d5ac4c21d.jpg not downloaded yet
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252F83ef65c3-6651-4579-a659-0acb4f723a44.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/83ef65c3-6651-4579-a659-0acb4f723a44.jpg not downloaded yet
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252Fbf417440-ddae-460a-ae28-374ada729f62.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/bf417440-ddae-460a-ae28-374ada729f62.jpg not downloaded yet
2026-03-26 12:25:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e3390>
2026-03-26 12:25:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252F3b837260-0a2c-47d6-8797-3b31aa9fc890.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/3b837260-0a2c-47d6-8797-3b31aa9fc890.jpg saved to cache
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ff5c4799-2c6b-5b29-bc20-7cbeaadc6118
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252Fc45f969e-54ea-4d6d-9592-cab11a2a1b0c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/c45f969e-54ea-4d6d-9592-cab11a2a1b0c.jpg not downloaded yet
2026-03-26 12:25:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746012/general/023d006b-fb6f-461c-b988-45321bd1db8c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728945)
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252F76883468-59e7-45db-acdb-48c76409359d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/76883468-59e7-45db-acdb-48c76409359d.jpg not downloaded yet
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252F3037d3bc-050b-4e4f-b699-7b3fff875f88.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/3037d3bc-050b-4e4f-b699-7b3fff875f88.jpg not downloaded yet
2026-03-26 12:25:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563d3e90>
2026-03-26 12:25:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252Fb81c3bd1-9c67-42f5-93e3-3d813f640d04.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/b81c3bd1-9c67-42f5-93e3-3d813f640d04.jpg saved to cache
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ff5c4799-2c6b-5b29-bc20-7cbeaadc6118
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252Feae78ae1-cdd9-4ec5-80b9-dd1b1f60b7ce.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/eae78ae1-cdd9-4ec5-80b9-dd1b1f60b7ce.jpg not downloaded yet
2026-03-26 12:25:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746012/general/bf417440-ddae-460a-ae28-374ada729f62.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728945)
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252F50a491b1-6518-4f3f-b726-e1b03e7d22c2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/50a491b1-6518-4f3f-b726-e1b03e7d22c2.jpg not downloaded yet
2026-03-26 12:25:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5c7d0>
2026-03-26 12:25:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252F023d006b-fb6f-461c-b988-45321bd1db8c.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/023d006b-fb6f-461c-b988-45321bd1db8c.jpg saved to cache
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0c35c41b-d51e-55a1-b602-132018bd18fe
2026-03-26 12:25:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d882390>
2026-03-26 12:25:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252Fbf417440-ddae-460a-ae28-374ada729f62.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/bf417440-ddae-460a-ae28-374ada729f62.jpg saved to cache
2026-03-26 12:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0c35c41b-d51e-55a1-b602-132018bd18fe
2026-03-26 12:25:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746012/general/3037d3bc-050b-4e4f-b699-7b3fff875f88.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728945)
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e1750>
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252F3037d3bc-050b-4e4f-b699-7b3fff875f88.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/3037d3bc-050b-4e4f-b699-7b3fff875f88.jpg saved to cache
2026-03-26 12:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0c35c41b-d51e-55a1-b602-132018bd18fe
2026-03-26 12:25:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746012/general/50a491b1-6518-4f3f-b726-e1b03e7d22c2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728945)
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015650b410>
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252F50a491b1-6518-4f3f-b726-e1b03e7d22c2.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/50a491b1-6518-4f3f-b726-e1b03e7d22c2.jpg saved to cache
2026-03-26 12:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0c35c41b-d51e-55a1-b602-132018bd18fe
2026-03-26 12:25:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746012/general/eae78ae1-cdd9-4ec5-80b9-dd1b1f60b7ce.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728945)
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632dd10>
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252Feae78ae1-cdd9-4ec5-80b9-dd1b1f60b7ce.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/eae78ae1-cdd9-4ec5-80b9-dd1b1f60b7ce.jpg saved to cache
2026-03-26 12:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0c35c41b-d51e-55a1-b602-132018bd18fe
2026-03-26 12:25:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746012/general/76883468-59e7-45db-acdb-48c76409359d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728945)
2026-03-26 12:25:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746012/general/c45f969e-54ea-4d6d-9592-cab11a2a1b0c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728945)
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632d390>
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252F76883468-59e7-45db-acdb-48c76409359d.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/76883468-59e7-45db-acdb-48c76409359d.jpg saved to cache
2026-03-26 12:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0c35c41b-d51e-55a1-b602-132018bd18fe
2026-03-26 12:25:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746012/general/83ef65c3-6651-4579-a659-0acb4f723a44.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728945)
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563c3350>
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252Fc45f969e-54ea-4d6d-9592-cab11a2a1b0c.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/c45f969e-54ea-4d6d-9592-cab11a2a1b0c.jpg saved to cache
2026-03-26 12:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0c35c41b-d51e-55a1-b602-132018bd18fe
2026-03-26 12:25:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746012/general/1fc18a99-d7ed-4a5b-934f-f47d5ac4c21d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728945)
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632f090>
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252F83ef65c3-6651-4579-a659-0acb4f723a44.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/83ef65c3-6651-4579-a659-0acb4f723a44.jpg saved to cache
2026-03-26 12:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0c35c41b-d51e-55a1-b602-132018bd18fe
2026-03-26 12:25:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746012/general/4380e75d-0cc6-465f-8ae0-6b20fbcbade1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728945)
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c238650>
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252F1fc18a99-d7ed-4a5b-934f-f47d5ac4c21d.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/1fc18a99-d7ed-4a5b-934f-f47d5ac4c21d.jpg saved to cache
2026-03-26 12:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0c35c41b-d51e-55a1-b602-132018bd18fe
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09c190>
2026-03-26 12:25:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746012%252Fgeneral%252F4380e75d-0cc6-465f-8ae0-6b20fbcbade1.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746012/general/4380e75d-0cc6-465f-8ae0-6b20fbcbade1.jpg saved to cache
2026-03-26 12:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0c35c41b-d51e-55a1-b602-132018bd18fe
2026-03-26 12:25:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0c35c41b-d51e-55a1-b602-132018bd18fe, skipping ID generation
2026-03-26 12:25:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c35c41b-d51e-55a1-b602-132018bd18fe with scrape type 1
2026-03-26 12:25:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0c35c41b-d51e-55a1-b602-132018bd18fe sending to next pipeline
2026-03-26 12:25:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 0c35c41b-d51e-55a1-b602-132018bd18fe, identifier: 10728945
2026-03-26 12:25:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 0c35c41b-d51e-55a1-b602-132018bd18fe with identifier: 10728945
2026-03-26 12:25:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 0c35c41b-d51e-55a1-b602-132018bd18fe with identifier: 10728945
2026-03-26 12:25:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 0c35c41b-d51e-55a1-b602-132018bd18fe with identifier: 10728945 to the API
2026-03-26 12:25:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746012/general/4380e75d-0cc6-465f-8ae0-6b20fbcbade1.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 299,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Electric',
'id': '0c35c41b-d51e-55a1-b602-132018bd18fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FN-RR912E',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728945',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 73293,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 44,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89813,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746012/general/023d006b-fb6f-461c-b988-45321bd1db8c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104853,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746012/general/4380e75d-0cc6-465f-8ae0-6b20fbcbade1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91863,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746012/general/1fc18a99-d7ed-4a5b-934f-f47d5ac4c21d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94370,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746012/general/83ef65c3-6651-4579-a659-0acb4f723a44.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85012,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746012/general/bf417440-ddae-460a-ae28-374ada729f62.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79621,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746012/general/c45f969e-54ea-4d6d-9592-cab11a2a1b0c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104213,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746012/general/76883468-59e7-45db-acdb-48c76409359d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77993,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746012/general/3037d3bc-050b-4e4f-b699-7b3fff875f88.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94373,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746012/general/eae78ae1-cdd9-4ec5-80b9-dd1b1f60b7ce.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c35c41b-d51e-55a1-b602-132018bd18fe/0c35c41b-d51e-55a1-b602-132018bd18fe_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60658,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746012/general/50a491b1-6518-4f3f-b726-e1b03e7d22c2.jpg',
'Width': 1024}],
'price': 23900,
'price_includes_vat': True,
'registration_date': '2023-02-07',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Volkswagen ID.4 GTX 77 kWh - 4Motion - Electric - Automatic - 299 '
'hp - 73.293 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728945%27 HTTP/1.1" 200 None
2026-03-26 12:25:41 [adesa.de] INFO: Saving data for 10728945: {'created_time': 1774527941.82695, 'last_price_update_time': 1774527941.826961, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728945') HTTP/1.1" 204 0
2026-03-26 12:25:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746014/general/d5ac137c-e901-44b2-b154-e27b0f4cd036.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728947)
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c17a710>
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252Fd5ac137c-e901-44b2-b154-e27b0f4cd036.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/d5ac137c-e901-44b2-b154-e27b0f4cd036.jpg saved to cache
2026-03-26 12:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ff5c4799-2c6b-5b29-bc20-7cbeaadc6118
2026-03-26 12:25:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746014/general/49f191fe-41c7-48bd-aab5-6be025a1c685.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728947)
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015644e590>
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252F49f191fe-41c7-48bd-aab5-6be025a1c685.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/49f191fe-41c7-48bd-aab5-6be025a1c685.jpg saved to cache
2026-03-26 12:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ff5c4799-2c6b-5b29-bc20-7cbeaadc6118
2026-03-26 12:25:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746014/general/2536bc89-2cf9-48e2-a73a-d0c1ef7435c9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728947)
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25ea50>
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252F2536bc89-2cf9-48e2-a73a-d0c1ef7435c9.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/2536bc89-2cf9-48e2-a73a-d0c1ef7435c9.jpg saved to cache
2026-03-26 12:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ff5c4799-2c6b-5b29-bc20-7cbeaadc6118
2026-03-26 12:25:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746014/general/5ea7993d-06a3-4872-a90c-91acaa50ea98.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728947)
2026-03-26 12:25:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746014/general/1fe6ea55-d7a9-4d1f-9790-dc4581c00d7c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728947)
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015644e2d0>
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252F5ea7993d-06a3-4872-a90c-91acaa50ea98.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/5ea7993d-06a3-4872-a90c-91acaa50ea98.jpg saved to cache
2026-03-26 12:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ff5c4799-2c6b-5b29-bc20-7cbeaadc6118
2026-03-26 12:25:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746014/general/25c7c664-f7c5-47ba-b480-63d533a40345.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728947)
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015638a0d0>
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252F1fe6ea55-d7a9-4d1f-9790-dc4581c00d7c.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/1fe6ea55-d7a9-4d1f-9790-dc4581c00d7c.jpg saved to cache
2026-03-26 12:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ff5c4799-2c6b-5b29-bc20-7cbeaadc6118
2026-03-26 12:25:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746014/general/64ef134f-59a7-415c-8e1c-13f4cb31c7dc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728947)
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e3d10>
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252F25c7c664-f7c5-47ba-b480-63d533a40345.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/25c7c664-f7c5-47ba-b480-63d533a40345.jpg saved to cache
2026-03-26 12:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ff5c4799-2c6b-5b29-bc20-7cbeaadc6118
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f77250>
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252F64ef134f-59a7-415c-8e1c-13f4cb31c7dc.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/64ef134f-59a7-415c-8e1c-13f4cb31c7dc.jpg saved to cache
2026-03-26 12:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ff5c4799-2c6b-5b29-bc20-7cbeaadc6118
2026-03-26 12:25:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746014/general/580bfeff-29fa-48a3-a291-dcd1398623fd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728947)
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c105b10>
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746014%252Fgeneral%252F580bfeff-29fa-48a3-a291-dcd1398623fd.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746014/general/580bfeff-29fa-48a3-a291-dcd1398623fd.jpg saved to cache
2026-03-26 12:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ff5c4799-2c6b-5b29-bc20-7cbeaadc6118
2026-03-26 12:25:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ff5c4799-2c6b-5b29-bc20-7cbeaadc6118, skipping ID generation
2026-03-26 12:25:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff5c4799-2c6b-5b29-bc20-7cbeaadc6118 with scrape type 1
2026-03-26 12:25:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ff5c4799-2c6b-5b29-bc20-7cbeaadc6118 sending to next pipeline
2026-03-26 12:25:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: ff5c4799-2c6b-5b29-bc20-7cbeaadc6118, identifier: 10728947
2026-03-26 12:25:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: ff5c4799-2c6b-5b29-bc20-7cbeaadc6118 with identifier: 10728947
2026-03-26 12:25:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: ff5c4799-2c6b-5b29-bc20-7cbeaadc6118 with identifier: 10728947
2026-03-26 12:25:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: ff5c4799-2c6b-5b29-bc20-7cbeaadc6118 with identifier: 10728947 to the API
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746014/general/580bfeff-29fa-48a3-a291-dcd1398623fd.jpg>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Diesel',
'id': 'ff5c4799-2c6b-5b29-bc20-7cbeaadc6118',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'H-SD942',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728947',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 175003,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 27,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133704,
'Height': 682,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746014/general/580bfeff-29fa-48a3-a291-dcd1398623fd.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116195,
'Height': 682,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746014/general/64ef134f-59a7-415c-8e1c-13f4cb31c7dc.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129708,
'Height': 682,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746014/general/25c7c664-f7c5-47ba-b480-63d533a40345.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135732,
'Height': 682,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746014/general/1fe6ea55-d7a9-4d1f-9790-dc4581c00d7c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130546,
'Height': 682,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746014/general/5ea7993d-06a3-4872-a90c-91acaa50ea98.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120518,
'Height': 682,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746014/general/2536bc89-2cf9-48e2-a73a-d0c1ef7435c9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122477,
'Height': 682,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746014/general/49f191fe-41c7-48bd-aab5-6be025a1c685.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131346,
'Height': 682,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746014/general/d5ac137c-e901-44b2-b154-e27b0f4cd036.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100019,
'Height': 682,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746014/general/b81c3bd1-9c67-42f5-93e3-3d813f640d04.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff5c4799-2c6b-5b29-bc20-7cbeaadc6118/ff5c4799-2c6b-5b29-bc20-7cbeaadc6118_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133491,
'Height': 682,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746014/general/3b837260-0a2c-47d6-8797-3b31aa9fc890.jpg',
'Width': 1024}],
'price': 12500,
'price_includes_vat': True,
'registration_date': '2022-06-14',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Volkswagen Passat Variant 2.0 TDI Business - Diesel - Automatic - '
'150 hp - 175.003 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2022}
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728947%27 HTTP/1.1" 200 None
2026-03-26 12:25:43 [adesa.de] INFO: Saving data for 10728947: {'created_time': 1774527943.468689, 'last_price_update_time': 1774527943.468701, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728947') HTTP/1.1" 204 0
2026-03-26 12:25:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726526> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ddeb960-3076-55b7-89c0-dee630cc2b58 with identifier: 10726526
2026-03-26 12:25:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ddeb960-3076-55b7-89c0-dee630cc2b58 with scrape type 1
2026-03-26 12:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1ddeb960-3076-55b7-89c0-dee630cc2b58
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F2f89d45a-a9ed-4c7d-88ad-8d92d51c3ea5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/2f89d45a-a9ed-4c7d-88ad-8d92d51c3ea5.jpg not downloaded yet
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F25b2c43c-9314-450f-8275-be3e172b50cb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/25b2c43c-9314-450f-8275-be3e172b50cb.jpg not downloaded yet
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F42e31f69-536c-4601-8468-38e362d5e0a9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/42e31f69-536c-4601-8468-38e362d5e0a9.jpg not downloaded yet
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F22e70886-1d6f-4698-9266-313507e83150.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/22e70886-1d6f-4698-9266-313507e83150.jpg not downloaded yet
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252Fa2c0fe8d-7a7f-41f6-9460-fda89a8a2857.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/a2c0fe8d-7a7f-41f6-9460-fda89a8a2857.jpg not downloaded yet
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F9755ade3-feb5-4212-bb1f-a05703d21a6e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/9755ade3-feb5-4212-bb1f-a05703d21a6e.jpg not downloaded yet
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F90a90a44-8970-4924-a2dd-05d9746b272d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/90a90a44-8970-4924-a2dd-05d9746b272d.jpg not downloaded yet
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F08a50ed2-177e-4d17-88c4-81fdac8416e9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/08a50ed2-177e-4d17-88c4-81fdac8416e9.jpg not downloaded yet
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F4d3c42c6-c9ec-4b69-80c2-685669330cfa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/4d3c42c6-c9ec-4b69-80c2-685669330cfa.jpg not downloaded yet
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F64870598-b1bf-436c-8b30-3a359bcdf56b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/64870598-b1bf-436c-8b30-3a359bcdf56b.jpg not downloaded yet
2026-03-26 12:25:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728949> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9694c7d3-eb2a-563e-a489-19b51c18578f with identifier: 10728949
2026-03-26 12:25:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9694c7d3-eb2a-563e-a489-19b51c18578f with scrape type 1
2026-03-26 12:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9694c7d3-eb2a-563e-a489-19b51c18578f
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252F40865960-7c47-4f20-9775-e32ff02ae5b8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/40865960-7c47-4f20-9775-e32ff02ae5b8.jpg not downloaded yet
2026-03-26 12:25:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746555/general/64870598-b1bf-436c-8b30-3a359bcdf56b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726526)
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252Fc5ae5ebf-afa6-43f1-88cf-8908e966e291.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/c5ae5ebf-afa6-43f1-88cf-8908e966e291.jpg not downloaded yet
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252F5cf64723-4b13-4486-a133-a8d7ae4191f0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/5cf64723-4b13-4486-a133-a8d7ae4191f0.jpg not downloaded yet
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252Fac475a7b-4467-4b1f-83eb-a2ab607964ac.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/ac475a7b-4467-4b1f-83eb-a2ab607964ac.jpg not downloaded yet
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252F8b4745ce-56c4-485e-a117-b97073aa41e8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/8b4745ce-56c4-485e-a117-b97073aa41e8.jpg not downloaded yet
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252F20dd100c-66aa-4d28-b523-35fc43e6d231.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/20dd100c-66aa-4d28-b523-35fc43e6d231.jpg not downloaded yet
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252F009f45f6-f5a3-429b-b9ec-d4f6aeca05e0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/009f45f6-f5a3-429b-b9ec-d4f6aeca05e0.jpg not downloaded yet
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252F37bef56a-a74a-406c-83b5-3318c3d58d31.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/37bef56a-a74a-406c-83b5-3318c3d58d31.jpg not downloaded yet
2026-03-26 12:25:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565087d0>
2026-03-26 12:25:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F64870598-b1bf-436c-8b30-3a359bcdf56b.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/64870598-b1bf-436c-8b30-3a359bcdf56b.jpg saved to cache
2026-03-26 12:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1ddeb960-3076-55b7-89c0-dee630cc2b58
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252Fd14ec44c-71b5-4745-bf74-2054d272111a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/d14ec44c-71b5-4745-bf74-2054d272111a.jpg not downloaded yet
2026-03-26 12:25:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746016/general/40865960-7c47-4f20-9775-e32ff02ae5b8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728949)
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252Fc929fd94-7d1b-4270-a9b6-dfebd9148e49.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/c929fd94-7d1b-4270-a9b6-dfebd9148e49.jpg not downloaded yet
2026-03-26 12:25:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746016/general/37bef56a-a74a-406c-83b5-3318c3d58d31.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728949)
2026-03-26 12:25:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e9b90>
2026-03-26 12:25:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252F40865960-7c47-4f20-9775-e32ff02ae5b8.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/40865960-7c47-4f20-9775-e32ff02ae5b8.jpg saved to cache
2026-03-26 12:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9694c7d3-eb2a-563e-a489-19b51c18578f
2026-03-26 12:25:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0d3890>
2026-03-26 12:25:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252F37bef56a-a74a-406c-83b5-3318c3d58d31.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/37bef56a-a74a-406c-83b5-3318c3d58d31.jpg saved to cache
2026-03-26 12:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9694c7d3-eb2a-563e-a489-19b51c18578f
2026-03-26 12:25:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746016/general/c929fd94-7d1b-4270-a9b6-dfebd9148e49.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728949)
2026-03-26 12:25:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746016/general/d14ec44c-71b5-4745-bf74-2054d272111a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728949)
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b0910>
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252Fc929fd94-7d1b-4270-a9b6-dfebd9148e49.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/c929fd94-7d1b-4270-a9b6-dfebd9148e49.jpg saved to cache
2026-03-26 12:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9694c7d3-eb2a-563e-a489-19b51c18578f
2026-03-26 12:25:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746016/general/009f45f6-f5a3-429b-b9ec-d4f6aeca05e0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728949)
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c079810>
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252Fd14ec44c-71b5-4745-bf74-2054d272111a.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/d14ec44c-71b5-4745-bf74-2054d272111a.jpg saved to cache
2026-03-26 12:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9694c7d3-eb2a-563e-a489-19b51c18578f
2026-03-26 12:25:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746016/general/20dd100c-66aa-4d28-b523-35fc43e6d231.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728949)
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c079150>
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252F009f45f6-f5a3-429b-b9ec-d4f6aeca05e0.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/009f45f6-f5a3-429b-b9ec-d4f6aeca05e0.jpg saved to cache
2026-03-26 12:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9694c7d3-eb2a-563e-a489-19b51c18578f
2026-03-26 12:25:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746016/general/8b4745ce-56c4-485e-a117-b97073aa41e8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728949)
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e09010>
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252F20dd100c-66aa-4d28-b523-35fc43e6d231.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/20dd100c-66aa-4d28-b523-35fc43e6d231.jpg saved to cache
2026-03-26 12:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9694c7d3-eb2a-563e-a489-19b51c18578f
2026-03-26 12:25:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746016/general/ac475a7b-4467-4b1f-83eb-a2ab607964ac.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728949)
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c04ba10>
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252F8b4745ce-56c4-485e-a117-b97073aa41e8.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/8b4745ce-56c4-485e-a117-b97073aa41e8.jpg saved to cache
2026-03-26 12:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9694c7d3-eb2a-563e-a489-19b51c18578f
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee2a90>
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252Fac475a7b-4467-4b1f-83eb-a2ab607964ac.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/ac475a7b-4467-4b1f-83eb-a2ab607964ac.jpg saved to cache
2026-03-26 12:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9694c7d3-eb2a-563e-a489-19b51c18578f
2026-03-26 12:25:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746016/general/5cf64723-4b13-4486-a133-a8d7ae4191f0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728949)
2026-03-26 12:25:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746016/general/c5ae5ebf-afa6-43f1-88cf-8908e966e291.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728949)
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09df50>
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252F5cf64723-4b13-4486-a133-a8d7ae4191f0.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/5cf64723-4b13-4486-a133-a8d7ae4191f0.jpg saved to cache
2026-03-26 12:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9694c7d3-eb2a-563e-a489-19b51c18578f
2026-03-26 12:25:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728956> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f9a610>
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:25:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746016%252Fgeneral%252Fc5ae5ebf-afa6-43f1-88cf-8908e966e291.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746016/general/c5ae5ebf-afa6-43f1-88cf-8908e966e291.jpg saved to cache
2026-03-26 12:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9694c7d3-eb2a-563e-a489-19b51c18578f
2026-03-26 12:25:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9694c7d3-eb2a-563e-a489-19b51c18578f, skipping ID generation
2026-03-26 12:25:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9694c7d3-eb2a-563e-a489-19b51c18578f with scrape type 1
2026-03-26 12:25:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9694c7d3-eb2a-563e-a489-19b51c18578f sending to next pipeline
2026-03-26 12:25:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 9694c7d3-eb2a-563e-a489-19b51c18578f, identifier: 10728949
2026-03-26 12:25:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 9694c7d3-eb2a-563e-a489-19b51c18578f with identifier: 10728949
2026-03-26 12:25:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 9694c7d3-eb2a-563e-a489-19b51c18578f with identifier: 10728949
2026-03-26 12:25:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 9694c7d3-eb2a-563e-a489-19b51c18578f with identifier: 10728949 to the API
2026-03-26 12:25:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746016/general/c5ae5ebf-afa6-43f1-88cf-8908e966e291.jpg>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 184,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Hybrid',
'id': '9694c7d3-eb2a-563e-a489-19b51c18578f',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ME-DM788E',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728949',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': '5 Series',
'odometer': 108468,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 29,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133423,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746016/general/40865960-7c47-4f20-9775-e32ff02ae5b8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112210,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746016/general/c5ae5ebf-afa6-43f1-88cf-8908e966e291.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123733,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746016/general/5cf64723-4b13-4486-a133-a8d7ae4191f0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133685,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746016/general/ac475a7b-4467-4b1f-83eb-a2ab607964ac.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114035,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746016/general/8b4745ce-56c4-485e-a117-b97073aa41e8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89527,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746016/general/20dd100c-66aa-4d28-b523-35fc43e6d231.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91424,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746016/general/009f45f6-f5a3-429b-b9ec-d4f6aeca05e0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93764,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746016/general/37bef56a-a74a-406c-83b5-3318c3d58d31.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101531,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746016/general/d14ec44c-71b5-4745-bf74-2054d272111a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9694c7d3-eb2a-563e-a489-19b51c18578f/9694c7d3-eb2a-563e-a489-19b51c18578f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66383,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746016/general/c929fd94-7d1b-4270-a9b6-dfebd9148e49.jpg',
'Width': 1024}],
'price': 24200,
'price_includes_vat': True,
'registration_date': '2021-11-11',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'BMW 5 Series Touring 530 M Sport - xDrive - Hybrid - Automatic - '
'184 hp - 108.468 km',
'transmission': 'automatic',
'trim': 'M Sport',
'vin': None,
'year': 2021}
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728949%27 HTTP/1.1" 200 None
2026-03-26 12:25:50 [adesa.de] INFO: Saving data for 10728949: {'created_time': 1774527950.262784, 'last_price_update_time': 1774527950.262799, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728949') HTTP/1.1" 204 0
2026-03-26 12:25:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746555/general/4d3c42c6-c9ec-4b69-80c2-685669330cfa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726526)
2026-03-26 12:25:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746555/general/08a50ed2-177e-4d17-88c4-81fdac8416e9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726526)
2026-03-26 12:25:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dc3557e-a85d-5286-a1d8-58525f1c79cc with identifier: 10728956
2026-03-26 12:25:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dc3557e-a85d-5286-a1d8-58525f1c79cc with scrape type 1
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2dc3557e-a85d-5286-a1d8-58525f1c79cc
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252F4e5a5d2f-e737-416c-9d9c-e5e9db1a40f1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/4e5a5d2f-e737-416c-9d9c-e5e9db1a40f1.jpg not downloaded yet
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252Fb98c8f90-6c0c-4ec6-b8fb-2439e7a2a604.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/b98c8f90-6c0c-4ec6-b8fb-2439e7a2a604.jpg not downloaded yet
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252Fcc90bf49-eba8-4b97-b5aa-b0fc917ebefb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/cc90bf49-eba8-4b97-b5aa-b0fc917ebefb.jpg not downloaded yet
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252F7a80748e-4f67-4ad8-a8eb-4af18b08d2b9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/7a80748e-4f67-4ad8-a8eb-4af18b08d2b9.jpg not downloaded yet
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252Fb40c455c-197e-4643-b7eb-255db5b6758a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/b40c455c-197e-4643-b7eb-255db5b6758a.jpg not downloaded yet
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09f690>
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F4d3c42c6-c9ec-4b69-80c2-685669330cfa.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/4d3c42c6-c9ec-4b69-80c2-685669330cfa.jpg saved to cache
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1ddeb960-3076-55b7-89c0-dee630cc2b58
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563cb010>
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F08a50ed2-177e-4d17-88c4-81fdac8416e9.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/08a50ed2-177e-4d17-88c4-81fdac8416e9.jpg saved to cache
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1ddeb960-3076-55b7-89c0-dee630cc2b58
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252F87b814ed-8763-4af5-bb51-b23a6e643197.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/87b814ed-8763-4af5-bb51-b23a6e643197.jpg not downloaded yet
2026-03-26 12:25:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746555/general/9755ade3-feb5-4212-bb1f-a05703d21a6e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726526)
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252Fc8011d90-ef3e-4391-b36d-7be02f44e7f8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/c8011d90-ef3e-4391-b36d-7be02f44e7f8.jpg not downloaded yet
2026-03-26 12:25:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746555/general/90a90a44-8970-4924-a2dd-05d9746b272d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726526)
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252Fce242f1d-3382-4c18-b658-6af338dc171f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/ce242f1d-3382-4c18-b658-6af338dc171f.jpg not downloaded yet
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252Ffff0ceb0-6985-496c-83b0-87c109adbda1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/fff0ceb0-6985-496c-83b0-87c109adbda1.jpg not downloaded yet
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252F5f8dbceb-7513-448b-bf03-28f12c4b8441.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/5f8dbceb-7513-448b-bf03-28f12c4b8441.jpg not downloaded yet
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564dc890>
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F9755ade3-feb5-4212-bb1f-a05703d21a6e.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/9755ade3-feb5-4212-bb1f-a05703d21a6e.jpg saved to cache
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1ddeb960-3076-55b7-89c0-dee630cc2b58
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156eb86d0>
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F90a90a44-8970-4924-a2dd-05d9746b272d.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/90a90a44-8970-4924-a2dd-05d9746b272d.jpg saved to cache
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1ddeb960-3076-55b7-89c0-dee630cc2b58
2026-03-26 12:25:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746025/general/87b814ed-8763-4af5-bb51-b23a6e643197.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728956)
2026-03-26 12:25:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746025/general/b40c455c-197e-4643-b7eb-255db5b6758a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728956)
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156edf8d0>
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252F87b814ed-8763-4af5-bb51-b23a6e643197.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/87b814ed-8763-4af5-bb51-b23a6e643197.jpg saved to cache
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2dc3557e-a85d-5286-a1d8-58525f1c79cc
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156417bd0>
2026-03-26 12:25:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252Fb40c455c-197e-4643-b7eb-255db5b6758a.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/b40c455c-197e-4643-b7eb-255db5b6758a.jpg saved to cache
2026-03-26 12:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2dc3557e-a85d-5286-a1d8-58525f1c79cc
2026-03-26 12:25:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746025/general/fff0ceb0-6985-496c-83b0-87c109adbda1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728956)
2026-03-26 12:25:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746025/general/5f8dbceb-7513-448b-bf03-28f12c4b8441.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728956)
2026-03-26 12:25:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746025/general/c8011d90-ef3e-4391-b36d-7be02f44e7f8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728956)
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564dd790>
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252Ffff0ceb0-6985-496c-83b0-87c109adbda1.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/fff0ceb0-6985-496c-83b0-87c109adbda1.jpg saved to cache
2026-03-26 12:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2dc3557e-a85d-5286-a1d8-58525f1c79cc
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565188d0>
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252F5f8dbceb-7513-448b-bf03-28f12c4b8441.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/5f8dbceb-7513-448b-bf03-28f12c4b8441.jpg saved to cache
2026-03-26 12:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2dc3557e-a85d-5286-a1d8-58525f1c79cc
2026-03-26 12:25:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746025/general/ce242f1d-3382-4c18-b658-6af338dc171f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728956)
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c175110>
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252Fc8011d90-ef3e-4391-b36d-7be02f44e7f8.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/c8011d90-ef3e-4391-b36d-7be02f44e7f8.jpg saved to cache
2026-03-26 12:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2dc3557e-a85d-5286-a1d8-58525f1c79cc
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563c8ed0>
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252Fce242f1d-3382-4c18-b658-6af338dc171f.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/ce242f1d-3382-4c18-b658-6af338dc171f.jpg saved to cache
2026-03-26 12:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2dc3557e-a85d-5286-a1d8-58525f1c79cc
2026-03-26 12:25:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746025/general/7a80748e-4f67-4ad8-a8eb-4af18b08d2b9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728956)
2026-03-26 12:25:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746025/general/cc90bf49-eba8-4b97-b5aa-b0fc917ebefb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728956)
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156312f10>
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252F7a80748e-4f67-4ad8-a8eb-4af18b08d2b9.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/7a80748e-4f67-4ad8-a8eb-4af18b08d2b9.jpg saved to cache
2026-03-26 12:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2dc3557e-a85d-5286-a1d8-58525f1c79cc
2026-03-26 12:25:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746025/general/b98c8f90-6c0c-4ec6-b8fb-2439e7a2a604.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728956)
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015644e8d0>
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252Fcc90bf49-eba8-4b97-b5aa-b0fc917ebefb.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/cc90bf49-eba8-4b97-b5aa-b0fc917ebefb.jpg saved to cache
2026-03-26 12:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2dc3557e-a85d-5286-a1d8-58525f1c79cc
2026-03-26 12:25:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746025/general/4e5a5d2f-e737-416c-9d9c-e5e9db1a40f1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728956)
2026-03-26 12:25:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728965> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156311790>
2026-03-26 12:25:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252Fb98c8f90-6c0c-4ec6-b8fb-2439e7a2a604.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/b98c8f90-6c0c-4ec6-b8fb-2439e7a2a604.jpg saved to cache
2026-03-26 12:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2dc3557e-a85d-5286-a1d8-58525f1c79cc
2026-03-26 12:25:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746555/general/a2c0fe8d-7a7f-41f6-9460-fda89a8a2857.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726526)
2026-03-26 12:25:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746555/general/22e70886-1d6f-4698-9266-313507e83150.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726526)
2026-03-26 12:25:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633ae90>
2026-03-26 12:25:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746025%252Fgeneral%252F4e5a5d2f-e737-416c-9d9c-e5e9db1a40f1.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746025/general/4e5a5d2f-e737-416c-9d9c-e5e9db1a40f1.jpg saved to cache
2026-03-26 12:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2dc3557e-a85d-5286-a1d8-58525f1c79cc
2026-03-26 12:25:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2dc3557e-a85d-5286-a1d8-58525f1c79cc, skipping ID generation
2026-03-26 12:25:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dc3557e-a85d-5286-a1d8-58525f1c79cc with scrape type 1
2026-03-26 12:25:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2dc3557e-a85d-5286-a1d8-58525f1c79cc sending to next pipeline
2026-03-26 12:25:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 2dc3557e-a85d-5286-a1d8-58525f1c79cc, identifier: 10728956
2026-03-26 12:25:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5 with identifier: 10728965
2026-03-26 12:25:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5 with scrape type 1
2026-03-26 12:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F6b26b763-d8e3-4ad0-90e3-3c38f0c3e1dc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/6b26b763-d8e3-4ad0-90e3-3c38f0c3e1dc.jpg not downloaded yet
2026-03-26 12:25:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746555/general/42e31f69-536c-4601-8468-38e362d5e0a9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726526)
2026-03-26 12:25:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 2dc3557e-a85d-5286-a1d8-58525f1c79cc with identifier: 10728956
2026-03-26 12:25:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 2dc3557e-a85d-5286-a1d8-58525f1c79cc with identifier: 10728956
2026-03-26 12:25:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 2dc3557e-a85d-5286-a1d8-58525f1c79cc with identifier: 10728956 to the API
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746025/general/4e5a5d2f-e737-416c-9d9c-e5e9db1a40f1.jpg>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 190,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Diesel',
'id': '2dc3557e-a85d-5286-a1d8-58525f1c79cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'F-JW22',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728956',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': '3 Series',
'odometer': 66244,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 327582,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746025/general/4e5a5d2f-e737-416c-9d9c-e5e9db1a40f1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 321674,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746025/general/b98c8f90-6c0c-4ec6-b8fb-2439e7a2a604.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 320732,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746025/general/cc90bf49-eba8-4b97-b5aa-b0fc917ebefb.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 321782,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746025/general/7a80748e-4f67-4ad8-a8eb-4af18b08d2b9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 325729,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746025/general/b40c455c-197e-4643-b7eb-255db5b6758a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 316941,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746025/general/87b814ed-8763-4af5-bb51-b23a6e643197.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 313008,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746025/general/c8011d90-ef3e-4391-b36d-7be02f44e7f8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 331283,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746025/general/ce242f1d-3382-4c18-b658-6af338dc171f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 326910,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746025/general/fff0ceb0-6985-496c-83b0-87c109adbda1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2dc3557e-a85d-5286-a1d8-58525f1c79cc/2dc3557e-a85d-5286-a1d8-58525f1c79cc_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 353777,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746025/general/5f8dbceb-7513-448b-bf03-28f12c4b8441.jpg',
'Width': 1280}],
'price': 24400,
'price_includes_vat': True,
'registration_date': '2023-02-22',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'BMW 3 Series Touring 320d - Diesel - Automatic - 190 hp - 66.244 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728956%27 HTTP/1.1" 200 None
2026-03-26 12:25:52 [adesa.de] INFO: Saving data for 10728956: {'created_time': 1774527952.817682, 'last_price_update_time': 1774527952.817694, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728956') HTTP/1.1" 204 0
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F2be03a3a-3ea0-4d47-b2d1-1f59a35e7d2d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/2be03a3a-3ea0-4d47-b2d1-1f59a35e7d2d.jpg not downloaded yet
2026-03-26 12:25:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645f550>
2026-03-26 12:25:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252Fa2c0fe8d-7a7f-41f6-9460-fda89a8a2857.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/a2c0fe8d-7a7f-41f6-9460-fda89a8a2857.jpg saved to cache
2026-03-26 12:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1ddeb960-3076-55b7-89c0-dee630cc2b58
2026-03-26 12:25:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156332310>
2026-03-26 12:25:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F22e70886-1d6f-4698-9266-313507e83150.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/22e70886-1d6f-4698-9266-313507e83150.jpg saved to cache
2026-03-26 12:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1ddeb960-3076-55b7-89c0-dee630cc2b58
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F0b06b26c-ac0f-4e98-af1c-0f42593d5853.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/0b06b26c-ac0f-4e98-af1c-0f42593d5853.jpg not downloaded yet
2026-03-26 12:25:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723391> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ef0090>
2026-03-26 12:25:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F42e31f69-536c-4601-8468-38e362d5e0a9.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/42e31f69-536c-4601-8468-38e362d5e0a9.jpg saved to cache
2026-03-26 12:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1ddeb960-3076-55b7-89c0-dee630cc2b58
2026-03-26 12:25:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746555/general/2f89d45a-a9ed-4c7d-88ad-8d92d51c3ea5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726526)
2026-03-26 12:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F6314c139-c2dd-4c0d-bda3-66b9203b2754.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/6314c139-c2dd-4c0d-bda3-66b9203b2754.jpg not downloaded yet
2026-03-26 12:25:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746555/general/25b2c43c-9314-450f-8275-be3e172b50cb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726526)
2026-03-26 12:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F0a5116aa-2a7c-41d3-aae2-051d4e760214.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/0a5116aa-2a7c-41d3-aae2-051d4e760214.jpg not downloaded yet
2026-03-26 12:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F5778f0c3-ef79-4e46-b02a-628bd8971658.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/5778f0c3-ef79-4e46-b02a-628bd8971658.jpg not downloaded yet
2026-03-26 12:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F764b31fd-1da3-402b-8153-a8a0dc16c281.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/764b31fd-1da3-402b-8153-a8a0dc16c281.jpg not downloaded yet
2026-03-26 12:25:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b565e46-78a2-5d26-a37a-e079f5a89309 with identifier: 10723391
2026-03-26 12:25:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b565e46-78a2-5d26-a37a-e079f5a89309 with scrape type 2
2026-03-26 12:25:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b565e46-78a2-5d26-a37a-e079f5a89309 with scrape type 2
2026-03-26 12:25:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 5b565e46-78a2-5d26-a37a-e079f5a89309, identifier: 10723391
2026-03-26 12:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F41ab0821-95bd-4b90-adfe-1909283e2a64.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/41ab0821-95bd-4b90-adfe-1909283e2a64.jpg not downloaded yet
2026-03-26 12:25:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 5b565e46-78a2-5d26-a37a-e079f5a89309 with identifier: 10723391
2026-03-26 12:25:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 5b565e46-78a2-5d26-a37a-e079f5a89309 with identifier: 10723391
2026-03-26 12:25:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 5b565e46-78a2-5d26-a37a-e079f5a89309 with identifier: 10723391 to the API
2026-03-26 12:25:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723391>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-26T13:00:00Z',
'fuel_type': 'Diesel',
'id': '5b565e46-78a2-5d26-a37a-e079f5a89309',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'IN-MS 5077',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723391',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 93930,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 12000,
'price_includes_vat': True,
'registration_date': '2021-07-27',
'seats_number': 5,
'seller_name': 'Media-Saturn Deutschland GmbH',
'title': 'Skoda Octavia Combi 2.0 TDI Style - Diesel - Automatic - 150 hp - '
'93.930 km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2021}
2026-03-26 12:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723391%27 HTTP/1.1" 200 None
2026-03-26 12:25:53 [adesa.de] INFO: Saving data for 10723391: {'auction_closing_time': 1774530000.0, 'created_time': 1774441188.564811, 'last_price_update_time': 1774527953.938472}
2026-03-26 12:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723391') HTTP/1.1" 204 0
2026-03-26 12:25:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746036/general/0b06b26c-ac0f-4e98-af1c-0f42593d5853.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728965)
2026-03-26 12:25:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746036/general/2be03a3a-3ea0-4d47-b2d1-1f59a35e7d2d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728965)
2026-03-26 12:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252Fcd74aba7-410c-4b08-b98b-dc93b31caab0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/cd74aba7-410c-4b08-b98b-dc93b31caab0.jpg not downloaded yet
2026-03-26 12:25:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746036/general/6b26b763-d8e3-4ad0-90e3-3c38f0c3e1dc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728965)
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156511810>
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F2f89d45a-a9ed-4c7d-88ad-8d92d51c3ea5.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/2f89d45a-a9ed-4c7d-88ad-8d92d51c3ea5.jpg saved to cache
2026-03-26 12:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1ddeb960-3076-55b7-89c0-dee630cc2b58
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015653ced0>
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746555%252Fgeneral%252F25b2c43c-9314-450f-8275-be3e172b50cb.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746555/general/25b2c43c-9314-450f-8275-be3e172b50cb.jpg saved to cache
2026-03-26 12:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1ddeb960-3076-55b7-89c0-dee630cc2b58
2026-03-26 12:25:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1ddeb960-3076-55b7-89c0-dee630cc2b58, skipping ID generation
2026-03-26 12:25:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ddeb960-3076-55b7-89c0-dee630cc2b58 with scrape type 1
2026-03-26 12:25:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1ddeb960-3076-55b7-89c0-dee630cc2b58 sending to next pipeline
2026-03-26 12:25:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 1ddeb960-3076-55b7-89c0-dee630cc2b58, identifier: 10726526
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F1afd3a76-6532-40e6-99f9-05657d0af479.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/1afd3a76-6532-40e6-99f9-05657d0af479.jpg not downloaded yet
2026-03-26 12:25:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 1ddeb960-3076-55b7-89c0-dee630cc2b58 with identifier: 10726526
2026-03-26 12:25:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 1ddeb960-3076-55b7-89c0-dee630cc2b58 with identifier: 10726526
2026-03-26 12:25:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 1ddeb960-3076-55b7-89c0-dee630cc2b58 with identifier: 10726526 to the API
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746555/general/25b2c43c-9314-450f-8275-be3e172b50cb.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '1ddeb960-3076-55b7-89c0-dee630cc2b58',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4503176',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726526',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 37342,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 24,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108020,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746555/general/2f89d45a-a9ed-4c7d-88ad-8d92d51c3ea5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116157,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746555/general/25b2c43c-9314-450f-8275-be3e172b50cb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167217,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746555/general/42e31f69-536c-4601-8468-38e362d5e0a9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162196,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746555/general/22e70886-1d6f-4698-9266-313507e83150.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97725,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746555/general/a2c0fe8d-7a7f-41f6-9460-fda89a8a2857.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147417,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746555/general/9755ade3-feb5-4212-bb1f-a05703d21a6e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150806,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746555/general/90a90a44-8970-4924-a2dd-05d9746b272d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137328,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746555/general/08a50ed2-177e-4d17-88c4-81fdac8416e9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145039,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746555/general/4d3c42c6-c9ec-4b69-80c2-685669330cfa.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ddeb960-3076-55b7-89c0-dee630cc2b58/1ddeb960-3076-55b7-89c0-dee630cc2b58_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89892,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746555/general/64870598-b1bf-436c-8b30-3a359bcdf56b.jpg',
'Width': 800}],
'price': 19000,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volvo XC40 B4 Plus Bright - Petrol - Automatic - 197 hp - 37.342 km',
'transmission': 'automatic',
'trim': 'Plus Bright',
'vin': None,
'year': 2022}
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726526%27 HTTP/1.1" 200 None
2026-03-26 12:25:54 [adesa.de] INFO: Saving data for 10726526: {'created_time': 1774527954.655464, 'last_price_update_time': 1774527954.655477, 'auction_closing_time': 1774962000.0}
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726526') HTTP/1.1" 204 0
2026-03-26 12:25:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746036/general/764b31fd-1da3-402b-8153-a8a0dc16c281.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728965)
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564c93d0>
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F0b06b26c-ac0f-4e98-af1c-0f42593d5853.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/0b06b26c-ac0f-4e98-af1c-0f42593d5853.jpg saved to cache
2026-03-26 12:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c106b90>
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F2be03a3a-3ea0-4d47-b2d1-1f59a35e7d2d.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/2be03a3a-3ea0-4d47-b2d1-1f59a35e7d2d.jpg saved to cache
2026-03-26 12:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e05d0>
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F6b26b763-d8e3-4ad0-90e3-3c38f0c3e1dc.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/6b26b763-d8e3-4ad0-90e3-3c38f0c3e1dc.jpg saved to cache
2026-03-26 12:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5
2026-03-26 12:25:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746036/general/41ab0821-95bd-4b90-adfe-1909283e2a64.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728965)
2026-03-26 12:25:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746036/general/5778f0c3-ef79-4e46-b02a-628bd8971658.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728965)
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0575d0>
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F764b31fd-1da3-402b-8153-a8a0dc16c281.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/764b31fd-1da3-402b-8153-a8a0dc16c281.jpg saved to cache
2026-03-26 12:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5
2026-03-26 12:25:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746036/general/1afd3a76-6532-40e6-99f9-05657d0af479.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728965)
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156530610>
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F41ab0821-95bd-4b90-adfe-1909283e2a64.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/41ab0821-95bd-4b90-adfe-1909283e2a64.jpg saved to cache
2026-03-26 12:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5
2026-03-26 12:25:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746036/general/cd74aba7-410c-4b08-b98b-dc93b31caab0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728965)
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156313690>
2026-03-26 12:25:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F5778f0c3-ef79-4e46-b02a-628bd8971658.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/5778f0c3-ef79-4e46-b02a-628bd8971658.jpg saved to cache
2026-03-26 12:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5
2026-03-26 12:25:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746036/general/0a5116aa-2a7c-41d3-aae2-051d4e760214.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728965)
2026-03-26 12:25:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746036/general/6314c139-c2dd-4c0d-bda3-66b9203b2754.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728965)
2026-03-26 12:25:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e2b2d0>
2026-03-26 12:25:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F1afd3a76-6532-40e6-99f9-05657d0af479.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/1afd3a76-6532-40e6-99f9-05657d0af479.jpg saved to cache
2026-03-26 12:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5
2026-03-26 12:25:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e85f90>
2026-03-26 12:25:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252Fcd74aba7-410c-4b08-b98b-dc93b31caab0.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/cd74aba7-410c-4b08-b98b-dc93b31caab0.jpg saved to cache
2026-03-26 12:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5
2026-03-26 12:25:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632e9d0>
2026-03-26 12:25:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F0a5116aa-2a7c-41d3-aae2-051d4e760214.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/0a5116aa-2a7c-41d3-aae2-051d4e760214.jpg saved to cache
2026-03-26 12:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5
2026-03-26 12:25:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:25:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f7afd0>
2026-03-26 12:25:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:25: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 12:25:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:25:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746036%252Fgeneral%252F6314c139-c2dd-4c0d-bda3-66b9203b2754.jpg') HTTP/1.1" 204 0
2026-03-26 12:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746036/general/6314c139-c2dd-4c0d-bda3-66b9203b2754.jpg saved to cache
2026-03-26 12:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5
2026-03-26 12:25:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5, skipping ID generation
2026-03-26 12:25:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5 with scrape type 1
2026-03-26 12:25:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5 sending to next pipeline
2026-03-26 12:25:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5, identifier: 10728965
2026-03-26 12:25:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5 with identifier: 10728965
2026-03-26 12:25:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5 with identifier: 10728965
2026-03-26 12:25:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 57b325cc-7b1f-5ea8-85f1-a60358e8bcb5 with identifier: 10728965 to the API
2026-03-26 12:25:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746036/general/6314c139-c2dd-4c0d-bda3-66b9203b2754.jpg>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 200,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Diesel',
'id': '57b325cc-7b1f-5ea8-85f1-a60358e8bcb5',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WI-AB791',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728965',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Superb',
'odometer': 153994,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 42,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160602,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746036/general/6b26b763-d8e3-4ad0-90e3-3c38f0c3e1dc.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168057,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746036/general/2be03a3a-3ea0-4d47-b2d1-1f59a35e7d2d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165592,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746036/general/0b06b26c-ac0f-4e98-af1c-0f42593d5853.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155605,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746036/general/6314c139-c2dd-4c0d-bda3-66b9203b2754.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131002,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746036/general/0a5116aa-2a7c-41d3-aae2-051d4e760214.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107562,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746036/general/5778f0c3-ef79-4e46-b02a-628bd8971658.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125434,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746036/general/764b31fd-1da3-402b-8153-a8a0dc16c281.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164572,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746036/general/41ab0821-95bd-4b90-adfe-1909283e2a64.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90993,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746036/general/cd74aba7-410c-4b08-b98b-dc93b31caab0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57b325cc-7b1f-5ea8-85f1-a60358e8bcb5/57b325cc-7b1f-5ea8-85f1-a60358e8bcb5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115101,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746036/general/1afd3a76-6532-40e6-99f9-05657d0af479.jpg',
'Width': 1024}],
'price': 18700,
'price_includes_vat': True,
'registration_date': '2021-12-15',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Skoda Superb Combi 2.0 TDI Sportline - Diesel - Automatic - 200 hp '
'- 153.994 km',
'transmission': 'automatic',
'trim': 'Sportline',
'vin': None,
'year': 2021}
2026-03-26 12:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728965%27 HTTP/1.1" 200 None
2026-03-26 12:25:56 [adesa.de] INFO: Saving data for 10728965: {'created_time': 1774527956.272736, 'last_price_update_time': 1774527956.272748, 'auction_closing_time': 1774611000.0}
2026-03-26 12:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728965') HTTP/1.1" 204 0
2026-03-26 12:25:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723464> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7544b98d-4215-5362-84ac-ff713df7cf26 with identifier: 10723464
2026-03-26 12:25:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7544b98d-4215-5362-84ac-ff713df7cf26 with scrape type 2
2026-03-26 12:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7544b98d-4215-5362-84ac-ff713df7cf26 with scrape type 2
2026-03-26 12:25:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 7544b98d-4215-5362-84ac-ff713df7cf26, identifier: 10723464
2026-03-26 12:25:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 7544b98d-4215-5362-84ac-ff713df7cf26 with identifier: 10723464
2026-03-26 12:25:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 7544b98d-4215-5362-84ac-ff713df7cf26 with identifier: 10723464
2026-03-26 12:25:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 7544b98d-4215-5362-84ac-ff713df7cf26 with identifier: 10723464 to the API
2026-03-26 12:25:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:25: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 12:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723464>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 265,
'expiration_date': '2026-03-26T13:00:00Z',
'fuel_type': 'Hybrid',
'id': '7544b98d-4215-5362-84ac-ff713df7cf26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'D-EV 25E',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723464',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Audi',
'model': 'Q5',
'odometer': 118891,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 22500,
'price_includes_vat': True,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': 'ERGO Versicherungsgruppe AG',
'title': 'Audi Q5 Sportback 55 TFSIe S Line - Quattro - Hybrid - Automatic - '
'265 hp - 118.891 km',
'transmission': 'automatic',
'trim': 'S Line',
'vin': None,
'year': 2021}
2026-03-26 12:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723464%27 HTTP/1.1" 200 None
2026-03-26 12:25:58 [adesa.de] INFO: Saving data for 10723464: {'auction_closing_time': 1774530000.0, 'created_time': 1774441136.747891, 'last_price_update_time': 1774527958.397326}
2026-03-26 12:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723464') HTTP/1.1" 204 0
2026-03-26 12:25:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717063> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:25: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 12:25:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b35bf53-9b72-5f30-b55f-72f64f980f83 with identifier: 10717063
2026-03-26 12:25:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b35bf53-9b72-5f30-b55f-72f64f980f83 with scrape type 2
2026-03-26 12:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b35bf53-9b72-5f30-b55f-72f64f980f83 with scrape type 2
2026-03-26 12:25:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 0b35bf53-9b72-5f30-b55f-72f64f980f83, identifier: 10717063
2026-03-26 12:25:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 0b35bf53-9b72-5f30-b55f-72f64f980f83 with identifier: 10717063
2026-03-26 12:25:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 0b35bf53-9b72-5f30-b55f-72f64f980f83 with identifier: 10717063
2026-03-26 12:25:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 0b35bf53-9b72-5f30-b55f-72f64f980f83 with identifier: 10717063 to the API
2026-03-26 12:25:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:26: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 12:26:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717063>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 207,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': '0b35bf53-9b72-5f30-b55f-72f64f980f83',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LGXCE4CB5P2005005',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717063',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Byd',
'model': 'Atto 3',
'odometer': 16234,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 19900,
'price_includes_vat': True,
'registration_date': '2023-12-12',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Byd Atto 3 Design - Electric - Automatic - 207 hp - 16.234 km',
'transmission': 'automatic',
'trim': 'Design',
'vin': None,
'year': 2023}
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717063%27 HTTP/1.1" 200 None
2026-03-26 12:26:00 [adesa.de] INFO: Saving data for 10717063: {'auction_closing_time': 1774539000.0, 'created_time': 1774441473.817903, 'last_price_update_time': 1774527960.143474}
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717063') HTTP/1.1" 204 0
2026-03-26 12:26:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728966> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:26:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4645b49-a9e9-5644-911c-093edfe03a24 with identifier: 10728966
2026-03-26 12:26:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4645b49-a9e9-5644-911c-093edfe03a24 with scrape type 1
2026-03-26 12:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e4645b49-a9e9-5644-911c-093edfe03a24
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252Fab7f1a3a-d0eb-4325-9e05-8c6b141344da.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/ab7f1a3a-d0eb-4325-9e05-8c6b141344da.jpg not downloaded yet
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252Fd377079e-874d-4698-a99e-4678f889f5c8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/d377079e-874d-4698-a99e-4678f889f5c8.jpg not downloaded yet
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252F5a535253-6e81-4bf6-bbb9-7c69a9410ff4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/5a535253-6e81-4bf6-bbb9-7c69a9410ff4.jpg not downloaded yet
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252F75215e81-371b-4e84-a8de-00bcf0598884.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/75215e81-371b-4e84-a8de-00bcf0598884.jpg not downloaded yet
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252F3b53e26f-4de9-4093-bd5c-6856074fa0b8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/3b53e26f-4de9-4093-bd5c-6856074fa0b8.jpg not downloaded yet
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252F0de7fbde-c640-4040-a87c-bbf0db6099db.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/0de7fbde-c640-4040-a87c-bbf0db6099db.jpg not downloaded yet
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252F307bc7ed-50dc-485d-878b-d3c0875b6870.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/307bc7ed-50dc-485d-878b-d3c0875b6870.jpg not downloaded yet
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252F3ae97bcb-ee09-4252-9ab9-3ae8d93bf6c9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/3ae97bcb-ee09-4252-9ab9-3ae8d93bf6c9.jpg not downloaded yet
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252Fc67e3e0f-f40a-439e-b67a-8c8dc228945f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/c67e3e0f-f40a-439e-b67a-8c8dc228945f.jpg not downloaded yet
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252F324541d0-047f-478c-af11-d78a2486887a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/324541d0-047f-478c-af11-d78a2486887a.jpg not downloaded yet
2026-03-26 12:26:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728960> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26: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 12:26:02 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26: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 12:26:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1db6602-560c-5f36-8ee3-822b160f7e02 with identifier: 10728960
2026-03-26 12:26:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1db6602-560c-5f36-8ee3-822b160f7e02 with scrape type 1
2026-03-26 12:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e1db6602-560c-5f36-8ee3-822b160f7e02
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252Fa74bef9d-9e04-4b7b-ac3b-22cb9f69a648.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/a74bef9d-9e04-4b7b-ac3b-22cb9f69a648.jpg not downloaded yet
2026-03-26 12:26:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746039/general/324541d0-047f-478c-af11-d78a2486887a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728966)
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252Fbcd81082-0c12-494e-ba9c-7b07dfc1ecf6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/bcd81082-0c12-494e-ba9c-7b07dfc1ecf6.jpg not downloaded yet
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252F4171553c-5e3f-443a-8e75-475eea1b98de.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/4171553c-5e3f-443a-8e75-475eea1b98de.jpg not downloaded yet
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252F90a19a11-1411-42d5-85df-7787fa79a244.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/90a19a11-1411-42d5-85df-7787fa79a244.jpg not downloaded yet
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252Fb082e9fb-c4b4-41e5-8303-fc78cf42f02e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/b082e9fb-c4b4-41e5-8303-fc78cf42f02e.jpg not downloaded yet
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10724803
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724803%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10724803: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10724803 url https://www.openlane.eu/en/carv6/auction/10724803
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10100285
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710100285%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10100285: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10100285 url https://www.openlane.eu/en/carv6/auction/10100285
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10504923
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504923%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10504923: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10504923 url https://www.openlane.eu/en/carv6/auction/10504923
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10504956
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504956%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10504956: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10504956 url https://www.openlane.eu/en/carv6/auction/10504956
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10504969
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504969%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10504969: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10504969 url https://www.openlane.eu/en/carv6/auction/10504969
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10505032
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710505032%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10505032: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10505032 url https://www.openlane.eu/en/carv6/auction/10505032
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10505038
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710505038%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10505038: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10505038 url https://www.openlane.eu/en/carv6/auction/10505038
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10548333
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710548333%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10548333: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10548333 url https://www.openlane.eu/en/carv6/auction/10548333
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10505050
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710505050%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10505050: 2
2026-03-26 12:26:02 [adesa.de] INFO: Scraping item 10505050 url https://www.openlane.eu/en/carv6/auction/10505050
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252F2e7dfb6f-f596-4ea9-af14-82c05949d7e1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/2e7dfb6f-f596-4ea9-af14-82c05949d7e1.jpg not downloaded yet
2026-03-26 12:26:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746039/general/c67e3e0f-f40a-439e-b67a-8c8dc228945f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728966)
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10504915
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504915%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10504915: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10504915 url https://www.openlane.eu/en/carv6/auction/10504915
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10505023
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710505023%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10505023: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10505023 url https://www.openlane.eu/en/carv6/auction/10505023
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10504910
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504910%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10504910: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10504910 url https://www.openlane.eu/en/carv6/auction/10504910
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10504988
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504988%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10504988: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10504988 url https://www.openlane.eu/en/carv6/auction/10504988
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10504992
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504992%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10504992: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10504992 url https://www.openlane.eu/en/carv6/auction/10504992
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10504959
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504959%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10504959: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10504959 url https://www.openlane.eu/en/carv6/auction/10504959
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10504919
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504919%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10504919: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10504919 url https://www.openlane.eu/en/carv6/auction/10504919
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10504958
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504958%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10504958: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10504958 url https://www.openlane.eu/en/carv6/auction/10504958
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10504980
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504980%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10504980: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10504980 url https://www.openlane.eu/en/carv6/auction/10504980
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10505021
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710505021%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10505021: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10505021 url https://www.openlane.eu/en/carv6/auction/10505021
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10527712
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710527712%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10527712: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10527712 url https://www.openlane.eu/en/carv6/auction/10527712
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10504951
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504951%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10504951: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10504951 url https://www.openlane.eu/en/carv6/auction/10504951
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10729521
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710729521%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10729521: 1
2026-03-26 12:26:02 [adesa.de] INFO: Scraping item 10729521 url https://www.openlane.eu/en/carv6/auction/10729521
2026-03-26 12:26:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746030/general/a74bef9d-9e04-4b7b-ac3b-22cb9f69a648.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728960)
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252F4a3fa516-a50d-4965-b47d-62827102bbaf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/4a3fa516-a50d-4965-b47d-62827102bbaf.jpg not downloaded yet
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10504986
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504986%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10504986: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10504986 url https://www.openlane.eu/en/carv6/auction/10504986
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10530502
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710530502%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10530502: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10530502 url https://www.openlane.eu/en/carv6/auction/10530502
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10276383
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710276383%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10276383: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10276383 url https://www.openlane.eu/en/carv6/auction/10276383
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 9958697
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%279958697%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 9958697: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 9958697 url https://www.openlane.eu/en/carv6/auction/9958697
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10504985
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504985%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10504985: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10504985 url https://www.openlane.eu/en/carv6/auction/10504985
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10504984
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504984%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10504984: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10504984 url https://www.openlane.eu/en/carv6/auction/10504984
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10715526
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710715526%27 HTTP/1.1" 200 None
2026-03-26 12:26:02 [adesa.de] INFO: Scrape type for 10715526: 0
2026-03-26 12:26:02 [adesa.de] INFO: Skipping item 10715526 url https://www.openlane.eu/en/carv6/auction/10715526
2026-03-26 12:26:02 [adesa.de] INFO: Found listing with ID: 10665478
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710665478%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10665478: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10665478 url https://www.openlane.eu/en/carv6/auction/10665478
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10721613
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710721613%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10721613: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10721613 url https://www.openlane.eu/en/carv6/auction/10721613
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10597841
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710597841%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10597841: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10597841 url https://www.openlane.eu/en/carv6/auction/10597841
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10723812
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723812%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10723812: 1
2026-03-26 12:26:03 [adesa.de] INFO: Scraping item 10723812 url https://www.openlane.eu/en/carv6/auction/10723812
2026-03-26 12:26:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0de550>
2026-03-26 12:26:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252F324541d0-047f-478c-af11-d78a2486887a.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/324541d0-047f-478c-af11-d78a2486887a.jpg saved to cache
2026-03-26 12:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e4645b49-a9e9-5644-911c-093edfe03a24
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252F2274dfc2-1d43-40ba-a72b-b65d3bd0ef42.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/2274dfc2-1d43-40ba-a72b-b65d3bd0ef42.jpg not downloaded yet
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10698052
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710698052%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10698052: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10698052 url https://www.openlane.eu/en/carv6/auction/10698052
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10694524
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710694524%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10694524: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10694524 url https://www.openlane.eu/en/carv6/auction/10694524
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10703826
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710703826%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10703826: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10703826 url https://www.openlane.eu/en/carv6/auction/10703826
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10626566
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710626566%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10626566: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10626566 url https://www.openlane.eu/en/carv6/auction/10626566
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10698811
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710698811%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10698811: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10698811 url https://www.openlane.eu/en/carv6/auction/10698811
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10696471
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710696471%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10696471: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10696471 url https://www.openlane.eu/en/carv6/auction/10696471
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10505042
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710505042%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10505042: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10505042 url https://www.openlane.eu/en/carv6/auction/10505042
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10728749
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728749%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10728749: 1
2026-03-26 12:26:03 [adesa.de] INFO: Scraping item 10728749 url https://www.openlane.eu/en/carv6/auction/10728749
2026-03-26 12:26:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5c090>
2026-03-26 12:26:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252Fc67e3e0f-f40a-439e-b67a-8c8dc228945f.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/c67e3e0f-f40a-439e-b67a-8c8dc228945f.jpg saved to cache
2026-03-26 12:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e4645b49-a9e9-5644-911c-093edfe03a24
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252F4cb5eb71-ee70-4c53-acc5-8d89635eb96d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/4cb5eb71-ee70-4c53-acc5-8d89635eb96d.jpg not downloaded yet
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10663906
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710663906%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10663906: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10663906 url https://www.openlane.eu/en/carv6/auction/10663906
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10728625
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728625%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10728625: 1
2026-03-26 12:26:03 [adesa.de] INFO: Scraping item 10728625 url https://www.openlane.eu/en/carv6/auction/10728625
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252F883d0b89-bc78-40b3-aca1-841cd9f51adf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/883d0b89-bc78-40b3-aca1-841cd9f51adf.jpg not downloaded yet
2026-03-26 12:26:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015644dc10>
2026-03-26 12:26:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252Fa74bef9d-9e04-4b7b-ac3b-22cb9f69a648.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/a74bef9d-9e04-4b7b-ac3b-22cb9f69a648.jpg saved to cache
2026-03-26 12:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e1db6602-560c-5f36-8ee3-822b160f7e02
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10691964
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710691964%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10691964: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10691964 url https://www.openlane.eu/en/carv6/auction/10691964
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10728627
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728627%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10728627: 1
2026-03-26 12:26:03 [adesa.de] INFO: Scraping item 10728627 url https://www.openlane.eu/en/carv6/auction/10728627
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10707703
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710707703%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10707703: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10707703 url https://www.openlane.eu/en/carv6/auction/10707703
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10688552
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710688552%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10688552: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10688552 url https://www.openlane.eu/en/carv6/auction/10688552
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10553682
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710553682%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10553682: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10553682 url https://www.openlane.eu/en/carv6/auction/10553682
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10698181
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710698181%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10698181: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10698181 url https://www.openlane.eu/en/carv6/auction/10698181
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10697386
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710697386%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10697386: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10697386 url https://www.openlane.eu/en/carv6/auction/10697386
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10525350
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710525350%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10525350: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10525350 url https://www.openlane.eu/en/carv6/auction/10525350
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10606756
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710606756%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10606756: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10606756 url https://www.openlane.eu/en/carv6/auction/10606756
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10662396
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710662396%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10662396: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10662396 url https://www.openlane.eu/en/carv6/auction/10662396
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10585779
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710585779%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10585779: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10585779 url https://www.openlane.eu/en/carv6/auction/10585779
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10590424
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710590424%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10590424: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10590424 url https://www.openlane.eu/en/carv6/auction/10590424
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10719699
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710719699%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10719699: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10719699 url https://www.openlane.eu/en/carv6/auction/10719699
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10644733
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710644733%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10644733: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10644733 url https://www.openlane.eu/en/carv6/auction/10644733
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10557402
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710557402%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10557402: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10557402 url https://www.openlane.eu/en/carv6/auction/10557402
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10504929
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504929%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10504929: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10504929 url https://www.openlane.eu/en/carv6/auction/10504929
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10504917
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504917%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10504917: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10504917 url https://www.openlane.eu/en/carv6/auction/10504917
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10649966
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710649966%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10649966: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10649966 url https://www.openlane.eu/en/carv6/auction/10649966
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10504911
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504911%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10504911: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10504911 url https://www.openlane.eu/en/carv6/auction/10504911
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10504912
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504912%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10504912: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10504912 url https://www.openlane.eu/en/carv6/auction/10504912
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10505024
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710505024%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10505024: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10505024 url https://www.openlane.eu/en/carv6/auction/10505024
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10681290
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710681290%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10681290: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10681290 url https://www.openlane.eu/en/carv6/auction/10681290
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10504928
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504928%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10504928: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10504928 url https://www.openlane.eu/en/carv6/auction/10504928
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10504976
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504976%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10504976: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10504976 url https://www.openlane.eu/en/carv6/auction/10504976
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10504940
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504940%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10504940: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10504940 url https://www.openlane.eu/en/carv6/auction/10504940
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10662394
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710662394%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10662394: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10662394 url https://www.openlane.eu/en/carv6/auction/10662394
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10620678
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710620678%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10620678: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10620678 url https://www.openlane.eu/en/carv6/auction/10620678
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10662395
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710662395%27 HTTP/1.1" 200 None
2026-03-26 12:26:03 [adesa.de] INFO: Scrape type for 10662395: 0
2026-03-26 12:26:03 [adesa.de] INFO: Skipping item 10662395 url https://www.openlane.eu/en/carv6/auction/10662395
2026-03-26 12:26:03 [adesa.de] INFO: Found listing with ID: 10723811
2026-03-26 12:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723811%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10723811: 1
2026-03-26 12:26:04 [adesa.de] INFO: Scraping item 10723811 url https://www.openlane.eu/en/carv6/auction/10723811
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10723810
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723810%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10723810: 1
2026-03-26 12:26:04 [adesa.de] INFO: Scraping item 10723810 url https://www.openlane.eu/en/carv6/auction/10723810
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10505027
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710505027%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10505027: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10505027 url https://www.openlane.eu/en/carv6/auction/10505027
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10504974
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504974%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10504974: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10504974 url https://www.openlane.eu/en/carv6/auction/10504974
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10504944
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710504944%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10504944: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10504944 url https://www.openlane.eu/en/carv6/auction/10504944
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10676821
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710676821%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10676821: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10676821 url https://www.openlane.eu/en/carv6/auction/10676821
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10626289
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710626289%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10626289: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10626289 url https://www.openlane.eu/en/carv6/auction/10626289
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10626518
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710626518%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10626518: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10626518 url https://www.openlane.eu/en/carv6/auction/10626518
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10631171
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710631171%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10631171: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10631171 url https://www.openlane.eu/en/carv6/auction/10631171
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10626516
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710626516%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10626516: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10626516 url https://www.openlane.eu/en/carv6/auction/10626516
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10631172
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710631172%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10631172: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10631172 url https://www.openlane.eu/en/carv6/auction/10631172
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10676824
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710676824%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10676824: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10676824 url https://www.openlane.eu/en/carv6/auction/10676824
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10626287
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710626287%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10626287: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10626287 url https://www.openlane.eu/en/carv6/auction/10626287
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10626276
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710626276%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10626276: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10626276 url https://www.openlane.eu/en/carv6/auction/10626276
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10626274
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710626274%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10626274: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10626274 url https://www.openlane.eu/en/carv6/auction/10626274
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10626285
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710626285%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10626285: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10626285 url https://www.openlane.eu/en/carv6/auction/10626285
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10627083
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710627083%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10627083: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10627083 url https://www.openlane.eu/en/carv6/auction/10627083
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10640299
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710640299%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10640299: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10640299 url https://www.openlane.eu/en/carv6/auction/10640299
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10698064
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710698064%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10698064: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10698064 url https://www.openlane.eu/en/carv6/auction/10698064
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10626540
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710626540%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10626540: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10626540 url https://www.openlane.eu/en/carv6/auction/10626540
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10559443
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710559443%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10559443: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10559443 url https://www.openlane.eu/en/carv6/auction/10559443
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10729520
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710729520%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10729520: 1
2026-03-26 12:26:04 [adesa.de] INFO: Scraping item 10729520 url https://www.openlane.eu/en/carv6/auction/10729520
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10729522
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710729522%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10729522: 1
2026-03-26 12:26:04 [adesa.de] INFO: Scraping item 10729522 url https://www.openlane.eu/en/carv6/auction/10729522
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10707953
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710707953%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10707953: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10707953 url https://www.openlane.eu/en/carv6/auction/10707953
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10620675
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710620675%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10620675: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10620675 url https://www.openlane.eu/en/carv6/auction/10620675
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10625968
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710625968%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10625968: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10625968 url https://www.openlane.eu/en/carv6/auction/10625968
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10626545
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710626545%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10626545: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10626545 url https://www.openlane.eu/en/carv6/auction/10626545
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10631175
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710631175%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10631175: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10631175 url https://www.openlane.eu/en/carv6/auction/10631175
2026-03-26 12:26:04 [adesa.de] INFO: Found listing with ID: 10627628
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710627628%27 HTTP/1.1" 200 None
2026-03-26 12:26:04 [adesa.de] INFO: Scrape type for 10627628: 0
2026-03-26 12:26:04 [adesa.de] INFO: Skipping item 10627628 url https://www.openlane.eu/en/carv6/auction/10627628
2026-03-26 12:26:07 [scrapy.extensions.logstats] INFO: Crawled 190 pages (at 31 pages/min), scraped 165 items (at 28 items/min)
2026-03-26 12:26:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 169MiB
2026-03-26 12:26:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728958> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26: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 12:26:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c19aa4f7-82fe-55d0-a46f-8edadf016966 with identifier: 10728958
2026-03-26 12:26:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c19aa4f7-82fe-55d0-a46f-8edadf016966 with scrape type 1
2026-03-26 12:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c19aa4f7-82fe-55d0-a46f-8edadf016966
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252Ff9d55db9-a470-4ad6-882c-3fd7fd25bf21.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/f9d55db9-a470-4ad6-882c-3fd7fd25bf21.jpg not downloaded yet
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252Fe5ca035d-67db-422a-be93-559ef02909a1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/e5ca035d-67db-422a-be93-559ef02909a1.jpg not downloaded yet
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252Fc4322469-0e26-48ae-abd0-f90567bf55a2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/c4322469-0e26-48ae-abd0-f90567bf55a2.jpg not downloaded yet
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252F8d5dec22-389f-4c53-83c1-7ce3bc35eef5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/8d5dec22-389f-4c53-83c1-7ce3bc35eef5.jpg not downloaded yet
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252F9078a25e-9ac6-4962-876c-dccf91dc2555.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/9078a25e-9ac6-4962-876c-dccf91dc2555.jpg not downloaded yet
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252F1a7c23f2-742e-4da3-b8d2-b163d7fc4d5a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/1a7c23f2-742e-4da3-b8d2-b163d7fc4d5a.jpg not downloaded yet
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252F4229860d-8eaf-43d0-87a4-9f1ee6254479.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/4229860d-8eaf-43d0-87a4-9f1ee6254479.jpg not downloaded yet
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252F3a1c5280-c1a0-4758-befb-5e38847849cb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/3a1c5280-c1a0-4758-befb-5e38847849cb.jpg not downloaded yet
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252Fb1e08d37-dea0-4e32-9596-c17e7ad96e3a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/b1e08d37-dea0-4e32-9596-c17e7ad96e3a.jpg not downloaded yet
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252Fad003215-4308-4c2f-83ab-c10786e10809.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/ad003215-4308-4c2f-83ab-c10786e10809.jpg not downloaded yet
2026-03-26 12:26:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717061> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:26:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746027/general/ad003215-4308-4c2f-83ab-c10786e10809.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728958)
2026-03-26 12:26:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16bbe946-3957-51af-aba3-e44115c852c6 with identifier: 10717061
2026-03-26 12:26:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16bbe946-3957-51af-aba3-e44115c852c6 with scrape type 2
2026-03-26 12:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16bbe946-3957-51af-aba3-e44115c852c6 with scrape type 2
2026-03-26 12:26:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 16bbe946-3957-51af-aba3-e44115c852c6, identifier: 10717061
2026-03-26 12:26:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 16bbe946-3957-51af-aba3-e44115c852c6 with identifier: 10717061
2026-03-26 12:26:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 16bbe946-3957-51af-aba3-e44115c852c6 with identifier: 10717061
2026-03-26 12:26:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 16bbe946-3957-51af-aba3-e44115c852c6 with identifier: 10717061 to the API
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:26: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 12:26:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717061>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 310,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Hybrid',
'id': '16bbe946-3957-51af-aba3-e44115c852c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YV1LFH5V0P1952574',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717061',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'Volvo',
'model': 'XC90',
'odometer': 98028,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 36400,
'price_includes_vat': True,
'registration_date': '2022-12-16',
'seats_number': 7,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Volvo XC90 T8 Ultimate Dark - Hybrid - Automatic - 310 hp - 98.028 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate Dark',
'vin': None,
'year': 2022}
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717061%27 HTTP/1.1" 200 None
2026-03-26 12:26:16 [adesa.de] INFO: Saving data for 10717061: {'auction_closing_time': 1774539000.0, 'created_time': 1774441512.481808, 'last_price_update_time': 1774527976.458202}
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717061') HTTP/1.1" 204 0
2026-03-26 12:26:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746027/general/b1e08d37-dea0-4e32-9596-c17e7ad96e3a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728958)
2026-03-26 12:26:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c058410>
2026-03-26 12:26:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:26:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252Fad003215-4308-4c2f-83ab-c10786e10809.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/ad003215-4308-4c2f-83ab-c10786e10809.jpg saved to cache
2026-03-26 12:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c19aa4f7-82fe-55d0-a46f-8edadf016966
2026-03-26 12:26:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015640fad0>
2026-03-26 12:26:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:26:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252Fb1e08d37-dea0-4e32-9596-c17e7ad96e3a.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/b1e08d37-dea0-4e32-9596-c17e7ad96e3a.jpg saved to cache
2026-03-26 12:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c19aa4f7-82fe-55d0-a46f-8edadf016966
2026-03-26 12:26:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746027/general/3a1c5280-c1a0-4758-befb-5e38847849cb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728958)
2026-03-26 12:26:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746027/general/4229860d-8eaf-43d0-87a4-9f1ee6254479.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728958)
2026-03-26 12:26:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee0d50>
2026-03-26 12:26:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:26:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252F3a1c5280-c1a0-4758-befb-5e38847849cb.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/3a1c5280-c1a0-4758-befb-5e38847849cb.jpg saved to cache
2026-03-26 12:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c19aa4f7-82fe-55d0-a46f-8edadf016966
2026-03-26 12:26:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746027/general/1a7c23f2-742e-4da3-b8d2-b163d7fc4d5a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728958)
2026-03-26 12:26:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e0250>
2026-03-26 12:26:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:26:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252F4229860d-8eaf-43d0-87a4-9f1ee6254479.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/4229860d-8eaf-43d0-87a4-9f1ee6254479.jpg saved to cache
2026-03-26 12:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c19aa4f7-82fe-55d0-a46f-8edadf016966
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c23abd0>
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252F1a7c23f2-742e-4da3-b8d2-b163d7fc4d5a.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/1a7c23f2-742e-4da3-b8d2-b163d7fc4d5a.jpg saved to cache
2026-03-26 12:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c19aa4f7-82fe-55d0-a46f-8edadf016966
2026-03-26 12:26:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746027/general/9078a25e-9ac6-4962-876c-dccf91dc2555.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728958)
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ea4e50>
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252F9078a25e-9ac6-4962-876c-dccf91dc2555.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/9078a25e-9ac6-4962-876c-dccf91dc2555.jpg saved to cache
2026-03-26 12:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c19aa4f7-82fe-55d0-a46f-8edadf016966
2026-03-26 12:26:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746027/general/8d5dec22-389f-4c53-83c1-7ce3bc35eef5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728958)
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c05b090>
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252F8d5dec22-389f-4c53-83c1-7ce3bc35eef5.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/8d5dec22-389f-4c53-83c1-7ce3bc35eef5.jpg saved to cache
2026-03-26 12:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c19aa4f7-82fe-55d0-a46f-8edadf016966
2026-03-26 12:26:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746027/general/c4322469-0e26-48ae-abd0-f90567bf55a2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728958)
2026-03-26 12:26:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746027/general/e5ca035d-67db-422a-be93-559ef02909a1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728958)
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015640f390>
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252Fc4322469-0e26-48ae-abd0-f90567bf55a2.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/c4322469-0e26-48ae-abd0-f90567bf55a2.jpg saved to cache
2026-03-26 12:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c19aa4f7-82fe-55d0-a46f-8edadf016966
2026-03-26 12:26:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746027/general/f9d55db9-a470-4ad6-882c-3fd7fd25bf21.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728958)
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c059490>
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252Fe5ca035d-67db-422a-be93-559ef02909a1.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/e5ca035d-67db-422a-be93-559ef02909a1.jpg saved to cache
2026-03-26 12:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c19aa4f7-82fe-55d0-a46f-8edadf016966
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156389050>
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:26:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746027%252Fgeneral%252Ff9d55db9-a470-4ad6-882c-3fd7fd25bf21.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746027/general/f9d55db9-a470-4ad6-882c-3fd7fd25bf21.jpg saved to cache
2026-03-26 12:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c19aa4f7-82fe-55d0-a46f-8edadf016966
2026-03-26 12:26:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c19aa4f7-82fe-55d0-a46f-8edadf016966, skipping ID generation
2026-03-26 12:26:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c19aa4f7-82fe-55d0-a46f-8edadf016966 with scrape type 1
2026-03-26 12:26:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c19aa4f7-82fe-55d0-a46f-8edadf016966 sending to next pipeline
2026-03-26 12:26:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c19aa4f7-82fe-55d0-a46f-8edadf016966, identifier: 10728958
2026-03-26 12:26:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c19aa4f7-82fe-55d0-a46f-8edadf016966 with identifier: 10728958
2026-03-26 12:26:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c19aa4f7-82fe-55d0-a46f-8edadf016966 with identifier: 10728958
2026-03-26 12:26:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c19aa4f7-82fe-55d0-a46f-8edadf016966 with identifier: 10728958 to the API
2026-03-26 12:26:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:26: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 12:26:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746027/general/f9d55db9-a470-4ad6-882c-3fd7fd25bf21.jpg>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 204,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Diesel',
'id': 'c19aa4f7-82fe-55d0-a46f-8edadf016966',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'STA-EM543',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728958',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Audi',
'model': 'A6',
'odometer': 98530,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 39,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95584,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746027/general/f9d55db9-a470-4ad6-882c-3fd7fd25bf21.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106510,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746027/general/e5ca035d-67db-422a-be93-559ef02909a1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94207,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746027/general/c4322469-0e26-48ae-abd0-f90567bf55a2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102633,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746027/general/8d5dec22-389f-4c53-83c1-7ce3bc35eef5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96154,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746027/general/9078a25e-9ac6-4962-876c-dccf91dc2555.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89905,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746027/general/1a7c23f2-742e-4da3-b8d2-b163d7fc4d5a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92812,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746027/general/4229860d-8eaf-43d0-87a4-9f1ee6254479.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70167,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746027/general/3a1c5280-c1a0-4758-befb-5e38847849cb.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63078,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746027/general/b1e08d37-dea0-4e32-9596-c17e7ad96e3a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c19aa4f7-82fe-55d0-a46f-8edadf016966/c19aa4f7-82fe-55d0-a46f-8edadf016966_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85790,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746027/general/ad003215-4308-4c2f-83ab-c10786e10809.jpg',
'Width': 1024}],
'price': 26600,
'price_includes_vat': True,
'registration_date': '2022-06-03',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Audi A6 Avant 40 TDI Sport - Quattro - Diesel - Automatic - 204 hp '
'- 98.530 km',
'transmission': 'automatic',
'trim': 'Sport',
'vin': None,
'year': 2022}
2026-03-26 12:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728958%27 HTTP/1.1" 200 None
2026-03-26 12:26:18 [adesa.de] INFO: Saving data for 10728958: {'created_time': 1774527978.317497, 'last_price_update_time': 1774527978.317509, 'auction_closing_time': 1774611000.0}
2026-03-26 12:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728958') HTTP/1.1" 204 0
2026-03-26 12:26:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717095> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26: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 12:26:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2509348a-523d-5422-878b-83f510abf6f7 with identifier: 10717095
2026-03-26 12:26:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2509348a-523d-5422-878b-83f510abf6f7 with scrape type 2
2026-03-26 12:26:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2509348a-523d-5422-878b-83f510abf6f7 with scrape type 2
2026-03-26 12:26:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 2509348a-523d-5422-878b-83f510abf6f7, identifier: 10717095
2026-03-26 12:26:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 2509348a-523d-5422-878b-83f510abf6f7 with identifier: 10717095
2026-03-26 12:26:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 2509348a-523d-5422-878b-83f510abf6f7 with identifier: 10717095
2026-03-26 12:26:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 2509348a-523d-5422-878b-83f510abf6f7 with identifier: 10717095 to the API
2026-03-26 12:26:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:26: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 12:26:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717095>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Petrol',
'id': '2509348a-523d-5422-878b-83f510abf6f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LYVUZK9V0RB789686',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717095',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Volvo',
'model': 'XC60',
'odometer': 28762,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 30800,
'price_includes_vat': True,
'registration_date': '2024-01-19',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Volvo XC60 Plus Dark - Petrol - Automatic - 197 hp - 28.762 km',
'transmission': 'automatic',
'trim': 'Plus Dark',
'vin': None,
'year': 2024}
2026-03-26 12:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717095%27 HTTP/1.1" 200 None
2026-03-26 12:26:18 [adesa.de] INFO: Saving data for 10717095: {'auction_closing_time': 1774539000.0, 'created_time': 1774441513.208094, 'last_price_update_time': 1774527978.825255}
2026-03-26 12:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717095') HTTP/1.1" 204 0
2026-03-26 12:26:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717088> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26: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 12:26:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6991912e-d216-5208-8c6b-f8c9b563b9df with identifier: 10717088
2026-03-26 12:26:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6991912e-d216-5208-8c6b-f8c9b563b9df with scrape type 2
2026-03-26 12:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6991912e-d216-5208-8c6b-f8c9b563b9df with scrape type 2
2026-03-26 12:26:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6991912e-d216-5208-8c6b-f8c9b563b9df, identifier: 10717088
2026-03-26 12:26:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6991912e-d216-5208-8c6b-f8c9b563b9df with identifier: 10717088
2026-03-26 12:26:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6991912e-d216-5208-8c6b-f8c9b563b9df with identifier: 10717088
2026-03-26 12:26:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 6991912e-d216-5208-8c6b-f8c9b563b9df with identifier: 10717088 to the API
2026-03-26 12:26:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:26: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 12:26:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717088>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Petrol',
'id': '6991912e-d216-5208-8c6b-f8c9b563b9df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LYVUZK9V3RB790511',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717088',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Volvo',
'model': 'XC60',
'odometer': 26949,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 31300,
'price_includes_vat': True,
'registration_date': '2024-01-29',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Volvo XC60 Plus Dark - Petrol - Automatic - 197 hp - 26.949 km',
'transmission': 'automatic',
'trim': 'Plus Dark',
'vin': None,
'year': 2024}
2026-03-26 12:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717088%27 HTTP/1.1" 200 None
2026-03-26 12:26:27 [adesa.de] INFO: Saving data for 10717088: {'auction_closing_time': 1774539000.0, 'created_time': 1774441528.284083, 'last_price_update_time': 1774527987.164105}
2026-03-26 12:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717088') HTTP/1.1" 204 0
2026-03-26 12:26:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717090> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26: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 12:26:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5d2e109-4a5c-5940-b977-16a28ccd620a with identifier: 10717090
2026-03-26 12:26:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5d2e109-4a5c-5940-b977-16a28ccd620a with scrape type 2
2026-03-26 12:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5d2e109-4a5c-5940-b977-16a28ccd620a with scrape type 2
2026-03-26 12:26:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f5d2e109-4a5c-5940-b977-16a28ccd620a, identifier: 10717090
2026-03-26 12:26:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f5d2e109-4a5c-5940-b977-16a28ccd620a with identifier: 10717090
2026-03-26 12:26:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f5d2e109-4a5c-5940-b977-16a28ccd620a with identifier: 10717090
2026-03-26 12:26:31 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f5d2e109-4a5c-5940-b977-16a28ccd620a with identifier: 10717090 to the API
2026-03-26 12:26:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:26: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 12:26:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717090>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Petrol',
'id': 'f5d2e109-4a5c-5940-b977-16a28ccd620a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LYVUZK9V0RB793866',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717090',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Volvo',
'model': 'XC60',
'odometer': 32915,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 28100,
'price_includes_vat': True,
'registration_date': '2023-12-21',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Volvo XC60 Core - Petrol - Automatic - 197 hp - 32.915 km',
'transmission': 'automatic',
'trim': 'Core',
'vin': None,
'year': 2023}
2026-03-26 12:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717090%27 HTTP/1.1" 200 None
2026-03-26 12:26:31 [adesa.de] INFO: Saving data for 10717090: {'auction_closing_time': 1774539000.0, 'created_time': 1774441525.223395, 'last_price_update_time': 1774527991.662598}
2026-03-26 12:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717090') HTTP/1.1" 204 0
2026-03-26 12:26:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717092> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26: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 12:26:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f225eff8-3807-554a-ad1e-f70865b49ba2 with identifier: 10717092
2026-03-26 12:26:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f225eff8-3807-554a-ad1e-f70865b49ba2 with scrape type 2
2026-03-26 12:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f225eff8-3807-554a-ad1e-f70865b49ba2 with scrape type 2
2026-03-26 12:26:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f225eff8-3807-554a-ad1e-f70865b49ba2, identifier: 10717092
2026-03-26 12:26:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f225eff8-3807-554a-ad1e-f70865b49ba2 with identifier: 10717092
2026-03-26 12:26:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f225eff8-3807-554a-ad1e-f70865b49ba2 with identifier: 10717092
2026-03-26 12:26:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f225eff8-3807-554a-ad1e-f70865b49ba2 with identifier: 10717092 to the API
2026-03-26 12:26:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:26: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 12:26:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717092>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Petrol',
'id': 'f225eff8-3807-554a-ad1e-f70865b49ba2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LYVUZK9V8RB798765',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717092',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Volvo',
'model': 'XC60',
'odometer': 27433,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 28300,
'price_includes_vat': True,
'registration_date': '2024-01-23',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Volvo XC60 Core - Petrol - Automatic - 197 hp - 27.433 km',
'transmission': 'automatic',
'trim': 'Core',
'vin': None,
'year': 2024}
2026-03-26 12:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717092%27 HTTP/1.1" 200 None
2026-03-26 12:26:35 [adesa.de] INFO: Saving data for 10717092: {'auction_closing_time': 1774539000.0, 'created_time': 1774441497.85877, 'last_price_update_time': 1774527995.415612}
2026-03-26 12:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717092') HTTP/1.1" 204 0
2026-03-26 12:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723628> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26: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 12:26:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0112b98e-6dd6-5536-816c-dc71aecb1698 with identifier: 10723628
2026-03-26 12:26:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0112b98e-6dd6-5536-816c-dc71aecb1698 with scrape type 2
2026-03-26 12:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0112b98e-6dd6-5536-816c-dc71aecb1698 with scrape type 2
2026-03-26 12:26:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 0112b98e-6dd6-5536-816c-dc71aecb1698, identifier: 10723628
2026-03-26 12:26:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 0112b98e-6dd6-5536-816c-dc71aecb1698 with identifier: 10723628
2026-03-26 12:26:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 0112b98e-6dd6-5536-816c-dc71aecb1698 with identifier: 10723628
2026-03-26 12:26:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 0112b98e-6dd6-5536-816c-dc71aecb1698 with identifier: 10723628 to the API
2026-03-26 12:26:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:26: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 12:26:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723628>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': 'Saloon',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0112b98e-6dd6-5536-816c-dc71aecb1698',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': None,
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723628',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'BMW',
'model': '2 Series',
'odometer': 13854,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 22800,
'price_includes_vat': True,
'registration_date': '2024-09-07',
'seats_number': 5,
'seller_name': 'SAS YOSA',
'title': 'BMW 2 Series Gran Coupé 218i M Sport - Petrol - Automatic - 136 hp '
'- 13.854 km',
'transmission': 'automatic',
'trim': 'M Sport',
'vin': None,
'year': 2024}
2026-03-26 12:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723628%27 HTTP/1.1" 200 None
2026-03-26 12:26:35 [adesa.de] INFO: Saving data for 10723628: {'auction_closing_time': 1774605600.0, 'created_time': 1774441504.547171, 'last_price_update_time': 1774527995.925732}
2026-03-26 12:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723628') HTTP/1.1" 204 0
2026-03-26 12:26:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746030/general/883d0b89-bc78-40b3-aca1-841cd9f51adf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728960)
2026-03-26 12:26:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156339810>
2026-03-26 12:26:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252F883d0b89-bc78-40b3-aca1-841cd9f51adf.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/883d0b89-bc78-40b3-aca1-841cd9f51adf.jpg saved to cache
2026-03-26 12:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e1db6602-560c-5f36-8ee3-822b160f7e02
2026-03-26 12:26:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728946> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26: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 12:26:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746030/general/4cb5eb71-ee70-4c53-acc5-8d89635eb96d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728960)
2026-03-26 12:26:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67655995-3ea1-5105-a90c-e9095372158b with identifier: 10728946
2026-03-26 12:26:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67655995-3ea1-5105-a90c-e9095372158b with scrape type 1
2026-03-26 12:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 67655995-3ea1-5105-a90c-e9095372158b
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252F2cf6b919-1e20-4cf2-b7c8-42f6b68d6061.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/2cf6b919-1e20-4cf2-b7c8-42f6b68d6061.jpg not downloaded yet
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252Ff13e44be-b000-43ee-9a9f-050629425568.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/f13e44be-b000-43ee-9a9f-050629425568.jpg not downloaded yet
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252F92f3a143-1c60-437b-96fc-8010a2e46500.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/92f3a143-1c60-437b-96fc-8010a2e46500.jpg not downloaded yet
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252F42c4e34a-b1a7-44b9-a1a4-92832ca7c44e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/42c4e34a-b1a7-44b9-a1a4-92832ca7c44e.jpg not downloaded yet
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252F72a2f091-1df3-4c36-b66d-86c409a54c8e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/72a2f091-1df3-4c36-b66d-86c409a54c8e.jpg not downloaded yet
2026-03-26 12:26:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0597d0>
2026-03-26 12:26:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252F4cb5eb71-ee70-4c53-acc5-8d89635eb96d.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/4cb5eb71-ee70-4c53-acc5-8d89635eb96d.jpg saved to cache
2026-03-26 12:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e1db6602-560c-5f36-8ee3-822b160f7e02
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252Fba976a06-b9e9-4dc4-8106-d2632efae75a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/ba976a06-b9e9-4dc4-8106-d2632efae75a.jpg not downloaded yet
2026-03-26 12:26:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717056> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252Ff8e974b1-f85a-4588-93a5-7a2d87fcf476.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/f8e974b1-f85a-4588-93a5-7a2d87fcf476.jpg not downloaded yet
2026-03-26 12:26: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 12:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252F67db36d0-b4dd-43f7-821b-beb7940d2d06.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/67db36d0-b4dd-43f7-821b-beb7940d2d06.jpg not downloaded yet
2026-03-26 12:26:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723630> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26: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 12:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252Fdb280b50-f676-46f8-86a2-bd3454356265.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/db280b50-f676-46f8-86a2-bd3454356265.jpg not downloaded yet
2026-03-26 12:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252Ff9600a19-2454-4e3c-a819-dceec20166f4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/f9600a19-2454-4e3c-a819-dceec20166f4.jpg not downloaded yet
2026-03-26 12:26:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746013/general/ba976a06-b9e9-4dc4-8106-d2632efae75a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728946)
2026-03-26 12:26:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3639ffcf-0014-5ed8-9809-188415e46e74 with identifier: 10717056
2026-03-26 12:26:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3639ffcf-0014-5ed8-9809-188415e46e74 with scrape type 2
2026-03-26 12:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3639ffcf-0014-5ed8-9809-188415e46e74 with scrape type 2
2026-03-26 12:26:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 3639ffcf-0014-5ed8-9809-188415e46e74, identifier: 10717056
2026-03-26 12:26:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 3639ffcf-0014-5ed8-9809-188415e46e74 with identifier: 10717056
2026-03-26 12:26:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 3639ffcf-0014-5ed8-9809-188415e46e74 with identifier: 10717056
2026-03-26 12:26:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 3639ffcf-0014-5ed8-9809-188415e46e74 with identifier: 10717056 to the API
2026-03-26 12:26:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:26: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 12:26:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717056>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 253,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Hybrid',
'id': '3639ffcf-0014-5ed8-9809-188415e46e74',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YV1ZWH1VDN1485932',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717056',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volvo',
'model': 'V60',
'odometer': 68861,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 22600,
'price_includes_vat': True,
'registration_date': '2022-01-18',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Volvo V60 T6 Plus Dark - Hybrid - Automatic - 253 hp - 68.861 km',
'transmission': 'automatic',
'trim': 'Plus Dark',
'vin': None,
'year': 2022}
2026-03-26 12:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717056%27 HTTP/1.1" 200 None
2026-03-26 12:26:37 [adesa.de] INFO: Saving data for 10717056: {'auction_closing_time': 1774539000.0, 'created_time': 1774441517.08685, 'last_price_update_time': 1774527997.555906}
2026-03-26 12:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717056') HTTP/1.1" 204 0
2026-03-26 12:26:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746013/general/f8e974b1-f85a-4588-93a5-7a2d87fcf476.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728946)
2026-03-26 12:26:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cc33b80-fbc3-58d1-a61d-5c7e0841e055 with identifier: 10723630
2026-03-26 12:26:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cc33b80-fbc3-58d1-a61d-5c7e0841e055 with scrape type 2
2026-03-26 12:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cc33b80-fbc3-58d1-a61d-5c7e0841e055 with scrape type 2
2026-03-26 12:26:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 8cc33b80-fbc3-58d1-a61d-5c7e0841e055, identifier: 10723630
2026-03-26 12:26:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e85210>
2026-03-26 12:26:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252Fba976a06-b9e9-4dc4-8106-d2632efae75a.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/ba976a06-b9e9-4dc4-8106-d2632efae75a.jpg saved to cache
2026-03-26 12:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 67655995-3ea1-5105-a90c-e9095372158b
2026-03-26 12:26:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746013/general/db280b50-f676-46f8-86a2-bd3454356265.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728946)
2026-03-26 12:26:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 8cc33b80-fbc3-58d1-a61d-5c7e0841e055 with identifier: 10723630
2026-03-26 12:26:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 8cc33b80-fbc3-58d1-a61d-5c7e0841e055 with identifier: 10723630
2026-03-26 12:26:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 8cc33b80-fbc3-58d1-a61d-5c7e0841e055 with identifier: 10723630 to the API
2026-03-26 12:26:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:26: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 12:26:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723630>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': 'Estate',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8cc33b80-fbc3-58d1-a61d-5c7e0841e055',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': None,
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723630',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Peugeot',
'model': '308',
'odometer': 29676,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 14200,
'price_includes_vat': True,
'registration_date': '2024-03-28',
'seats_number': 5,
'seller_name': 'SAS YOSA',
'title': 'Peugeot 308 SW 1.2 GT - Petrol - Automatic - 130 hp - 29.676 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2024}
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723630%27 HTTP/1.1" 200 None
2026-03-26 12:26:38 [adesa.de] INFO: Saving data for 10723630: {'auction_closing_time': 1774605600.0, 'created_time': 1774441505.443294, 'last_price_update_time': 1774527998.013817}
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723630') HTTP/1.1" 204 0
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e08410>
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252Ff8e974b1-f85a-4588-93a5-7a2d87fcf476.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/f8e974b1-f85a-4588-93a5-7a2d87fcf476.jpg saved to cache
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 67655995-3ea1-5105-a90c-e9095372158b
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cfd1950>
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252Fdb280b50-f676-46f8-86a2-bd3454356265.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/db280b50-f676-46f8-86a2-bd3454356265.jpg saved to cache
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 67655995-3ea1-5105-a90c-e9095372158b
2026-03-26 12:26:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746013/general/67db36d0-b4dd-43f7-821b-beb7940d2d06.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728946)
2026-03-26 12:26:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746013/general/f9600a19-2454-4e3c-a819-dceec20166f4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728946)
2026-03-26 12:26:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746013/general/72a2f091-1df3-4c36-b66d-86c409a54c8e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728946)
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e5c690>
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252F67db36d0-b4dd-43f7-821b-beb7940d2d06.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/67db36d0-b4dd-43f7-821b-beb7940d2d06.jpg saved to cache
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 67655995-3ea1-5105-a90c-e9095372158b
2026-03-26 12:26:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746013/general/92f3a143-1c60-437b-96fc-8010a2e46500.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728946)
2026-03-26 12:26:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746013/general/42c4e34a-b1a7-44b9-a1a4-92832ca7c44e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728946)
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f016ac5ead0>
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252Ff9600a19-2454-4e3c-a819-dceec20166f4.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/f9600a19-2454-4e3c-a819-dceec20166f4.jpg saved to cache
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 67655995-3ea1-5105-a90c-e9095372158b
2026-03-26 12:26:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746013/general/f13e44be-b000-43ee-9a9f-050629425568.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728946)
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f64e10>
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252F72a2f091-1df3-4c36-b66d-86c409a54c8e.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/72a2f091-1df3-4c36-b66d-86c409a54c8e.jpg saved to cache
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 67655995-3ea1-5105-a90c-e9095372158b
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015644c250>
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252F92f3a143-1c60-437b-96fc-8010a2e46500.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/92f3a143-1c60-437b-96fc-8010a2e46500.jpg saved to cache
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 67655995-3ea1-5105-a90c-e9095372158b
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee0590>
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252F42c4e34a-b1a7-44b9-a1a4-92832ca7c44e.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/42c4e34a-b1a7-44b9-a1a4-92832ca7c44e.jpg saved to cache
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 67655995-3ea1-5105-a90c-e9095372158b
2026-03-26 12:26:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746013/general/2cf6b919-1e20-4cf2-b7c8-42f6b68d6061.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728946)
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c183810>
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252Ff13e44be-b000-43ee-9a9f-050629425568.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/f13e44be-b000-43ee-9a9f-050629425568.jpg saved to cache
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 67655995-3ea1-5105-a90c-e9095372158b
2026-03-26 12:26:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746030/general/2274dfc2-1d43-40ba-a72b-b65d3bd0ef42.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728960)
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e23d0>
2026-03-26 12:26:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746013%252Fgeneral%252F2cf6b919-1e20-4cf2-b7c8-42f6b68d6061.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746013/general/2cf6b919-1e20-4cf2-b7c8-42f6b68d6061.jpg saved to cache
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 67655995-3ea1-5105-a90c-e9095372158b
2026-03-26 12:26:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 67655995-3ea1-5105-a90c-e9095372158b, skipping ID generation
2026-03-26 12:26:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67655995-3ea1-5105-a90c-e9095372158b with scrape type 1
2026-03-26 12:26:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 67655995-3ea1-5105-a90c-e9095372158b sending to next pipeline
2026-03-26 12:26:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 67655995-3ea1-5105-a90c-e9095372158b, identifier: 10728946
2026-03-26 12:26:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 67655995-3ea1-5105-a90c-e9095372158b with identifier: 10728946
2026-03-26 12:26:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 67655995-3ea1-5105-a90c-e9095372158b with identifier: 10728946
2026-03-26 12:26:38 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 67655995-3ea1-5105-a90c-e9095372158b with identifier: 10728946 to the API
2026-03-26 12:26:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:26: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 12:26:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746013/general/2cf6b919-1e20-4cf2-b7c8-42f6b68d6061.jpg>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Diesel',
'id': '67655995-3ea1-5105-a90c-e9095372158b',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CO-K1600',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728946',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 135439,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 53,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104585,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746013/general/2cf6b919-1e20-4cf2-b7c8-42f6b68d6061.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90517,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746013/general/f13e44be-b000-43ee-9a9f-050629425568.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90342,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746013/general/92f3a143-1c60-437b-96fc-8010a2e46500.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105723,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746013/general/42c4e34a-b1a7-44b9-a1a4-92832ca7c44e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96547,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746013/general/72a2f091-1df3-4c36-b66d-86c409a54c8e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115600,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746013/general/ba976a06-b9e9-4dc4-8106-d2632efae75a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115839,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746013/general/f8e974b1-f85a-4588-93a5-7a2d87fcf476.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92993,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746013/general/67db36d0-b4dd-43f7-821b-beb7940d2d06.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104487,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746013/general/db280b50-f676-46f8-86a2-bd3454356265.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67655995-3ea1-5105-a90c-e9095372158b/67655995-3ea1-5105-a90c-e9095372158b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113078,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746013/general/f9600a19-2454-4e3c-a819-dceec20166f4.jpg',
'Width': 1024}],
'price': 10200,
'price_includes_vat': True,
'registration_date': '2018-09-26',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Volkswagen Passat Variant 2.0 TDI Trendline - Diesel - Manual - 150 '
'hp - 135.439 km',
'transmission': 'manual',
'trim': 'Trendline',
'vin': None,
'year': 2018}
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728946%27 HTTP/1.1" 200 None
2026-03-26 12:26:39 [adesa.de] INFO: Saving data for 10728946: {'created_time': 1774527999.172492, 'last_price_update_time': 1774527999.172505, 'auction_closing_time': 1774611000.0}
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728946') HTTP/1.1" 204 0
2026-03-26 12:26:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746030/general/4a3fa516-a50d-4965-b47d-62827102bbaf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728960)
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf85310>
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252F2274dfc2-1d43-40ba-a72b-b65d3bd0ef42.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/2274dfc2-1d43-40ba-a72b-b65d3bd0ef42.jpg saved to cache
2026-03-26 12:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e1db6602-560c-5f36-8ee3-822b160f7e02
2026-03-26 12:26:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746030/general/2e7dfb6f-f596-4ea9-af14-82c05949d7e1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728960)
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156342090>
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252F4a3fa516-a50d-4965-b47d-62827102bbaf.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/4a3fa516-a50d-4965-b47d-62827102bbaf.jpg saved to cache
2026-03-26 12:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e1db6602-560c-5f36-8ee3-822b160f7e02
2026-03-26 12:26:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746030/general/b082e9fb-c4b4-41e5-8303-fc78cf42f02e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728960)
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c056150>
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252F2e7dfb6f-f596-4ea9-af14-82c05949d7e1.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/2e7dfb6f-f596-4ea9-af14-82c05949d7e1.jpg saved to cache
2026-03-26 12:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e1db6602-560c-5f36-8ee3-822b160f7e02
2026-03-26 12:26:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746030/general/90a19a11-1411-42d5-85df-7787fa79a244.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728960)
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e0dbd0>
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252Fb082e9fb-c4b4-41e5-8303-fc78cf42f02e.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/b082e9fb-c4b4-41e5-8303-fc78cf42f02e.jpg saved to cache
2026-03-26 12:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e1db6602-560c-5f36-8ee3-822b160f7e02
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e1a90>
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252F90a19a11-1411-42d5-85df-7787fa79a244.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/90a19a11-1411-42d5-85df-7787fa79a244.jpg saved to cache
2026-03-26 12:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e1db6602-560c-5f36-8ee3-822b160f7e02
2026-03-26 12:26:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746030/general/4171553c-5e3f-443a-8e75-475eea1b98de.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728960)
2026-03-26 12:26:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746030/general/bcd81082-0c12-494e-ba9c-7b07dfc1ecf6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728960)
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25f3d0>
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252F4171553c-5e3f-443a-8e75-475eea1b98de.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/4171553c-5e3f-443a-8e75-475eea1b98de.jpg saved to cache
2026-03-26 12:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e1db6602-560c-5f36-8ee3-822b160f7e02
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0cc110>
2026-03-26 12:26:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746030%252Fgeneral%252Fbcd81082-0c12-494e-ba9c-7b07dfc1ecf6.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746030/general/bcd81082-0c12-494e-ba9c-7b07dfc1ecf6.jpg saved to cache
2026-03-26 12:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e1db6602-560c-5f36-8ee3-822b160f7e02
2026-03-26 12:26:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e1db6602-560c-5f36-8ee3-822b160f7e02, skipping ID generation
2026-03-26 12:26:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1db6602-560c-5f36-8ee3-822b160f7e02 with scrape type 1
2026-03-26 12:26:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e1db6602-560c-5f36-8ee3-822b160f7e02 sending to next pipeline
2026-03-26 12:26:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e1db6602-560c-5f36-8ee3-822b160f7e02, identifier: 10728960
2026-03-26 12:26:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e1db6602-560c-5f36-8ee3-822b160f7e02 with identifier: 10728960
2026-03-26 12:26:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e1db6602-560c-5f36-8ee3-822b160f7e02 with identifier: 10728960
2026-03-26 12:26:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e1db6602-560c-5f36-8ee3-822b160f7e02 with identifier: 10728960 to the API
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:26: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 12:26:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746030/general/bcd81082-0c12-494e-ba9c-7b07dfc1ecf6.jpg>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Diesel',
'id': 'e1db6602-560c-5f36-8ee3-822b160f7e02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'E-SD218',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728960',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': '1 Series',
'odometer': 129412,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 29,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126104,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746030/general/a74bef9d-9e04-4b7b-ac3b-22cb9f69a648.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103089,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746030/general/bcd81082-0c12-494e-ba9c-7b07dfc1ecf6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96296,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746030/general/4171553c-5e3f-443a-8e75-475eea1b98de.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97929,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746030/general/90a19a11-1411-42d5-85df-7787fa79a244.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92891,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746030/general/b082e9fb-c4b4-41e5-8303-fc78cf42f02e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73799,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746030/general/2e7dfb6f-f596-4ea9-af14-82c05949d7e1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103701,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746030/general/4a3fa516-a50d-4965-b47d-62827102bbaf.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86537,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746030/general/2274dfc2-1d43-40ba-a72b-b65d3bd0ef42.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81800,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746030/general/4cb5eb71-ee70-4c53-acc5-8d89635eb96d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1db6602-560c-5f36-8ee3-822b160f7e02/e1db6602-560c-5f36-8ee3-822b160f7e02_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87383,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746030/general/883d0b89-bc78-40b3-aca1-841cd9f51adf.jpg',
'Width': 1024}],
'price': 12700,
'price_includes_vat': True,
'registration_date': '2020-02-14',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'BMW 1 Series 118 - Diesel - Manual - 150 hp - 129.412 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2020}
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728960%27 HTTP/1.1" 200 None
2026-03-26 12:26:40 [adesa.de] INFO: Saving data for 10728960: {'created_time': 1774528000.293085, 'last_price_update_time': 1774528000.293127, 'auction_closing_time': 1774611000.0}
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728960') HTTP/1.1" 204 0
2026-03-26 12:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746039/general/3ae97bcb-ee09-4252-9ab9-3ae8d93bf6c9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728966)
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015640cb50>
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252F3ae97bcb-ee09-4252-9ab9-3ae8d93bf6c9.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/3ae97bcb-ee09-4252-9ab9-3ae8d93bf6c9.jpg saved to cache
2026-03-26 12:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e4645b49-a9e9-5644-911c-093edfe03a24
2026-03-26 12:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746039/general/307bc7ed-50dc-485d-878b-d3c0875b6870.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728966)
2026-03-26 12:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746039/general/0de7fbde-c640-4040-a87c-bbf0db6099db.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728966)
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632edd0>
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252F307bc7ed-50dc-485d-878b-d3c0875b6870.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/307bc7ed-50dc-485d-878b-d3c0875b6870.jpg saved to cache
2026-03-26 12:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e4645b49-a9e9-5644-911c-093edfe03a24
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee0590>
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252F0de7fbde-c640-4040-a87c-bbf0db6099db.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/0de7fbde-c640-4040-a87c-bbf0db6099db.jpg saved to cache
2026-03-26 12:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e4645b49-a9e9-5644-911c-093edfe03a24
2026-03-26 12:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746039/general/3b53e26f-4de9-4093-bd5c-6856074fa0b8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728966)
2026-03-26 12:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746039/general/75215e81-371b-4e84-a8de-00bcf0598884.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728966)
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632f510>
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252F3b53e26f-4de9-4093-bd5c-6856074fa0b8.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/3b53e26f-4de9-4093-bd5c-6856074fa0b8.jpg saved to cache
2026-03-26 12:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e4645b49-a9e9-5644-911c-093edfe03a24
2026-03-26 12:26:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746039/general/5a535253-6e81-4bf6-bbb9-7c69a9410ff4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728966)
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156342910>
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252F75215e81-371b-4e84-a8de-00bcf0598884.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/75215e81-371b-4e84-a8de-00bcf0598884.jpg saved to cache
2026-03-26 12:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e4645b49-a9e9-5644-911c-093edfe03a24
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156595390>
2026-03-26 12:26:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252F5a535253-6e81-4bf6-bbb9-7c69a9410ff4.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/5a535253-6e81-4bf6-bbb9-7c69a9410ff4.jpg saved to cache
2026-03-26 12:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e4645b49-a9e9-5644-911c-093edfe03a24
2026-03-26 12:26:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746039/general/d377079e-874d-4698-a99e-4678f889f5c8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728966)
2026-03-26 12:26:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746039/general/ab7f1a3a-d0eb-4325-9e05-8c6b141344da.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728966)
2026-03-26 12:26:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cfd26d0>
2026-03-26 12:26:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252Fd377079e-874d-4698-a99e-4678f889f5c8.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/d377079e-874d-4698-a99e-4678f889f5c8.jpg saved to cache
2026-03-26 12:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e4645b49-a9e9-5644-911c-093edfe03a24
2026-03-26 12:26:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e0610>
2026-03-26 12:26:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746039%252Fgeneral%252Fab7f1a3a-d0eb-4325-9e05-8c6b141344da.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746039/general/ab7f1a3a-d0eb-4325-9e05-8c6b141344da.jpg saved to cache
2026-03-26 12:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e4645b49-a9e9-5644-911c-093edfe03a24
2026-03-26 12:26:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e4645b49-a9e9-5644-911c-093edfe03a24, skipping ID generation
2026-03-26 12:26:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4645b49-a9e9-5644-911c-093edfe03a24 with scrape type 1
2026-03-26 12:26:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e4645b49-a9e9-5644-911c-093edfe03a24 sending to next pipeline
2026-03-26 12:26:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e4645b49-a9e9-5644-911c-093edfe03a24, identifier: 10728966
2026-03-26 12:26:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e4645b49-a9e9-5644-911c-093edfe03a24 with identifier: 10728966
2026-03-26 12:26:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e4645b49-a9e9-5644-911c-093edfe03a24 with identifier: 10728966
2026-03-26 12:26:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e4645b49-a9e9-5644-911c-093edfe03a24 with identifier: 10728966 to the API
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:26: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 12:26:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746039/general/ab7f1a3a-d0eb-4325-9e05-8c6b141344da.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 204,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Electric',
'id': 'e4645b49-a9e9-5644-911c-093edfe03a24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BI-GB359E',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728966',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Audi',
'model': 'Q4 E-tron',
'odometer': 27085,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 18,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169285,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746039/general/ab7f1a3a-d0eb-4325-9e05-8c6b141344da.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167833,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746039/general/d377079e-874d-4698-a99e-4678f889f5c8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 184871,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746039/general/5a535253-6e81-4bf6-bbb9-7c69a9410ff4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166464,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746039/general/75215e81-371b-4e84-a8de-00bcf0598884.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119113,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746039/general/3b53e26f-4de9-4093-bd5c-6856074fa0b8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131880,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746039/general/0de7fbde-c640-4040-a87c-bbf0db6099db.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 179274,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746039/general/307bc7ed-50dc-485d-878b-d3c0875b6870.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153807,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746039/general/3ae97bcb-ee09-4252-9ab9-3ae8d93bf6c9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115212,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746039/general/c67e3e0f-f40a-439e-b67a-8c8dc228945f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4645b49-a9e9-5644-911c-093edfe03a24/e4645b49-a9e9-5644-911c-093edfe03a24_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109417,
'Height': 576,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746039/general/324541d0-047f-478c-af11-d78a2486887a.jpg',
'Width': 1024}],
'price': 27100,
'price_includes_vat': True,
'registration_date': '2022-12-09',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Audi Q4 E-tron 40 - Electric - Automatic - 204 hp - 27.085 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728966%27 HTTP/1.1" 200 None
2026-03-26 12:26:41 [adesa.de] INFO: Saving data for 10728966: {'created_time': 1774528001.771301, 'last_price_update_time': 1774528001.771313, 'auction_closing_time': 1774611000.0}
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728966') HTTP/1.1" 204 0
2026-03-26 12:26:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10729521> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26: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 12:26:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c851a30a-c407-56e2-a7b5-0fda7880637b with identifier: 10729521
2026-03-26 12:26:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c851a30a-c407-56e2-a7b5-0fda7880637b with scrape type 1
2026-03-26 12:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c851a30a-c407-56e2-a7b5-0fda7880637b
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252Fca8ffa75-106c-4a33-9815-aabcadd50803.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/ca8ffa75-106c-4a33-9815-aabcadd50803.jpg not downloaded yet
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252Fed637ee0-6790-4974-baf8-d9072b6a718f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/ed637ee0-6790-4974-baf8-d9072b6a718f.jpg not downloaded yet
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252Fe0ea693d-ce5f-480d-a328-c31bbe387c6e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/e0ea693d-ce5f-480d-a328-c31bbe387c6e.jpg not downloaded yet
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252F06017ca4-f3fc-43f5-8b64-56cfa7e794f3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/06017ca4-f3fc-43f5-8b64-56cfa7e794f3.jpg not downloaded yet
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252F90a5a745-1f83-4256-b307-7469986808c0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/90a5a745-1f83-4256-b307-7469986808c0.jpg not downloaded yet
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252F04788e61-e907-4e85-952c-061a08aee192.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/04788e61-e907-4e85-952c-061a08aee192.jpg not downloaded yet
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252F7d9fdcca-5603-4610-bb9d-5bdb952144c1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/7d9fdcca-5603-4610-bb9d-5bdb952144c1.jpg not downloaded yet
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252Fef03b10a-3ea4-448b-9395-a3e581b2032b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/ef03b10a-3ea4-448b-9395-a3e581b2032b.jpg not downloaded yet
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252Fae63c5ff-c8cd-4e96-a09a-ed06d770922f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/ae63c5ff-c8cd-4e96-a09a-ed06d770922f.jpg not downloaded yet
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252F4b6ae0a9-430f-4af2-99b3-18ab344d44d8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/4b6ae0a9-430f-4af2-99b3-18ab344d44d8.jpg not downloaded yet
2026-03-26 12:26:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10729520> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26: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 12:26:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747919/general/4b6ae0a9-430f-4af2-99b3-18ab344d44d8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729521)
2026-03-26 12:26:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f4b1a00-cb3d-5f3d-bc51-4660a909a199 with identifier: 10729520
2026-03-26 12:26:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f4b1a00-cb3d-5f3d-bc51-4660a909a199 with scrape type 1
2026-03-26 12:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1f4b1a00-cb3d-5f3d-bc51-4660a909a199
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252F1712dd98-6f18-4bf5-9db8-97cd445e354d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/1712dd98-6f18-4bf5-9db8-97cd445e354d.jpg not downloaded yet
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252F4e06cea6-38a7-4f08-a7e0-b0bc3137bd74.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/4e06cea6-38a7-4f08-a7e0-b0bc3137bd74.jpg not downloaded yet
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252F5d1e86c5-7f85-473c-b71b-1339b727315e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/5d1e86c5-7f85-473c-b71b-1339b727315e.jpg not downloaded yet
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252Fb62d116c-a281-459d-8a8f-d743f05ab931.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/b62d116c-a281-459d-8a8f-d743f05ab931.jpg not downloaded yet
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252Fc916cb54-a003-4671-adf2-561fc72a4210.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/c916cb54-a003-4671-adf2-561fc72a4210.jpg not downloaded yet
2026-03-26 12:26:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747919/general/ae63c5ff-c8cd-4e96-a09a-ed06d770922f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729521)
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252Fceb523ae-93e8-4a2e-9bcf-f2c6a2e6de7a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/ceb523ae-93e8-4a2e-9bcf-f2c6a2e6de7a.jpg not downloaded yet
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252F9b2478b0-73ac-4972-8662-3e6125f23daf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/9b2478b0-73ac-4972-8662-3e6125f23daf.jpg not downloaded yet
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252F6f1a7104-1bee-4e6a-bf7c-b185fd9f5cfb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/6f1a7104-1bee-4e6a-bf7c-b185fd9f5cfb.jpg not downloaded yet
2026-03-26 12:26:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563a2590>
2026-03-26 12:26:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:26:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252F4b6ae0a9-430f-4af2-99b3-18ab344d44d8.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/4b6ae0a9-430f-4af2-99b3-18ab344d44d8.jpg saved to cache
2026-03-26 12:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c851a30a-c407-56e2-a7b5-0fda7880637b
2026-03-26 12:26:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10505050> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252Fd8ea2b39-d58e-4198-91c9-3fbbc40cf565.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/d8ea2b39-d58e-4198-91c9-3fbbc40cf565.jpg not downloaded yet
2026-03-26 12:26: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 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252Fb8751054-8286-4bf5-8f10-8e034689637f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/b8751054-8286-4bf5-8f10-8e034689637f.jpg not downloaded yet
2026-03-26 12:26:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747918/general/c916cb54-a003-4671-adf2-561fc72a4210.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729520)
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e87150>
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252Fae63c5ff-c8cd-4e96-a09a-ed06d770922f.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/ae63c5ff-c8cd-4e96-a09a-ed06d770922f.jpg saved to cache
2026-03-26 12:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c851a30a-c407-56e2-a7b5-0fda7880637b
2026-03-26 12:26:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 308cd903-2fbf-5eaf-8690-6af83ff4779e with identifier: 10505050
2026-03-26 12:26:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 308cd903-2fbf-5eaf-8690-6af83ff4779e with scrape type 2
2026-03-26 12:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 308cd903-2fbf-5eaf-8690-6af83ff4779e with scrape type 2
2026-03-26 12:26:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 308cd903-2fbf-5eaf-8690-6af83ff4779e, identifier: 10505050
2026-03-26 12:26:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 308cd903-2fbf-5eaf-8690-6af83ff4779e with identifier: 10505050
2026-03-26 12:26:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 308cd903-2fbf-5eaf-8690-6af83ff4779e with identifier: 10505050
2026-03-26 12:26:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 308cd903-2fbf-5eaf-8690-6af83ff4779e with identifier: 10505050 to the API
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:26: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 12:26:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10505050>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 141,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': '308cd903-2fbf-5eaf-8690-6af83ff4779e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '52817',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10505050',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Hyundai',
'model': 'i30',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 23000,
'price_includes_vat': True,
'registration_date': '2025-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai i30 1.5 GDI N Line - Petrol - Automatic - 141 hp - 50 km',
'transmission': 'automatic',
'trim': 'N Line',
'vin': None,
'year': 2025}
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710505050%27 HTTP/1.1" 200 None
2026-03-26 12:26:43 [adesa.de] INFO: Saving data for 10505050: {'auction_closing_time': 1798675200.0, 'created_time': 1773337137.542175, 'last_price_update_time': 1774528003.491962}
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10505050') HTTP/1.1" 204 0
2026-03-26 12:26:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747918/general/6f1a7104-1bee-4e6a-bf7c-b185fd9f5cfb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729520)
2026-03-26 12:26:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747918/general/d8ea2b39-d58e-4198-91c9-3fbbc40cf565.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729520)
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fd4a90>
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252Fc916cb54-a003-4671-adf2-561fc72a4210.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/c916cb54-a003-4671-adf2-561fc72a4210.jpg saved to cache
2026-03-26 12:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1f4b1a00-cb3d-5f3d-bc51-4660a909a199
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e5df50>
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252F6f1a7104-1bee-4e6a-bf7c-b185fd9f5cfb.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/6f1a7104-1bee-4e6a-bf7c-b185fd9f5cfb.jpg saved to cache
2026-03-26 12:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1f4b1a00-cb3d-5f3d-bc51-4660a909a199
2026-03-26 12:26:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747918/general/b8751054-8286-4bf5-8f10-8e034689637f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729520)
2026-03-26 12:26:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747918/general/9b2478b0-73ac-4972-8662-3e6125f23daf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729520)
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015644cb10>
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252Fd8ea2b39-d58e-4198-91c9-3fbbc40cf565.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/d8ea2b39-d58e-4198-91c9-3fbbc40cf565.jpg saved to cache
2026-03-26 12:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1f4b1a00-cb3d-5f3d-bc51-4660a909a199
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563c2b10>
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252Fb8751054-8286-4bf5-8f10-8e034689637f.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/b8751054-8286-4bf5-8f10-8e034689637f.jpg saved to cache
2026-03-26 12:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1f4b1a00-cb3d-5f3d-bc51-4660a909a199
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b3f90>
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252F9b2478b0-73ac-4972-8662-3e6125f23daf.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/9b2478b0-73ac-4972-8662-3e6125f23daf.jpg saved to cache
2026-03-26 12:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1f4b1a00-cb3d-5f3d-bc51-4660a909a199
2026-03-26 12:26:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747918/general/b62d116c-a281-459d-8a8f-d743f05ab931.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729520)
2026-03-26 12:26:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747918/general/ceb523ae-93e8-4a2e-9bcf-f2c6a2e6de7a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729520)
2026-03-26 12:26:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747918/general/4e06cea6-38a7-4f08-a7e0-b0bc3137bd74.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729520)
2026-03-26 12:26:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747918/general/5d1e86c5-7f85-473c-b71b-1339b727315e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729520)
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156388650>
2026-03-26 12:26:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252Fb62d116c-a281-459d-8a8f-d743f05ab931.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/b62d116c-a281-459d-8a8f-d743f05ab931.jpg saved to cache
2026-03-26 12:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1f4b1a00-cb3d-5f3d-bc51-4660a909a199
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1edf50>
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252Fceb523ae-93e8-4a2e-9bcf-f2c6a2e6de7a.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/ceb523ae-93e8-4a2e-9bcf-f2c6a2e6de7a.jpg saved to cache
2026-03-26 12:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1f4b1a00-cb3d-5f3d-bc51-4660a909a199
2026-03-26 12:26:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747918/general/1712dd98-6f18-4bf5-9db8-97cd445e354d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729520)
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fd4f50>
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252F4e06cea6-38a7-4f08-a7e0-b0bc3137bd74.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/4e06cea6-38a7-4f08-a7e0-b0bc3137bd74.jpg saved to cache
2026-03-26 12:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1f4b1a00-cb3d-5f3d-bc51-4660a909a199
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b1450>
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252F5d1e86c5-7f85-473c-b71b-1339b727315e.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/5d1e86c5-7f85-473c-b71b-1339b727315e.jpg saved to cache
2026-03-26 12:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1f4b1a00-cb3d-5f3d-bc51-4660a909a199
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0df850>
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747918%252Fgeneral%252F1712dd98-6f18-4bf5-9db8-97cd445e354d.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747918/general/1712dd98-6f18-4bf5-9db8-97cd445e354d.jpg saved to cache
2026-03-26 12:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1f4b1a00-cb3d-5f3d-bc51-4660a909a199
2026-03-26 12:26:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1f4b1a00-cb3d-5f3d-bc51-4660a909a199, skipping ID generation
2026-03-26 12:26:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f4b1a00-cb3d-5f3d-bc51-4660a909a199 with scrape type 1
2026-03-26 12:26:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1f4b1a00-cb3d-5f3d-bc51-4660a909a199 sending to next pipeline
2026-03-26 12:26:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 1f4b1a00-cb3d-5f3d-bc51-4660a909a199, identifier: 10729520
2026-03-26 12:26:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 1f4b1a00-cb3d-5f3d-bc51-4660a909a199 with identifier: 10729520
2026-03-26 12:26:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 1f4b1a00-cb3d-5f3d-bc51-4660a909a199 with identifier: 10729520
2026-03-26 12:26:44 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 1f4b1a00-cb3d-5f3d-bc51-4660a909a199 with identifier: 10729520 to the API
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:26: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 12:26:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747918/general/1712dd98-6f18-4bf5-9db8-97cd445e354d.jpg>
{'auction_title': '',
'c_o_2_emission_value': 250,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 170,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Diesel',
'id': '1f4b1a00-cb3d-5f3d-bc51-4660a909a199',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '52788',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10729520',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'Sprinter',
'odometer': 20317,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 30,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124832,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747918/general/1712dd98-6f18-4bf5-9db8-97cd445e354d.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120991,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747918/general/4e06cea6-38a7-4f08-a7e0-b0bc3137bd74.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97038,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747918/general/5d1e86c5-7f85-473c-b71b-1339b727315e.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130014,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747918/general/b62d116c-a281-459d-8a8f-d743f05ab931.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131275,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747918/general/c916cb54-a003-4671-adf2-561fc72a4210.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109587,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747918/general/ceb523ae-93e8-4a2e-9bcf-f2c6a2e6de7a.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116385,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747918/general/9b2478b0-73ac-4972-8662-3e6125f23daf.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152914,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747918/general/6f1a7104-1bee-4e6a-bf7c-b185fd9f5cfb.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144976,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747918/general/d8ea2b39-d58e-4198-91c9-3fbbc40cf565.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f4b1a00-cb3d-5f3d-bc51-4660a909a199/1f4b1a00-cb3d-5f3d-bc51-4660a909a199_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92847,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747918/general/b8751054-8286-4bf5-8f10-8e034689637f.jpg',
'Width': 1600}],
'price': 41700,
'price_includes_vat': True,
'registration_date': '2024-11-26',
'seats_number': 3,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Mercedes-Benz Sprinter L2H2 317 CDI - Diesel - Automatic - 170 hp - '
'20.317 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710729520%27 HTTP/1.1" 200 None
2026-03-26 12:26:44 [adesa.de] INFO: Saving data for 10729520: {'created_time': 1774528004.737148, 'last_price_update_time': 1774528004.737161, 'auction_closing_time': 1798675200.0}
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10729520') HTTP/1.1" 204 0
2026-03-26 12:26:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747919/general/ef03b10a-3ea4-448b-9395-a3e581b2032b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729521)
2026-03-26 12:26:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747919/general/7d9fdcca-5603-4610-bb9d-5bdb952144c1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729521)
2026-03-26 12:26:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747919/general/90a5a745-1f83-4256-b307-7469986808c0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729521)
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156389790>
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252Fef03b10a-3ea4-448b-9395-a3e581b2032b.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/ef03b10a-3ea4-448b-9395-a3e581b2032b.jpg saved to cache
2026-03-26 12:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c851a30a-c407-56e2-a7b5-0fda7880637b
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563c26d0>
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252F7d9fdcca-5603-4610-bb9d-5bdb952144c1.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/7d9fdcca-5603-4610-bb9d-5bdb952144c1.jpg saved to cache
2026-03-26 12:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c851a30a-c407-56e2-a7b5-0fda7880637b
2026-03-26 12:26:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747919/general/04788e61-e907-4e85-952c-061a08aee192.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729521)
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156310d50>
2026-03-26 12:26:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252F90a5a745-1f83-4256-b307-7469986808c0.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/90a5a745-1f83-4256-b307-7469986808c0.jpg saved to cache
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c851a30a-c407-56e2-a7b5-0fda7880637b
2026-03-26 12:26:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e9110>
2026-03-26 12:26:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252F04788e61-e907-4e85-952c-061a08aee192.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/04788e61-e907-4e85-952c-061a08aee192.jpg saved to cache
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c851a30a-c407-56e2-a7b5-0fda7880637b
2026-03-26 12:26:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747919/general/06017ca4-f3fc-43f5-8b64-56cfa7e794f3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729521)
2026-03-26 12:26:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723810> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26: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 12:26:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747919/general/e0ea693d-ce5f-480d-a328-c31bbe387c6e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729521)
2026-03-26 12:26:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747919/general/ca8ffa75-106c-4a33-9815-aabcadd50803.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729521)
2026-03-26 12:26:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e08d0>
2026-03-26 12:26:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252F06017ca4-f3fc-43f5-8b64-56cfa7e794f3.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/06017ca4-f3fc-43f5-8b64-56cfa7e794f3.jpg saved to cache
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c851a30a-c407-56e2-a7b5-0fda7880637b
2026-03-26 12:26:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747919/general/ed637ee0-6790-4974-baf8-d9072b6a718f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729521)
2026-03-26 12:26:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba1a8b2d-5ee7-52dd-914a-b97c0707df6f with identifier: 10723810
2026-03-26 12:26:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba1a8b2d-5ee7-52dd-914a-b97c0707df6f with scrape type 1
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ba1a8b2d-5ee7-52dd-914a-b97c0707df6f
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252F9d6efe3d-f515-4bcd-900e-e529ecfe6e39.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/9d6efe3d-f515-4bcd-900e-e529ecfe6e39.jpg not downloaded yet
2026-03-26 12:26:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e99790>
2026-03-26 12:26:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252Fe0ea693d-ce5f-480d-a328-c31bbe387c6e.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/e0ea693d-ce5f-480d-a328-c31bbe387c6e.jpg saved to cache
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c851a30a-c407-56e2-a7b5-0fda7880637b
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252F73780f63-3e09-4cb5-ab60-d7108c0f3188.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/73780f63-3e09-4cb5-ab60-d7108c0f3188.jpg not downloaded yet
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252Ff23bb0e9-951b-4265-b9b1-2d31edbdbf4d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/f23bb0e9-951b-4265-b9b1-2d31edbdbf4d.jpg not downloaded yet
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252F56fa3256-a490-44bd-9fbc-9130e37984b9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/56fa3256-a490-44bd-9fbc-9130e37984b9.jpg not downloaded yet
2026-03-26 12:26:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632ce10>
2026-03-26 12:26:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252Fca8ffa75-106c-4a33-9815-aabcadd50803.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/ca8ffa75-106c-4a33-9815-aabcadd50803.jpg saved to cache
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c851a30a-c407-56e2-a7b5-0fda7880637b
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252F17d91940-5398-4e7b-835c-d38036041242.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/17d91940-5398-4e7b-835c-d38036041242.jpg not downloaded yet
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252Fde352e73-c8c4-477a-8a45-9819596f48ee.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/de352e73-c8c4-477a-8a45-9819596f48ee.jpg not downloaded yet
2026-03-26 12:26:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156327090>
2026-03-26 12:26:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747919%252Fgeneral%252Fed637ee0-6790-4974-baf8-d9072b6a718f.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747919/general/ed637ee0-6790-4974-baf8-d9072b6a718f.jpg saved to cache
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c851a30a-c407-56e2-a7b5-0fda7880637b
2026-03-26 12:26:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c851a30a-c407-56e2-a7b5-0fda7880637b, skipping ID generation
2026-03-26 12:26:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c851a30a-c407-56e2-a7b5-0fda7880637b with scrape type 1
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c851a30a-c407-56e2-a7b5-0fda7880637b sending to next pipeline
2026-03-26 12:26:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c851a30a-c407-56e2-a7b5-0fda7880637b, identifier: 10729521
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252Fbc2cce63-7e2a-4724-8cad-521e93a1443f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/bc2cce63-7e2a-4724-8cad-521e93a1443f.jpg not downloaded yet
2026-03-26 12:26:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c851a30a-c407-56e2-a7b5-0fda7880637b with identifier: 10729521
2026-03-26 12:26:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c851a30a-c407-56e2-a7b5-0fda7880637b with identifier: 10729521
2026-03-26 12:26:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c851a30a-c407-56e2-a7b5-0fda7880637b with identifier: 10729521 to the API
2026-03-26 12:26:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:26: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 12:26:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747919/general/ed637ee0-6790-4974-baf8-d9072b6a718f.jpg>
{'auction_title': '',
'c_o_2_emission_value': 250,
'category': 'Light truck',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 170,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Diesel',
'id': 'c851a30a-c407-56e2-a7b5-0fda7880637b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '52783',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10729521',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'Sprinter',
'odometer': 25942,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 30,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138336,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747919/general/ca8ffa75-106c-4a33-9815-aabcadd50803.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134995,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747919/general/ed637ee0-6790-4974-baf8-d9072b6a718f.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137052,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747919/general/e0ea693d-ce5f-480d-a328-c31bbe387c6e.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148707,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747919/general/06017ca4-f3fc-43f5-8b64-56cfa7e794f3.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143788,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747919/general/90a5a745-1f83-4256-b307-7469986808c0.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131275,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747919/general/04788e61-e907-4e85-952c-061a08aee192.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150041,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747919/general/7d9fdcca-5603-4610-bb9d-5bdb952144c1.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142460,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747919/general/ef03b10a-3ea4-448b-9395-a3e581b2032b.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117557,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747919/general/ae63c5ff-c8cd-4e96-a09a-ed06d770922f.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c851a30a-c407-56e2-a7b5-0fda7880637b/c851a30a-c407-56e2-a7b5-0fda7880637b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74063,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747919/general/4b6ae0a9-430f-4af2-99b3-18ab344d44d8.jpg',
'Width': 1600}],
'price': 41700,
'price_includes_vat': True,
'registration_date': '2024-12-11',
'seats_number': 3,
'seller_name': None,
'title': 'Mercedes-Benz Sprinter L2H2 317 CDI - Diesel - Automatic - 170 hp - '
'25.942 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-26 12:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710729521%27 HTTP/1.1" 200 None
2026-03-26 12:26:46 [adesa.de] INFO: Saving data for 10729521: {'created_time': 1774528006.193223, 'last_price_update_time': 1774528006.193238, 'auction_closing_time': 1798675200.0}
2026-03-26 12:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10729521') HTTP/1.1" 204 0
2026-03-26 12:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252Fb549fc0f-6bc9-40e1-9381-417eebd1fb74.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/b549fc0f-6bc9-40e1-9381-417eebd1fb74.jpg not downloaded yet
2026-03-26 12:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252Fc2ce4d40-e63e-427d-bab5-ac058cfaa83f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/c2ce4d40-e63e-427d-bab5-ac058cfaa83f.jpg not downloaded yet
2026-03-26 12:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252Fcb81bf34-aaeb-4b5e-a5cc-c7092a036fba.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/cb81bf34-aaeb-4b5e-a5cc-c7092a036fba.jpg not downloaded yet
2026-03-26 12:26:49 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.690(s), this was the 1st time calling it.
2026-03-26 12:26:49 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.142088619838667 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 12:26:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:26:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723811> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26: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 12:26:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745973/general/cb81bf34-aaeb-4b5e-a5cc-c7092a036fba.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723810)
2026-03-26 12:26:55 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: ba1a8b2d-5ee7-52dd-914a-b97c0707df6f with identifier: 10723811, dropping item
2026-03-26 12:26:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745973/general/c2ce4d40-e63e-427d-bab5-ac058cfaa83f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723810)
2026-03-26 12:26:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c056410>
2026-03-26 12:26:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252Fcb81bf34-aaeb-4b5e-a5cc-c7092a036fba.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/cb81bf34-aaeb-4b5e-a5cc-c7092a036fba.jpg saved to cache
2026-03-26 12:26:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ba1a8b2d-5ee7-52dd-914a-b97c0707df6f
2026-03-26 12:26:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564cbc10>
2026-03-26 12:26:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252Fc2ce4d40-e63e-427d-bab5-ac058cfaa83f.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/c2ce4d40-e63e-427d-bab5-ac058cfaa83f.jpg saved to cache
2026-03-26 12:26:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ba1a8b2d-5ee7-52dd-914a-b97c0707df6f
2026-03-26 12:26:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745973/general/b549fc0f-6bc9-40e1-9381-417eebd1fb74.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723810)
2026-03-26 12:26:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156365550>
2026-03-26 12:26:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252Fb549fc0f-6bc9-40e1-9381-417eebd1fb74.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/b549fc0f-6bc9-40e1-9381-417eebd1fb74.jpg saved to cache
2026-03-26 12:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ba1a8b2d-5ee7-52dd-914a-b97c0707df6f
2026-03-26 12:26:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745973/general/bc2cce63-7e2a-4724-8cad-521e93a1443f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723810)
2026-03-26 12:26:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745973/general/de352e73-c8c4-477a-8a45-9819596f48ee.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723810)
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563c0050>
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252Fbc2cce63-7e2a-4724-8cad-521e93a1443f.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/bc2cce63-7e2a-4724-8cad-521e93a1443f.jpg saved to cache
2026-03-26 12:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ba1a8b2d-5ee7-52dd-914a-b97c0707df6f
2026-03-26 12:26:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745973/general/17d91940-5398-4e7b-835c-d38036041242.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723810)
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563576d0>
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252Fde352e73-c8c4-477a-8a45-9819596f48ee.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/de352e73-c8c4-477a-8a45-9819596f48ee.jpg saved to cache
2026-03-26 12:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ba1a8b2d-5ee7-52dd-914a-b97c0707df6f
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633fd90>
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252F17d91940-5398-4e7b-835c-d38036041242.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/17d91940-5398-4e7b-835c-d38036041242.jpg saved to cache
2026-03-26 12:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ba1a8b2d-5ee7-52dd-914a-b97c0707df6f
2026-03-26 12:26:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745973/general/56fa3256-a490-44bd-9fbc-9130e37984b9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723810)
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633d410>
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252F56fa3256-a490-44bd-9fbc-9130e37984b9.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/56fa3256-a490-44bd-9fbc-9130e37984b9.jpg saved to cache
2026-03-26 12:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ba1a8b2d-5ee7-52dd-914a-b97c0707df6f
2026-03-26 12:26:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745973/general/f23bb0e9-951b-4265-b9b1-2d31edbdbf4d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723810)
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e7410>
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252Ff23bb0e9-951b-4265-b9b1-2d31edbdbf4d.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/f23bb0e9-951b-4265-b9b1-2d31edbdbf4d.jpg saved to cache
2026-03-26 12:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ba1a8b2d-5ee7-52dd-914a-b97c0707df6f
2026-03-26 12:26:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745973/general/73780f63-3e09-4cb5-ab60-d7108c0f3188.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723810)
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633c210>
2026-03-26 12:26:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252F73780f63-3e09-4cb5-ab60-d7108c0f3188.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/73780f63-3e09-4cb5-ab60-d7108c0f3188.jpg saved to cache
2026-03-26 12:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ba1a8b2d-5ee7-52dd-914a-b97c0707df6f
2026-03-26 12:26:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745973/general/9d6efe3d-f515-4bcd-900e-e529ecfe6e39.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723810)
2026-03-26 12:26:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf879d0>
2026-03-26 12:26:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745973%252Fgeneral%252F9d6efe3d-f515-4bcd-900e-e529ecfe6e39.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745973/general/9d6efe3d-f515-4bcd-900e-e529ecfe6e39.jpg saved to cache
2026-03-26 12:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ba1a8b2d-5ee7-52dd-914a-b97c0707df6f
2026-03-26 12:26:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ba1a8b2d-5ee7-52dd-914a-b97c0707df6f, skipping ID generation
2026-03-26 12:26:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba1a8b2d-5ee7-52dd-914a-b97c0707df6f with scrape type 1
2026-03-26 12:26:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ba1a8b2d-5ee7-52dd-914a-b97c0707df6f sending to next pipeline
2026-03-26 12:26:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: ba1a8b2d-5ee7-52dd-914a-b97c0707df6f, identifier: 10723810
2026-03-26 12:26:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: ba1a8b2d-5ee7-52dd-914a-b97c0707df6f with identifier: 10723810
2026-03-26 12:26:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: ba1a8b2d-5ee7-52dd-914a-b97c0707df6f with identifier: 10723810
2026-03-26 12:26:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: ba1a8b2d-5ee7-52dd-914a-b97c0707df6f with identifier: 10723810 to the API
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:26: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 12:26:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5745973/general/9d6efe3d-f515-4bcd-900e-e529ecfe6e39.jpg>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 238,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': 'ba1a8b2d-5ee7-52dd-914a-b97c0707df6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '57438',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723810',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 28,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 358148,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745973/general/9d6efe3d-f515-4bcd-900e-e529ecfe6e39.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 358407,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745973/general/73780f63-3e09-4cb5-ab60-d7108c0f3188.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 350962,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745973/general/f23bb0e9-951b-4265-b9b1-2d31edbdbf4d.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 343033,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745973/general/56fa3256-a490-44bd-9fbc-9130e37984b9.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 256229,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745973/general/17d91940-5398-4e7b-835c-d38036041242.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183979,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745973/general/de352e73-c8c4-477a-8a45-9819596f48ee.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165500,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745973/general/bc2cce63-7e2a-4724-8cad-521e93a1443f.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136040,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745973/general/b549fc0f-6bc9-40e1-9381-417eebd1fb74.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205740,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745973/general/c2ce4d40-e63e-427d-bab5-ac058cfaa83f.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ba1a8b2d-5ee7-52dd-914a-b97c0707df6f/ba1a8b2d-5ee7-52dd-914a-b97c0707df6f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 192609,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745973/general/cb81bf34-aaeb-4b5e-a5cc-c7092a036fba.jpg',
'Width': 1600}],
'price': 33600,
'price_includes_vat': True,
'registration_date': '2026-03-23',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Hyundai Tucson 1.6 N Line - Petrol - Automatic - 238 hp - 50 km',
'transmission': 'automatic',
'trim': 'N Line',
'vin': None,
'year': 2026}
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723810%27 HTTP/1.1" 200 None
2026-03-26 12:26:57 [adesa.de] INFO: Saving data for 10723810: {'created_time': 1774528017.582605, 'last_price_update_time': 1774528017.582617, 'auction_closing_time': 1798675200.0}
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723810') HTTP/1.1" 204 0
2026-03-26 12:26:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10729522> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26: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 12:26:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f95bebab-5385-56e3-a14e-5d76be7f1fc9 with identifier: 10729522
2026-03-26 12:26:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f95bebab-5385-56e3-a14e-5d76be7f1fc9 with scrape type 1
2026-03-26 12:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f95bebab-5385-56e3-a14e-5d76be7f1fc9
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252F05e4f050-8897-4e7c-a49d-551df09316fe.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/05e4f050-8897-4e7c-a49d-551df09316fe.jpg not downloaded yet
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252F259d2002-01ea-480c-8af9-e06a668379a9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/259d2002-01ea-480c-8af9-e06a668379a9.jpg not downloaded yet
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252F1fd93e20-b62c-4810-9aaf-bb1624b94361.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/1fd93e20-b62c-4810-9aaf-bb1624b94361.jpg not downloaded yet
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252F98f30ac6-3958-4138-8c9f-d84eecfa739f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/98f30ac6-3958-4138-8c9f-d84eecfa739f.jpg not downloaded yet
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252F39578b6d-a3a0-49b5-853a-8bc2b2018c60.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/39578b6d-a3a0-49b5-853a-8bc2b2018c60.jpg not downloaded yet
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252F5dbc2114-17d6-426e-94da-fb38b5947a34.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/5dbc2114-17d6-426e-94da-fb38b5947a34.jpg not downloaded yet
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252Fde74b35a-867e-4fcc-809f-92f52cf23cab.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/de74b35a-867e-4fcc-809f-92f52cf23cab.jpg not downloaded yet
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252Fc21a1114-12e6-4ccd-ac72-e6c911a8b8c1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/c21a1114-12e6-4ccd-ac72-e6c911a8b8c1.jpg not downloaded yet
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252Fa96d0547-0806-4aff-a86b-9669754bd78f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/a96d0547-0806-4aff-a86b-9669754bd78f.jpg not downloaded yet
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252Fa9df1670-7067-40c3-a78f-934540542466.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/a9df1670-7067-40c3-a78f-934540542466.jpg not downloaded yet
2026-03-26 12:26:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728749> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:26: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 12:26:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747920/general/a9df1670-7067-40c3-a78f-934540542466.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729522)
2026-03-26 12:26:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aaf32304-6b6e-51ae-92cd-4606da0d73b8 with identifier: 10728749
2026-03-26 12:26:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaf32304-6b6e-51ae-92cd-4606da0d73b8 with scrape type 1
2026-03-26 12:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item aaf32304-6b6e-51ae-92cd-4606da0d73b8
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252F798d5ac1-fcb0-4d44-b455-b2b693ac6d9b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/798d5ac1-fcb0-4d44-b455-b2b693ac6d9b.jpg not downloaded yet
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252F10865994-17c0-47c2-a9f8-4013c5861af0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/10865994-17c0-47c2-a9f8-4013c5861af0.jpg not downloaded yet
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252F0cccf717-c2bf-4b90-9914-7135d7750706.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/0cccf717-c2bf-4b90-9914-7135d7750706.jpg not downloaded yet
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252F15ac00fe-dbcd-472b-9b4d-d0e2983df6be.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/15ac00fe-dbcd-472b-9b4d-d0e2983df6be.jpg not downloaded yet
2026-03-26 12:26:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747920/general/a96d0547-0806-4aff-a86b-9669754bd78f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729522)
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252F98de3b26-af55-45c3-b45a-b60cc96ca1e2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/98de3b26-af55-45c3-b45a-b60cc96ca1e2.jpg not downloaded yet
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252Fd587f014-d6ff-44b6-a18d-4afa98d9ca82.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/d587f014-d6ff-44b6-a18d-4afa98d9ca82.jpg not downloaded yet
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252Ff3fca24b-072d-4da7-a1a9-ad4fb31ff75b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/f3fca24b-072d-4da7-a1a9-ad4fb31ff75b.jpg not downloaded yet
2026-03-26 12:26:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1eaad0>
2026-03-26 12:26:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252Fa9df1670-7067-40c3-a78f-934540542466.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/a9df1670-7067-40c3-a78f-934540542466.jpg saved to cache
2026-03-26 12:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f95bebab-5385-56e3-a14e-5d76be7f1fc9
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252F004cdcd9-955f-493f-95bf-ac59ec471ada.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/004cdcd9-955f-493f-95bf-ac59ec471ada.jpg not downloaded yet
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252Fd075355d-bf79-4aef-baa4-28bf610881ed.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/d075355d-bf79-4aef-baa4-28bf610881ed.jpg not downloaded yet
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252Febdba804-0b1e-497b-8f85-96ddce16566a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/ebdba804-0b1e-497b-8f85-96ddce16566a.jpg not downloaded yet
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b4ed0>
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252Fa96d0547-0806-4aff-a86b-9669754bd78f.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/a96d0547-0806-4aff-a86b-9669754bd78f.jpg saved to cache
2026-03-26 12:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f95bebab-5385-56e3-a14e-5d76be7f1fc9
2026-03-26 12:26:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747533/general/15ac00fe-dbcd-472b-9b4d-d0e2983df6be.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728749)
2026-03-26 12:26:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747533/general/ebdba804-0b1e-497b-8f85-96ddce16566a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728749)
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b3950>
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252F15ac00fe-dbcd-472b-9b4d-d0e2983df6be.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/15ac00fe-dbcd-472b-9b4d-d0e2983df6be.jpg saved to cache
2026-03-26 12:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item aaf32304-6b6e-51ae-92cd-4606da0d73b8
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b4610>
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252Febdba804-0b1e-497b-8f85-96ddce16566a.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/ebdba804-0b1e-497b-8f85-96ddce16566a.jpg saved to cache
2026-03-26 12:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item aaf32304-6b6e-51ae-92cd-4606da0d73b8
2026-03-26 12:26:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747533/general/d075355d-bf79-4aef-baa4-28bf610881ed.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728749)
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d22ab10>
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252Fd075355d-bf79-4aef-baa4-28bf610881ed.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/d075355d-bf79-4aef-baa4-28bf610881ed.jpg saved to cache
2026-03-26 12:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item aaf32304-6b6e-51ae-92cd-4606da0d73b8
2026-03-26 12:26:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747533/general/004cdcd9-955f-493f-95bf-ac59ec471ada.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728749)
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf744d0>
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252F004cdcd9-955f-493f-95bf-ac59ec471ada.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/004cdcd9-955f-493f-95bf-ac59ec471ada.jpg saved to cache
2026-03-26 12:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item aaf32304-6b6e-51ae-92cd-4606da0d73b8
2026-03-26 12:26:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747533/general/f3fca24b-072d-4da7-a1a9-ad4fb31ff75b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728749)
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156310fd0>
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252Ff3fca24b-072d-4da7-a1a9-ad4fb31ff75b.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/f3fca24b-072d-4da7-a1a9-ad4fb31ff75b.jpg saved to cache
2026-03-26 12:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item aaf32304-6b6e-51ae-92cd-4606da0d73b8
2026-03-26 12:26:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747533/general/d587f014-d6ff-44b6-a18d-4afa98d9ca82.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728749)
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156357850>
2026-03-26 12:26:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:26: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 12:26:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252Fd587f014-d6ff-44b6-a18d-4afa98d9ca82.jpg') HTTP/1.1" 204 0
2026-03-26 12:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/d587f014-d6ff-44b6-a18d-4afa98d9ca82.jpg saved to cache
2026-03-26 12:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item aaf32304-6b6e-51ae-92cd-4606da0d73b8
2026-03-26 12:26:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747533/general/98de3b26-af55-45c3-b45a-b60cc96ca1e2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728749)
2026-03-26 12:27:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156310b10>
2026-03-26 12:27:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252F98de3b26-af55-45c3-b45a-b60cc96ca1e2.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/98de3b26-af55-45c3-b45a-b60cc96ca1e2.jpg saved to cache
2026-03-26 12:27:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item aaf32304-6b6e-51ae-92cd-4606da0d73b8
2026-03-26 12:27:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747533/general/0cccf717-c2bf-4b90-9914-7135d7750706.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728749)
2026-03-26 12:27:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747533/general/10865994-17c0-47c2-a9f8-4013c5861af0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728749)
2026-03-26 12:27:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ef02d0>
2026-03-26 12:27:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252F0cccf717-c2bf-4b90-9914-7135d7750706.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/0cccf717-c2bf-4b90-9914-7135d7750706.jpg saved to cache
2026-03-26 12:27:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item aaf32304-6b6e-51ae-92cd-4606da0d73b8
2026-03-26 12:27:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747533/general/798d5ac1-fcb0-4d44-b455-b2b693ac6d9b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728749)
2026-03-26 12:27:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563115d0>
2026-03-26 12:27:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252F10865994-17c0-47c2-a9f8-4013c5861af0.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/10865994-17c0-47c2-a9f8-4013c5861af0.jpg saved to cache
2026-03-26 12:27:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item aaf32304-6b6e-51ae-92cd-4606da0d73b8
2026-03-26 12:27:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156326190>
2026-03-26 12:27:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747533%252Fgeneral%252F798d5ac1-fcb0-4d44-b455-b2b693ac6d9b.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747533/general/798d5ac1-fcb0-4d44-b455-b2b693ac6d9b.jpg saved to cache
2026-03-26 12:27:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item aaf32304-6b6e-51ae-92cd-4606da0d73b8
2026-03-26 12:27:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aaf32304-6b6e-51ae-92cd-4606da0d73b8, skipping ID generation
2026-03-26 12:27:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaf32304-6b6e-51ae-92cd-4606da0d73b8 with scrape type 1
2026-03-26 12:27:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aaf32304-6b6e-51ae-92cd-4606da0d73b8 sending to next pipeline
2026-03-26 12:27:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: aaf32304-6b6e-51ae-92cd-4606da0d73b8, identifier: 10728749
2026-03-26 12:27:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: aaf32304-6b6e-51ae-92cd-4606da0d73b8 with identifier: 10728749
2026-03-26 12:27:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: aaf32304-6b6e-51ae-92cd-4606da0d73b8 with identifier: 10728749
2026-03-26 12:27:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: aaf32304-6b6e-51ae-92cd-4606da0d73b8 with identifier: 10728749 to the API
2026-03-26 12:27:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747533/general/798d5ac1-fcb0-4d44-b455-b2b693ac6d9b.jpg>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 79,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': 'aaf32304-6b6e-51ae-92cd-4606da0d73b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '57458',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728749',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Hyundai',
'model': 'Bayon',
'odometer': 12487,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 26,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 233315,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747533/general/798d5ac1-fcb0-4d44-b455-b2b693ac6d9b.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232450,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747533/general/10865994-17c0-47c2-a9f8-4013c5861af0.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226641,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747533/general/0cccf717-c2bf-4b90-9914-7135d7750706.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222373,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747533/general/15ac00fe-dbcd-472b-9b4d-d0e2983df6be.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214407,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747533/general/98de3b26-af55-45c3-b45a-b60cc96ca1e2.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 255899,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747533/general/d587f014-d6ff-44b6-a18d-4afa98d9ca82.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189849,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747533/general/f3fca24b-072d-4da7-a1a9-ad4fb31ff75b.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219400,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747533/general/004cdcd9-955f-493f-95bf-ac59ec471ada.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 186238,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747533/general/d075355d-bf79-4aef-baa4-28bf610881ed.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aaf32304-6b6e-51ae-92cd-4606da0d73b8/aaf32304-6b6e-51ae-92cd-4606da0d73b8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 220059,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747533/general/ebdba804-0b1e-497b-8f85-96ddce16566a.jpg',
'Width': 1600}],
'price': 12600,
'price_includes_vat': True,
'registration_date': '2025-04-03',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Hyundai Bayon 1.2 - Petrol - Manual - 79 hp - 12.487 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2025}
2026-03-26 12:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728749%27 HTTP/1.1" 200 None
2026-03-26 12:27:01 [adesa.de] INFO: Saving data for 10728749: {'created_time': 1774528021.363854, 'last_price_update_time': 1774528021.363869, 'auction_closing_time': 1798675200.0}
2026-03-26 12:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728749') HTTP/1.1" 204 0
2026-03-26 12:27:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747920/general/c21a1114-12e6-4ccd-ac72-e6c911a8b8c1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729522)
2026-03-26 12:27:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c054f50>
2026-03-26 12:27:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252Fc21a1114-12e6-4ccd-ac72-e6c911a8b8c1.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/c21a1114-12e6-4ccd-ac72-e6c911a8b8c1.jpg saved to cache
2026-03-26 12:27:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f95bebab-5385-56e3-a14e-5d76be7f1fc9
2026-03-26 12:27:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747920/general/de74b35a-867e-4fcc-809f-92f52cf23cab.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729522)
2026-03-26 12:27:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747920/general/5dbc2114-17d6-426e-94da-fb38b5947a34.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729522)
2026-03-26 12:27:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564c9910>
2026-03-26 12:27:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252Fde74b35a-867e-4fcc-809f-92f52cf23cab.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/de74b35a-867e-4fcc-809f-92f52cf23cab.jpg saved to cache
2026-03-26 12:27:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f95bebab-5385-56e3-a14e-5d76be7f1fc9
2026-03-26 12:27:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747920/general/39578b6d-a3a0-49b5-853a-8bc2b2018c60.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729522)
2026-03-26 12:27:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e0250>
2026-03-26 12:27:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252F5dbc2114-17d6-426e-94da-fb38b5947a34.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/5dbc2114-17d6-426e-94da-fb38b5947a34.jpg saved to cache
2026-03-26 12:27:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f95bebab-5385-56e3-a14e-5d76be7f1fc9
2026-03-26 12:27:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563c2110>
2026-03-26 12:27:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252F39578b6d-a3a0-49b5-853a-8bc2b2018c60.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/39578b6d-a3a0-49b5-853a-8bc2b2018c60.jpg saved to cache
2026-03-26 12:27:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f95bebab-5385-56e3-a14e-5d76be7f1fc9
2026-03-26 12:27:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747920/general/98f30ac6-3958-4138-8c9f-d84eecfa739f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729522)
2026-03-26 12:27:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c05a4d0>
2026-03-26 12:27:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252F98f30ac6-3958-4138-8c9f-d84eecfa739f.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/98f30ac6-3958-4138-8c9f-d84eecfa739f.jpg saved to cache
2026-03-26 12:27:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f95bebab-5385-56e3-a14e-5d76be7f1fc9
2026-03-26 12:27:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747920/general/1fd93e20-b62c-4810-9aaf-bb1624b94361.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729522)
2026-03-26 12:27:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747920/general/259d2002-01ea-480c-8af9-e06a668379a9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729522)
2026-03-26 12:27:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156366450>
2026-03-26 12:27:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252F1fd93e20-b62c-4810-9aaf-bb1624b94361.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/1fd93e20-b62c-4810-9aaf-bb1624b94361.jpg saved to cache
2026-03-26 12:27:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f95bebab-5385-56e3-a14e-5d76be7f1fc9
2026-03-26 12:27:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747920/general/05e4f050-8897-4e7c-a49d-551df09316fe.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729522)
2026-03-26 12:27:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156364c10>
2026-03-26 12:27:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252F259d2002-01ea-480c-8af9-e06a668379a9.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/259d2002-01ea-480c-8af9-e06a668379a9.jpg saved to cache
2026-03-26 12:27:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f95bebab-5385-56e3-a14e-5d76be7f1fc9
2026-03-26 12:27:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e6390>
2026-03-26 12:27:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747920%252Fgeneral%252F05e4f050-8897-4e7c-a49d-551df09316fe.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747920/general/05e4f050-8897-4e7c-a49d-551df09316fe.jpg saved to cache
2026-03-26 12:27:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f95bebab-5385-56e3-a14e-5d76be7f1fc9
2026-03-26 12:27:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f95bebab-5385-56e3-a14e-5d76be7f1fc9, skipping ID generation
2026-03-26 12:27:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f95bebab-5385-56e3-a14e-5d76be7f1fc9 with scrape type 1
2026-03-26 12:27:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f95bebab-5385-56e3-a14e-5d76be7f1fc9 sending to next pipeline
2026-03-26 12:27:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f95bebab-5385-56e3-a14e-5d76be7f1fc9, identifier: 10729522
2026-03-26 12:27:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f95bebab-5385-56e3-a14e-5d76be7f1fc9 with identifier: 10729522
2026-03-26 12:27:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f95bebab-5385-56e3-a14e-5d76be7f1fc9 with identifier: 10729522
2026-03-26 12:27:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f95bebab-5385-56e3-a14e-5d76be7f1fc9 with identifier: 10729522 to the API
2026-03-26 12:27:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747920/general/05e4f050-8897-4e7c-a49d-551df09316fe.jpg>
{'auction_title': '',
'c_o_2_emission_value': 250,
'category': 'Light truck',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 170,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Diesel',
'id': 'f95bebab-5385-56e3-a14e-5d76be7f1fc9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '52784',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10729522',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'Sprinter',
'odometer': 26815,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 30,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126893,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747920/general/05e4f050-8897-4e7c-a49d-551df09316fe.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126098,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747920/general/259d2002-01ea-480c-8af9-e06a668379a9.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129819,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747920/general/1fd93e20-b62c-4810-9aaf-bb1624b94361.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134162,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747920/general/98f30ac6-3958-4138-8c9f-d84eecfa739f.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159700,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747920/general/39578b6d-a3a0-49b5-853a-8bc2b2018c60.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114598,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747920/general/5dbc2114-17d6-426e-94da-fb38b5947a34.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170830,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747920/general/de74b35a-867e-4fcc-809f-92f52cf23cab.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 196048,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747920/general/c21a1114-12e6-4ccd-ac72-e6c911a8b8c1.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105921,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747920/general/a96d0547-0806-4aff-a86b-9669754bd78f.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f95bebab-5385-56e3-a14e-5d76be7f1fc9/f95bebab-5385-56e3-a14e-5d76be7f1fc9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69171,
'Height': 1067,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747920/general/a9df1670-7067-40c3-a78f-934540542466.jpg',
'Width': 1600}],
'price': 41700,
'price_includes_vat': True,
'registration_date': '2024-12-11',
'seats_number': 3,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Mercedes-Benz Sprinter L2H2 317 CDI - Diesel - Automatic - 170 hp - '
'26.815 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-26 12:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710729522%27 HTTP/1.1" 200 None
2026-03-26 12:27:02 [adesa.de] INFO: Saving data for 10729522: {'created_time': 1774528022.881788, 'last_price_update_time': 1774528022.8818, 'auction_closing_time': 1798675200.0}
2026-03-26 12:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10729522') HTTP/1.1" 204 0
2026-03-26 12:27:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728625> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27: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 12:27:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef514db8-6ecc-528c-947c-645582c04b72 with identifier: 10728625
2026-03-26 12:27:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef514db8-6ecc-528c-947c-645582c04b72 with scrape type 1
2026-03-26 12:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ef514db8-6ecc-528c-947c-645582c04b72
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252Fe21142cd-cf86-4d20-8a53-91b27a4c1f92.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/e21142cd-cf86-4d20-8a53-91b27a4c1f92.jpg not downloaded yet
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252Fa8f6dd1b-31c8-49a6-aca4-1585206729db.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/a8f6dd1b-31c8-49a6-aca4-1585206729db.jpg not downloaded yet
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252F5f5e82d6-332c-46a1-9676-a0708faf941b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/5f5e82d6-332c-46a1-9676-a0708faf941b.jpg not downloaded yet
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252Fd1c21e72-4631-446a-a3c3-5bbdfed76e51.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/d1c21e72-4631-446a-a3c3-5bbdfed76e51.jpg not downloaded yet
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252F0d359b0f-53e9-4201-bdfd-5d1d175f2bde.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/0d359b0f-53e9-4201-bdfd-5d1d175f2bde.jpg not downloaded yet
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252F7b1b341b-18c7-4b36-8a81-44a7d03357b1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/7b1b341b-18c7-4b36-8a81-44a7d03357b1.jpg not downloaded yet
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252Fb45abf95-ad2e-4e18-b458-48822f868ebd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/b45abf95-ad2e-4e18-b458-48822f868ebd.jpg not downloaded yet
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252Fee95a4fd-5fa9-43db-8f96-0fccff60b90e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/ee95a4fd-5fa9-43db-8f96-0fccff60b90e.jpg not downloaded yet
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252F11262fcb-66e7-42e9-b491-7d6bded74246.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/11262fcb-66e7-42e9-b491-7d6bded74246.jpg not downloaded yet
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252Fcde4c6cc-4635-4e7a-ba34-98f58ae099ee.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/cde4c6cc-4635-4e7a-ba34-98f58ae099ee.jpg not downloaded yet
2026-03-26 12:27:07 [scrapy.extensions.logstats] INFO: Crawled 208 pages (at 18 pages/min), scraped 183 items (at 18 items/min)
2026-03-26 12:27:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 169MiB
2026-03-26 12:27:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717083> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27: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 12:27:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747392/general/cde4c6cc-4635-4e7a-ba34-98f58ae099ee.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728625)
2026-03-26 12:27:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8782806b-6bda-5ae8-b654-872361f7df56 with identifier: 10717083
2026-03-26 12:27:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8782806b-6bda-5ae8-b654-872361f7df56 with scrape type 2
2026-03-26 12:27:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8782806b-6bda-5ae8-b654-872361f7df56 with scrape type 2
2026-03-26 12:27:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 8782806b-6bda-5ae8-b654-872361f7df56, identifier: 10717083
2026-03-26 12:27:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 8782806b-6bda-5ae8-b654-872361f7df56 with identifier: 10717083
2026-03-26 12:27:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 8782806b-6bda-5ae8-b654-872361f7df56 with identifier: 10717083
2026-03-26 12:27:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 8782806b-6bda-5ae8-b654-872361f7df56 with identifier: 10717083 to the API
2026-03-26 12:27:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717083>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 253,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Hybrid',
'id': '8782806b-6bda-5ae8-b654-872361f7df56',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YV1ZWH1V1P1530992',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717083',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Volvo',
'model': 'V60',
'odometer': 79789,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 20300,
'price_includes_vat': True,
'registration_date': '2022-12-19',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Volvo V60 Plus Dark - Hybrid - Automatic - 253 hp - 79.789 km',
'transmission': 'automatic',
'trim': 'Plus Dark',
'vin': None,
'year': 2022}
2026-03-26 12:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717083%27 HTTP/1.1" 200 None
2026-03-26 12:27:11 [adesa.de] INFO: Saving data for 10717083: {'auction_closing_time': 1774539000.0, 'created_time': 1774441521.186883, 'last_price_update_time': 1774528031.883019}
2026-03-26 12:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717083') HTTP/1.1" 204 0
2026-03-26 12:27:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747392/general/11262fcb-66e7-42e9-b491-7d6bded74246.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728625)
2026-03-26 12:27:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564cae90>
2026-03-26 12:27:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252Fcde4c6cc-4635-4e7a-ba34-98f58ae099ee.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/cde4c6cc-4635-4e7a-ba34-98f58ae099ee.jpg saved to cache
2026-03-26 12:27:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ef514db8-6ecc-528c-947c-645582c04b72
2026-03-26 12:27:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fd6410>
2026-03-26 12:27:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252F11262fcb-66e7-42e9-b491-7d6bded74246.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/11262fcb-66e7-42e9-b491-7d6bded74246.jpg saved to cache
2026-03-26 12:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ef514db8-6ecc-528c-947c-645582c04b72
2026-03-26 12:27:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747392/general/ee95a4fd-5fa9-43db-8f96-0fccff60b90e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728625)
2026-03-26 12:27:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e9a90>
2026-03-26 12:27:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252Fee95a4fd-5fa9-43db-8f96-0fccff60b90e.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/ee95a4fd-5fa9-43db-8f96-0fccff60b90e.jpg saved to cache
2026-03-26 12:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ef514db8-6ecc-528c-947c-645582c04b72
2026-03-26 12:27:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747392/general/b45abf95-ad2e-4e18-b458-48822f868ebd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728625)
2026-03-26 12:27:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156311350>
2026-03-26 12:27:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252Fb45abf95-ad2e-4e18-b458-48822f868ebd.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/b45abf95-ad2e-4e18-b458-48822f868ebd.jpg saved to cache
2026-03-26 12:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ef514db8-6ecc-528c-947c-645582c04b72
2026-03-26 12:27:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747392/general/7b1b341b-18c7-4b36-8a81-44a7d03357b1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728625)
2026-03-26 12:27:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee3810>
2026-03-26 12:27:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252F7b1b341b-18c7-4b36-8a81-44a7d03357b1.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/7b1b341b-18c7-4b36-8a81-44a7d03357b1.jpg saved to cache
2026-03-26 12:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ef514db8-6ecc-528c-947c-645582c04b72
2026-03-26 12:27:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747392/general/0d359b0f-53e9-4201-bdfd-5d1d175f2bde.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728625)
2026-03-26 12:27:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723812> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27: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 12:27:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156311790>
2026-03-26 12:27:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252F0d359b0f-53e9-4201-bdfd-5d1d175f2bde.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/0d359b0f-53e9-4201-bdfd-5d1d175f2bde.jpg saved to cache
2026-03-26 12:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ef514db8-6ecc-528c-947c-645582c04b72
2026-03-26 12:27:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af63157d-0242-597f-9be5-4d053691cd0e with identifier: 10723812
2026-03-26 12:27:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af63157d-0242-597f-9be5-4d053691cd0e with scrape type 1
2026-03-26 12:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item af63157d-0242-597f-9be5-4d053691cd0e
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252F17536418-ea56-421c-bab2-f8c49b04abda.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/17536418-ea56-421c-bab2-f8c49b04abda.jpg not downloaded yet
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252Fa89221c7-a798-4f64-84fc-cd07de30b89b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/a89221c7-a798-4f64-84fc-cd07de30b89b.jpg not downloaded yet
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252F3ec4a4b4-c174-447c-990d-f2ffa3bb5526.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/3ec4a4b4-c174-447c-990d-f2ffa3bb5526.jpg not downloaded yet
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252F6d81efb0-a56f-436a-9199-48b5ab731f98.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/6d81efb0-a56f-436a-9199-48b5ab731f98.jpg not downloaded yet
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252Ffb7d2bcf-b5b5-4615-baf1-e7a4d8dfa1c6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/fb7d2bcf-b5b5-4615-baf1-e7a4d8dfa1c6.jpg not downloaded yet
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252F92ef5e62-bfa0-4443-a21a-5e9d18885318.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/92ef5e62-bfa0-4443-a21a-5e9d18885318.jpg not downloaded yet
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252Fab2a9254-92be-4e57-967a-58ab9743c22b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/ab2a9254-92be-4e57-967a-58ab9743c22b.jpg not downloaded yet
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252Fa994cb4e-d328-423e-b216-7c1b3ae2878a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/a994cb4e-d328-423e-b216-7c1b3ae2878a.jpg not downloaded yet
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252Fa1383189-fee6-4acc-a4b3-31ce76b42fd0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/a1383189-fee6-4acc-a4b3-31ce76b42fd0.jpg not downloaded yet
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252F7b00823a-7c96-4a64-aa75-df663de3e618.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/7b00823a-7c96-4a64-aa75-df663de3e618.jpg not downloaded yet
2026-03-26 12:27:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747392/general/5f5e82d6-332c-46a1-9676-a0708faf941b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728625)
2026-03-26 12:27:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745974/general/7b00823a-7c96-4a64-aa75-df663de3e618.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723812)
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d2298d0>
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252F5f5e82d6-332c-46a1-9676-a0708faf941b.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/5f5e82d6-332c-46a1-9676-a0708faf941b.jpg saved to cache
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ef514db8-6ecc-528c-947c-645582c04b72
2026-03-26 12:27:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747392/general/d1c21e72-4631-446a-a3c3-5bbdfed76e51.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728625)
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156311410>
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252F7b00823a-7c96-4a64-aa75-df663de3e618.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/7b00823a-7c96-4a64-aa75-df663de3e618.jpg saved to cache
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item af63157d-0242-597f-9be5-4d053691cd0e
2026-03-26 12:27:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745974/general/a1383189-fee6-4acc-a4b3-31ce76b42fd0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723812)
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015642be90>
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252Fd1c21e72-4631-446a-a3c3-5bbdfed76e51.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/d1c21e72-4631-446a-a3c3-5bbdfed76e51.jpg saved to cache
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ef514db8-6ecc-528c-947c-645582c04b72
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c658990>
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252Fa1383189-fee6-4acc-a4b3-31ce76b42fd0.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/a1383189-fee6-4acc-a4b3-31ce76b42fd0.jpg saved to cache
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item af63157d-0242-597f-9be5-4d053691cd0e
2026-03-26 12:27:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745974/general/a994cb4e-d328-423e-b216-7c1b3ae2878a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723812)
2026-03-26 12:27:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745974/general/ab2a9254-92be-4e57-967a-58ab9743c22b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723812)
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ea5510>
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252Fa994cb4e-d328-423e-b216-7c1b3ae2878a.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/a994cb4e-d328-423e-b216-7c1b3ae2878a.jpg saved to cache
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item af63157d-0242-597f-9be5-4d053691cd0e
2026-03-26 12:27:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745974/general/fb7d2bcf-b5b5-4615-baf1-e7a4d8dfa1c6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723812)
2026-03-26 12:27:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745974/general/92ef5e62-bfa0-4443-a21a-5e9d18885318.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723812)
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156324710>
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252Fab2a9254-92be-4e57-967a-58ab9743c22b.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/ab2a9254-92be-4e57-967a-58ab9743c22b.jpg saved to cache
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item af63157d-0242-597f-9be5-4d053691cd0e
2026-03-26 12:27: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 12:27: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 12:27:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e508d0>
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252Ffb7d2bcf-b5b5-4615-baf1-e7a4d8dfa1c6.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/fb7d2bcf-b5b5-4615-baf1-e7a4d8dfa1c6.jpg saved to cache
2026-03-26 12:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item af63157d-0242-597f-9be5-4d053691cd0e
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09d390>
2026-03-26 12:27:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252F92ef5e62-bfa0-4443-a21a-5e9d18885318.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/92ef5e62-bfa0-4443-a21a-5e9d18885318.jpg saved to cache
2026-03-26 12:27:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item af63157d-0242-597f-9be5-4d053691cd0e
2026-03-26 12:27:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717089> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10627628
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710627628%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10627628: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10627628 url https://www.openlane.eu/en/carv6/auction/10627628
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10627640
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710627640%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10627640: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10627640 url https://www.openlane.eu/en/carv6/auction/10627640
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10626273
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710626273%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10626273: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10626273 url https://www.openlane.eu/en/carv6/auction/10626273
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10627637
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710627637%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10627637: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10627637 url https://www.openlane.eu/en/carv6/auction/10627637
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10623496
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710623496%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10623496: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10623496 url https://www.openlane.eu/en/carv6/auction/10623496
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10632970
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710632970%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10632970: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10632970 url https://www.openlane.eu/en/carv6/auction/10632970
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10632976
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710632976%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10632976: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10632976 url https://www.openlane.eu/en/carv6/auction/10632976
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10626290
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710626290%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10626290: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10626290 url https://www.openlane.eu/en/carv6/auction/10626290
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10632971
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710632971%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10632971: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10632971 url https://www.openlane.eu/en/carv6/auction/10632971
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10425397
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710425397%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10425397: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10425397 url https://www.openlane.eu/en/carv6/auction/10425397
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10675195
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710675195%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10675195: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10675195 url https://www.openlane.eu/en/carv6/auction/10675195
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10674997
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710674997%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10674997: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10674997 url https://www.openlane.eu/en/carv6/auction/10674997
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10717041
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717041%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10717041: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10717041 url https://www.openlane.eu/en/carv6/auction/10717041
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10699421
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710699421%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10699421: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10699421 url https://www.openlane.eu/en/carv6/auction/10699421
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10384594
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710384594%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10384594: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10384594 url https://www.openlane.eu/en/carv6/auction/10384594
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10597879
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710597879%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10597879: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10597879 url https://www.openlane.eu/en/carv6/auction/10597879
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10633433
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710633433%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10633433: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10633433 url https://www.openlane.eu/en/carv6/auction/10633433
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10649959
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710649959%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10649959: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10649959 url https://www.openlane.eu/en/carv6/auction/10649959
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10694994
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710694994%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10694994: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10694994 url https://www.openlane.eu/en/carv6/auction/10694994
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10715704
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710715704%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10715704: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10715704 url https://www.openlane.eu/en/carv6/auction/10715704
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 9981932
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%279981932%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 9981932: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 9981932 url https://www.openlane.eu/en/carv6/auction/9981932
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 9981933
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%279981933%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 9981933: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 9981933 url https://www.openlane.eu/en/carv6/auction/9981933
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10696449
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710696449%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10696449: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10696449 url https://www.openlane.eu/en/carv6/auction/10696449
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10641207
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710641207%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10641207: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10641207 url https://www.openlane.eu/en/carv6/auction/10641207
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10628377
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710628377%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10628377: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10628377 url https://www.openlane.eu/en/carv6/auction/10628377
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10699465
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710699465%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10699465: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10699465 url https://www.openlane.eu/en/carv6/auction/10699465
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10269735
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710269735%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10269735: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10269735 url https://www.openlane.eu/en/carv6/auction/10269735
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10333284
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710333284%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10333284: 0
2026-03-26 12:27:14 [adesa.de] INFO: Skipping item 10333284 url https://www.openlane.eu/en/carv6/auction/10333284
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10723574
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723574%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10723574: 1
2026-03-26 12:27:14 [adesa.de] INFO: Scraping item 10723574 url https://www.openlane.eu/en/carv6/auction/10723574
2026-03-26 12:27:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745974/general/6d81efb0-a56f-436a-9199-48b5ab731f98.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723812)
2026-03-26 12:27: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 12:27:14 [adesa.de] INFO: Found listing with ID: 10727116
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727116%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10727116: 1
2026-03-26 12:27:14 [adesa.de] INFO: Scraping item 10727116 url https://www.openlane.eu/en/carv6/auction/10727116
2026-03-26 12:27:14 [adesa.de] INFO: Found listing with ID: 10727144
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727144%27 HTTP/1.1" 200 None
2026-03-26 12:27:14 [adesa.de] INFO: Scrape type for 10727144: 1
2026-03-26 12:27:14 [adesa.de] INFO: Scraping item 10727144 url https://www.openlane.eu/en/carv6/auction/10727144
2026-03-26 12:27:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21012ef4-14ec-59d1-853b-fcce8eae1fca with identifier: 10717089
2026-03-26 12:27:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21012ef4-14ec-59d1-853b-fcce8eae1fca with scrape type 2
2026-03-26 12:27:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21012ef4-14ec-59d1-853b-fcce8eae1fca with scrape type 2
2026-03-26 12:27:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 21012ef4-14ec-59d1-853b-fcce8eae1fca, identifier: 10717089
2026-03-26 12:27:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745974/general/a89221c7-a798-4f64-84fc-cd07de30b89b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723812)
2026-03-26 12:27:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 21012ef4-14ec-59d1-853b-fcce8eae1fca with identifier: 10717089
2026-03-26 12:27:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 21012ef4-14ec-59d1-853b-fcce8eae1fca with identifier: 10717089
2026-03-26 12:27:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 21012ef4-14ec-59d1-853b-fcce8eae1fca with identifier: 10717089 to the API
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:27:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717089>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 514,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': '21012ef4-14ec-59d1-853b-fcce8eae1fca',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LRWYGCEK5NC218562',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717089',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 66903,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 25100,
'price_includes_vat': True,
'registration_date': '2022-01-31',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Tesla Model Y Long Range - Dual Motor - Electric - Automatic - 514 '
'hp - 66.903 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717089%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Saving data for 10717089: {'auction_closing_time': 1774539000.0, 'created_time': 1774441522.026239, 'last_price_update_time': 1774528035.252413}
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717089') HTTP/1.1" 204 0
2026-03-26 12:27:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745974/general/3ec4a4b4-c174-447c-990d-f2ffa3bb5526.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723812)
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10727145
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727145%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10727145: 1
2026-03-26 12:27:15 [adesa.de] INFO: Scraping item 10727145 url https://www.openlane.eu/en/carv6/auction/10727145
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10728845
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728845%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10728845: 1
2026-03-26 12:27:15 [adesa.de] INFO: Scraping item 10728845 url https://www.openlane.eu/en/carv6/auction/10728845
2026-03-26 12:27:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e51490>
2026-03-26 12:27:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:27:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252F6d81efb0-a56f-436a-9199-48b5ab731f98.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/6d81efb0-a56f-436a-9199-48b5ab731f98.jpg saved to cache
2026-03-26 12:27:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item af63157d-0242-597f-9be5-4d053691cd0e
2026-03-26 12:27:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c058810>
2026-03-26 12:27:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:27:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252Fa89221c7-a798-4f64-84fc-cd07de30b89b.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/a89221c7-a798-4f64-84fc-cd07de30b89b.jpg saved to cache
2026-03-26 12:27:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item af63157d-0242-597f-9be5-4d053691cd0e
2026-03-26 12:27:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745974/general/17536418-ea56-421c-bab2-f8c49b04abda.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723812)
2026-03-26 12:27:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747392/general/a8f6dd1b-31c8-49a6-aca4-1585206729db.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728625)
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10726321
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726321%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10726321: 1
2026-03-26 12:27:15 [adesa.de] INFO: Scraping item 10726321 url https://www.openlane.eu/en/carv6/auction/10726321
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10666058
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710666058%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10666058: 0
2026-03-26 12:27:15 [adesa.de] INFO: Skipping item 10666058 url https://www.openlane.eu/en/carv6/auction/10666058
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10728756
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728756%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10728756: 1
2026-03-26 12:27:15 [adesa.de] INFO: Scraping item 10728756 url https://www.openlane.eu/en/carv6/auction/10728756
2026-03-26 12:27:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e0c90>
2026-03-26 12:27:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:27:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252F3ec4a4b4-c174-447c-990d-f2ffa3bb5526.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/3ec4a4b4-c174-447c-990d-f2ffa3bb5526.jpg saved to cache
2026-03-26 12:27:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item af63157d-0242-597f-9be5-4d053691cd0e
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10716792
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710716792%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10716792: 0
2026-03-26 12:27:15 [adesa.de] INFO: Skipping item 10716792 url https://www.openlane.eu/en/carv6/auction/10716792
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10699441
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710699441%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10699441: 2
2026-03-26 12:27:15 [adesa.de] INFO: Scraping item 10699441 url https://www.openlane.eu/en/carv6/auction/10699441
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10051067
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710051067%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10051067: 0
2026-03-26 12:27:15 [adesa.de] INFO: Skipping item 10051067 url https://www.openlane.eu/en/carv6/auction/10051067
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10707863
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710707863%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10707863: 0
2026-03-26 12:27:15 [adesa.de] INFO: Skipping item 10707863 url https://www.openlane.eu/en/carv6/auction/10707863
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10729510
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710729510%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10729510: 1
2026-03-26 12:27:15 [adesa.de] INFO: Scraping item 10729510 url https://www.openlane.eu/en/carv6/auction/10729510
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10697379
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710697379%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10697379: 0
2026-03-26 12:27:15 [adesa.de] INFO: Skipping item 10697379 url https://www.openlane.eu/en/carv6/auction/10697379
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10563518
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710563518%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10563518: 0
2026-03-26 12:27:15 [adesa.de] INFO: Skipping item 10563518 url https://www.openlane.eu/en/carv6/auction/10563518
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10699520
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710699520%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10699520: 0
2026-03-26 12:27:15 [adesa.de] INFO: Skipping item 10699520 url https://www.openlane.eu/en/carv6/auction/10699520
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10242156
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710242156%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10242156: 0
2026-03-26 12:27:15 [adesa.de] INFO: Skipping item 10242156 url https://www.openlane.eu/en/carv6/auction/10242156
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10574078
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710574078%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10574078: 0
2026-03-26 12:27:15 [adesa.de] INFO: Skipping item 10574078 url https://www.openlane.eu/en/carv6/auction/10574078
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10574076
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710574076%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10574076: 0
2026-03-26 12:27:15 [adesa.de] INFO: Skipping item 10574076 url https://www.openlane.eu/en/carv6/auction/10574076
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10722037
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710722037%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10722037: 0
2026-03-26 12:27:15 [adesa.de] INFO: Skipping item 10722037 url https://www.openlane.eu/en/carv6/auction/10722037
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10716209
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710716209%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10716209: 0
2026-03-26 12:27:15 [adesa.de] INFO: Skipping item 10716209 url https://www.openlane.eu/en/carv6/auction/10716209
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10623494
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710623494%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10623494: 0
2026-03-26 12:27:15 [adesa.de] INFO: Skipping item 10623494 url https://www.openlane.eu/en/carv6/auction/10623494
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10682772
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710682772%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10682772: 0
2026-03-26 12:27:15 [adesa.de] INFO: Skipping item 10682772 url https://www.openlane.eu/en/carv6/auction/10682772
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10700897
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710700897%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10700897: 0
2026-03-26 12:27:15 [adesa.de] INFO: Skipping item 10700897 url https://www.openlane.eu/en/carv6/auction/10700897
2026-03-26 12:27:15 [adesa.de] INFO: Found listing with ID: 10727617
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727617%27 HTTP/1.1" 200 None
2026-03-26 12:27:15 [adesa.de] INFO: Scrape type for 10727617: 1
2026-03-26 12:27:15 [adesa.de] INFO: Scraping item 10727617 url https://www.openlane.eu/en/carv6/auction/10727617
2026-03-26 12:27:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee3290>
2026-03-26 12:27:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:27:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745974%252Fgeneral%252F17536418-ea56-421c-bab2-f8c49b04abda.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745974/general/17536418-ea56-421c-bab2-f8c49b04abda.jpg saved to cache
2026-03-26 12:27:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item af63157d-0242-597f-9be5-4d053691cd0e
2026-03-26 12:27:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: af63157d-0242-597f-9be5-4d053691cd0e, skipping ID generation
2026-03-26 12:27:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af63157d-0242-597f-9be5-4d053691cd0e with scrape type 1
2026-03-26 12:27:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item af63157d-0242-597f-9be5-4d053691cd0e sending to next pipeline
2026-03-26 12:27:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: af63157d-0242-597f-9be5-4d053691cd0e, identifier: 10723812
2026-03-26 12:27:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e1c90>
2026-03-26 12:27:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:27:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252Fa8f6dd1b-31c8-49a6-aca4-1585206729db.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/a8f6dd1b-31c8-49a6-aca4-1585206729db.jpg saved to cache
2026-03-26 12:27:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ef514db8-6ecc-528c-947c-645582c04b72
2026-03-26 12:27:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: af63157d-0242-597f-9be5-4d053691cd0e with identifier: 10723812
2026-03-26 12:27:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: af63157d-0242-597f-9be5-4d053691cd0e with identifier: 10723812
2026-03-26 12:27:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: af63157d-0242-597f-9be5-4d053691cd0e with identifier: 10723812 to the API
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5745974/general/17536418-ea56-421c-bab2-f8c49b04abda.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '',
'engine_horse_power': 138,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Electric',
'id': 'af63157d-0242-597f-9be5-4d053691cd0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '57434',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723812',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Citroën',
'model': 'Jumpy',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 13,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 320915,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745974/general/17536418-ea56-421c-bab2-f8c49b04abda.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 325836,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745974/general/a89221c7-a798-4f64-84fc-cd07de30b89b.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 290584,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745974/general/3ec4a4b4-c174-447c-990d-f2ffa3bb5526.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242196,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745974/general/6d81efb0-a56f-436a-9199-48b5ab731f98.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223832,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745974/general/fb7d2bcf-b5b5-4615-baf1-e7a4d8dfa1c6.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266987,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745974/general/92ef5e62-bfa0-4443-a21a-5e9d18885318.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204605,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745974/general/ab2a9254-92be-4e57-967a-58ab9743c22b.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 191557,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745974/general/a994cb4e-d328-423e-b216-7c1b3ae2878a.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166236,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745974/general/a1383189-fee6-4acc-a4b3-31ce76b42fd0.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af63157d-0242-597f-9be5-4d053691cd0e/af63157d-0242-597f-9be5-4d053691cd0e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160352,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745974/general/7b00823a-7c96-4a64-aa75-df663de3e618.jpg',
'Width': 1200}],
'price': 22100,
'price_includes_vat': True,
'registration_date': '2023-07-28',
'seats_number': 3,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Citroën Jumpy - Electric - Automatic - 138 hp - 50 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723812%27 HTTP/1.1" 200 None
2026-03-26 12:27:16 [adesa.de] INFO: Saving data for 10723812: {'created_time': 1774528036.580584, 'last_price_update_time': 1774528036.580595, 'auction_closing_time': 1798675200.0}
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723812') HTTP/1.1" 204 0
2026-03-26 12:27:16 [adesa.de] INFO: Found listing with ID: 10640466
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710640466%27 HTTP/1.1" 200 None
2026-03-26 12:27:16 [adesa.de] INFO: Scrape type for 10640466: 0
2026-03-26 12:27:16 [adesa.de] INFO: Skipping item 10640466 url https://www.openlane.eu/en/carv6/auction/10640466
2026-03-26 12:27:16 [adesa.de] INFO: Found listing with ID: 10724729
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724729%27 HTTP/1.1" 200 None
2026-03-26 12:27:16 [adesa.de] INFO: Scrape type for 10724729: 1
2026-03-26 12:27:16 [adesa.de] INFO: Scraping item 10724729 url https://www.openlane.eu/en/carv6/auction/10724729
2026-03-26 12:27:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717081> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27:16 [adesa.de] INFO: Found listing with ID: 10691963
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710691963%27 HTTP/1.1" 200 None
2026-03-26 12:27:16 [adesa.de] INFO: Scrape type for 10691963: 0
2026-03-26 12:27:16 [adesa.de] INFO: Skipping item 10691963 url https://www.openlane.eu/en/carv6/auction/10691963
2026-03-26 12:27:16 [adesa.de] INFO: Found listing with ID: 10641436
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710641436%27 HTTP/1.1" 200 None
2026-03-26 12:27:16 [adesa.de] INFO: Scrape type for 10641436: 0
2026-03-26 12:27:16 [adesa.de] INFO: Skipping item 10641436 url https://www.openlane.eu/en/carv6/auction/10641436
2026-03-26 12:27:16 [adesa.de] INFO: Found listing with ID: 10721194
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710721194%27 HTTP/1.1" 200 None
2026-03-26 12:27:16 [adesa.de] INFO: Scrape type for 10721194: 0
2026-03-26 12:27:16 [adesa.de] INFO: Skipping item 10721194 url https://www.openlane.eu/en/carv6/auction/10721194
2026-03-26 12:27:16 [adesa.de] INFO: Found listing with ID: 10723140
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723140%27 HTTP/1.1" 200 None
2026-03-26 12:27:16 [adesa.de] INFO: Scrape type for 10723140: 1
2026-03-26 12:27:16 [adesa.de] INFO: Scraping item 10723140 url https://www.openlane.eu/en/carv6/auction/10723140
2026-03-26 12:27: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 12:27:16 [adesa.de] INFO: Found listing with ID: 10588293
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710588293%27 HTTP/1.1" 200 None
2026-03-26 12:27:16 [adesa.de] INFO: Scrape type for 10588293: 0
2026-03-26 12:27:16 [adesa.de] INFO: Skipping item 10588293 url https://www.openlane.eu/en/carv6/auction/10588293
2026-03-26 12:27:16 [adesa.de] INFO: Found listing with ID: 10673718
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710673718%27 HTTP/1.1" 200 None
2026-03-26 12:27:16 [adesa.de] INFO: Scrape type for 10673718: 0
2026-03-26 12:27:16 [adesa.de] INFO: Skipping item 10673718 url https://www.openlane.eu/en/carv6/auction/10673718
2026-03-26 12:27:16 [adesa.de] INFO: Found listing with ID: 10701015
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710701015%27 HTTP/1.1" 200 None
2026-03-26 12:27:16 [adesa.de] INFO: Scrape type for 10701015: 0
2026-03-26 12:27:16 [adesa.de] INFO: Skipping item 10701015 url https://www.openlane.eu/en/carv6/auction/10701015
2026-03-26 12:27:16 [adesa.de] INFO: Found listing with ID: 10661521
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710661521%27 HTTP/1.1" 200 None
2026-03-26 12:27:16 [adesa.de] INFO: Scrape type for 10661521: 0
2026-03-26 12:27:16 [adesa.de] INFO: Skipping item 10661521 url https://www.openlane.eu/en/carv6/auction/10661521
2026-03-26 12:27:16 [adesa.de] INFO: Found listing with ID: 10628380
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710628380%27 HTTP/1.1" 200 None
2026-03-26 12:27:16 [adesa.de] INFO: Scrape type for 10628380: 0
2026-03-26 12:27:16 [adesa.de] INFO: Skipping item 10628380 url https://www.openlane.eu/en/carv6/auction/10628380
2026-03-26 12:27:16 [adesa.de] INFO: Found listing with ID: 10699508
2026-03-26 12:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710699508%27 HTTP/1.1" 200 None
2026-03-26 12:27:17 [adesa.de] INFO: Scrape type for 10699508: 0
2026-03-26 12:27:17 [adesa.de] INFO: Skipping item 10699508 url https://www.openlane.eu/en/carv6/auction/10699508
2026-03-26 12:27:17 [adesa.de] INFO: Found listing with ID: 10620367
2026-03-26 12:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710620367%27 HTTP/1.1" 200 None
2026-03-26 12:27:17 [adesa.de] INFO: Scrape type for 10620367: 0
2026-03-26 12:27:17 [adesa.de] INFO: Skipping item 10620367 url https://www.openlane.eu/en/carv6/auction/10620367
2026-03-26 12:27:17 [adesa.de] INFO: Found listing with ID: 10711370
2026-03-26 12:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710711370%27 HTTP/1.1" 200 None
2026-03-26 12:27:17 [adesa.de] INFO: Scrape type for 10711370: 0
2026-03-26 12:27:17 [adesa.de] INFO: Skipping item 10711370 url https://www.openlane.eu/en/carv6/auction/10711370
2026-03-26 12:27:17 [adesa.de] INFO: Found listing with ID: 10725179
2026-03-26 12:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725179%27 HTTP/1.1" 200 None
2026-03-26 12:27:17 [adesa.de] INFO: Scrape type for 10725179: 1
2026-03-26 12:27:17 [adesa.de] INFO: Scraping item 10725179 url https://www.openlane.eu/en/carv6/auction/10725179
2026-03-26 12:27:17 [adesa.de] INFO: Found listing with ID: 10717379
2026-03-26 12:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717379%27 HTTP/1.1" 200 None
2026-03-26 12:27:17 [adesa.de] INFO: Scrape type for 10717379: 0
2026-03-26 12:27:17 [adesa.de] INFO: Skipping item 10717379 url https://www.openlane.eu/en/carv6/auction/10717379
2026-03-26 12:27:17 [adesa.de] INFO: Found listing with ID: 10686920
2026-03-26 12:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710686920%27 HTTP/1.1" 200 None
2026-03-26 12:27:17 [adesa.de] INFO: Scrape type for 10686920: 0
2026-03-26 12:27:17 [adesa.de] INFO: Skipping item 10686920 url https://www.openlane.eu/en/carv6/auction/10686920
2026-03-26 12:27:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c37cb2a7-8105-5030-8eed-791ee1badd95 with identifier: 10717081
2026-03-26 12:27:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c37cb2a7-8105-5030-8eed-791ee1badd95 with scrape type 2
2026-03-26 12:27:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c37cb2a7-8105-5030-8eed-791ee1badd95 with scrape type 2
2026-03-26 12:27:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c37cb2a7-8105-5030-8eed-791ee1badd95, identifier: 10717081
2026-03-26 12:27:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c37cb2a7-8105-5030-8eed-791ee1badd95 with identifier: 10717081
2026-03-26 12:27:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c37cb2a7-8105-5030-8eed-791ee1badd95 with identifier: 10717081
2026-03-26 12:27:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c37cb2a7-8105-5030-8eed-791ee1badd95 with identifier: 10717081 to the API
2026-03-26 12:27:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717081>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 514,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': 'c37cb2a7-8105-5030-8eed-791ee1badd95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LRWYGCEK5NC348485',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717081',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 67166,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 23100,
'price_includes_vat': True,
'registration_date': '2022-06-15',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Tesla Model Y Long Range - Electric - Automatic - 514 hp - 67.166 '
'km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717081%27 HTTP/1.1" 200 None
2026-03-26 12:27:17 [adesa.de] INFO: Saving data for 10717081: {'auction_closing_time': 1774539000.0, 'created_time': 1774441494.122375, 'last_price_update_time': 1774528037.528465}
2026-03-26 12:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717081') HTTP/1.1" 204 0
2026-03-26 12:27:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717084> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27: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 12:27:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f204f900-7b22-52b6-b67a-f498b0591874 with identifier: 10717084
2026-03-26 12:27:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f204f900-7b22-52b6-b67a-f498b0591874 with scrape type 2
2026-03-26 12:27:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f204f900-7b22-52b6-b67a-f498b0591874 with scrape type 2
2026-03-26 12:27:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f204f900-7b22-52b6-b67a-f498b0591874, identifier: 10717084
2026-03-26 12:27:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f204f900-7b22-52b6-b67a-f498b0591874 with identifier: 10717084
2026-03-26 12:27:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f204f900-7b22-52b6-b67a-f498b0591874 with identifier: 10717084
2026-03-26 12:27:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f204f900-7b22-52b6-b67a-f498b0591874 with identifier: 10717084 to the API
2026-03-26 12:27:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717084>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'engine_horse_power': 283,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': 'f204f900-7b22-52b6-b67a-f498b0591874',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LRW3E7FR9NC485593',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717084',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 79561,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 16700,
'price_includes_vat': True,
'registration_date': '2022-02-14',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Tesla Model 3 Standard Range Plus - Electric - Automatic - 283 hp - '
'79.561 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717084%27 HTTP/1.1" 200 None
2026-03-26 12:27:19 [adesa.de] INFO: Saving data for 10717084: {'auction_closing_time': 1774539000.0, 'created_time': 1774441487.819254, 'last_price_update_time': 1774528039.644525}
2026-03-26 12:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717084') HTTP/1.1" 204 0
2026-03-26 12:27:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717085> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27: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 12:27:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8e7c5c3-bb9d-574c-91e6-20dda64d9273 with identifier: 10717085
2026-03-26 12:27:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8e7c5c3-bb9d-574c-91e6-20dda64d9273 with scrape type 2
2026-03-26 12:27:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8e7c5c3-bb9d-574c-91e6-20dda64d9273 with scrape type 2
2026-03-26 12:27:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e8e7c5c3-bb9d-574c-91e6-20dda64d9273, identifier: 10717085
2026-03-26 12:27:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e8e7c5c3-bb9d-574c-91e6-20dda64d9273 with identifier: 10717085
2026-03-26 12:27:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e8e7c5c3-bb9d-574c-91e6-20dda64d9273 with identifier: 10717085
2026-03-26 12:27:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e8e7c5c3-bb9d-574c-91e6-20dda64d9273 with identifier: 10717085 to the API
2026-03-26 12:27:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717085>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Petrol',
'id': 'e8e7c5c3-bb9d-574c-91e6-20dda64d9273',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LYVUZK9V6RB789272',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717085',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volvo',
'model': 'XC60',
'odometer': 62424,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 28900,
'price_includes_vat': True,
'registration_date': '2024-02-02',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Volvo XC60 Plus Dark - Petrol - Automatic - 197 hp - 62.424 km',
'transmission': 'automatic',
'trim': 'Plus Dark',
'vin': None,
'year': 2024}
2026-03-26 12:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717085%27 HTTP/1.1" 200 None
2026-03-26 12:27:21 [adesa.de] INFO: Saving data for 10717085: {'auction_closing_time': 1774539000.0, 'created_time': 1774441518.239755, 'last_price_update_time': 1774528041.589238}
2026-03-26 12:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717085') HTTP/1.1" 204 0
2026-03-26 12:27:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717091> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27: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 12:27:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717076> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27: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 12:27:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7c767cf-d47e-5e4b-9618-817b22c2876d with identifier: 10717091
2026-03-26 12:27:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7c767cf-d47e-5e4b-9618-817b22c2876d with scrape type 2
2026-03-26 12:27:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7c767cf-d47e-5e4b-9618-817b22c2876d with scrape type 2
2026-03-26 12:27:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e7c767cf-d47e-5e4b-9618-817b22c2876d, identifier: 10717091
2026-03-26 12:27:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e7c767cf-d47e-5e4b-9618-817b22c2876d with identifier: 10717091
2026-03-26 12:27:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e7c767cf-d47e-5e4b-9618-817b22c2876d with identifier: 10717091
2026-03-26 12:27:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e7c767cf-d47e-5e4b-9618-817b22c2876d with identifier: 10717091 to the API
2026-03-26 12:27:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717091>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 815,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': 'e7c767cf-d47e-5e4b-9618-817b22c2876d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5YJXCCE49LF256338',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717091',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Tesla',
'model': 'Model X',
'odometer': 96422,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 28900,
'price_includes_vat': True,
'registration_date': '2020-05-19',
'seats_number': 7,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Tesla Model X Performance 100 kWh - Dual Motor - Electric - '
'Automatic - 815 hp - 96.422 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2020}
2026-03-26 12:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717091%27 HTTP/1.1" 200 None
2026-03-26 12:27:23 [adesa.de] INFO: Saving data for 10717091: {'auction_closing_time': 1774539000.0, 'created_time': 1774441526.715216, 'last_price_update_time': 1774528043.160064}
2026-03-26 12:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717091') HTTP/1.1" 204 0
2026-03-26 12:27:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34aac935-aed0-5e65-9ee0-a0a495ad7698 with identifier: 10717076
2026-03-26 12:27:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34aac935-aed0-5e65-9ee0-a0a495ad7698 with scrape type 2
2026-03-26 12:27:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34aac935-aed0-5e65-9ee0-a0a495ad7698 with scrape type 2
2026-03-26 12:27:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 34aac935-aed0-5e65-9ee0-a0a495ad7698, identifier: 10717076
2026-03-26 12:27:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 34aac935-aed0-5e65-9ee0-a0a495ad7698 with identifier: 10717076
2026-03-26 12:27:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 34aac935-aed0-5e65-9ee0-a0a495ad7698 with identifier: 10717076
2026-03-26 12:27:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 34aac935-aed0-5e65-9ee0-a0a495ad7698 with identifier: 10717076 to the API
2026-03-26 12:27:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717076>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 498,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': '34aac935-aed0-5e65-9ee0-a0a495ad7698',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LRW3E7EK5NC482520',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717076',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 10146,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 24100,
'price_includes_vat': True,
'registration_date': '2022-02-18',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Tesla Model 3 Long Range - Electric - Automatic - 498 hp - 10.146 '
'km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717076%27 HTTP/1.1" 200 None
2026-03-26 12:27:23 [adesa.de] INFO: Saving data for 10717076: {'auction_closing_time': 1774539000.0, 'created_time': 1774441485.135818, 'last_price_update_time': 1774528043.544066}
2026-03-26 12:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717076') HTTP/1.1" 204 0
2026-03-26 12:27:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717086> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27: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 12:27:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4662fb30-83f7-5c81-a667-c612de39a5f6 with identifier: 10717086
2026-03-26 12:27:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4662fb30-83f7-5c81-a667-c612de39a5f6 with scrape type 2
2026-03-26 12:27:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4662fb30-83f7-5c81-a667-c612de39a5f6 with scrape type 2
2026-03-26 12:27:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 4662fb30-83f7-5c81-a667-c612de39a5f6, identifier: 10717086
2026-03-26 12:27:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 4662fb30-83f7-5c81-a667-c612de39a5f6 with identifier: 10717086
2026-03-26 12:27:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 4662fb30-83f7-5c81-a667-c612de39a5f6 with identifier: 10717086
2026-03-26 12:27:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 4662fb30-83f7-5c81-a667-c612de39a5f6 with identifier: 10717086 to the API
2026-03-26 12:27:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717086>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 514,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': '4662fb30-83f7-5c81-a667-c612de39a5f6',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LRWYGCEK2PC697316',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717086',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 87219,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 23600,
'price_includes_vat': True,
'registration_date': '2023-02-14',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Tesla Model 3 Long Range - Dual Motor - Electric - Automatic - 514 '
'hp - 87.219 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717086%27 HTTP/1.1" 200 None
2026-03-26 12:27:27 [adesa.de] INFO: Saving data for 10717086: {'auction_closing_time': 1774539000.0, 'created_time': 1774441473.032706, 'last_price_update_time': 1774528047.741747}
2026-03-26 12:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717086') HTTP/1.1" 204 0
2026-03-26 12:27:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727116> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27: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 12:27:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59a51ebe-7361-58ff-b188-b77eac8d5c72 with identifier: 10727116
2026-03-26 12:27:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59a51ebe-7361-58ff-b188-b77eac8d5c72 with scrape type 1
2026-03-26 12:27:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 59a51ebe-7361-58ff-b188-b77eac8d5c72
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252Fae33d2b0-5392-4627-a097-9e5e1032ae39.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/ae33d2b0-5392-4627-a097-9e5e1032ae39.jpg not downloaded yet
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252F33277198-925c-4087-88b1-aa1395d38992.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/33277198-925c-4087-88b1-aa1395d38992.jpg not downloaded yet
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252Fd8fc62c3-1f16-4aa9-9631-5dbd4d1aded6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/d8fc62c3-1f16-4aa9-9631-5dbd4d1aded6.jpg not downloaded yet
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252F96a0ec9a-ef83-48d2-8af4-5161ff31967a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/96a0ec9a-ef83-48d2-8af4-5161ff31967a.jpg not downloaded yet
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252F636ea37a-fc33-45d5-b8d1-dc5db5001e96.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/636ea37a-fc33-45d5-b8d1-dc5db5001e96.jpg not downloaded yet
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252F71ee25c3-4e4d-40ef-80f4-aeedd768ba57.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/71ee25c3-4e4d-40ef-80f4-aeedd768ba57.jpg not downloaded yet
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252F68c52467-151e-47bb-afc9-5aba9a7611d1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/68c52467-151e-47bb-afc9-5aba9a7611d1.jpg not downloaded yet
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252F2954645c-5582-4642-9f84-8986b1f0b5bc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/2954645c-5582-4642-9f84-8986b1f0b5bc.jpg not downloaded yet
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252F3bdae61b-d426-4e54-8feb-85d47bfbdb1b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/3bdae61b-d426-4e54-8feb-85d47bfbdb1b.jpg not downloaded yet
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252F27df54a4-d7b9-4cc1-89e8-13e0b45b4a2e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/27df54a4-d7b9-4cc1-89e8-13e0b45b4a2e.jpg not downloaded yet
2026-03-26 12:27:30 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.165(s), this was the 1st time calling it.
2026-03-26 12:27:30 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.760548322876252 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 12:27:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728845> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27: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 12:27:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8337916-c37c-549e-beab-c203cf117f90 with identifier: 10728845
2026-03-26 12:27:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8337916-c37c-549e-beab-c203cf117f90 with scrape type 1
2026-03-26 12:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f8337916-c37c-549e-beab-c203cf117f90
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252F5687e9e4-de76-4c71-b68e-514040271fd7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/5687e9e4-de76-4c71-b68e-514040271fd7.jpg not downloaded yet
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252F0279fda4-e724-4479-b582-57150050a142.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/0279fda4-e724-4479-b582-57150050a142.jpg not downloaded yet
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252F28be76de-e495-490d-af12-71c84cf6255c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/28be76de-e495-490d-af12-71c84cf6255c.jpg not downloaded yet
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252F8aa0bbaf-1652-48c7-82be-dcdc3591e8b6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/8aa0bbaf-1652-48c7-82be-dcdc3591e8b6.jpg not downloaded yet
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252Fee717604-a82b-4194-83ff-6ebe0fea8271.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/ee717604-a82b-4194-83ff-6ebe0fea8271.jpg not downloaded yet
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252F605f64bb-6841-44cd-b898-9ce1726fbc63.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/605f64bb-6841-44cd-b898-9ce1726fbc63.jpg not downloaded yet
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252Fe9037837-5ce3-4f2f-91d9-c837c8d0a031.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/e9037837-5ce3-4f2f-91d9-c837c8d0a031.jpg not downloaded yet
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252F7b9d83ab-0f0d-4c48-93e5-238a2e84bed4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/7b9d83ab-0f0d-4c48-93e5-238a2e84bed4.jpg not downloaded yet
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252F213f8657-719f-438e-821f-fe626a800da5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/213f8657-719f-438e-821f-fe626a800da5.jpg not downloaded yet
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252F0b6ad030-5631-43ba-a9c6-0b59f4c555c8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/0b6ad030-5631-43ba-a9c6-0b59f4c555c8.jpg not downloaded yet
2026-03-26 12:27:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746377/general/27df54a4-d7b9-4cc1-89e8-13e0b45b4a2e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727116)
2026-03-26 12:27:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d32fd50>
2026-03-26 12:27:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252F27df54a4-d7b9-4cc1-89e8-13e0b45b4a2e.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/27df54a4-d7b9-4cc1-89e8-13e0b45b4a2e.jpg saved to cache
2026-03-26 12:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 59a51ebe-7361-58ff-b188-b77eac8d5c72
2026-03-26 12:27:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747193/general/0b6ad030-5631-43ba-a9c6-0b59f4c555c8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728845)
2026-03-26 12:27:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645a250>
2026-03-26 12:27:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252F0b6ad030-5631-43ba-a9c6-0b59f4c555c8.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/0b6ad030-5631-43ba-a9c6-0b59f4c555c8.jpg saved to cache
2026-03-26 12:27:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f8337916-c37c-549e-beab-c203cf117f90
2026-03-26 12:27:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747193/general/213f8657-719f-438e-821f-fe626a800da5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728845)
2026-03-26 12:27:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747193/general/7b9d83ab-0f0d-4c48-93e5-238a2e84bed4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728845)
2026-03-26 12:27:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563a21d0>
2026-03-26 12:27:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252F213f8657-719f-438e-821f-fe626a800da5.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/213f8657-719f-438e-821f-fe626a800da5.jpg saved to cache
2026-03-26 12:27:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f8337916-c37c-549e-beab-c203cf117f90
2026-03-26 12:27:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fcba50>
2026-03-26 12:27:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252F7b9d83ab-0f0d-4c48-93e5-238a2e84bed4.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/7b9d83ab-0f0d-4c48-93e5-238a2e84bed4.jpg saved to cache
2026-03-26 12:27:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f8337916-c37c-549e-beab-c203cf117f90
2026-03-26 12:27:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747193/general/e9037837-5ce3-4f2f-91d9-c837c8d0a031.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728845)
2026-03-26 12:27:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563a09d0>
2026-03-26 12:27:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252Fe9037837-5ce3-4f2f-91d9-c837c8d0a031.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/e9037837-5ce3-4f2f-91d9-c837c8d0a031.jpg saved to cache
2026-03-26 12:27:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f8337916-c37c-549e-beab-c203cf117f90
2026-03-26 12:27:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747193/general/605f64bb-6841-44cd-b898-9ce1726fbc63.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728845)
2026-03-26 12:27:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747193/general/ee717604-a82b-4194-83ff-6ebe0fea8271.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728845)
2026-03-26 12:27:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632d690>
2026-03-26 12:27:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252F605f64bb-6841-44cd-b898-9ce1726fbc63.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/605f64bb-6841-44cd-b898-9ce1726fbc63.jpg saved to cache
2026-03-26 12:27:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f8337916-c37c-549e-beab-c203cf117f90
2026-03-26 12:27:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564d9e10>
2026-03-26 12:27:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252Fee717604-a82b-4194-83ff-6ebe0fea8271.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/ee717604-a82b-4194-83ff-6ebe0fea8271.jpg saved to cache
2026-03-26 12:27:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f8337916-c37c-549e-beab-c203cf117f90
2026-03-26 12:27:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747193/general/8aa0bbaf-1652-48c7-82be-dcdc3591e8b6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728845)
2026-03-26 12:27:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747193/general/28be76de-e495-490d-af12-71c84cf6255c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728845)
2026-03-26 12:27:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563a3a50>
2026-03-26 12:27:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252F8aa0bbaf-1652-48c7-82be-dcdc3591e8b6.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/8aa0bbaf-1652-48c7-82be-dcdc3591e8b6.jpg saved to cache
2026-03-26 12:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f8337916-c37c-549e-beab-c203cf117f90
2026-03-26 12:27:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e0cb90>
2026-03-26 12:27:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252F28be76de-e495-490d-af12-71c84cf6255c.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/28be76de-e495-490d-af12-71c84cf6255c.jpg saved to cache
2026-03-26 12:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f8337916-c37c-549e-beab-c203cf117f90
2026-03-26 12:27:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747193/general/0279fda4-e724-4479-b582-57150050a142.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728845)
2026-03-26 12:27:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fb4090>
2026-03-26 12:27:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252F0279fda4-e724-4479-b582-57150050a142.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/0279fda4-e724-4479-b582-57150050a142.jpg saved to cache
2026-03-26 12:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f8337916-c37c-549e-beab-c203cf117f90
2026-03-26 12:27:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747193/general/5687e9e4-de76-4c71-b68e-514040271fd7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728845)
2026-03-26 12:27:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5e910>
2026-03-26 12:27:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747193%252Fgeneral%252F5687e9e4-de76-4c71-b68e-514040271fd7.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747193/general/5687e9e4-de76-4c71-b68e-514040271fd7.jpg saved to cache
2026-03-26 12:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f8337916-c37c-549e-beab-c203cf117f90
2026-03-26 12:27:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f8337916-c37c-549e-beab-c203cf117f90, skipping ID generation
2026-03-26 12:27:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8337916-c37c-549e-beab-c203cf117f90 with scrape type 1
2026-03-26 12:27:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f8337916-c37c-549e-beab-c203cf117f90 sending to next pipeline
2026-03-26 12:27:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f8337916-c37c-549e-beab-c203cf117f90, identifier: 10728845
2026-03-26 12:27:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f8337916-c37c-549e-beab-c203cf117f90 with identifier: 10728845
2026-03-26 12:27:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f8337916-c37c-549e-beab-c203cf117f90 with identifier: 10728845
2026-03-26 12:27:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f8337916-c37c-549e-beab-c203cf117f90 with identifier: 10728845 to the API
2026-03-26 12:27:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747193/general/5687e9e4-de76-4c71-b68e-514040271fd7.jpg>
{'auction_title': '',
'c_o_2_emission_value': 110,
'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': 'Hybrid',
'id': 'f8337916-c37c-549e-beab-c203cf117f90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '57165',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728845',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Alfa Romeo',
'model': 'Junior',
'odometer': 55,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 25,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167536,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747193/general/5687e9e4-de76-4c71-b68e-514040271fd7.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167241,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747193/general/0279fda4-e724-4479-b582-57150050a142.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158734,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747193/general/28be76de-e495-490d-af12-71c84cf6255c.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157718,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747193/general/8aa0bbaf-1652-48c7-82be-dcdc3591e8b6.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 179692,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747193/general/ee717604-a82b-4194-83ff-6ebe0fea8271.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175694,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747193/general/605f64bb-6841-44cd-b898-9ce1726fbc63.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 466823,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747193/general/e9037837-5ce3-4f2f-91d9-c837c8d0a031.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 379719,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747193/general/7b9d83ab-0f0d-4c48-93e5-238a2e84bed4.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 449070,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747193/general/213f8657-719f-438e-821f-fe626a800da5.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f8337916-c37c-549e-beab-c203cf117f90/f8337916-c37c-549e-beab-c203cf117f90_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 562243,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747193/general/0b6ad030-5631-43ba-a9c6-0b59f4c555c8.jpg',
'Width': 1920}],
'price': 24600,
'price_includes_vat': True,
'registration_date': '2026-03-17',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Alfa Romeo Junior 1.2 Ti - Hybrid - Automatic - 136 hp - 55 km',
'transmission': 'automatic',
'trim': 'Ti',
'vin': None,
'year': 2026}
2026-03-26 12:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728845%27 HTTP/1.1" 200 None
2026-03-26 12:27:32 [adesa.de] INFO: Saving data for 10728845: {'created_time': 1774528052.9875, 'last_price_update_time': 1774528052.987512, 'auction_closing_time': 1798671600.0}
2026-03-26 12:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728845') HTTP/1.1" 204 0
2026-03-26 12:27:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727145> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27: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 12:27:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746377/general/3bdae61b-d426-4e54-8feb-85d47bfbdb1b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727116)
2026-03-26 12:27:33 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 59a51ebe-7361-58ff-b188-b77eac8d5c72 with identifier: 10727145, dropping item
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645a350>
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252F3bdae61b-d426-4e54-8feb-85d47bfbdb1b.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/3bdae61b-d426-4e54-8feb-85d47bfbdb1b.jpg saved to cache
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 59a51ebe-7361-58ff-b188-b77eac8d5c72
2026-03-26 12:27:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746377/general/68c52467-151e-47bb-afc9-5aba9a7611d1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727116)
2026-03-26 12:27:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746377/general/2954645c-5582-4642-9f84-8986b1f0b5bc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727116)
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632ead0>
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252F68c52467-151e-47bb-afc9-5aba9a7611d1.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/68c52467-151e-47bb-afc9-5aba9a7611d1.jpg saved to cache
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 59a51ebe-7361-58ff-b188-b77eac8d5c72
2026-03-26 12:27:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746377/general/71ee25c3-4e4d-40ef-80f4-aeedd768ba57.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727116)
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632e050>
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252F2954645c-5582-4642-9f84-8986b1f0b5bc.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/2954645c-5582-4642-9f84-8986b1f0b5bc.jpg saved to cache
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 59a51ebe-7361-58ff-b188-b77eac8d5c72
2026-03-26 12:27:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746377/general/636ea37a-fc33-45d5-b8d1-dc5db5001e96.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727116)
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156470110>
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252F71ee25c3-4e4d-40ef-80f4-aeedd768ba57.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/71ee25c3-4e4d-40ef-80f4-aeedd768ba57.jpg saved to cache
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 59a51ebe-7361-58ff-b188-b77eac8d5c72
2026-03-26 12:27:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746377/general/96a0ec9a-ef83-48d2-8af4-5161ff31967a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727116)
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632c550>
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252F636ea37a-fc33-45d5-b8d1-dc5db5001e96.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/636ea37a-fc33-45d5-b8d1-dc5db5001e96.jpg saved to cache
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 59a51ebe-7361-58ff-b188-b77eac8d5c72
2026-03-26 12:27:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746377/general/d8fc62c3-1f16-4aa9-9631-5dbd4d1aded6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727116)
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c86d0>
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252F96a0ec9a-ef83-48d2-8af4-5161ff31967a.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/96a0ec9a-ef83-48d2-8af4-5161ff31967a.jpg saved to cache
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 59a51ebe-7361-58ff-b188-b77eac8d5c72
2026-03-26 12:27:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746377/general/33277198-925c-4087-88b1-aa1395d38992.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727116)
2026-03-26 12:27:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746377/general/ae33d2b0-5392-4627-a097-9e5e1032ae39.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727116)
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563ca7d0>
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252Fd8fc62c3-1f16-4aa9-9631-5dbd4d1aded6.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/d8fc62c3-1f16-4aa9-9631-5dbd4d1aded6.jpg saved to cache
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 59a51ebe-7361-58ff-b188-b77eac8d5c72
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563caf50>
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252F33277198-925c-4087-88b1-aa1395d38992.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/33277198-925c-4087-88b1-aa1395d38992.jpg saved to cache
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 59a51ebe-7361-58ff-b188-b77eac8d5c72
2026-03-26 12:27:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717093> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27: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 12:27:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fb5450>
2026-03-26 12:27:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746377%252Fgeneral%252Fae33d2b0-5392-4627-a097-9e5e1032ae39.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746377/general/ae33d2b0-5392-4627-a097-9e5e1032ae39.jpg saved to cache
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 59a51ebe-7361-58ff-b188-b77eac8d5c72
2026-03-26 12:27:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 59a51ebe-7361-58ff-b188-b77eac8d5c72, skipping ID generation
2026-03-26 12:27:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59a51ebe-7361-58ff-b188-b77eac8d5c72 with scrape type 1
2026-03-26 12:27:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 59a51ebe-7361-58ff-b188-b77eac8d5c72 sending to next pipeline
2026-03-26 12:27:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 59a51ebe-7361-58ff-b188-b77eac8d5c72, identifier: 10727116
2026-03-26 12:27:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 59a51ebe-7361-58ff-b188-b77eac8d5c72 with identifier: 10727116
2026-03-26 12:27:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 59a51ebe-7361-58ff-b188-b77eac8d5c72 with identifier: 10727116
2026-03-26 12:27:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 59a51ebe-7361-58ff-b188-b77eac8d5c72 with identifier: 10727116 to the API
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746377/general/ae33d2b0-5392-4627-a097-9e5e1032ae39.jpg>
{'auction_title': '',
'c_o_2_emission_value': 110,
'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': '59a51ebe-7361-58ff-b188-b77eac8d5c72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '57163',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727116',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Alfa Romeo',
'model': 'Junior',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 25,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157048,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746377/general/ae33d2b0-5392-4627-a097-9e5e1032ae39.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157502,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746377/general/33277198-925c-4087-88b1-aa1395d38992.jpg',
'Width': 1919},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160466,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746377/general/d8fc62c3-1f16-4aa9-9631-5dbd4d1aded6.jpg',
'Width': 1919},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159186,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746377/general/96a0ec9a-ef83-48d2-8af4-5161ff31967a.jpg',
'Width': 1919},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155258,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746377/general/636ea37a-fc33-45d5-b8d1-dc5db5001e96.jpg',
'Width': 1919},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161304,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746377/general/71ee25c3-4e4d-40ef-80f4-aeedd768ba57.jpg',
'Width': 1919},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 446488,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746377/general/68c52467-151e-47bb-afc9-5aba9a7611d1.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 382082,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746377/general/2954645c-5582-4642-9f84-8986b1f0b5bc.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 492053,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746377/general/3bdae61b-d426-4e54-8feb-85d47bfbdb1b.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59a51ebe-7361-58ff-b188-b77eac8d5c72/59a51ebe-7361-58ff-b188-b77eac8d5c72_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 302921,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746377/general/27df54a4-d7b9-4cc1-89e8-13e0b45b4a2e.jpg',
'Width': 1920}],
'price': 24600,
'price_includes_vat': True,
'registration_date': '2026-03-17',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Alfa Romeo Junior 1.2 Ti - Hybrid - Automatic - 136 hp - 50 km',
'transmission': 'automatic',
'trim': 'Ti',
'vin': None,
'year': 2026}
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727116%27 HTTP/1.1" 200 None
2026-03-26 12:27:34 [adesa.de] INFO: Saving data for 10727116: {'created_time': 1774528054.396189, 'last_price_update_time': 1774528054.396201, 'auction_closing_time': 1798671600.0}
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727116') HTTP/1.1" 204 0
2026-03-26 12:27:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:27:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2df6974f-882c-5e03-886e-60e4afcc739b with identifier: 10717093
2026-03-26 12:27:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2df6974f-882c-5e03-886e-60e4afcc739b with scrape type 2
2026-03-26 12:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2df6974f-882c-5e03-886e-60e4afcc739b with scrape type 2
2026-03-26 12:27:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 2df6974f-882c-5e03-886e-60e4afcc739b, identifier: 10717093
2026-03-26 12:27:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726465> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 2df6974f-882c-5e03-886e-60e4afcc739b with identifier: 10717093
2026-03-26 12:27:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 2df6974f-882c-5e03-886e-60e4afcc739b with identifier: 10717093
2026-03-26 12:27:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 2df6974f-882c-5e03-886e-60e4afcc739b with identifier: 10717093 to the API
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717093>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'engine_horse_power': 283,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': '2df6974f-882c-5e03-886e-60e4afcc739b',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LRW3E7FS7PC758939',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717093',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 69981,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 20400,
'price_includes_vat': True,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Tesla Model 3 Standard Range - Electric - Automatic - 283 hp - '
'69.981 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717093%27 HTTP/1.1" 200 None
2026-03-26 12:27:34 [adesa.de] INFO: Saving data for 10717093: {'auction_closing_time': 1774539000.0, 'created_time': 1774441486.559706, 'last_price_update_time': 1774528054.798048}
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717093') HTTP/1.1" 204 0
2026-03-26 12:27: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 12:27:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ced7580c-d523-5324-87e1-5cc9cc27e3d5 with identifier: 10726465
2026-03-26 12:27:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ced7580c-d523-5324-87e1-5cc9cc27e3d5 with scrape type 1
2026-03-26 12:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ced7580c-d523-5324-87e1-5cc9cc27e3d5
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252F3383c79f-cb50-4575-8342-2650b5a0e089.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/3383c79f-cb50-4575-8342-2650b5a0e089.jpg not downloaded yet
2026-03-26 12:27:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747392/general/e21142cd-cf86-4d20-8a53-91b27a4c1f92.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728625)
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252F20928afb-30dc-46c3-ba41-a2bb831f1b4b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/20928afb-30dc-46c3-ba41-a2bb831f1b4b.jpg not downloaded yet
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252F375024de-7ab1-4259-ad05-e07609ea0306.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/375024de-7ab1-4259-ad05-e07609ea0306.jpg not downloaded yet
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252F7ff45bf9-a08e-47c6-b054-69b9b35ce300.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/7ff45bf9-a08e-47c6-b054-69b9b35ce300.jpg not downloaded yet
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252Fa9a4ac64-93c9-4a93-8ad6-52a263c5c05d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/a9a4ac64-93c9-4a93-8ad6-52a263c5c05d.jpg not downloaded yet
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252Fdfd3a9ae-c0dc-450f-95ba-06198d0f3d0f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/dfd3a9ae-c0dc-450f-95ba-06198d0f3d0f.jpg not downloaded yet
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252Fbe2a0347-1a3b-4097-847b-341226fbce45.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/be2a0347-1a3b-4097-847b-341226fbce45.jpg not downloaded yet
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252Fe08f19c8-24e2-479c-9c1c-bc3e3b049b6b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/e08f19c8-24e2-479c-9c1c-bc3e3b049b6b.jpg not downloaded yet
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252F5f3c6639-8d16-4326-b638-cf70087abedb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/5f3c6639-8d16-4326-b638-cf70087abedb.jpg not downloaded yet
2026-03-26 12:27:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563a1790>
2026-03-26 12:27:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747392%252Fgeneral%252Fe21142cd-cf86-4d20-8a53-91b27a4c1f92.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747392/general/e21142cd-cf86-4d20-8a53-91b27a4c1f92.jpg saved to cache
2026-03-26 12:27:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ef514db8-6ecc-528c-947c-645582c04b72
2026-03-26 12:27:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ef514db8-6ecc-528c-947c-645582c04b72, skipping ID generation
2026-03-26 12:27:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef514db8-6ecc-528c-947c-645582c04b72 with scrape type 1
2026-03-26 12:27:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ef514db8-6ecc-528c-947c-645582c04b72 sending to next pipeline
2026-03-26 12:27:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: ef514db8-6ecc-528c-947c-645582c04b72, identifier: 10728625
2026-03-26 12:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252F7a537a62-00c1-4bab-800a-34a0e6050bc6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/7a537a62-00c1-4bab-800a-34a0e6050bc6.jpg not downloaded yet
2026-03-26 12:27:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: ef514db8-6ecc-528c-947c-645582c04b72 with identifier: 10728625
2026-03-26 12:27:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: ef514db8-6ecc-528c-947c-645582c04b72 with identifier: 10728625
2026-03-26 12:27:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: ef514db8-6ecc-528c-947c-645582c04b72 with identifier: 10728625 to the API
2026-03-26 12:27:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747392/general/e21142cd-cf86-4d20-8a53-91b27a4c1f92.jpg>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 90,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': 'ef514db8-6ecc-528c-947c-645582c04b72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '57455',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728625',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Hyundai',
'model': 'i20',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 24,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 311891,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747392/general/e21142cd-cf86-4d20-8a53-91b27a4c1f92.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 310419,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747392/general/a8f6dd1b-31c8-49a6-aca4-1585206729db.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 321431,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747392/general/5f5e82d6-332c-46a1-9676-a0708faf941b.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 310326,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747392/general/d1c21e72-4631-446a-a3c3-5bbdfed76e51.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230557,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747392/general/0d359b0f-53e9-4201-bdfd-5d1d175f2bde.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242600,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747392/general/7b1b341b-18c7-4b36-8a81-44a7d03357b1.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240130,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747392/general/b45abf95-ad2e-4e18-b458-48822f868ebd.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 347659,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747392/general/ee95a4fd-5fa9-43db-8f96-0fccff60b90e.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140911,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747392/general/11262fcb-66e7-42e9-b491-7d6bded74246.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef514db8-6ecc-528c-947c-645582c04b72/ef514db8-6ecc-528c-947c-645582c04b72_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146548,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747392/general/cde4c6cc-4635-4e7a-ba34-98f58ae099ee.jpg',
'Width': 1600}],
'price': 16300,
'price_includes_vat': True,
'registration_date': '2026-03-17',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Hyundai i20 1.0 Comfort - Petrol - Automatic - 90 hp - 50 km',
'transmission': 'automatic',
'trim': 'Comfort',
'vin': None,
'year': 2026}
2026-03-26 12:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728625%27 HTTP/1.1" 200 None
2026-03-26 12:27:35 [adesa.de] INFO: Saving data for 10728625: {'created_time': 1774528055.432775, 'last_price_update_time': 1774528055.432788, 'auction_closing_time': 1798675200.0}
2026-03-26 12:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728625') HTTP/1.1" 204 0
2026-03-26 12:27:36 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.511(s), this was the 1st time calling it.
2026-03-26 12:27:36 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.105279520094566 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 12:27:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723140> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27: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 12:27:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746506/general/7a537a62-00c1-4bab-800a-34a0e6050bc6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726465)
2026-03-26 12:27:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff594a0b-7855-593d-965d-4b1c03a49f06 with identifier: 10723140
2026-03-26 12:27:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff594a0b-7855-593d-965d-4b1c03a49f06 with scrape type 1
2026-03-26 12:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ff594a0b-7855-593d-965d-4b1c03a49f06
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252F0999f116-147e-46a6-bb8e-00498e00e077.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/0999f116-147e-46a6-bb8e-00498e00e077.jpg not downloaded yet
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252Fd1085037-b102-4bf1-b227-6b66979701ff.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/d1085037-b102-4bf1-b227-6b66979701ff.jpg not downloaded yet
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252Fff371207-256c-4287-9497-c98c991338b1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/ff371207-256c-4287-9497-c98c991338b1.jpg not downloaded yet
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252F8afdc8ed-55ea-4392-b576-3ef3a99bd39d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/8afdc8ed-55ea-4392-b576-3ef3a99bd39d.jpg not downloaded yet
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252F105b06bf-0f9a-4a9b-8ff7-c6b51047e83c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/105b06bf-0f9a-4a9b-8ff7-c6b51047e83c.jpg not downloaded yet
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252Fd07e3b76-1508-4dc3-adbe-87b388e4f9fd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/d07e3b76-1508-4dc3-adbe-87b388e4f9fd.jpg not downloaded yet
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252F2af77af6-6f5d-49e6-aa62-bab479f27c4b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/2af77af6-6f5d-49e6-aa62-bab479f27c4b.jpg not downloaded yet
2026-03-26 12:27:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156597190>
2026-03-26 12:27:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252F7a537a62-00c1-4bab-800a-34a0e6050bc6.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/7a537a62-00c1-4bab-800a-34a0e6050bc6.jpg saved to cache
2026-03-26 12:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ced7580c-d523-5324-87e1-5cc9cc27e3d5
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252Fdb381bbe-521a-41e5-9260-2062daabb342.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/db381bbe-521a-41e5-9260-2062daabb342.jpg not downloaded yet
2026-03-26 12:27:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746506/general/5f3c6639-8d16-4326-b638-cf70087abedb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726465)
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252Fa046b9af-9c2a-4aca-81f8-9d8573e1b97b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/a046b9af-9c2a-4aca-81f8-9d8573e1b97b.jpg not downloaded yet
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252Fa52e2bf9-e176-4d1d-ab63-15cf512acb87.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/a52e2bf9-e176-4d1d-ab63-15cf512acb87.jpg not downloaded yet
2026-03-26 12:27:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25e190>
2026-03-26 12:27:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252F5f3c6639-8d16-4326-b638-cf70087abedb.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/5f3c6639-8d16-4326-b638-cf70087abedb.jpg saved to cache
2026-03-26 12:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ced7580c-d523-5324-87e1-5cc9cc27e3d5
2026-03-26 12:27:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745677/general/2af77af6-6f5d-49e6-aa62-bab479f27c4b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723140)
2026-03-26 12:27:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156325510>
2026-03-26 12:27:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252F2af77af6-6f5d-49e6-aa62-bab479f27c4b.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/2af77af6-6f5d-49e6-aa62-bab479f27c4b.jpg saved to cache
2026-03-26 12:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ff594a0b-7855-593d-965d-4b1c03a49f06
2026-03-26 12:27:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745677/general/a52e2bf9-e176-4d1d-ab63-15cf512acb87.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723140)
2026-03-26 12:27:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156edc450>
2026-03-26 12:27:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252Fa52e2bf9-e176-4d1d-ab63-15cf512acb87.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/a52e2bf9-e176-4d1d-ab63-15cf512acb87.jpg saved to cache
2026-03-26 12:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ff594a0b-7855-593d-965d-4b1c03a49f06
2026-03-26 12:27:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745677/general/a046b9af-9c2a-4aca-81f8-9d8573e1b97b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723140)
2026-03-26 12:27:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156326c10>
2026-03-26 12:27:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252Fa046b9af-9c2a-4aca-81f8-9d8573e1b97b.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/a046b9af-9c2a-4aca-81f8-9d8573e1b97b.jpg saved to cache
2026-03-26 12:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ff594a0b-7855-593d-965d-4b1c03a49f06
2026-03-26 12:27:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745677/general/db381bbe-521a-41e5-9260-2062daabb342.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723140)
2026-03-26 12:27:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745677/general/d07e3b76-1508-4dc3-adbe-87b388e4f9fd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723140)
2026-03-26 12:27:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564db310>
2026-03-26 12:27:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252Fdb381bbe-521a-41e5-9260-2062daabb342.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/db381bbe-521a-41e5-9260-2062daabb342.jpg saved to cache
2026-03-26 12:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ff594a0b-7855-593d-965d-4b1c03a49f06
2026-03-26 12:27:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563cae50>
2026-03-26 12:27:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252Fd07e3b76-1508-4dc3-adbe-87b388e4f9fd.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/d07e3b76-1508-4dc3-adbe-87b388e4f9fd.jpg saved to cache
2026-03-26 12:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ff594a0b-7855-593d-965d-4b1c03a49f06
2026-03-26 12:27:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745677/general/105b06bf-0f9a-4a9b-8ff7-c6b51047e83c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723140)
2026-03-26 12:27:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727617> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27: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 12:27:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633b390>
2026-03-26 12:27:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252F105b06bf-0f9a-4a9b-8ff7-c6b51047e83c.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/105b06bf-0f9a-4a9b-8ff7-c6b51047e83c.jpg saved to cache
2026-03-26 12:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ff594a0b-7855-593d-965d-4b1c03a49f06
2026-03-26 12:27:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745677/general/8afdc8ed-55ea-4392-b576-3ef3a99bd39d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723140)
2026-03-26 12:27:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a31cd0a-23b1-5a7b-b153-51e6cf390f70 with identifier: 10727617
2026-03-26 12:27:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a31cd0a-23b1-5a7b-b153-51e6cf390f70 with scrape type 1
2026-03-26 12:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9a31cd0a-23b1-5a7b-b153-51e6cf390f70
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252Fdaa95f7a-a39a-454a-89b2-2f5c58c8762c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/daa95f7a-a39a-454a-89b2-2f5c58c8762c.jpg not downloaded yet
2026-03-26 12:27:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745677/general/ff371207-256c-4287-9497-c98c991338b1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723140)
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252F2c5021c5-9665-4766-80ae-c7107ef358f4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/2c5021c5-9665-4766-80ae-c7107ef358f4.jpg not downloaded yet
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252Ffbd531fe-5c66-412c-8afa-4f4abf6e3ffa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/fbd531fe-5c66-412c-8afa-4f4abf6e3ffa.jpg not downloaded yet
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252F52ee7deb-1e61-436c-9c88-e9cccb514cdb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/52ee7deb-1e61-436c-9c88-e9cccb514cdb.jpg not downloaded yet
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252F6547ff15-d0b4-42be-8c96-34ca56c2ed22.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/6547ff15-d0b4-42be-8c96-34ca56c2ed22.jpg not downloaded yet
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252F8e1dd534-8dfc-4eae-8a8d-cd48ad176e58.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/8e1dd534-8dfc-4eae-8a8d-cd48ad176e58.jpg not downloaded yet
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e7710>
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252F8afdc8ed-55ea-4392-b576-3ef3a99bd39d.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/8afdc8ed-55ea-4392-b576-3ef3a99bd39d.jpg saved to cache
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ff594a0b-7855-593d-965d-4b1c03a49f06
2026-03-26 12:27:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745677/general/d1085037-b102-4bf1-b227-6b66979701ff.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723140)
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252Fddac9622-a76a-45c6-81ff-b95358613720.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/ddac9622-a76a-45c6-81ff-b95358613720.jpg not downloaded yet
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b5950>
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252Fff371207-256c-4287-9497-c98c991338b1.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/ff371207-256c-4287-9497-c98c991338b1.jpg saved to cache
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ff594a0b-7855-593d-965d-4b1c03a49f06
2026-03-26 12:27:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747192/general/daa95f7a-a39a-454a-89b2-2f5c58c8762c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727617)
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252F52371fc0-1ab5-47d3-84a1-f7d0db119692.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/52371fc0-1ab5-47d3-84a1-f7d0db119692.jpg not downloaded yet
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252Fc8b5dc2a-7758-48cf-85fa-5e8e8b8b7723.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/c8b5dc2a-7758-48cf-85fa-5e8e8b8b7723.jpg not downloaded yet
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252F3c3d3442-7e31-44c6-9502-98a5eb16988d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/3c3d3442-7e31-44c6-9502-98a5eb16988d.jpg not downloaded yet
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156595050>
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252Fd1085037-b102-4bf1-b227-6b66979701ff.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/d1085037-b102-4bf1-b227-6b66979701ff.jpg saved to cache
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ff594a0b-7855-593d-965d-4b1c03a49f06
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c097290>
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252Fdaa95f7a-a39a-454a-89b2-2f5c58c8762c.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/daa95f7a-a39a-454a-89b2-2f5c58c8762c.jpg saved to cache
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9a31cd0a-23b1-5a7b-b153-51e6cf390f70
2026-03-26 12:27:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747192/general/8e1dd534-8dfc-4eae-8a8d-cd48ad176e58.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727617)
2026-03-26 12:27:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747192/general/ddac9622-a76a-45c6-81ff-b95358613720.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727617)
2026-03-26 12:27:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747192/general/3c3d3442-7e31-44c6-9502-98a5eb16988d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727617)
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156597a10>
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252F8e1dd534-8dfc-4eae-8a8d-cd48ad176e58.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/8e1dd534-8dfc-4eae-8a8d-cd48ad176e58.jpg saved to cache
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9a31cd0a-23b1-5a7b-b153-51e6cf390f70
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f75790>
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252Fddac9622-a76a-45c6-81ff-b95358613720.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/ddac9622-a76a-45c6-81ff-b95358613720.jpg saved to cache
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9a31cd0a-23b1-5a7b-b153-51e6cf390f70
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156595050>
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252F3c3d3442-7e31-44c6-9502-98a5eb16988d.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/3c3d3442-7e31-44c6-9502-98a5eb16988d.jpg saved to cache
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9a31cd0a-23b1-5a7b-b153-51e6cf390f70
2026-03-26 12:27:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747192/general/c8b5dc2a-7758-48cf-85fa-5e8e8b8b7723.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727617)
2026-03-26 12:27:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747192/general/52371fc0-1ab5-47d3-84a1-f7d0db119692.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727617)
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5fc50>
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252Fc8b5dc2a-7758-48cf-85fa-5e8e8b8b7723.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/c8b5dc2a-7758-48cf-85fa-5e8e8b8b7723.jpg saved to cache
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9a31cd0a-23b1-5a7b-b153-51e6cf390f70
2026-03-26 12:27:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747192/general/52ee7deb-1e61-436c-9c88-e9cccb514cdb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727617)
2026-03-26 12:27:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747192/general/6547ff15-d0b4-42be-8c96-34ca56c2ed22.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727617)
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156eb3410>
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252F52371fc0-1ab5-47d3-84a1-f7d0db119692.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/52371fc0-1ab5-47d3-84a1-f7d0db119692.jpg saved to cache
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9a31cd0a-23b1-5a7b-b153-51e6cf390f70
2026-03-26 12:27:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747192/general/fbd531fe-5c66-412c-8afa-4f4abf6e3ffa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727617)
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563c9c10>
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252F52ee7deb-1e61-436c-9c88-e9cccb514cdb.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/52ee7deb-1e61-436c-9c88-e9cccb514cdb.jpg saved to cache
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9a31cd0a-23b1-5a7b-b153-51e6cf390f70
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1079d0>
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252F6547ff15-d0b4-42be-8c96-34ca56c2ed22.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/6547ff15-d0b4-42be-8c96-34ca56c2ed22.jpg saved to cache
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9a31cd0a-23b1-5a7b-b153-51e6cf390f70
2026-03-26 12:27:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747192/general/2c5021c5-9665-4766-80ae-c7107ef358f4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727617)
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156355c10>
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252Ffbd531fe-5c66-412c-8afa-4f4abf6e3ffa.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/fbd531fe-5c66-412c-8afa-4f4abf6e3ffa.jpg saved to cache
2026-03-26 12:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9a31cd0a-23b1-5a7b-b153-51e6cf390f70
2026-03-26 12:27:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746506/general/e08f19c8-24e2-479c-9c1c-bc3e3b049b6b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726465)
2026-03-26 12:27:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745677/general/0999f116-147e-46a6-bb8e-00498e00e077.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723140)
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015644f950>
2026-03-26 12:27:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747192%252Fgeneral%252F2c5021c5-9665-4766-80ae-c7107ef358f4.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747192/general/2c5021c5-9665-4766-80ae-c7107ef358f4.jpg saved to cache
2026-03-26 12:27:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9a31cd0a-23b1-5a7b-b153-51e6cf390f70
2026-03-26 12:27:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9a31cd0a-23b1-5a7b-b153-51e6cf390f70, skipping ID generation
2026-03-26 12:27:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a31cd0a-23b1-5a7b-b153-51e6cf390f70 with scrape type 1
2026-03-26 12:27:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9a31cd0a-23b1-5a7b-b153-51e6cf390f70 sending to next pipeline
2026-03-26 12:27:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 9a31cd0a-23b1-5a7b-b153-51e6cf390f70, identifier: 10727617
2026-03-26 12:27:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 9a31cd0a-23b1-5a7b-b153-51e6cf390f70 with identifier: 10727617
2026-03-26 12:27:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 9a31cd0a-23b1-5a7b-b153-51e6cf390f70 with identifier: 10727617
2026-03-26 12:27:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 9a31cd0a-23b1-5a7b-b153-51e6cf390f70 with identifier: 10727617 to the API
2026-03-26 12:27:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747192/general/2c5021c5-9665-4766-80ae-c7107ef358f4.jpg>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 116,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Diesel',
'id': '9a31cd0a-23b1-5a7b-b153-51e6cf390f70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NE MG9876',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727617',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 38664,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 45,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159182,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747192/general/daa95f7a-a39a-454a-89b2-2f5c58c8762c.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189187,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747192/general/2c5021c5-9665-4766-80ae-c7107ef358f4.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175761,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747192/general/fbd531fe-5c66-412c-8afa-4f4abf6e3ffa.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 174853,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747192/general/52ee7deb-1e61-436c-9c88-e9cccb514cdb.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206077,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747192/general/6547ff15-d0b4-42be-8c96-34ca56c2ed22.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 197151,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747192/general/8e1dd534-8dfc-4eae-8a8d-cd48ad176e58.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 275531,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747192/general/ddac9622-a76a-45c6-81ff-b95358613720.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226795,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747192/general/52371fc0-1ab5-47d3-84a1-f7d0db119692.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177830,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747192/general/c8b5dc2a-7758-48cf-85fa-5e8e8b8b7723.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a31cd0a-23b1-5a7b-b153-51e6cf390f70/9a31cd0a-23b1-5a7b-b153-51e6cf390f70_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164664,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747192/general/3c3d3442-7e31-44c6-9502-98a5eb16988d.jpg',
'Width': 1920}],
'price': 18900,
'price_includes_vat': True,
'registration_date': '2022-06-10',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Skoda Octavia 2.0 TDI Ambition - Diesel - Automatic - 116 hp - '
'38.664 km',
'transmission': 'automatic',
'trim': 'Ambition',
'vin': None,
'year': 2022}
2026-03-26 12:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727617%27 HTTP/1.1" 200 None
2026-03-26 12:27:40 [adesa.de] INFO: Saving data for 10727617: {'created_time': 1774528060.634903, 'last_price_update_time': 1774528060.634914, 'auction_closing_time': 1798671600.0}
2026-03-26 12:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727617') HTTP/1.1" 204 0
2026-03-26 12:27:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746506/general/dfd3a9ae-c0dc-450f-95ba-06198d0f3d0f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726465)
2026-03-26 12:27:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746506/general/be2a0347-1a3b-4097-847b-341226fbce45.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726465)
2026-03-26 12:27:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:27:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564da250>
2026-03-26 12:27:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252Fe08f19c8-24e2-479c-9c1c-bc3e3b049b6b.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/e08f19c8-24e2-479c-9c1c-bc3e3b049b6b.jpg saved to cache
2026-03-26 12:27:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ced7580c-d523-5324-87e1-5cc9cc27e3d5
2026-03-26 12:27:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d3fd650>
2026-03-26 12:27:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745677%252Fgeneral%252F0999f116-147e-46a6-bb8e-00498e00e077.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745677/general/0999f116-147e-46a6-bb8e-00498e00e077.jpg saved to cache
2026-03-26 12:27:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ff594a0b-7855-593d-965d-4b1c03a49f06
2026-03-26 12:27:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ff594a0b-7855-593d-965d-4b1c03a49f06, skipping ID generation
2026-03-26 12:27:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff594a0b-7855-593d-965d-4b1c03a49f06 with scrape type 1
2026-03-26 12:27:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ff594a0b-7855-593d-965d-4b1c03a49f06 sending to next pipeline
2026-03-26 12:27:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: ff594a0b-7855-593d-965d-4b1c03a49f06, identifier: 10723140
2026-03-26 12:27:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: ff594a0b-7855-593d-965d-4b1c03a49f06 with identifier: 10723140
2026-03-26 12:27:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: ff594a0b-7855-593d-965d-4b1c03a49f06 with identifier: 10723140
2026-03-26 12:27:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: ff594a0b-7855-593d-965d-4b1c03a49f06 with identifier: 10723140 to the API
2026-03-26 12:27:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5745677/general/0999f116-147e-46a6-bb8e-00498e00e077.jpg>
{'auction_title': '',
'c_o_2_emission_value': 35,
'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': 'ff594a0b-7855-593d-965d-4b1c03a49f06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GI T 1810 E',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723140',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 39136,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 43,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 186323,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745677/general/0999f116-147e-46a6-bb8e-00498e00e077.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 184506,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745677/general/d1085037-b102-4bf1-b227-6b66979701ff.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173735,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745677/general/ff371207-256c-4287-9497-c98c991338b1.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 193607,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745677/general/8afdc8ed-55ea-4392-b576-3ef3a99bd39d.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235368,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745677/general/105b06bf-0f9a-4a9b-8ff7-c6b51047e83c.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226201,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745677/general/d07e3b76-1508-4dc3-adbe-87b388e4f9fd.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 428814,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745677/general/2af77af6-6f5d-49e6-aa62-bab479f27c4b.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 423606,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745677/general/db381bbe-521a-41e5-9260-2062daabb342.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 511040,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745677/general/a046b9af-9c2a-4aca-81f8-9d8573e1b97b.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff594a0b-7855-593d-965d-4b1c03a49f06/ff594a0b-7855-593d-965d-4b1c03a49f06_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 320103,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745677/general/a52e2bf9-e176-4d1d-ab63-15cf512acb87.jpg',
'Width': 1920}],
'price': 21500,
'price_includes_vat': True,
'registration_date': '2022-10-13',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Volkswagen Tiguan 1.4 Active - Hybrid - Automatic - 150 hp - 39.136 '
'km',
'transmission': 'automatic',
'trim': 'Active',
'vin': None,
'year': 2022}
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723140%27 HTTP/1.1" 200 None
2026-03-26 12:27:46 [adesa.de] INFO: Saving data for 10723140: {'created_time': 1774528066.249134, 'last_price_update_time': 1774528066.24915, 'auction_closing_time': 1798671600.0}
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723140') HTTP/1.1" 204 0
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ec5a50>
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252Fdfd3a9ae-c0dc-450f-95ba-06198d0f3d0f.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/dfd3a9ae-c0dc-450f-95ba-06198d0f3d0f.jpg saved to cache
2026-03-26 12:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ced7580c-d523-5324-87e1-5cc9cc27e3d5
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c106890>
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252Fbe2a0347-1a3b-4097-847b-341226fbce45.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/be2a0347-1a3b-4097-847b-341226fbce45.jpg saved to cache
2026-03-26 12:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ced7580c-d523-5324-87e1-5cc9cc27e3d5
2026-03-26 12:27:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746506/general/a9a4ac64-93c9-4a93-8ad6-52a263c5c05d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726465)
2026-03-26 12:27:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746506/general/7ff45bf9-a08e-47c6-b054-69b9b35ce300.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726465)
2026-03-26 12:27:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746506/general/375024de-7ab1-4259-ad05-e07609ea0306.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726465)
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563c8910>
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252Fa9a4ac64-93c9-4a93-8ad6-52a263c5c05d.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/a9a4ac64-93c9-4a93-8ad6-52a263c5c05d.jpg saved to cache
2026-03-26 12:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ced7580c-d523-5324-87e1-5cc9cc27e3d5
2026-03-26 12:27:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746506/general/3383c79f-cb50-4575-8342-2650b5a0e089.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726465)
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156340750>
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252F7ff45bf9-a08e-47c6-b054-69b9b35ce300.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/7ff45bf9-a08e-47c6-b054-69b9b35ce300.jpg saved to cache
2026-03-26 12:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ced7580c-d523-5324-87e1-5cc9cc27e3d5
2026-03-26 12:27:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746506/general/20928afb-30dc-46c3-ba41-a2bb831f1b4b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726465)
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565249d0>
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252F375024de-7ab1-4259-ad05-e07609ea0306.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/375024de-7ab1-4259-ad05-e07609ea0306.jpg saved to cache
2026-03-26 12:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ced7580c-d523-5324-87e1-5cc9cc27e3d5
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b6cd0>
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252F3383c79f-cb50-4575-8342-2650b5a0e089.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/3383c79f-cb50-4575-8342-2650b5a0e089.jpg saved to cache
2026-03-26 12:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ced7580c-d523-5324-87e1-5cc9cc27e3d5
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156470990>
2026-03-26 12:27:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746506%252Fgeneral%252F20928afb-30dc-46c3-ba41-a2bb831f1b4b.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746506/general/20928afb-30dc-46c3-ba41-a2bb831f1b4b.jpg saved to cache
2026-03-26 12:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ced7580c-d523-5324-87e1-5cc9cc27e3d5
2026-03-26 12:27:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ced7580c-d523-5324-87e1-5cc9cc27e3d5, skipping ID generation
2026-03-26 12:27:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ced7580c-d523-5324-87e1-5cc9cc27e3d5 with scrape type 1
2026-03-26 12:27:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ced7580c-d523-5324-87e1-5cc9cc27e3d5 sending to next pipeline
2026-03-26 12:27:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: ced7580c-d523-5324-87e1-5cc9cc27e3d5, identifier: 10726465
2026-03-26 12:27:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: ced7580c-d523-5324-87e1-5cc9cc27e3d5 with identifier: 10726465
2026-03-26 12:27:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: ced7580c-d523-5324-87e1-5cc9cc27e3d5 with identifier: 10726465
2026-03-26 12:27:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: ced7580c-d523-5324-87e1-5cc9cc27e3d5 with identifier: 10726465 to the API
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746506/general/20928afb-30dc-46c3-ba41-a2bb831f1b4b.jpg>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'ced7580c-d523-5324-87e1-5cc9cc27e3d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4623524',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726465',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Volkswagen',
'model': 'T-ROC',
'odometer': 44024,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 41,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107451,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746506/general/3383c79f-cb50-4575-8342-2650b5a0e089.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145811,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746506/general/20928afb-30dc-46c3-ba41-a2bb831f1b4b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131457,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746506/general/375024de-7ab1-4259-ad05-e07609ea0306.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142659,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746506/general/7ff45bf9-a08e-47c6-b054-69b9b35ce300.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101408,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746506/general/a9a4ac64-93c9-4a93-8ad6-52a263c5c05d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113649,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746506/general/dfd3a9ae-c0dc-450f-95ba-06198d0f3d0f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115844,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746506/general/be2a0347-1a3b-4097-847b-341226fbce45.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78761,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746506/general/e08f19c8-24e2-479c-9c1c-bc3e3b049b6b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122437,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746506/general/5f3c6639-8d16-4326-b638-cf70087abedb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ced7580c-d523-5324-87e1-5cc9cc27e3d5/ced7580c-d523-5324-87e1-5cc9cc27e3d5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116994,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746506/general/7a537a62-00c1-4bab-800a-34a0e6050bc6.jpg',
'Width': 800}],
'price': 15400,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volkswagen T-ROC 1.5 TSI Sport - Petrol - Automatic - 150 hp - '
'44.024 km',
'transmission': 'automatic',
'trim': 'Sport',
'vin': None,
'year': 2022}
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726465%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [adesa.de] INFO: Saving data for 10726465: {'created_time': 1774528067.385426, 'last_price_update_time': 1774528067.385439, 'auction_closing_time': 1774962000.0}
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726465') HTTP/1.1" 204 0
2026-03-26 12:27:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10725179> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27: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 12:27:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cfc10ce-1b19-5315-8c70-d791838876ac with identifier: 10725179
2026-03-26 12:27:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cfc10ce-1b19-5315-8c70-d791838876ac with scrape type 1
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0cfc10ce-1b19-5315-8c70-d791838876ac
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252F5bd40e6e-eae2-49fb-aa35-b862755d19e5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/5bd40e6e-eae2-49fb-aa35-b862755d19e5.jpg not downloaded yet
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252F2683ba24-8fe1-4380-b63b-6a2bf8fcaccb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/2683ba24-8fe1-4380-b63b-6a2bf8fcaccb.jpg not downloaded yet
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252F2b913f25-545f-4cea-8b37-5adcf15da3b7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/2b913f25-545f-4cea-8b37-5adcf15da3b7.jpg not downloaded yet
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252F49248702-9771-45e7-9ec1-2ced51496062.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/49248702-9771-45e7-9ec1-2ced51496062.jpg not downloaded yet
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252F59ffcc98-c966-4d23-9876-4efcf3388556.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/59ffcc98-c966-4d23-9876-4efcf3388556.jpg not downloaded yet
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252F78968b7a-ea6d-4cf2-9644-999c6d3a4e8a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/78968b7a-ea6d-4cf2-9644-999c6d3a4e8a.jpg not downloaded yet
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252F0f5561d5-0865-42fa-8b06-a3fb08800c84.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/0f5561d5-0865-42fa-8b06-a3fb08800c84.jpg not downloaded yet
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252Fad913d78-da98-42d7-9ff3-5ffe8c5a02b4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/ad913d78-da98-42d7-9ff3-5ffe8c5a02b4.jpg not downloaded yet
2026-03-26 12:27:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10730573> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252Ff8cd6c5e-c510-465a-a35a-a7986105ec70.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/f8cd6c5e-c510-465a-a35a-a7986105ec70.jpg not downloaded yet
2026-03-26 12:27: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 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252F51c1d2de-684f-445f-9c96-d79c26f6741b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/51c1d2de-684f-445f-9c96-d79c26f6741b.jpg not downloaded yet
2026-03-26 12:27:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b794e4ea-99ac-5e01-b85e-7f07272b4873 with identifier: 10730573
2026-03-26 12:27:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b794e4ea-99ac-5e01-b85e-7f07272b4873 with scrape type 1
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b794e4ea-99ac-5e01-b85e-7f07272b4873
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605763%252Fgeneral%252F3ed7d965-8577-4d49-8a85-f4d167757117.jpeg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605763/general/3ed7d965-8577-4d49-8a85-f4d167757117.jpeg already downloaded
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605763%252Fgeneral%252Fe1448f62-9d57-40cd-92a0-57346e70a20d.jpeg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605763/general/e1448f62-9d57-40cd-92a0-57346e70a20d.jpeg already downloaded
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605763%252Fgeneral%252F8f8848d5-c0b9-40d9-9875-d2cff6a7420f.jpeg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605763/general/8f8848d5-c0b9-40d9-9875-d2cff6a7420f.jpeg already downloaded
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605763%252Fgeneral%252Fbc82f740-19d0-4c2d-8766-408e68d04a01.jpeg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605763/general/bc82f740-19d0-4c2d-8766-408e68d04a01.jpeg already downloaded
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605763%252Fgeneral%252F1d18fead-5962-4fa9-8365-8460e64178fa.jpeg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605763/general/1d18fead-5962-4fa9-8365-8460e64178fa.jpeg already downloaded
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605763%252Fgeneral%252Fb00bb096-553d-4661-a111-d4fdfa49ca39.jpeg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605763/general/b00bb096-553d-4661-a111-d4fdfa49ca39.jpeg already downloaded
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605763%252Fgeneral%252F3a59b64a-c973-4a6b-bf17-8dc028b7e51f.jpeg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605763/general/3a59b64a-c973-4a6b-bf17-8dc028b7e51f.jpeg already downloaded
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605763%252Fgeneral%252F80be017f-16fa-42b6-8aca-3b11a5060e8b.jpeg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605763/general/80be017f-16fa-42b6-8aca-3b11a5060e8b.jpeg already downloaded
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605763%252Fgeneral%252Fb06f2063-2f1e-4eca-aba5-6bb9c095abb9.jpeg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605763/general/b06f2063-2f1e-4eca-aba5-6bb9c095abb9.jpeg already downloaded
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5605763%252Fgeneral%252F6389c1ba-6396-4d14-a4a6-60932cbba6aa.jpeg%27 HTTP/1.1" 200 None
2026-03-26 12:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5605763/general/6389c1ba-6396-4d14-a4a6-60932cbba6aa.jpeg already downloaded
2026-03-26 12:27:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: b794e4ea-99ac-5e01-b85e-7f07272b4873, identifier: 10730573
2026-03-26 12:27:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: b794e4ea-99ac-5e01-b85e-7f07272b4873 with identifier: 10730573
2026-03-26 12:27:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: b794e4ea-99ac-5e01-b85e-7f07272b4873 with identifier: 10730573
2026-03-26 12:27:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: b794e4ea-99ac-5e01-b85e-7f07272b4873 with identifier: 10730573 to the API
2026-03-26 12:27:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10730573>
{'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': 75,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Petrol',
'id': 'b794e4ea-99ac-5e01-b85e-7f07272b4873',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EUFA2167',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10730573',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '208',
'odometer': 26828,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 15,
'photo_urls': ['https://images.openlane.eu/carimgs/5605763/general/3ed7d965-8577-4d49-8a85-f4d167757117.jpeg',
'https://images.openlane.eu/carimgs/5605763/general/e1448f62-9d57-40cd-92a0-57346e70a20d.jpeg',
'https://images.openlane.eu/carimgs/5605763/general/8f8848d5-c0b9-40d9-9875-d2cff6a7420f.jpeg',
'https://images.openlane.eu/carimgs/5605763/general/bc82f740-19d0-4c2d-8766-408e68d04a01.jpeg',
'https://images.openlane.eu/carimgs/5605763/general/1d18fead-5962-4fa9-8365-8460e64178fa.jpeg',
'https://images.openlane.eu/carimgs/5605763/general/b00bb096-553d-4661-a111-d4fdfa49ca39.jpeg',
'https://images.openlane.eu/carimgs/5605763/general/3a59b64a-c973-4a6b-bf17-8dc028b7e51f.jpeg',
'https://images.openlane.eu/carimgs/5605763/general/80be017f-16fa-42b6-8aca-3b11a5060e8b.jpeg',
'https://images.openlane.eu/carimgs/5605763/general/b06f2063-2f1e-4eca-aba5-6bb9c095abb9.jpeg',
'https://images.openlane.eu/carimgs/5605763/general/6389c1ba-6396-4d14-a4a6-60932cbba6aa.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b794e4ea-99ac-5e01-b85e-7f07272b4873/b794e4ea-99ac-5e01-b85e-7f07272b4873_image_0.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 5450802,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605763/general/3ed7d965-8577-4d49-8a85-f4d167757117.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b794e4ea-99ac-5e01-b85e-7f07272b4873/b794e4ea-99ac-5e01-b85e-7f07272b4873_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2005662,
'Height': 2668,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605763/general/e1448f62-9d57-40cd-92a0-57346e70a20d.jpeg',
'Width': 3957},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b794e4ea-99ac-5e01-b85e-7f07272b4873/b794e4ea-99ac-5e01-b85e-7f07272b4873_image_2.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 7081157,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605763/general/8f8848d5-c0b9-40d9-9875-d2cff6a7420f.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b794e4ea-99ac-5e01-b85e-7f07272b4873/b794e4ea-99ac-5e01-b85e-7f07272b4873_image_3.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 5455272,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605763/general/bc82f740-19d0-4c2d-8766-408e68d04a01.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b794e4ea-99ac-5e01-b85e-7f07272b4873/b794e4ea-99ac-5e01-b85e-7f07272b4873_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 4744887,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605763/general/1d18fead-5962-4fa9-8365-8460e64178fa.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b794e4ea-99ac-5e01-b85e-7f07272b4873/b794e4ea-99ac-5e01-b85e-7f07272b4873_image_5.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 5321942,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605763/general/b00bb096-553d-4661-a111-d4fdfa49ca39.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b794e4ea-99ac-5e01-b85e-7f07272b4873/b794e4ea-99ac-5e01-b85e-7f07272b4873_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3343894,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605763/general/3a59b64a-c973-4a6b-bf17-8dc028b7e51f.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b794e4ea-99ac-5e01-b85e-7f07272b4873/b794e4ea-99ac-5e01-b85e-7f07272b4873_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3446598,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605763/general/80be017f-16fa-42b6-8aca-3b11a5060e8b.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b794e4ea-99ac-5e01-b85e-7f07272b4873/b794e4ea-99ac-5e01-b85e-7f07272b4873_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3339346,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605763/general/b06f2063-2f1e-4eca-aba5-6bb9c095abb9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b794e4ea-99ac-5e01-b85e-7f07272b4873/b794e4ea-99ac-5e01-b85e-7f07272b4873_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2779973,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5605763/general/6389c1ba-6396-4d14-a4a6-60932cbba6aa.jpeg',
'Width': 5712}],
'price': 10150,
'price_includes_vat': True,
'registration_date': '2024-03-28',
'seats_number': 5,
'seller_name': 'LOVACAR, SPRL',
'title': 'Peugeot 208 1.2i - Petrol - Manual - 75 hp - 26.828 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2024}
2026-03-26 12:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710730573%27 HTTP/1.1" 200 None
2026-03-26 12:27:48 [adesa.de] INFO: Saving data for 10730573: {'created_time': 1774528068.388413, 'last_price_update_time': 1774528068.388426, 'auction_closing_time': 1774603800.0}
2026-03-26 12:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10730573') HTTP/1.1" 204 0
2026-03-26 12:27:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746291/general/ad913d78-da98-42d7-9ff3-5ffe8c5a02b4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725179)
2026-03-26 12:27:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156389f90>
2026-03-26 12:27:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:27:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252Fad913d78-da98-42d7-9ff3-5ffe8c5a02b4.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/ad913d78-da98-42d7-9ff3-5ffe8c5a02b4.jpg saved to cache
2026-03-26 12:27:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0cfc10ce-1b19-5315-8c70-d791838876ac
2026-03-26 12:27:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746291/general/51c1d2de-684f-445f-9c96-d79c26f6741b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725179)
2026-03-26 12:27:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e09a50>
2026-03-26 12:27:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:27:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252F51c1d2de-684f-445f-9c96-d79c26f6741b.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/51c1d2de-684f-445f-9c96-d79c26f6741b.jpg saved to cache
2026-03-26 12:27:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0cfc10ce-1b19-5315-8c70-d791838876ac
2026-03-26 12:27:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746291/general/f8cd6c5e-c510-465a-a35a-a7986105ec70.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725179)
2026-03-26 12:27:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fd4e90>
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252Ff8cd6c5e-c510-465a-a35a-a7986105ec70.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/f8cd6c5e-c510-465a-a35a-a7986105ec70.jpg saved to cache
2026-03-26 12:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0cfc10ce-1b19-5315-8c70-d791838876ac
2026-03-26 12:27:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746291/general/0f5561d5-0865-42fa-8b06-a3fb08800c84.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725179)
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563898d0>
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252F0f5561d5-0865-42fa-8b06-a3fb08800c84.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/0f5561d5-0865-42fa-8b06-a3fb08800c84.jpg saved to cache
2026-03-26 12:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0cfc10ce-1b19-5315-8c70-d791838876ac
2026-03-26 12:27:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746291/general/78968b7a-ea6d-4cf2-9644-999c6d3a4e8a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725179)
2026-03-26 12:27:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746291/general/59ffcc98-c966-4d23-9876-4efcf3388556.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725179)
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b5050>
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252F78968b7a-ea6d-4cf2-9644-999c6d3a4e8a.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/78968b7a-ea6d-4cf2-9644-999c6d3a4e8a.jpg saved to cache
2026-03-26 12:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0cfc10ce-1b19-5315-8c70-d791838876ac
2026-03-26 12:27:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746291/general/49248702-9771-45e7-9ec1-2ced51496062.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725179)
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25c8d0>
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252F59ffcc98-c966-4d23-9876-4efcf3388556.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/59ffcc98-c966-4d23-9876-4efcf3388556.jpg saved to cache
2026-03-26 12:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0cfc10ce-1b19-5315-8c70-d791838876ac
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563cc850>
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252F49248702-9771-45e7-9ec1-2ced51496062.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/49248702-9771-45e7-9ec1-2ced51496062.jpg saved to cache
2026-03-26 12:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0cfc10ce-1b19-5315-8c70-d791838876ac
2026-03-26 12:27:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746291/general/2b913f25-545f-4cea-8b37-5adcf15da3b7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725179)
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156521790>
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252F2b913f25-545f-4cea-8b37-5adcf15da3b7.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/2b913f25-545f-4cea-8b37-5adcf15da3b7.jpg saved to cache
2026-03-26 12:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0cfc10ce-1b19-5315-8c70-d791838876ac
2026-03-26 12:27:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746291/general/2683ba24-8fe1-4380-b63b-6a2bf8fcaccb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725179)
2026-03-26 12:27:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746291/general/5bd40e6e-eae2-49fb-aa35-b862755d19e5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725179)
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c184350>
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:27:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252F2683ba24-8fe1-4380-b63b-6a2bf8fcaccb.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/2683ba24-8fe1-4380-b63b-6a2bf8fcaccb.jpg saved to cache
2026-03-26 12:27:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0cfc10ce-1b19-5315-8c70-d791838876ac
2026-03-26 12:27:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632e490>
2026-03-26 12:27:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746291%252Fgeneral%252F5bd40e6e-eae2-49fb-aa35-b862755d19e5.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746291/general/5bd40e6e-eae2-49fb-aa35-b862755d19e5.jpg saved to cache
2026-03-26 12:27:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0cfc10ce-1b19-5315-8c70-d791838876ac
2026-03-26 12:27:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0cfc10ce-1b19-5315-8c70-d791838876ac, skipping ID generation
2026-03-26 12:27:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cfc10ce-1b19-5315-8c70-d791838876ac with scrape type 1
2026-03-26 12:27:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0cfc10ce-1b19-5315-8c70-d791838876ac sending to next pipeline
2026-03-26 12:27:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 0cfc10ce-1b19-5315-8c70-d791838876ac, identifier: 10725179
2026-03-26 12:27:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 0cfc10ce-1b19-5315-8c70-d791838876ac with identifier: 10725179
2026-03-26 12:27:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 0cfc10ce-1b19-5315-8c70-d791838876ac with identifier: 10725179
2026-03-26 12:27:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 0cfc10ce-1b19-5315-8c70-d791838876ac with identifier: 10725179 to the API
2026-03-26 12:27:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746291/general/5bd40e6e-eae2-49fb-aa35-b862755d19e5.jpg>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': 'MPV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Diesel',
'id': '0cfc10ce-1b19-5315-8c70-d791838876ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'M TK3215',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10725179',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 25606,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 35,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177641,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746291/general/5bd40e6e-eae2-49fb-aa35-b862755d19e5.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172758,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746291/general/2683ba24-8fe1-4380-b63b-6a2bf8fcaccb.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189522,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746291/general/2b913f25-545f-4cea-8b37-5adcf15da3b7.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 193245,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746291/general/49248702-9771-45e7-9ec1-2ced51496062.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200612,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746291/general/59ffcc98-c966-4d23-9876-4efcf3388556.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 212750,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746291/general/78968b7a-ea6d-4cf2-9644-999c6d3a4e8a.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 376089,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746291/general/0f5561d5-0865-42fa-8b06-a3fb08800c84.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 389388,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746291/general/ad913d78-da98-42d7-9ff3-5ffe8c5a02b4.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 422009,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746291/general/f8cd6c5e-c510-465a-a35a-a7986105ec70.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cfc10ce-1b19-5315-8c70-d791838876ac/0cfc10ce-1b19-5315-8c70-d791838876ac_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 320429,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746291/general/51c1d2de-684f-445f-9c96-d79c26f6741b.jpg',
'Width': 1920}],
'price': 28300,
'price_includes_vat': True,
'registration_date': '2025-06-24',
'seats_number': 7,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Volkswagen Touran 2.0 TDI - Diesel - Automatic - 150 hp - 25.606 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2025}
2026-03-26 12:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710725179%27 HTTP/1.1" 200 None
2026-03-26 12:27:50 [adesa.de] INFO: Saving data for 10725179: {'created_time': 1774528070.646913, 'last_price_update_time': 1774528070.646924, 'auction_closing_time': 1798671600.0}
2026-03-26 12:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10725179') HTTP/1.1" 204 0
2026-03-26 12:27:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10724729> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27: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 12:27:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4cbe17f-0b61-5753-83b3-ad963fdf6a53 with identifier: 10724729
2026-03-26 12:27:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4cbe17f-0b61-5753-83b3-ad963fdf6a53 with scrape type 1
2026-03-26 12:27:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c4cbe17f-0b61-5753-83b3-ad963fdf6a53
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252F317465df-33b9-4121-a7b3-175d18c5d14b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/317465df-33b9-4121-a7b3-175d18c5d14b.jpg not downloaded yet
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252Fe5df7d1d-f91c-4222-bd91-8d36e287cd61.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/e5df7d1d-f91c-4222-bd91-8d36e287cd61.jpg not downloaded yet
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252F976105ff-2e7b-4fb0-8538-0971065a9544.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/976105ff-2e7b-4fb0-8538-0971065a9544.jpg not downloaded yet
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252Fe1b17183-c22c-4c01-9e2a-edcfb11a00ed.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/e1b17183-c22c-4c01-9e2a-edcfb11a00ed.jpg not downloaded yet
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252F3f3bf31f-995c-45fe-9036-22aaee08eaa7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/3f3bf31f-995c-45fe-9036-22aaee08eaa7.jpg not downloaded yet
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252F987e2e2b-b5f5-4532-9c09-919d5d1b2b8c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/987e2e2b-b5f5-4532-9c09-919d5d1b2b8c.jpg not downloaded yet
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252F733fa1ea-0477-479f-9082-29befc418159.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/733fa1ea-0477-479f-9082-29befc418159.jpg not downloaded yet
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252Fc7214a8d-1062-4dad-857f-a070b0539d6c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/c7214a8d-1062-4dad-857f-a070b0539d6c.jpg not downloaded yet
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252F8613c5f2-54d5-4ae3-b601-f90cab3f2905.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/8613c5f2-54d5-4ae3-b601-f90cab3f2905.jpg not downloaded yet
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252Ff35cfeac-c8e3-42fe-9df7-2b67af35e7e0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/f35cfeac-c8e3-42fe-9df7-2b67af35e7e0.jpg not downloaded yet
2026-03-26 12:27:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728756> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:27: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 12:27:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1038531-8fd2-5cc1-a79b-92b0dc1b770b with identifier: 10728756
2026-03-26 12:27:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1038531-8fd2-5cc1-a79b-92b0dc1b770b with scrape type 1
2026-03-26 12:27:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d1038531-8fd2-5cc1-a79b-92b0dc1b770b
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570753%252Fgeneral%252F82b5a034-9610-4f9b-a3e9-7225b3156c61.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570753/general/82b5a034-9610-4f9b-a3e9-7225b3156c61.jpg already downloaded
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570753%252Fgeneral%252F1a8c309c-d10b-4f16-bb57-c6da6502915b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570753/general/1a8c309c-d10b-4f16-bb57-c6da6502915b.jpg already downloaded
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570753%252Fgeneral%252F180aad93-21e4-4dcf-b711-fa7e98931e50.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570753/general/180aad93-21e4-4dcf-b711-fa7e98931e50.jpg already downloaded
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570753%252Fgeneral%252F9c2642d6-6adb-4c62-a1c4-abc9b821ecb1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570753/general/9c2642d6-6adb-4c62-a1c4-abc9b821ecb1.jpg already downloaded
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570753%252Fgeneral%252Fa0b6498c-a7a3-4fc7-bedb-0e62b977bbde.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570753/general/a0b6498c-a7a3-4fc7-bedb-0e62b977bbde.jpg already downloaded
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570753%252Fgeneral%252F08a99c40-582d-4e2c-ac8e-343552156edf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570753/general/08a99c40-582d-4e2c-ac8e-343552156edf.jpg already downloaded
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570753%252Fgeneral%252Fbd9fcb1d-fe28-476c-b29e-86d6bc3efc9a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570753/general/bd9fcb1d-fe28-476c-b29e-86d6bc3efc9a.jpg already downloaded
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570753%252Fgeneral%252F395d8c0c-d60d-4d3b-9803-356bafb4de99.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570753/general/395d8c0c-d60d-4d3b-9803-356bafb4de99.jpg already downloaded
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570753%252Fgeneral%252Fd56db0d1-a807-4978-ac00-437e3dcad13c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570753/general/d56db0d1-a807-4978-ac00-437e3dcad13c.jpg already downloaded
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5570753%252Fgeneral%252Ffc4fbe95-669f-49e2-9b2a-35d10e8dff2f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:27:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5570753/general/fc4fbe95-669f-49e2-9b2a-35d10e8dff2f.jpg already downloaded
2026-03-26 12:27:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: d1038531-8fd2-5cc1-a79b-92b0dc1b770b, identifier: 10728756
2026-03-26 12:27:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: d1038531-8fd2-5cc1-a79b-92b0dc1b770b with identifier: 10728756
2026-03-26 12:27:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: d1038531-8fd2-5cc1-a79b-92b0dc1b770b with identifier: 10728756
2026-03-26 12:27:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: d1038531-8fd2-5cc1-a79b-92b0dc1b770b with identifier: 10728756 to the API
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728756>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Hybrid',
'id': 'd1038531-8fd2-5cc1-a79b-92b0dc1b770b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'B MM 6096',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728756',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A4',
'odometer': 44489,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 35,
'photo_urls': ['https://images.openlane.eu/carimgs/5570753/general/82b5a034-9610-4f9b-a3e9-7225b3156c61.jpg',
'https://images.openlane.eu/carimgs/5570753/general/1a8c309c-d10b-4f16-bb57-c6da6502915b.jpg',
'https://images.openlane.eu/carimgs/5570753/general/180aad93-21e4-4dcf-b711-fa7e98931e50.jpg',
'https://images.openlane.eu/carimgs/5570753/general/9c2642d6-6adb-4c62-a1c4-abc9b821ecb1.jpg',
'https://images.openlane.eu/carimgs/5570753/general/a0b6498c-a7a3-4fc7-bedb-0e62b977bbde.jpg',
'https://images.openlane.eu/carimgs/5570753/general/08a99c40-582d-4e2c-ac8e-343552156edf.jpg',
'https://images.openlane.eu/carimgs/5570753/general/bd9fcb1d-fe28-476c-b29e-86d6bc3efc9a.jpg',
'https://images.openlane.eu/carimgs/5570753/general/395d8c0c-d60d-4d3b-9803-356bafb4de99.jpg',
'https://images.openlane.eu/carimgs/5570753/general/d56db0d1-a807-4978-ac00-437e3dcad13c.jpg',
'https://images.openlane.eu/carimgs/5570753/general/fc4fbe95-669f-49e2-9b2a-35d10e8dff2f.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1038531-8fd2-5cc1-a79b-92b0dc1b770b/d1038531-8fd2-5cc1-a79b-92b0dc1b770b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 174145,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570753/general/82b5a034-9610-4f9b-a3e9-7225b3156c61.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1038531-8fd2-5cc1-a79b-92b0dc1b770b/d1038531-8fd2-5cc1-a79b-92b0dc1b770b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173319,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570753/general/1a8c309c-d10b-4f16-bb57-c6da6502915b.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1038531-8fd2-5cc1-a79b-92b0dc1b770b/d1038531-8fd2-5cc1-a79b-92b0dc1b770b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 188945,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570753/general/a0b6498c-a7a3-4fc7-bedb-0e62b977bbde.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1038531-8fd2-5cc1-a79b-92b0dc1b770b/d1038531-8fd2-5cc1-a79b-92b0dc1b770b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164715,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570753/general/9c2642d6-6adb-4c62-a1c4-abc9b821ecb1.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1038531-8fd2-5cc1-a79b-92b0dc1b770b/d1038531-8fd2-5cc1-a79b-92b0dc1b770b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172972,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570753/general/180aad93-21e4-4dcf-b711-fa7e98931e50.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1038531-8fd2-5cc1-a79b-92b0dc1b770b/d1038531-8fd2-5cc1-a79b-92b0dc1b770b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 198321,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570753/general/08a99c40-582d-4e2c-ac8e-343552156edf.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1038531-8fd2-5cc1-a79b-92b0dc1b770b/d1038531-8fd2-5cc1-a79b-92b0dc1b770b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 445868,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570753/general/395d8c0c-d60d-4d3b-9803-356bafb4de99.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1038531-8fd2-5cc1-a79b-92b0dc1b770b/d1038531-8fd2-5cc1-a79b-92b0dc1b770b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 312577,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570753/general/fc4fbe95-669f-49e2-9b2a-35d10e8dff2f.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1038531-8fd2-5cc1-a79b-92b0dc1b770b/d1038531-8fd2-5cc1-a79b-92b0dc1b770b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 441017,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570753/general/bd9fcb1d-fe28-476c-b29e-86d6bc3efc9a.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d1038531-8fd2-5cc1-a79b-92b0dc1b770b/d1038531-8fd2-5cc1-a79b-92b0dc1b770b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 413617,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570753/general/d56db0d1-a807-4978-ac00-437e3dcad13c.jpg',
'Width': 1920}],
'price': 20600,
'price_includes_vat': True,
'registration_date': '2022-08-04',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Audi A4 35 TFSI Design - Hybrid - Automatic - 150 hp - 44.489 km',
'transmission': 'automatic',
'trim': 'Design',
'vin': None,
'year': 2022}
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728756%27 HTTP/1.1" 200 None
2026-03-26 12:27:56 [adesa.de] INFO: Saving data for 10728756: {'created_time': 1774528076.690068, 'last_price_update_time': 1774528076.69008, 'auction_closing_time': 1798671600.0}
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728756') HTTP/1.1" 204 0
2026-03-26 12:27:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746089/general/f35cfeac-c8e3-42fe-9df7-2b67af35e7e0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724729)
2026-03-26 12:27:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0cfb50>
2026-03-26 12:27:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252Ff35cfeac-c8e3-42fe-9df7-2b67af35e7e0.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/f35cfeac-c8e3-42fe-9df7-2b67af35e7e0.jpg saved to cache
2026-03-26 12:27:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c4cbe17f-0b61-5753-83b3-ad963fdf6a53
2026-03-26 12:27:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746089/general/8613c5f2-54d5-4ae3-b601-f90cab3f2905.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724729)
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cfd1810>
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252F8613c5f2-54d5-4ae3-b601-f90cab3f2905.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/8613c5f2-54d5-4ae3-b601-f90cab3f2905.jpg saved to cache
2026-03-26 12:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c4cbe17f-0b61-5753-83b3-ad963fdf6a53
2026-03-26 12:27:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746089/general/c7214a8d-1062-4dad-857f-a070b0539d6c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724729)
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632ed50>
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252Fc7214a8d-1062-4dad-857f-a070b0539d6c.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/c7214a8d-1062-4dad-857f-a070b0539d6c.jpg saved to cache
2026-03-26 12:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c4cbe17f-0b61-5753-83b3-ad963fdf6a53
2026-03-26 12:27:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746089/general/733fa1ea-0477-479f-9082-29befc418159.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724729)
2026-03-26 12:27:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746089/general/987e2e2b-b5f5-4532-9c09-919d5d1b2b8c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724729)
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156399790>
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252F733fa1ea-0477-479f-9082-29befc418159.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/733fa1ea-0477-479f-9082-29befc418159.jpg saved to cache
2026-03-26 12:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c4cbe17f-0b61-5753-83b3-ad963fdf6a53
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015638bdd0>
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252F987e2e2b-b5f5-4532-9c09-919d5d1b2b8c.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/987e2e2b-b5f5-4532-9c09-919d5d1b2b8c.jpg saved to cache
2026-03-26 12:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c4cbe17f-0b61-5753-83b3-ad963fdf6a53
2026-03-26 12:27:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746089/general/3f3bf31f-995c-45fe-9036-22aaee08eaa7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724729)
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156399c10>
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252F3f3bf31f-995c-45fe-9036-22aaee08eaa7.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/3f3bf31f-995c-45fe-9036-22aaee08eaa7.jpg saved to cache
2026-03-26 12:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c4cbe17f-0b61-5753-83b3-ad963fdf6a53
2026-03-26 12:27:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746089/general/e1b17183-c22c-4c01-9e2a-edcfb11a00ed.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724729)
2026-03-26 12:27:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746089/general/976105ff-2e7b-4fb0-8538-0971065a9544.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724729)
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632e350>
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252Fe1b17183-c22c-4c01-9e2a-edcfb11a00ed.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/e1b17183-c22c-4c01-9e2a-edcfb11a00ed.jpg saved to cache
2026-03-26 12:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c4cbe17f-0b61-5753-83b3-ad963fdf6a53
2026-03-26 12:27:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746089/general/e5df7d1d-f91c-4222-bd91-8d36e287cd61.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724729)
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632e7d0>
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252F976105ff-2e7b-4fb0-8538-0971065a9544.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/976105ff-2e7b-4fb0-8538-0971065a9544.jpg saved to cache
2026-03-26 12:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c4cbe17f-0b61-5753-83b3-ad963fdf6a53
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156473150>
2026-03-26 12:27:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252Fe5df7d1d-f91c-4222-bd91-8d36e287cd61.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/e5df7d1d-f91c-4222-bd91-8d36e287cd61.jpg saved to cache
2026-03-26 12:27:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c4cbe17f-0b61-5753-83b3-ad963fdf6a53
2026-03-26 12:27:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746089/general/317465df-33b9-4121-a7b3-175d18c5d14b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724729)
2026-03-26 12:27:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:27:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632fed0>
2026-03-26 12:27:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:27: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 12:27:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:27:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746089%252Fgeneral%252F317465df-33b9-4121-a7b3-175d18c5d14b.jpg') HTTP/1.1" 204 0
2026-03-26 12:27:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746089/general/317465df-33b9-4121-a7b3-175d18c5d14b.jpg saved to cache
2026-03-26 12:27:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c4cbe17f-0b61-5753-83b3-ad963fdf6a53
2026-03-26 12:27:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c4cbe17f-0b61-5753-83b3-ad963fdf6a53, skipping ID generation
2026-03-26 12:27:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4cbe17f-0b61-5753-83b3-ad963fdf6a53 with scrape type 1
2026-03-26 12:27:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c4cbe17f-0b61-5753-83b3-ad963fdf6a53 sending to next pipeline
2026-03-26 12:27:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c4cbe17f-0b61-5753-83b3-ad963fdf6a53, identifier: 10724729
2026-03-26 12:27:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c4cbe17f-0b61-5753-83b3-ad963fdf6a53 with identifier: 10724729
2026-03-26 12:27:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c4cbe17f-0b61-5753-83b3-ad963fdf6a53 with identifier: 10724729
2026-03-26 12:27:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c4cbe17f-0b61-5753-83b3-ad963fdf6a53 with identifier: 10724729 to the API
2026-03-26 12:27:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:27: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 12:27:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746089/general/317465df-33b9-4121-a7b3-175d18c5d14b.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'engine_horse_power': 150,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Electric',
'id': 'c4cbe17f-0b61-5753-83b3-ad963fdf6a53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HAM D451E',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10724729',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 28426,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 33,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175164,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746089/general/317465df-33b9-4121-a7b3-175d18c5d14b.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177482,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746089/general/e5df7d1d-f91c-4222-bd91-8d36e287cd61.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170217,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746089/general/976105ff-2e7b-4fb0-8538-0971065a9544.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 174767,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746089/general/e1b17183-c22c-4c01-9e2a-edcfb11a00ed.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250847,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746089/general/3f3bf31f-995c-45fe-9036-22aaee08eaa7.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240811,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746089/general/987e2e2b-b5f5-4532-9c09-919d5d1b2b8c.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 270462,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746089/general/733fa1ea-0477-479f-9082-29befc418159.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 335871,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746089/general/c7214a8d-1062-4dad-857f-a070b0539d6c.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 422373,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746089/general/8613c5f2-54d5-4ae3-b601-f90cab3f2905.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4cbe17f-0b61-5753-83b3-ad963fdf6a53/c4cbe17f-0b61-5753-83b3-ad963fdf6a53_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 367412,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746089/general/f35cfeac-c8e3-42fe-9df7-2b67af35e7e0.jpg',
'Width': 1920}],
'price': 14600,
'price_includes_vat': True,
'registration_date': '2021-08-10',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Volkswagen ID.3 Pure Performance - Electric - Automatic - 150 hp - '
'28.426 km',
'transmission': 'automatic',
'trim': 'Pure Performance',
'vin': None,
'year': 2021}
2026-03-26 12:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710724729%27 HTTP/1.1" 200 None
2026-03-26 12:27:58 [adesa.de] INFO: Saving data for 10724729: {'created_time': 1774528078.775858, 'last_price_update_time': 1774528078.77587, 'auction_closing_time': 1798671600.0}
2026-03-26 12:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10724729') HTTP/1.1" 204 0
2026-03-26 12:28:07 [scrapy.extensions.logstats] INFO: Crawled 229 pages (at 21 pages/min), scraped 203 items (at 20 items/min)
2026-03-26 12:28:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 169MiB
2026-03-26 12:28:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723574> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726321> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02bb80d7-5e13-5a71-b45c-7a179a44952b with identifier: 10723574
2026-03-26 12:28:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02bb80d7-5e13-5a71-b45c-7a179a44952b with scrape type 1
2026-03-26 12:28:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 02bb80d7-5e13-5a71-b45c-7a179a44952b
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697179%252Fgeneral%252F638a5171-aa90-4139-8c75-1e50050f72ea.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697179/general/638a5171-aa90-4139-8c75-1e50050f72ea.jpg already downloaded
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697179%252Fgeneral%252F55a162b8-e6d7-4b22-b8c5-358581a9766d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697179/general/55a162b8-e6d7-4b22-b8c5-358581a9766d.jpg already downloaded
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697179%252Fgeneral%252F85583000-b5ed-432d-8c7b-7486ee3bd203.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697179/general/85583000-b5ed-432d-8c7b-7486ee3bd203.jpg already downloaded
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697179%252Fgeneral%252F77dd383a-a6ca-4116-9494-e986c3ac51d5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697179/general/77dd383a-a6ca-4116-9494-e986c3ac51d5.jpg already downloaded
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697179%252Fgeneral%252F2070f960-ee5a-4d81-af43-0b2a17418481.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697179/general/2070f960-ee5a-4d81-af43-0b2a17418481.jpg already downloaded
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697179%252Fgeneral%252F242c6557-b17c-40a9-9178-9c5e5ebdedc7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697179/general/242c6557-b17c-40a9-9178-9c5e5ebdedc7.jpg already downloaded
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697179%252Fgeneral%252F30793726-f667-4708-818c-46d66d4ad4d8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697179/general/30793726-f667-4708-818c-46d66d4ad4d8.jpg already downloaded
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697179%252Fgeneral%252Fc043675a-04e7-4d71-9871-3e882e02bae7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697179/general/c043675a-04e7-4d71-9871-3e882e02bae7.jpg already downloaded
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697179%252Fgeneral%252F6b139824-ea6f-4419-8f00-0d83de495924.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697179/general/6b139824-ea6f-4419-8f00-0d83de495924.jpg already downloaded
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5697179%252Fgeneral%252F54d95bc9-c5c8-469f-a402-3af81520b751.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5697179/general/54d95bc9-c5c8-469f-a402-3af81520b751.jpg already downloaded
2026-03-26 12:28:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 02bb80d7-5e13-5a71-b45c-7a179a44952b, identifier: 10723574
2026-03-26 12:28:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 02bb80d7-5e13-5a71-b45c-7a179a44952b with identifier: 10723574
2026-03-26 12:28:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 02bb80d7-5e13-5a71-b45c-7a179a44952b with identifier: 10723574
2026-03-26 12:28:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 02bb80d7-5e13-5a71-b45c-7a179a44952b with identifier: 10723574 to the API
2026-03-26 12:28:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:28: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 12:28:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723574>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': 'Estate',
'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': '02bb80d7-5e13-5a71-b45c-7a179a44952b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HH WE 8610',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723574',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 10859,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 26,
'photo_urls': ['https://images.openlane.eu/carimgs/5697179/general/638a5171-aa90-4139-8c75-1e50050f72ea.jpg',
'https://images.openlane.eu/carimgs/5697179/general/55a162b8-e6d7-4b22-b8c5-358581a9766d.jpg',
'https://images.openlane.eu/carimgs/5697179/general/85583000-b5ed-432d-8c7b-7486ee3bd203.jpg',
'https://images.openlane.eu/carimgs/5697179/general/77dd383a-a6ca-4116-9494-e986c3ac51d5.jpg',
'https://images.openlane.eu/carimgs/5697179/general/2070f960-ee5a-4d81-af43-0b2a17418481.jpg',
'https://images.openlane.eu/carimgs/5697179/general/242c6557-b17c-40a9-9178-9c5e5ebdedc7.jpg',
'https://images.openlane.eu/carimgs/5697179/general/30793726-f667-4708-818c-46d66d4ad4d8.jpg',
'https://images.openlane.eu/carimgs/5697179/general/c043675a-04e7-4d71-9871-3e882e02bae7.jpg',
'https://images.openlane.eu/carimgs/5697179/general/6b139824-ea6f-4419-8f00-0d83de495924.jpg',
'https://images.openlane.eu/carimgs/5697179/general/54d95bc9-c5c8-469f-a402-3af81520b751.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02bb80d7-5e13-5a71-b45c-7a179a44952b/02bb80d7-5e13-5a71-b45c-7a179a44952b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239474,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697179/general/638a5171-aa90-4139-8c75-1e50050f72ea.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02bb80d7-5e13-5a71-b45c-7a179a44952b/02bb80d7-5e13-5a71-b45c-7a179a44952b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209709,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697179/general/55a162b8-e6d7-4b22-b8c5-358581a9766d.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02bb80d7-5e13-5a71-b45c-7a179a44952b/02bb80d7-5e13-5a71-b45c-7a179a44952b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236138,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697179/general/85583000-b5ed-432d-8c7b-7486ee3bd203.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02bb80d7-5e13-5a71-b45c-7a179a44952b/02bb80d7-5e13-5a71-b45c-7a179a44952b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218975,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697179/general/77dd383a-a6ca-4116-9494-e986c3ac51d5.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02bb80d7-5e13-5a71-b45c-7a179a44952b/02bb80d7-5e13-5a71-b45c-7a179a44952b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 208992,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697179/general/2070f960-ee5a-4d81-af43-0b2a17418481.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02bb80d7-5e13-5a71-b45c-7a179a44952b/02bb80d7-5e13-5a71-b45c-7a179a44952b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226819,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697179/general/242c6557-b17c-40a9-9178-9c5e5ebdedc7.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02bb80d7-5e13-5a71-b45c-7a179a44952b/02bb80d7-5e13-5a71-b45c-7a179a44952b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 306123,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697179/general/30793726-f667-4708-818c-46d66d4ad4d8.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02bb80d7-5e13-5a71-b45c-7a179a44952b/02bb80d7-5e13-5a71-b45c-7a179a44952b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 339659,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697179/general/c043675a-04e7-4d71-9871-3e882e02bae7.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02bb80d7-5e13-5a71-b45c-7a179a44952b/02bb80d7-5e13-5a71-b45c-7a179a44952b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 428168,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697179/general/54d95bc9-c5c8-469f-a402-3af81520b751.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02bb80d7-5e13-5a71-b45c-7a179a44952b/02bb80d7-5e13-5a71-b45c-7a179a44952b_image_14.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 357350,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5697179/general/6b139824-ea6f-4419-8f00-0d83de495924.jpg',
'Width': 1920}],
'price': 26600,
'price_includes_vat': True,
'registration_date': '2025-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Passat 1.5 eTSI - Petrol - Automatic - 150 hp - 10.859 '
'km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2025}
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723574%27 HTTP/1.1" 200 None
2026-03-26 12:28:13 [adesa.de] INFO: Saving data for 10723574: {'created_time': 1774528093.132892, 'last_price_update_time': 1774528093.132909, 'auction_closing_time': 1798671600.0}
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723574') HTTP/1.1" 204 0
2026-03-26 12:28:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746019/general/7f4cc30d-d5a7-4f5b-9390-4c6e66fb20e1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728951)
2026-03-26 12:28:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48fd6c25-9975-5c4e-845a-2c58b6ccbacf with identifier: 10726321
2026-03-26 12:28:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48fd6c25-9975-5c4e-845a-2c58b6ccbacf with scrape type 1
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 48fd6c25-9975-5c4e-845a-2c58b6ccbacf
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252F0b065405-08c8-4e2c-befc-0cfbb20680e9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/0b065405-08c8-4e2c-befc-0cfbb20680e9.jpg not downloaded yet
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252F4a0c7c45-737d-4a45-8340-239ec4d9b57e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/4a0c7c45-737d-4a45-8340-239ec4d9b57e.jpg not downloaded yet
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252Ff813011f-5d5a-467e-b447-687a66606cc0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/f813011f-5d5a-467e-b447-687a66606cc0.jpg not downloaded yet
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252Fdbb89fe1-7c25-47a7-b235-bb2ec8f71688.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/dbb89fe1-7c25-47a7-b235-bb2ec8f71688.jpg not downloaded yet
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252Ffc59f635-7bdc-4baa-8bf7-7c167bb9fde3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/fc59f635-7bdc-4baa-8bf7-7c167bb9fde3.jpg not downloaded yet
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252F195de6da-69ed-4629-977e-7b2772a4ea46.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/195de6da-69ed-4629-977e-7b2772a4ea46.jpg not downloaded yet
2026-03-26 12:28:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746019/general/e53d3f1c-dae1-4792-a665-5cfdfb0eff7a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728951)
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252F3609b1a1-615b-4760-aca6-98ea8dfbfd85.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/3609b1a1-615b-4760-aca6-98ea8dfbfd85.jpg not downloaded yet
2026-03-26 12:28:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015639b3d0>
2026-03-26 12:28:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28: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 12:28:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252F7f4cc30d-d5a7-4f5b-9390-4c6e66fb20e1.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/7f4cc30d-d5a7-4f5b-9390-4c6e66fb20e1.jpg saved to cache
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9490c103-4510-5b0f-925e-bf42481a6bef
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252Fa390dabd-d719-41c5-8584-101d7a3b1aaf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/a390dabd-d719-41c5-8584-101d7a3b1aaf.jpg not downloaded yet
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252Fc619de9d-2385-461f-8e1c-9608bc719eec.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/c619de9d-2385-461f-8e1c-9608bc719eec.jpg not downloaded yet
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252Feed6ecd8-af45-41b5-8e35-59bd016d63ad.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/eed6ecd8-af45-41b5-8e35-59bd016d63ad.jpg not downloaded yet
2026-03-26 12:28:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156341f10>
2026-03-26 12:28:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28: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 12:28:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252Fe53d3f1c-dae1-4792-a665-5cfdfb0eff7a.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/e53d3f1c-dae1-4792-a665-5cfdfb0eff7a.jpg saved to cache
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9490c103-4510-5b0f-925e-bf42481a6bef
2026-03-26 12:28:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746380/general/195de6da-69ed-4629-977e-7b2772a4ea46.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726321)
2026-03-26 12:28:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156472110>
2026-03-26 12:28:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28: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 12:28:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252F195de6da-69ed-4629-977e-7b2772a4ea46.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/195de6da-69ed-4629-977e-7b2772a4ea46.jpg saved to cache
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 48fd6c25-9975-5c4e-845a-2c58b6ccbacf
2026-03-26 12:28:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746380/general/eed6ecd8-af45-41b5-8e35-59bd016d63ad.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726321)
2026-03-26 12:28:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156596210>
2026-03-26 12:28:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28: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 12:28:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252Feed6ecd8-af45-41b5-8e35-59bd016d63ad.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/eed6ecd8-af45-41b5-8e35-59bd016d63ad.jpg saved to cache
2026-03-26 12:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 48fd6c25-9975-5c4e-845a-2c58b6ccbacf
2026-03-26 12:28:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746380/general/c619de9d-2385-461f-8e1c-9608bc719eec.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726321)
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015650bf90>
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28: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 12:28:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252Fc619de9d-2385-461f-8e1c-9608bc719eec.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/c619de9d-2385-461f-8e1c-9608bc719eec.jpg saved to cache
2026-03-26 12:28:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 48fd6c25-9975-5c4e-845a-2c58b6ccbacf
2026-03-26 12:28:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746380/general/a390dabd-d719-41c5-8584-101d7a3b1aaf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726321)
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156597b10>
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28: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 12:28:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252Fa390dabd-d719-41c5-8584-101d7a3b1aaf.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/a390dabd-d719-41c5-8584-101d7a3b1aaf.jpg saved to cache
2026-03-26 12:28:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 48fd6c25-9975-5c4e-845a-2c58b6ccbacf
2026-03-26 12:28:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746380/general/3609b1a1-615b-4760-aca6-98ea8dfbfd85.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726321)
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f78610>
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28: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 12:28:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252F3609b1a1-615b-4760-aca6-98ea8dfbfd85.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/3609b1a1-615b-4760-aca6-98ea8dfbfd85.jpg saved to cache
2026-03-26 12:28:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 48fd6c25-9975-5c4e-845a-2c58b6ccbacf
2026-03-26 12:28:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746380/general/fc59f635-7bdc-4baa-8bf7-7c167bb9fde3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726321)
2026-03-26 12:28:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746380/general/dbb89fe1-7c25-47a7-b235-bb2ec8f71688.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726321)
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632e3d0>
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28: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 12:28:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252Ffc59f635-7bdc-4baa-8bf7-7c167bb9fde3.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/fc59f635-7bdc-4baa-8bf7-7c167bb9fde3.jpg saved to cache
2026-03-26 12:28:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 48fd6c25-9975-5c4e-845a-2c58b6ccbacf
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c187f90>
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28: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 12:28:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252Fdbb89fe1-7c25-47a7-b235-bb2ec8f71688.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/dbb89fe1-7c25-47a7-b235-bb2ec8f71688.jpg saved to cache
2026-03-26 12:28:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 48fd6c25-9975-5c4e-845a-2c58b6ccbacf
2026-03-26 12:28:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746380/general/f813011f-5d5a-467e-b447-687a66606cc0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726321)
2026-03-26 12:28:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746380/general/4a0c7c45-737d-4a45-8340-239ec4d9b57e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726321)
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e99d0>
2026-03-26 12:28:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28: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 12:28:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252Ff813011f-5d5a-467e-b447-687a66606cc0.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/f813011f-5d5a-467e-b447-687a66606cc0.jpg saved to cache
2026-03-26 12:28:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 48fd6c25-9975-5c4e-845a-2c58b6ccbacf
2026-03-26 12:28:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746380/general/0b065405-08c8-4e2c-befc-0cfbb20680e9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726321)
2026-03-26 12:28:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ea2d0>
2026-03-26 12:28:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:28:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252F4a0c7c45-737d-4a45-8340-239ec4d9b57e.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/4a0c7c45-737d-4a45-8340-239ec4d9b57e.jpg saved to cache
2026-03-26 12:28:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 48fd6c25-9975-5c4e-845a-2c58b6ccbacf
2026-03-26 12:28:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0cf8d0>
2026-03-26 12:28:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:28:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746380%252Fgeneral%252F0b065405-08c8-4e2c-befc-0cfbb20680e9.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746380/general/0b065405-08c8-4e2c-befc-0cfbb20680e9.jpg saved to cache
2026-03-26 12:28:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 48fd6c25-9975-5c4e-845a-2c58b6ccbacf
2026-03-26 12:28:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 48fd6c25-9975-5c4e-845a-2c58b6ccbacf, skipping ID generation
2026-03-26 12:28:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48fd6c25-9975-5c4e-845a-2c58b6ccbacf with scrape type 1
2026-03-26 12:28:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 48fd6c25-9975-5c4e-845a-2c58b6ccbacf sending to next pipeline
2026-03-26 12:28:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 48fd6c25-9975-5c4e-845a-2c58b6ccbacf, identifier: 10726321
2026-03-26 12:28:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 48fd6c25-9975-5c4e-845a-2c58b6ccbacf with identifier: 10726321
2026-03-26 12:28:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 48fd6c25-9975-5c4e-845a-2c58b6ccbacf with identifier: 10726321
2026-03-26 12:28:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 48fd6c25-9975-5c4e-845a-2c58b6ccbacf with identifier: 10726321 to the API
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:28:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746380/general/0b065405-08c8-4e2c-befc-0cfbb20680e9.jpg>
{'auction_title': '',
'c_o_2_emission_value': 110,
'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': '48fd6c25-9975-5c4e-845a-2c58b6ccbacf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '57270',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726321',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Alfa Romeo',
'model': 'Junior',
'odometer': 70,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 33,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168501,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746380/general/0b065405-08c8-4e2c-befc-0cfbb20680e9.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173298,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746380/general/4a0c7c45-737d-4a45-8340-239ec4d9b57e.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162227,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746380/general/f813011f-5d5a-467e-b447-687a66606cc0.jpg',
'Width': 1919},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159223,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746380/general/dbb89fe1-7c25-47a7-b235-bb2ec8f71688.jpg',
'Width': 1919},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 184167,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746380/general/fc59f635-7bdc-4baa-8bf7-7c167bb9fde3.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165007,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746380/general/195de6da-69ed-4629-977e-7b2772a4ea46.jpg',
'Width': 1919},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 518446,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746380/general/3609b1a1-615b-4760-aca6-98ea8dfbfd85.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 370999,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746380/general/a390dabd-d719-41c5-8584-101d7a3b1aaf.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 394941,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746380/general/c619de9d-2385-461f-8e1c-9608bc719eec.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48fd6c25-9975-5c4e-845a-2c58b6ccbacf/48fd6c25-9975-5c4e-845a-2c58b6ccbacf_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 571184,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746380/general/eed6ecd8-af45-41b5-8e35-59bd016d63ad.jpg',
'Width': 1920}],
'price': 24600,
'price_includes_vat': True,
'registration_date': '2026-03-17',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Alfa Romeo Junior 1.2 Ti - Hybrid - Automatic - 136 hp - 70 km',
'transmission': 'automatic',
'trim': 'Ti',
'vin': None,
'year': 2026}
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726321%27 HTTP/1.1" 200 None
2026-03-26 12:28:15 [adesa.de] INFO: Saving data for 10726321: {'created_time': 1774528095.707437, 'last_price_update_time': 1774528095.707449, 'auction_closing_time': 1798671600.0}
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726321') HTTP/1.1" 204 0
2026-03-26 12:28:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746019/general/f0e54dba-9af9-42ad-85f2-505fe97bf1d9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728951)
2026-03-26 12:28:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746019/general/19811eaf-f9a4-4b04-b96f-28c4fd236e6e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728951)
2026-03-26 12:28:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e6a50>
2026-03-26 12:28:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:28:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252Ff0e54dba-9af9-42ad-85f2-505fe97bf1d9.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/f0e54dba-9af9-42ad-85f2-505fe97bf1d9.jpg saved to cache
2026-03-26 12:28:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9490c103-4510-5b0f-925e-bf42481a6bef
2026-03-26 12:28:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156508750>
2026-03-26 12:28:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:28:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252F19811eaf-f9a4-4b04-b96f-28c4fd236e6e.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/19811eaf-f9a4-4b04-b96f-28c4fd236e6e.jpg saved to cache
2026-03-26 12:28:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9490c103-4510-5b0f-925e-bf42481a6bef
2026-03-26 12:28:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746019/general/62765115-2e6d-49c0-83f3-7aa70c01dce3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728951)
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fca510>
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252F62765115-2e6d-49c0-83f3-7aa70c01dce3.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/62765115-2e6d-49c0-83f3-7aa70c01dce3.jpg saved to cache
2026-03-26 12:28:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9490c103-4510-5b0f-925e-bf42481a6bef
2026-03-26 12:28:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746019/general/8e97ccab-9d7e-41a7-869b-a9c05685c263.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728951)
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632e190>
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252F8e97ccab-9d7e-41a7-869b-a9c05685c263.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/8e97ccab-9d7e-41a7-869b-a9c05685c263.jpg saved to cache
2026-03-26 12:28:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9490c103-4510-5b0f-925e-bf42481a6bef
2026-03-26 12:28:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746019/general/bce46f17-5b6b-49fe-98ef-fd30b7919b84.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728951)
2026-03-26 12:28:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746019/general/aac50db0-70c4-4d3e-a926-fb417d7a2304.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728951)
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565974d0>
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252Fbce46f17-5b6b-49fe-98ef-fd30b7919b84.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/bce46f17-5b6b-49fe-98ef-fd30b7919b84.jpg saved to cache
2026-03-26 12:28:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9490c103-4510-5b0f-925e-bf42481a6bef
2026-03-26 12:28:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746019/general/ebcedcf2-73da-4e13-9e4d-c9d3d2aaa5d6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728951)
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e28310>
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252Faac50db0-70c4-4d3e-a926-fb417d7a2304.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/aac50db0-70c4-4d3e-a926-fb417d7a2304.jpg saved to cache
2026-03-26 12:28:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9490c103-4510-5b0f-925e-bf42481a6bef
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b4550>
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:28:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746019%252Fgeneral%252Febcedcf2-73da-4e13-9e4d-c9d3d2aaa5d6.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746019/general/ebcedcf2-73da-4e13-9e4d-c9d3d2aaa5d6.jpg saved to cache
2026-03-26 12:28:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9490c103-4510-5b0f-925e-bf42481a6bef
2026-03-26 12:28:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9490c103-4510-5b0f-925e-bf42481a6bef, skipping ID generation
2026-03-26 12:28:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9490c103-4510-5b0f-925e-bf42481a6bef with scrape type 1
2026-03-26 12:28:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9490c103-4510-5b0f-925e-bf42481a6bef sending to next pipeline
2026-03-26 12:28:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 9490c103-4510-5b0f-925e-bf42481a6bef, identifier: 10728951
2026-03-26 12:28:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 9490c103-4510-5b0f-925e-bf42481a6bef with identifier: 10728951
2026-03-26 12:28:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 9490c103-4510-5b0f-925e-bf42481a6bef with identifier: 10728951
2026-03-26 12:28:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 9490c103-4510-5b0f-925e-bf42481a6bef with identifier: 10728951 to the API
2026-03-26 12:28:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:28: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 12:28:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746019/general/ebcedcf2-73da-4e13-9e4d-c9d3d2aaa5d6.jpg>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-27T11:30:00Z',
'fuel_type': 'Diesel',
'id': '9490c103-4510-5b0f-925e-bf42481a6bef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SAD-TI601',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728951',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 125965,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 56,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132600,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746019/general/ebcedcf2-73da-4e13-9e4d-c9d3d2aaa5d6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149071,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746019/general/aac50db0-70c4-4d3e-a926-fb417d7a2304.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138737,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746019/general/bce46f17-5b6b-49fe-98ef-fd30b7919b84.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129813,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746019/general/8e97ccab-9d7e-41a7-869b-a9c05685c263.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130199,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746019/general/62765115-2e6d-49c0-83f3-7aa70c01dce3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106544,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746019/general/19811eaf-f9a4-4b04-b96f-28c4fd236e6e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128701,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746019/general/f0e54dba-9af9-42ad-85f2-505fe97bf1d9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101977,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746019/general/e53d3f1c-dae1-4792-a665-5cfdfb0eff7a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124156,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746019/general/7f4cc30d-d5a7-4f5b-9390-4c6e66fb20e1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9490c103-4510-5b0f-925e-bf42481a6bef/9490c103-4510-5b0f-925e-bf42481a6bef_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105687,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746019/general/7e6797c7-8bac-4154-bfd0-5524f01a1fa5.jpg',
'Width': 1024}],
'price': 18900,
'price_includes_vat': True,
'registration_date': '2021-09-24',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Volkswagen Tiguan Allspace 2.0 TDI Comfortline - Diesel - Automatic '
'- 150 hp - 125.965 km',
'transmission': 'automatic',
'trim': 'Comfortline',
'vin': None,
'year': 2021}
2026-03-26 12:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728951%27 HTTP/1.1" 200 None
2026-03-26 12:28:17 [adesa.de] INFO: Saving data for 10728951: {'created_time': 1774528097.199546, 'last_price_update_time': 1774528097.19956, 'auction_closing_time': 1774611000.0}
2026-03-26 12:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728951') HTTP/1.1" 204 0
2026-03-26 12:28:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717077> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e1591fa-4c07-5d99-8601-ab080612b5b5 with identifier: 10717077
2026-03-26 12:28:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e1591fa-4c07-5d99-8601-ab080612b5b5 with scrape type 2
2026-03-26 12:28:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e1591fa-4c07-5d99-8601-ab080612b5b5 with scrape type 2
2026-03-26 12:28:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 1e1591fa-4c07-5d99-8601-ab080612b5b5, identifier: 10717077
2026-03-26 12:28:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 1e1591fa-4c07-5d99-8601-ab080612b5b5 with identifier: 10717077
2026-03-26 12:28:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 1e1591fa-4c07-5d99-8601-ab080612b5b5 with identifier: 10717077
2026-03-26 12:28:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 1e1591fa-4c07-5d99-8601-ab080612b5b5 with identifier: 10717077 to the API
2026-03-26 12:28:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:28: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 12:28:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717077>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 498,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': '1e1591fa-4c07-5d99-8601-ab080612b5b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LRW3E7EK6NC482543',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717077',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 118706,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 18800,
'price_includes_vat': True,
'registration_date': '2022-02-14',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Tesla Model 3 Long Range - Dual Motor - Electric - Automatic - 498 '
'hp - 118.706 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717077%27 HTTP/1.1" 200 None
2026-03-26 12:28:20 [adesa.de] INFO: Saving data for 10717077: {'auction_closing_time': 1774539000.0, 'created_time': 1774441510.372707, 'last_price_update_time': 1774528100.064587}
2026-03-26 12:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717077') HTTP/1.1" 204 0
2026-03-26 12:28:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717071> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 014442da-8d64-5246-83e1-88919e946b64 with identifier: 10717071
2026-03-26 12:28:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 014442da-8d64-5246-83e1-88919e946b64 with scrape type 2
2026-03-26 12:28:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 014442da-8d64-5246-83e1-88919e946b64 with scrape type 2
2026-03-26 12:28:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 014442da-8d64-5246-83e1-88919e946b64, identifier: 10717071
2026-03-26 12:28:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 014442da-8d64-5246-83e1-88919e946b64 with identifier: 10717071
2026-03-26 12:28:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 014442da-8d64-5246-83e1-88919e946b64 with identifier: 10717071
2026-03-26 12:28:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 014442da-8d64-5246-83e1-88919e946b64 with identifier: 10717071 to the API
2026-03-26 12:28:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:28: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 12:28:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717071>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Compact',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 174,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': '014442da-8d64-5246-83e1-88919e946b64',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LGWEEUA52NK646894',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717071',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'Ora',
'model': 'Funky Cat',
'odometer': 25298,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 11200,
'price_includes_vat': True,
'registration_date': '2023-11-02',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Ora Funky Cat 400 48 kWh Pro - Electric - Automatic - 174 hp - '
'25.298 km',
'transmission': 'automatic',
'trim': 'Pro',
'vin': None,
'year': 2023}
2026-03-26 12:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717071%27 HTTP/1.1" 200 None
2026-03-26 12:28:22 [adesa.de] INFO: Saving data for 10717071: {'auction_closing_time': 1774539000.0, 'created_time': 1774441489.407569, 'last_price_update_time': 1774528102.221783}
2026-03-26 12:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717071') HTTP/1.1" 204 0
2026-03-26 12:28:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699441> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49154fcb-6e42-5821-96c1-d28b7e099028 with identifier: 10699441
2026-03-26 12:28:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49154fcb-6e42-5821-96c1-d28b7e099028 with scrape type 2
2026-03-26 12:28:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49154fcb-6e42-5821-96c1-d28b7e099028 with scrape type 2
2026-03-26 12:28:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 49154fcb-6e42-5821-96c1-d28b7e099028, identifier: 10699441
2026-03-26 12:28:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 49154fcb-6e42-5821-96c1-d28b7e099028 with identifier: 10699441
2026-03-26 12:28:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 49154fcb-6e42-5821-96c1-d28b7e099028 with identifier: 10699441
2026-03-26 12:28:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 49154fcb-6e42-5821-96c1-d28b7e099028 with identifier: 10699441 to the API
2026-03-26 12:28:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:28: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 12:28:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699441>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': 'SUV',
'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': '49154fcb-6e42-5821-96c1-d28b7e099028',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'B MI 1186',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699441',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'Q2',
'odometer': 47052,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 19800,
'price_includes_vat': True,
'registration_date': '2022-05-19',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Audi Q2 35 TFSI Design - Petrol - Automatic - 150 hp - 47.052 km',
'transmission': 'automatic',
'trim': 'Design',
'vin': None,
'year': 2022}
2026-03-26 12:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710699441%27 HTTP/1.1" 200 None
2026-03-26 12:28:24 [adesa.de] INFO: Saving data for 10699441: {'auction_closing_time': 1798671600.0, 'created_time': 1774009307.570516, 'last_price_update_time': 1774528104.195908}
2026-03-26 12:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10699441') HTTP/1.1" 204 0
2026-03-26 12:28:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727144> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:28 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 59a51ebe-7361-58ff-b188-b77eac8d5c72 with identifier: 10727144, dropping item
2026-03-26 12:28:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717097> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d68bf89-b2cd-5af6-b452-e9f16aca7144 with identifier: 10717097
2026-03-26 12:28:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d68bf89-b2cd-5af6-b452-e9f16aca7144 with scrape type 2
2026-03-26 12:28:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d68bf89-b2cd-5af6-b452-e9f16aca7144 with scrape type 2
2026-03-26 12:28:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 1d68bf89-b2cd-5af6-b452-e9f16aca7144, identifier: 10717097
2026-03-26 12:28:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 1d68bf89-b2cd-5af6-b452-e9f16aca7144 with identifier: 10717097
2026-03-26 12:28:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 1d68bf89-b2cd-5af6-b452-e9f16aca7144 with identifier: 10717097
2026-03-26 12:28:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 1d68bf89-b2cd-5af6-b452-e9f16aca7144 with identifier: 10717097 to the API
2026-03-26 12:28:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:28: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 12:28:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717097>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Compact',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 174,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': '1d68bf89-b2cd-5af6-b452-e9f16aca7144',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LGWEEUA59PK630176',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717097',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Ora',
'model': 'Funky Cat',
'odometer': 22074,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 11100,
'price_includes_vat': True,
'registration_date': '2023-12-08',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Ora Funky Cat 400 48 kWh Pro - Electric - Automatic - 174 hp - '
'22.074 km',
'transmission': 'automatic',
'trim': 'Pro',
'vin': None,
'year': 2023}
2026-03-26 12:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717097%27 HTTP/1.1" 200 None
2026-03-26 12:28:30 [adesa.de] INFO: Saving data for 10717097: {'auction_closing_time': 1774539000.0, 'created_time': 1774441506.637914, 'last_price_update_time': 1774528110.555334}
2026-03-26 12:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717097') HTTP/1.1" 204 0
2026-03-26 12:28:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717057> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f658e45-c718-54d2-a88b-ea401a1306a2 with identifier: 10717057
2026-03-26 12:28:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f658e45-c718-54d2-a88b-ea401a1306a2 with scrape type 2
2026-03-26 12:28:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f658e45-c718-54d2-a88b-ea401a1306a2 with scrape type 2
2026-03-26 12:28:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 9f658e45-c718-54d2-a88b-ea401a1306a2, identifier: 10717057
2026-03-26 12:28:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 9f658e45-c718-54d2-a88b-ea401a1306a2 with identifier: 10717057
2026-03-26 12:28:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 9f658e45-c718-54d2-a88b-ea401a1306a2 with identifier: 10717057
2026-03-26 12:28:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 9f658e45-c718-54d2-a88b-ea401a1306a2 with identifier: 10717057 to the API
2026-03-26 12:28:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:28: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 12:28:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717057>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 231,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': '9f658e45-c718-54d2-a88b-ea401a1306a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YSMVSEGE7PL127355',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717057',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Polestar',
'model': '2',
'odometer': 35057,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 20500,
'price_includes_vat': True,
'registration_date': '2022-11-08',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Polestar 2 79 kWh - Electric - Automatic - 231 hp - 35.057 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717057%27 HTTP/1.1" 200 None
2026-03-26 12:28:31 [adesa.de] INFO: Saving data for 10717057: {'auction_closing_time': 1774539000.0, 'created_time': 1774441495.439874, 'last_price_update_time': 1774528111.533522}
2026-03-26 12:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717057') HTTP/1.1" 204 0
2026-03-26 12:28:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717082> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717069> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a23b2fc2-f712-596a-9ad2-a63f18185654 with identifier: 10717082
2026-03-26 12:28:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a23b2fc2-f712-596a-9ad2-a63f18185654 with scrape type 2
2026-03-26 12:28:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a23b2fc2-f712-596a-9ad2-a63f18185654 with scrape type 2
2026-03-26 12:28:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: a23b2fc2-f712-596a-9ad2-a63f18185654, identifier: 10717082
2026-03-26 12:28:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: a23b2fc2-f712-596a-9ad2-a63f18185654 with identifier: 10717082
2026-03-26 12:28:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: a23b2fc2-f712-596a-9ad2-a63f18185654 with identifier: 10717082
2026-03-26 12:28:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: a23b2fc2-f712-596a-9ad2-a63f18185654 with identifier: 10717082 to the API
2026-03-26 12:28:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:28: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 12:28:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717082>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 145,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': 'a23b2fc2-f712-596a-9ad2-a63f18185654',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'JMZDR1WBJ00210817',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717082',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Mazda',
'model': 'MX-30',
'odometer': 16211,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 12200,
'price_includes_vat': True,
'registration_date': '2023-10-12',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Mazda MX-30 35,5 kWh Prime-Line - Electric - Automatic - 145 hp - '
'16.211 km',
'transmission': 'automatic',
'trim': 'Prime-Line',
'vin': None,
'year': 2023}
2026-03-26 12:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717082%27 HTTP/1.1" 200 None
2026-03-26 12:28:33 [adesa.de] INFO: Saving data for 10717082: {'auction_closing_time': 1774539000.0, 'created_time': 1774441471.96553, 'last_price_update_time': 1774528113.138867}
2026-03-26 12:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717082') HTTP/1.1" 204 0
2026-03-26 12:28:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b989ae3d-dc14-52f5-8ff6-037d5332e03d with identifier: 10717069
2026-03-26 12:28:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b989ae3d-dc14-52f5-8ff6-037d5332e03d with scrape type 2
2026-03-26 12:28:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b989ae3d-dc14-52f5-8ff6-037d5332e03d with scrape type 2
2026-03-26 12:28:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: b989ae3d-dc14-52f5-8ff6-037d5332e03d, identifier: 10717069
2026-03-26 12:28:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: b989ae3d-dc14-52f5-8ff6-037d5332e03d with identifier: 10717069
2026-03-26 12:28:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: b989ae3d-dc14-52f5-8ff6-037d5332e03d with identifier: 10717069
2026-03-26 12:28:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: b989ae3d-dc14-52f5-8ff6-037d5332e03d with identifier: 10717069 to the API
2026-03-26 12:28:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:28: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 12:28:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717069>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 145,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': 'b989ae3d-dc14-52f5-8ff6-037d5332e03d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'JMZDR1WBJ00203238',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717069',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Mazda',
'model': 'MX-30',
'odometer': 35492,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 11000,
'price_includes_vat': True,
'registration_date': '2023-01-30',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Mazda MX-30 Advantage - Electric - Automatic - 145 hp - 35.492 km',
'transmission': 'automatic',
'trim': 'Advantage',
'vin': None,
'year': 2023}
2026-03-26 12:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717069%27 HTTP/1.1" 200 None
2026-03-26 12:28:33 [adesa.de] INFO: Saving data for 10717069: {'auction_closing_time': 1774539000.0, 'created_time': 1774441526.132805, 'last_price_update_time': 1774528113.548458}
2026-03-26 12:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717069') HTTP/1.1" 204 0
2026-03-26 12:28:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717072> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c96a9a74-fcef-5d39-a521-65fa34b8e457 with identifier: 10717072
2026-03-26 12:28:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c96a9a74-fcef-5d39-a521-65fa34b8e457 with scrape type 2
2026-03-26 12:28:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c96a9a74-fcef-5d39-a521-65fa34b8e457 with scrape type 2
2026-03-26 12:28:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c96a9a74-fcef-5d39-a521-65fa34b8e457, identifier: 10717072
2026-03-26 12:28:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c96a9a74-fcef-5d39-a521-65fa34b8e457 with identifier: 10717072
2026-03-26 12:28:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c96a9a74-fcef-5d39-a521-65fa34b8e457 with identifier: 10717072
2026-03-26 12:28:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c96a9a74-fcef-5d39-a521-65fa34b8e457 with identifier: 10717072 to the API
2026-03-26 12:28:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:28: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 12:28:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717072>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Compact',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 174,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': 'c96a9a74-fcef-5d39-a521-65fa34b8e457',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LGWEEUA51PK630320',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717072',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'Ora',
'model': 'Funky Cat',
'odometer': 20771,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 10700,
'price_includes_vat': True,
'registration_date': '2023-11-22',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Ora Funky Cat 400 48 kWh Pro - Electric - Automatic - 174 hp - '
'20.771 km',
'transmission': 'automatic',
'trim': 'Pro',
'vin': None,
'year': 2023}
2026-03-26 12:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717072%27 HTTP/1.1" 200 None
2026-03-26 12:28:35 [adesa.de] INFO: Saving data for 10717072: {'auction_closing_time': 1774539000.0, 'created_time': 1774441489.781651, 'last_price_update_time': 1774528115.51787}
2026-03-26 12:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717072') HTTP/1.1" 204 0
2026-03-26 12:28:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723465> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: babec37c-0d0c-51b0-aa4b-f31fd0db983f with identifier: 10723465
2026-03-26 12:28:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item babec37c-0d0c-51b0-aa4b-f31fd0db983f with scrape type 2
2026-03-26 12:28:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item babec37c-0d0c-51b0-aa4b-f31fd0db983f with scrape type 2
2026-03-26 12:28:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: babec37c-0d0c-51b0-aa4b-f31fd0db983f, identifier: 10723465
2026-03-26 12:28:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: babec37c-0d0c-51b0-aa4b-f31fd0db983f with identifier: 10723465
2026-03-26 12:28:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: babec37c-0d0c-51b0-aa4b-f31fd0db983f with identifier: 10723465
2026-03-26 12:28:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: babec37c-0d0c-51b0-aa4b-f31fd0db983f with identifier: 10723465 to the API
2026-03-26 12:28:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:28: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 12:28:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723465>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-26T13:00:00Z',
'fuel_type': 'Hybrid',
'id': 'babec37c-0d0c-51b0-aa4b-f31fd0db983f',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'D-EV 501E',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723465',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'GLE',
'odometer': 65351,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 49200,
'price_includes_vat': True,
'registration_date': '2024-01-23',
'seats_number': 5,
'seller_name': 'ERGO Versicherungsgruppe AG',
'title': 'Mercedes-Benz GLE 350de - Hybrid - Automatic - 197 hp - 65.351 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-26 12:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723465%27 HTTP/1.1" 200 None
2026-03-26 12:28:41 [adesa.de] INFO: Saving data for 10723465: {'auction_closing_time': 1774530000.0, 'created_time': 1774441154.262803, 'last_price_update_time': 1774528121.383699}
2026-03-26 12:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723465') HTTP/1.1" 204 0
2026-03-26 12:28:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723095> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b69451ba-abed-5484-9820-8618357b030d with identifier: 10723095
2026-03-26 12:28:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b69451ba-abed-5484-9820-8618357b030d with scrape type 2
2026-03-26 12:28:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b69451ba-abed-5484-9820-8618357b030d with scrape type 2
2026-03-26 12:28:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: b69451ba-abed-5484-9820-8618357b030d, identifier: 10723095
2026-03-26 12:28:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: b69451ba-abed-5484-9820-8618357b030d with identifier: 10723095
2026-03-26 12:28:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: b69451ba-abed-5484-9820-8618357b030d with identifier: 10723095
2026-03-26 12:28:41 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: b69451ba-abed-5484-9820-8618357b030d with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 196,
'category': 'Minibus',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'engine_horse_power': 190,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': 'b69451ba-abed-5484-9820-8618357b030d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ZGGR',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723095',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'Vito Tourer',
'odometer': 43707,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 42300,
'price_includes_vat': True,
'registration_date': '2024-08-27',
'seats_number': 9,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz Vito Tourer L2 119 Pro - Diesel - Automatic - 190 hp '
'- 43.707 km',
'transmission': 'automatic',
'trim': 'Pro',
'vin': None,
'year': 2024}
2026-03-26 12:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723095%27 HTTP/1.1" 200 None
2026-03-26 12:28:41 [adesa.de] INFO: Saving data for 10723095: {'auction_closing_time': 1774527300.0, 'created_time': 1774441114.175778, 'last_price_update_time': 1774528121.623702}
2026-03-26 12:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723095') HTTP/1.1" 204 0
2026-03-26 12:28:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723099> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717078> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ae73734-4790-5def-97ca-71f64ded997f with identifier: 10723099
2026-03-26 12:28:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ae73734-4790-5def-97ca-71f64ded997f with scrape type 2
2026-03-26 12:28:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ae73734-4790-5def-97ca-71f64ded997f with scrape type 2
2026-03-26 12:28:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 0ae73734-4790-5def-97ca-71f64ded997f, identifier: 10723099
2026-03-26 12:28:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 0ae73734-4790-5def-97ca-71f64ded997f with identifier: 10723099
2026-03-26 12:28:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 0ae73734-4790-5def-97ca-71f64ded997f with identifier: 10723099
2026-03-26 12:28:43 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 0ae73734-4790-5def-97ca-71f64ded997f with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 196,
'category': 'Minibus',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'engine_horse_power': 190,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': '0ae73734-4790-5def-97ca-71f64ded997f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GQEGQE',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723099',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'Vito Tourer',
'odometer': 49880,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 41500,
'price_includes_vat': True,
'registration_date': '2024-08-13',
'seats_number': 9,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz Vito Tourer 119 CDI Pro - Diesel - Automatic - 190 hp '
'- 49.880 km',
'transmission': 'automatic',
'trim': 'Pro',
'vin': None,
'year': 2024}
2026-03-26 12:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723099%27 HTTP/1.1" 200 None
2026-03-26 12:28:43 [adesa.de] INFO: Saving data for 10723099: {'auction_closing_time': 1774527300.0, 'created_time': 1774441113.36314, 'last_price_update_time': 1774528123.595258}
2026-03-26 12:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723099') HTTP/1.1" 204 0
2026-03-26 12:28:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66a2a10f-cec9-587c-98e0-0627ae068da8 with identifier: 10717078
2026-03-26 12:28:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66a2a10f-cec9-587c-98e0-0627ae068da8 with scrape type 2
2026-03-26 12:28:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66a2a10f-cec9-587c-98e0-0627ae068da8 with scrape type 2
2026-03-26 12:28:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 66a2a10f-cec9-587c-98e0-0627ae068da8, identifier: 10717078
2026-03-26 12:28:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 66a2a10f-cec9-587c-98e0-0627ae068da8 with identifier: 10717078
2026-03-26 12:28:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 66a2a10f-cec9-587c-98e0-0627ae068da8 with identifier: 10717078
2026-03-26 12:28:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 66a2a10f-cec9-587c-98e0-0627ae068da8 with identifier: 10717078 to the API
2026-03-26 12:28:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:28: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 12:28:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717078>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.5L',
'engine_horse_power': 305,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Petrol',
'id': '66a2a10f-cec9-587c-98e0-0627ae068da8',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KMTMA81BDNU085006',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717078',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Genesis',
'model': 'GV70',
'odometer': 50944,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 29700,
'price_includes_vat': True,
'registration_date': '2023-01-10',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Genesis GV70 Luxury Line - Petrol - Automatic - 305 hp - 50.944 km',
'transmission': 'automatic',
'trim': 'Luxury Line',
'vin': None,
'year': 2023}
2026-03-26 12:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717078%27 HTTP/1.1" 200 None
2026-03-26 12:28:44 [adesa.de] INFO: Saving data for 10717078: {'auction_closing_time': 1774539000.0, 'created_time': 1774441475.473101, 'last_price_update_time': 1774528124.03993}
2026-03-26 12:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717078') HTTP/1.1" 204 0
2026-03-26 12:28:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723094> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12e4800e-b284-50f7-8997-4f1ca8ae908a with identifier: 10723094
2026-03-26 12:28:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12e4800e-b284-50f7-8997-4f1ca8ae908a with scrape type 2
2026-03-26 12:28:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12e4800e-b284-50f7-8997-4f1ca8ae908a with scrape type 2
2026-03-26 12:28:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 12e4800e-b284-50f7-8997-4f1ca8ae908a, identifier: 10723094
2026-03-26 12:28:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 12e4800e-b284-50f7-8997-4f1ca8ae908a with identifier: 10723094
2026-03-26 12:28:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 12e4800e-b284-50f7-8997-4f1ca8ae908a with identifier: 10723094
2026-03-26 12:28:45 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 12e4800e-b284-50f7-8997-4f1ca8ae908a with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 196,
'category': 'Minibus',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'engine_horse_power': 190,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': '12e4800e-b284-50f7-8997-4f1ca8ae908a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'S36V171',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723094',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'Vito Tourer',
'odometer': 45135,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 41800,
'price_includes_vat': True,
'registration_date': '2024-08-27',
'seats_number': 9,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz Vito Tourer 119 CDI Pro - Diesel - Automatic - 190 hp '
'- 45.135 km',
'transmission': 'automatic',
'trim': 'Pro',
'vin': None,
'year': 2024}
2026-03-26 12:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723094%27 HTTP/1.1" 200 None
2026-03-26 12:28:45 [adesa.de] INFO: Saving data for 10723094: {'auction_closing_time': 1774527300.0, 'created_time': 1774441124.158262, 'last_price_update_time': 1774528125.114924}
2026-03-26 12:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723094') HTTP/1.1" 204 0
2026-03-26 12:28:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723609> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff6ee9c2-83a0-5ca5-9f7f-6323bcb6858c with identifier: 10723609
2026-03-26 12:28:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff6ee9c2-83a0-5ca5-9f7f-6323bcb6858c with scrape type 2
2026-03-26 12:28:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff6ee9c2-83a0-5ca5-9f7f-6323bcb6858c with scrape type 2
2026-03-26 12:28:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: ff6ee9c2-83a0-5ca5-9f7f-6323bcb6858c, identifier: 10723609
2026-03-26 12:28:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: ff6ee9c2-83a0-5ca5-9f7f-6323bcb6858c with identifier: 10723609
2026-03-26 12:28:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: ff6ee9c2-83a0-5ca5-9f7f-6323bcb6858c with identifier: 10723609
2026-03-26 12:28:46 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ff6ee9c2-83a0-5ca5-9f7f-6323bcb6858c with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 204,
'category': 'Minibus',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'engine_horse_power': 237,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': 'ff6ee9c2-83a0-5ca5-9f7f-6323bcb6858c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'S36V17993I681691',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723609',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'V',
'odometer': 33863,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 55300,
'price_includes_vat': True,
'registration_date': '2024-09-06',
'seats_number': 6,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz V 300d Avantgarde - Diesel - Automatic - 237 hp - '
'33.863 km',
'transmission': 'automatic',
'trim': 'Avantgarde',
'vin': None,
'year': 2024}
2026-03-26 12:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723609%27 HTTP/1.1" 200 None
2026-03-26 12:28:46 [adesa.de] INFO: Saving data for 10723609: {'auction_closing_time': 1774527300.0, 'created_time': 1774441116.077017, 'last_price_update_time': 1774528126.462131}
2026-03-26 12:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723609') HTTP/1.1" 204 0
2026-03-26 12:28:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717064> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 553745fa-acf0-506a-88f0-6f93e32d3b34 with identifier: 10717064
2026-03-26 12:28:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 553745fa-acf0-506a-88f0-6f93e32d3b34 with scrape type 2
2026-03-26 12:28:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 553745fa-acf0-506a-88f0-6f93e32d3b34 with scrape type 2
2026-03-26 12:28:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 553745fa-acf0-506a-88f0-6f93e32d3b34, identifier: 10717064
2026-03-26 12:28:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 553745fa-acf0-506a-88f0-6f93e32d3b34 with identifier: 10717064
2026-03-26 12:28:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 553745fa-acf0-506a-88f0-6f93e32d3b34 with identifier: 10717064
2026-03-26 12:28:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 553745fa-acf0-506a-88f0-6f93e32d3b34 with identifier: 10717064 to the API
2026-03-26 12:28:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:28: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 12:28:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717064>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 207,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': '553745fa-acf0-506a-88f0-6f93e32d3b34',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LGXCE4CB5P2013573',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717064',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Byd',
'model': 'Atto 3',
'odometer': 21917,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 19000,
'price_includes_vat': True,
'registration_date': '2023-11-10',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Byd Atto 3 Design - Electric - Automatic - 207 hp - 21.917 km',
'transmission': 'automatic',
'trim': 'Design',
'vin': None,
'year': 2023}
2026-03-26 12:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717064%27 HTTP/1.1" 200 None
2026-03-26 12:28:48 [adesa.de] INFO: Saving data for 10717064: {'auction_closing_time': 1774539000.0, 'created_time': 1774441470.898726, 'last_price_update_time': 1774528128.718834}
2026-03-26 12:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717064') HTTP/1.1" 204 0
2026-03-26 12:28:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723087> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723098> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de452005-e949-53e6-94d6-98673d3b260c with identifier: 10723087
2026-03-26 12:28:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de452005-e949-53e6-94d6-98673d3b260c with scrape type 2
2026-03-26 12:28:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de452005-e949-53e6-94d6-98673d3b260c with scrape type 2
2026-03-26 12:28:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: de452005-e949-53e6-94d6-98673d3b260c, identifier: 10723087
2026-03-26 12:28:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: de452005-e949-53e6-94d6-98673d3b260c with identifier: 10723087
2026-03-26 12:28:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: de452005-e949-53e6-94d6-98673d3b260c with identifier: 10723087
2026-03-26 12:28:48 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: de452005-e949-53e6-94d6-98673d3b260c with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 204,
'category': 'Minibus',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 237,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': 'de452005-e949-53e6-94d6-98673d3b260c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'S36V1691',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723087',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'V',
'odometer': 36990,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 42800,
'price_includes_vat': True,
'registration_date': '2024-03-04',
'seats_number': 8,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz V 300d Avantgarde - Diesel - Automatic - 237 hp - '
'36.990 km',
'transmission': 'automatic',
'trim': 'Avantgarde',
'vin': None,
'year': 2024}
2026-03-26 12:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723087%27 HTTP/1.1" 200 None
2026-03-26 12:28:48 [adesa.de] INFO: Saving data for 10723087: {'auction_closing_time': 1774527300.0, 'created_time': 1774441125.745626, 'last_price_update_time': 1774528128.94977}
2026-03-26 12:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723087') HTTP/1.1" 204 0
2026-03-26 12:28:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f5b476f-eea2-5529-a7ca-70ab814a458c with identifier: 10723098
2026-03-26 12:28:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f5b476f-eea2-5529-a7ca-70ab814a458c with scrape type 2
2026-03-26 12:28:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f5b476f-eea2-5529-a7ca-70ab814a458c with scrape type 2
2026-03-26 12:28:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 7f5b476f-eea2-5529-a7ca-70ab814a458c, identifier: 10723098
2026-03-26 12:28:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 7f5b476f-eea2-5529-a7ca-70ab814a458c with identifier: 10723098
2026-03-26 12:28:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 7f5b476f-eea2-5529-a7ca-70ab814a458c with identifier: 10723098
2026-03-26 12:28:49 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 7f5b476f-eea2-5529-a7ca-70ab814a458c with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 196,
'category': 'Minibus',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'engine_horse_power': 190,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': '7f5b476f-eea2-5529-a7ca-70ab814a458c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EQGEG',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723098',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'Vito Tourer',
'odometer': 45563,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 42100,
'price_includes_vat': True,
'registration_date': '2024-08-13',
'seats_number': 9,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz Vito Tourer L2 119 CDI Pro - Diesel - Automatic - 190 '
'hp - 45.563 km',
'transmission': 'automatic',
'trim': 'Pro',
'vin': None,
'year': 2024}
2026-03-26 12:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723098%27 HTTP/1.1" 200 None
2026-03-26 12:28:49 [adesa.de] INFO: Saving data for 10723098: {'auction_closing_time': 1774527300.0, 'created_time': 1774441110.719736, 'last_price_update_time': 1774528129.083193}
2026-03-26 12:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723098') HTTP/1.1" 204 0
2026-03-26 12:28:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723616> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5617997-2389-500b-8443-7eda9c065057 with identifier: 10723616
2026-03-26 12:28:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5617997-2389-500b-8443-7eda9c065057 with scrape type 2
2026-03-26 12:28:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5617997-2389-500b-8443-7eda9c065057 with scrape type 2
2026-03-26 12:28:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e5617997-2389-500b-8443-7eda9c065057, identifier: 10723616
2026-03-26 12:28:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e5617997-2389-500b-8443-7eda9c065057 with identifier: 10723616
2026-03-26 12:28:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e5617997-2389-500b-8443-7eda9c065057 with identifier: 10723616
2026-03-26 12:28:49 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: e5617997-2389-500b-8443-7eda9c065057 with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 204,
'category': 'Minibus',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'engine_horse_power': 237,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': 'e5617997-2389-500b-8443-7eda9c065057',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EUIU1552',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723616',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'V',
'odometer': 28573,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 55300,
'price_includes_vat': True,
'registration_date': '2024-09-06',
'seats_number': 8,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz V 300d Avantgarde - Diesel - Automatic - 237 hp - '
'28.573 km',
'transmission': 'automatic',
'trim': 'Avantgarde',
'vin': None,
'year': 2024}
2026-03-26 12:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723616%27 HTTP/1.1" 200 None
2026-03-26 12:28:49 [adesa.de] INFO: Saving data for 10723616: {'auction_closing_time': 1774527300.0, 'created_time': 1774441123.299606, 'last_price_update_time': 1774528129.902201}
2026-03-26 12:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723616') HTTP/1.1" 204 0
2026-03-26 12:28:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723120> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e038fa3-d271-59fb-a6aa-040ea4820df3 with identifier: 10723120
2026-03-26 12:28:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e038fa3-d271-59fb-a6aa-040ea4820df3 with scrape type 2
2026-03-26 12:28:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e038fa3-d271-59fb-a6aa-040ea4820df3 with scrape type 2
2026-03-26 12:28:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6e038fa3-d271-59fb-a6aa-040ea4820df3, identifier: 10723120
2026-03-26 12:28:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6e038fa3-d271-59fb-a6aa-040ea4820df3 with identifier: 10723120
2026-03-26 12:28:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6e038fa3-d271-59fb-a6aa-040ea4820df3 with identifier: 10723120
2026-03-26 12:28:50 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 6e038fa3-d271-59fb-a6aa-040ea4820df3 with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 200,
'category': 'Minibus',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'engine_horse_power': 237,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': '6e038fa3-d271-59fb-a6aa-040ea4820df3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'S36V1I681691',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723120',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'V',
'odometer': 16010,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 69200,
'price_includes_vat': True,
'registration_date': '2024-10-15',
'seats_number': 8,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz V 300d Avantgarde - Diesel - Automatic - 237 hp - '
'16.010 km',
'transmission': 'automatic',
'trim': 'Avantgarde',
'vin': None,
'year': 2024}
2026-03-26 12:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723120%27 HTTP/1.1" 200 None
2026-03-26 12:28:50 [adesa.de] INFO: Saving data for 10723120: {'auction_closing_time': 1774527300.0, 'created_time': 1774441131.541788, 'last_price_update_time': 1774528130.804906}
2026-03-26 12:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723120') HTTP/1.1" 204 0
2026-03-26 12:28:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723607> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723608> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 291b3561-8f60-564f-a727-149fb2094ce6 with identifier: 10723607
2026-03-26 12:28:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 291b3561-8f60-564f-a727-149fb2094ce6 with scrape type 2
2026-03-26 12:28:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 291b3561-8f60-564f-a727-149fb2094ce6 with scrape type 2
2026-03-26 12:28:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 291b3561-8f60-564f-a727-149fb2094ce6, identifier: 10723607
2026-03-26 12:28:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 291b3561-8f60-564f-a727-149fb2094ce6 with identifier: 10723607
2026-03-26 12:28:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 291b3561-8f60-564f-a727-149fb2094ce6 with identifier: 10723607
2026-03-26 12:28:52 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 291b3561-8f60-564f-a727-149fb2094ce6 with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 217,
'category': 'Minibus',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'engine_horse_power': 237,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': '291b3561-8f60-564f-a727-149fb2094ce6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MLX4325',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723607',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'V',
'odometer': 35503,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 56300,
'price_includes_vat': True,
'registration_date': '2024-07-19',
'seats_number': 8,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz V 300d Avantgarde - 4-Matic - Diesel - Automatic - '
'237 hp - 35.503 km',
'transmission': 'automatic',
'trim': 'Avantgarde',
'vin': None,
'year': 2024}
2026-03-26 12:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723607%27 HTTP/1.1" 200 None
2026-03-26 12:28:52 [adesa.de] INFO: Saving data for 10723607: {'auction_closing_time': 1774527300.0, 'created_time': 1774441360.098792, 'last_price_update_time': 1774528132.197562}
2026-03-26 12:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723607') HTTP/1.1" 204 0
2026-03-26 12:28:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b41e881f-67a4-585f-9b73-2404429c53b8 with identifier: 10723608
2026-03-26 12:28:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b41e881f-67a4-585f-9b73-2404429c53b8 with scrape type 2
2026-03-26 12:28:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b41e881f-67a4-585f-9b73-2404429c53b8 with scrape type 2
2026-03-26 12:28:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: b41e881f-67a4-585f-9b73-2404429c53b8, identifier: 10723608
2026-03-26 12:28:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: b41e881f-67a4-585f-9b73-2404429c53b8 with identifier: 10723608
2026-03-26 12:28:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: b41e881f-67a4-585f-9b73-2404429c53b8 with identifier: 10723608
2026-03-26 12:28:52 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: b41e881f-67a4-585f-9b73-2404429c53b8 with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 217,
'category': 'Minibus',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'engine_horse_power': 237,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': 'b41e881f-67a4-585f-9b73-2404429c53b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'S36V18003I681691',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723608',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'V',
'odometer': 35691,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 56300,
'price_includes_vat': True,
'registration_date': '2024-07-19',
'seats_number': 6,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz V 300d Avantgarde - 4-Matic - Diesel - Automatic - '
'237 hp - 35.691 km',
'transmission': 'automatic',
'trim': 'Avantgarde',
'vin': None,
'year': 2024}
2026-03-26 12:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723608%27 HTTP/1.1" 200 None
2026-03-26 12:28:52 [adesa.de] INFO: Saving data for 10723608: {'auction_closing_time': 1774527300.0, 'created_time': 1774441326.244616, 'last_price_update_time': 1774528132.336243}
2026-03-26 12:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723608') HTTP/1.1" 204 0
2026-03-26 12:28:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723096> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:28: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 12:28:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1da214d8-a2cc-5762-9d25-23f425d669d5 with identifier: 10723096
2026-03-26 12:28:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1da214d8-a2cc-5762-9d25-23f425d669d5 with scrape type 2
2026-03-26 12:28:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1da214d8-a2cc-5762-9d25-23f425d669d5 with scrape type 2
2026-03-26 12:28:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 1da214d8-a2cc-5762-9d25-23f425d669d5, identifier: 10723096
2026-03-26 12:28:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 1da214d8-a2cc-5762-9d25-23f425d669d5 with identifier: 10723096
2026-03-26 12:28:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 1da214d8-a2cc-5762-9d25-23f425d669d5 with identifier: 10723096
2026-03-26 12:28:53 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 1da214d8-a2cc-5762-9d25-23f425d669d5 with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 197,
'category': 'Minibus',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'engine_horse_power': 163,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': '1da214d8-a2cc-5762-9d25-23f425d669d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'S36V691',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723096',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'V',
'odometer': 12246,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 40400,
'price_includes_vat': True,
'registration_date': '2023-11-24',
'seats_number': 8,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz V 220 Edition - Diesel - Automatic - 163 hp - 12.246 '
'km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2023}
2026-03-26 12:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723096%27 HTTP/1.1" 200 None
2026-03-26 12:28:53 [adesa.de] INFO: Saving data for 10723096: {'auction_closing_time': 1774527300.0, 'created_time': 1774441314.240034, 'last_price_update_time': 1774528133.2314}
2026-03-26 12:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723096') HTTP/1.1" 204 0
2026-03-26 12:28:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5715276/general/a492f4da-4d9e-43a1-a104-8d6f959d0ea6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727914)
2026-03-26 12:28:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:28:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e0f210>
2026-03-26 12:28:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:28: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 12:28:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:28:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e945719-40ae-5ae0-b20d-58f06e4f29f0/7e945719-40ae-5ae0-b20d-58f06e4f29f0_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715276%252Fgeneral%252Fa492f4da-4d9e-43a1-a104-8d6f959d0ea6.jpg') HTTP/1.1" 204 0
2026-03-26 12:28:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715276/general/a492f4da-4d9e-43a1-a104-8d6f959d0ea6.jpg saved to cache
2026-03-26 12:28:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7e945719-40ae-5ae0-b20d-58f06e4f29f0
2026-03-26 12:28:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7e945719-40ae-5ae0-b20d-58f06e4f29f0, skipping ID generation
2026-03-26 12:28:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e945719-40ae-5ae0-b20d-58f06e4f29f0 with scrape type 1
2026-03-26 12:28:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7e945719-40ae-5ae0-b20d-58f06e4f29f0 sending to next pipeline
2026-03-26 12:28:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 7e945719-40ae-5ae0-b20d-58f06e4f29f0, identifier: 10727914
2026-03-26 12:28:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 7e945719-40ae-5ae0-b20d-58f06e4f29f0 with identifier: 10727914
2026-03-26 12:28:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 7e945719-40ae-5ae0-b20d-58f06e4f29f0 with identifier: 10727914
2026-03-26 12:28:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 7e945719-40ae-5ae0-b20d-58f06e4f29f0 with identifier: 10727914 to the API
2026-03-26 12:28:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5715276/general/a492f4da-4d9e-43a1-a104-8d6f959d0ea6.jpg>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:40:20Z',
'fuel_type': 'Hybrid',
'id': '7e945719-40ae-5ae0-b20d-58f06e4f29f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990921-2484883',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727914',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 47243,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 26,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e945719-40ae-5ae0-b20d-58f06e4f29f0/7e945719-40ae-5ae0-b20d-58f06e4f29f0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 267412,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715276/general/5b3bcec9-6c6c-40de-8c17-8088fb9ad250.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e945719-40ae-5ae0-b20d-58f06e4f29f0/7e945719-40ae-5ae0-b20d-58f06e4f29f0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149799,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715276/general/8c11ae42-c369-48e2-bab7-28d441f851ea.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e945719-40ae-5ae0-b20d-58f06e4f29f0/7e945719-40ae-5ae0-b20d-58f06e4f29f0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 191963,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715276/general/6b097c99-62ae-4191-87d4-4c63772dacc5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e945719-40ae-5ae0-b20d-58f06e4f29f0/7e945719-40ae-5ae0-b20d-58f06e4f29f0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222791,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715276/general/ed2ec36f-0bf9-4907-8892-a464e70ab3f8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e945719-40ae-5ae0-b20d-58f06e4f29f0/7e945719-40ae-5ae0-b20d-58f06e4f29f0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217293,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715276/general/e6fba420-f037-47fa-addb-21547269550e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e945719-40ae-5ae0-b20d-58f06e4f29f0/7e945719-40ae-5ae0-b20d-58f06e4f29f0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224896,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715276/general/a492f4da-4d9e-43a1-a104-8d6f959d0ea6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e945719-40ae-5ae0-b20d-58f06e4f29f0/7e945719-40ae-5ae0-b20d-58f06e4f29f0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161125,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715276/general/6919db1c-fde6-44bb-ae11-d76db9a77195.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e945719-40ae-5ae0-b20d-58f06e4f29f0/7e945719-40ae-5ae0-b20d-58f06e4f29f0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97248,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715276/general/29254b1c-b1a3-499a-aa3a-126b9009b6f5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e945719-40ae-5ae0-b20d-58f06e4f29f0/7e945719-40ae-5ae0-b20d-58f06e4f29f0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 251850,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715276/general/18fd993a-c276-4d11-ab9d-4a7b15750661.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e945719-40ae-5ae0-b20d-58f06e4f29f0/7e945719-40ae-5ae0-b20d-58f06e4f29f0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222490,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715276/general/7d7cf5fd-0146-4a16-99da-fce6f36f1b42.jpg',
'Width': 1280}],
'price': 14600,
'price_includes_vat': True,
'registration_date': '2022-09-12',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 47.243 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727914%27 HTTP/1.1" 200 None
2026-03-26 12:29:12 [adesa.de] INFO: Saving data for 10727914: {'created_time': 1774528152.517598, 'last_price_update_time': 1774528152.517611, 'auction_closing_time': 1774618820.0}
2026-03-26 12:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727914') HTTP/1.1" 204 0
2026-03-26 12:29:12 [scrapy.extensions.logstats] INFO: Crawled 254 pages (at 25 pages/min), scraped 218 items (at 15 items/min)
2026-03-26 12:29:12 [scrapy.extensions.memusage] INFO: Peak memory usage is 171MiB
2026-03-26 12:29:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723610> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:12 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 147.449(s), this was the 1st time calling it.
2026-03-26 12:29:12 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.150618319236568 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 12:29: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 12:29:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10729510> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723082> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29: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 12:29: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 12:29:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746652/general/f1633db6-f853-4234-9fc7-16455a7d412d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726629)
2026-03-26 12:29:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eac5f895-bef1-5eb7-aff0-46c533afd001 with identifier: 10723610
2026-03-26 12:29:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eac5f895-bef1-5eb7-aff0-46c533afd001 with scrape type 2
2026-03-26 12:29:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eac5f895-bef1-5eb7-aff0-46c533afd001 with scrape type 2
2026-03-26 12:29:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: eac5f895-bef1-5eb7-aff0-46c533afd001, identifier: 10723610
2026-03-26 12:29:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: eac5f895-bef1-5eb7-aff0-46c533afd001 with identifier: 10723610
2026-03-26 12:29:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: eac5f895-bef1-5eb7-aff0-46c533afd001 with identifier: 10723610
2026-03-26 12:29:12 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: eac5f895-bef1-5eb7-aff0-46c533afd001 with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 204,
'category': 'Minibus',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'engine_horse_power': 237,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': 'eac5f895-bef1-5eb7-aff0-46c533afd001',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'S36V17990I681691',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723610',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'V',
'odometer': 30593,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 55200,
'price_includes_vat': True,
'registration_date': '2024-07-11',
'seats_number': 8,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz V 300d Avantgarde - Diesel - Automatic - 237 hp - '
'30.593 km',
'transmission': 'automatic',
'trim': 'Avantgarde',
'vin': None,
'year': 2024}
2026-03-26 12:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723610%27 HTTP/1.1" 200 None
2026-03-26 12:29:12 [adesa.de] INFO: Saving data for 10723610: {'auction_closing_time': 1774527300.0, 'created_time': 1774441121.592716, 'last_price_update_time': 1774528152.784267}
2026-03-26 12:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723610') HTTP/1.1" 204 0
2026-03-26 12:29:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a with identifier: 10729510
2026-03-26 12:29:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a with scrape type 1
2026-03-26 12:29:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a
2026-03-26 12:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252F6dee90b1-e317-4393-b82d-b96c56d4b7d0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/6dee90b1-e317-4393-b82d-b96c56d4b7d0.jpg not downloaded yet
2026-03-26 12:29:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a02ffa3e-0328-59fd-9ebe-0e85e870167c with identifier: 10723082
2026-03-26 12:29:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a02ffa3e-0328-59fd-9ebe-0e85e870167c with scrape type 2
2026-03-26 12:29:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a02ffa3e-0328-59fd-9ebe-0e85e870167c with scrape type 2
2026-03-26 12:29:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: a02ffa3e-0328-59fd-9ebe-0e85e870167c, identifier: 10723082
2026-03-26 12:29:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156472250>
2026-03-26 12:29:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252Ff1633db6-f853-4234-9fc7-16455a7d412d.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/f1633db6-f853-4234-9fc7-16455a7d412d.jpg saved to cache
2026-03-26 12:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3e0035cd-5eff-59b5-9a1f-ce5ea968e453
2026-03-26 12:29:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: a02ffa3e-0328-59fd-9ebe-0e85e870167c with identifier: 10723082
2026-03-26 12:29:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: a02ffa3e-0328-59fd-9ebe-0e85e870167c with identifier: 10723082
2026-03-26 12:29:13 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a02ffa3e-0328-59fd-9ebe-0e85e870167c with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 188,
'category': 'Minibus',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'engine_horse_power': 163,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': 'a02ffa3e-0328-59fd-9ebe-0e85e870167c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'S36V11',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723082',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'Vito Tourer',
'odometer': 46339,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 33900,
'price_includes_vat': True,
'registration_date': '2024-07-26',
'seats_number': 8,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz Vito Tourer L2 116 CDI Pro - Diesel - Automatic - 163 '
'hp - 46.339 km',
'transmission': 'automatic',
'trim': 'Pro',
'vin': None,
'year': 2024}
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723082%27 HTTP/1.1" 200 None
2026-03-26 12:29:13 [adesa.de] INFO: Saving data for 10723082: {'auction_closing_time': 1774527300.0, 'created_time': 1774441112.053245, 'last_price_update_time': 1774528153.099788}
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723082') HTTP/1.1" 204 0
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252F0ad54b9a-ce50-443d-b7a1-06b19b84e166.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/0ad54b9a-ce50-443d-b7a1-06b19b84e166.jpg not downloaded yet
2026-03-26 12:29:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746652/general/da0859c7-421e-43ce-a39a-7aa272c8cd15.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726629)
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252Fd1ee1015-32b0-454b-a6cb-6008ef8107b2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/d1ee1015-32b0-454b-a6cb-6008ef8107b2.jpg not downloaded yet
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252F03fe7cda-8488-4e56-be94-8d0a323b7847.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/03fe7cda-8488-4e56-be94-8d0a323b7847.jpg not downloaded yet
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252F87093f33-5d4f-435a-a43c-8fc08ea71f95.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/87093f33-5d4f-435a-a43c-8fc08ea71f95.jpg not downloaded yet
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252Fe88eb6e1-d844-48ff-badb-7edc05b3a54d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/e88eb6e1-d844-48ff-badb-7edc05b3a54d.jpg not downloaded yet
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252Fde13b832-6c67-44ba-8808-83fd0c766108.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/de13b832-6c67-44ba-8808-83fd0c766108.jpg not downloaded yet
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252F7b3b67dd-6209-41de-84b1-36d919073fa3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/7b3b67dd-6209-41de-84b1-36d919073fa3.jpg not downloaded yet
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252F84277e49-ef99-4ecb-95cd-43221c23ad04.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/84277e49-ef99-4ecb-95cd-43221c23ad04.jpg not downloaded yet
2026-03-26 12:29:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e0f2d0>
2026-03-26 12:29:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746652%252Fgeneral%252Fda0859c7-421e-43ce-a39a-7aa272c8cd15.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746652/general/da0859c7-421e-43ce-a39a-7aa272c8cd15.jpg saved to cache
2026-03-26 12:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3e0035cd-5eff-59b5-9a1f-ce5ea968e453
2026-03-26 12:29:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3e0035cd-5eff-59b5-9a1f-ce5ea968e453, skipping ID generation
2026-03-26 12:29:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e0035cd-5eff-59b5-9a1f-ce5ea968e453 with scrape type 1
2026-03-26 12:29:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3e0035cd-5eff-59b5-9a1f-ce5ea968e453 sending to next pipeline
2026-03-26 12:29:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 3e0035cd-5eff-59b5-9a1f-ce5ea968e453, identifier: 10726629
2026-03-26 12:29:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747910/general/6dee90b1-e317-4393-b82d-b96c56d4b7d0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729510)
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252Ff6d6713d-e55c-4f91-bad6-0b92bb2a3751.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/f6d6713d-e55c-4f91-bad6-0b92bb2a3751.jpg not downloaded yet
2026-03-26 12:29:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 3e0035cd-5eff-59b5-9a1f-ce5ea968e453 with identifier: 10726629
2026-03-26 12:29:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 3e0035cd-5eff-59b5-9a1f-ce5ea968e453 with identifier: 10726629
2026-03-26 12:29:13 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 3e0035cd-5eff-59b5-9a1f-ce5ea968e453 with identifier: 10726629 to the API
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746652/general/da0859c7-421e-43ce-a39a-7aa272c8cd15.jpg>
{'auction_title': '',
'c_o_2_emission_value': 174,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 300,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '3e0035cd-5eff-59b5-9a1f-ce5ea968e453',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4441120',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726629',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volvo',
'model': 'XC60',
'odometer': 24320,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 40,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132745,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746652/general/da0859c7-421e-43ce-a39a-7aa272c8cd15.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140316,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746652/general/f1633db6-f853-4234-9fc7-16455a7d412d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155383,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746652/general/cf0c29d9-d20c-4dcc-ad08-88d19c7ec560.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156537,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746652/general/c62361a2-aa39-4b0e-b89b-e027a864ab51.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105563,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746652/general/8f1128e6-cef0-499e-b74c-8fef86bc0e56.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72245,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746652/general/dee92232-f90a-43a5-bdad-108552a534b7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137465,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746652/general/0f323f78-8ed3-415b-a9d3-647f1bb2d0a7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115597,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746652/general/3b2711d1-0641-4a63-8969-b2245ac22773.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103075,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746652/general/fdae85ee-9edf-4305-9f3d-2bf9ed5e0962.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e0035cd-5eff-59b5-9a1f-ce5ea968e453/3e0035cd-5eff-59b5-9a1f-ce5ea968e453_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109012,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746652/general/ac395dbb-c206-436c-8603-2e26eeb3153f.jpg',
'Width': 800}],
'price': 23200,
'price_includes_vat': True,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volvo XC60 3.2 R-Design - AWD - Petrol - Automatic - 300 hp - '
'24.320 km',
'transmission': 'automatic',
'trim': 'R-Design',
'vin': None,
'year': 2022}
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726629%27 HTTP/1.1" 200 None
2026-03-26 12:29:13 [adesa.de] INFO: Saving data for 10726629: {'created_time': 1774528153.908926, 'last_price_update_time': 1774528153.908939, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726629') HTTP/1.1" 204 0
2026-03-26 12:29:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723611> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723121> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723086> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723080> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723125> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723079> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29: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 12:29: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 12:29: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 12:29: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 12:29: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 12:29: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 12:29:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015640d190>
2026-03-26 12:29:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252F6dee90b1-e317-4393-b82d-b96c56d4b7d0.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/6dee90b1-e317-4393-b82d-b96c56d4b7d0.jpg saved to cache
2026-03-26 12:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a
2026-03-26 12:29:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ea0ce85-45b2-5177-b7ba-15f396b12e97 with identifier: 10723611
2026-03-26 12:29:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ea0ce85-45b2-5177-b7ba-15f396b12e97 with scrape type 2
2026-03-26 12:29:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ea0ce85-45b2-5177-b7ba-15f396b12e97 with scrape type 2
2026-03-26 12:29:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 8ea0ce85-45b2-5177-b7ba-15f396b12e97, identifier: 10723611
2026-03-26 12:29:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2205ce53-cdba-59bf-8ac7-f6cfd68931d5 with identifier: 10723121
2026-03-26 12:29:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2205ce53-cdba-59bf-8ac7-f6cfd68931d5 with scrape type 2
2026-03-26 12:29:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2205ce53-cdba-59bf-8ac7-f6cfd68931d5 with scrape type 2
2026-03-26 12:29:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 2205ce53-cdba-59bf-8ac7-f6cfd68931d5, identifier: 10723121
2026-03-26 12:29:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 8ea0ce85-45b2-5177-b7ba-15f396b12e97 with identifier: 10723611
2026-03-26 12:29:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 8ea0ce85-45b2-5177-b7ba-15f396b12e97 with identifier: 10723611
2026-03-26 12:29:14 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 8ea0ce85-45b2-5177-b7ba-15f396b12e97 with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 217,
'category': 'Minibus',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'engine_horse_power': 237,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': '8ea0ce85-45b2-5177-b7ba-15f396b12e97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'S36V18004I681691',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723611',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'V',
'odometer': 40101,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 55200,
'price_includes_vat': True,
'registration_date': '2024-07-24',
'seats_number': 8,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz V 300d Avantgarde - 4-Matic - Diesel - Automatic - '
'237 hp - 40.101 km',
'transmission': 'automatic',
'trim': 'Avantgarde',
'vin': None,
'year': 2024}
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723611%27 HTTP/1.1" 200 None
2026-03-26 12:29:14 [adesa.de] INFO: Saving data for 10723611: {'auction_closing_time': 1774527300.0, 'created_time': 1774441144.327728, 'last_price_update_time': 1774528154.248179}
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723611') HTTP/1.1" 204 0
2026-03-26 12:29:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 2205ce53-cdba-59bf-8ac7-f6cfd68931d5 with identifier: 10723121
2026-03-26 12:29:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 2205ce53-cdba-59bf-8ac7-f6cfd68931d5 with identifier: 10723121
2026-03-26 12:29:14 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 2205ce53-cdba-59bf-8ac7-f6cfd68931d5 with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 206,
'category': 'Minibus',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 237,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': '2205ce53-cdba-59bf-8ac7-f6cfd68931d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'S36V17994I681691',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723121',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'V',
'odometer': 31782,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 51900,
'price_includes_vat': True,
'registration_date': '2024-02-28',
'seats_number': 8,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz V 300d AMG Line - Diesel - Automatic - 237 hp - '
'31.782 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2024}
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723121%27 HTTP/1.1" 200 None
2026-03-26 12:29:14 [adesa.de] INFO: Saving data for 10723121: {'auction_closing_time': 1774527300.0, 'created_time': 1774441311.890069, 'last_price_update_time': 1774528154.335967}
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723121') HTTP/1.1" 204 0
2026-03-26 12:29:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747910/general/84277e49-ef99-4ecb-95cd-43221c23ad04.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729510)
2026-03-26 12:29:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0442256-af5b-582d-b8b6-5a812aa3c4af with identifier: 10723086
2026-03-26 12:29:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0442256-af5b-582d-b8b6-5a812aa3c4af with scrape type 2
2026-03-26 12:29:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0442256-af5b-582d-b8b6-5a812aa3c4af with scrape type 2
2026-03-26 12:29:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e0442256-af5b-582d-b8b6-5a812aa3c4af, identifier: 10723086
2026-03-26 12:29:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a63030bd-7add-5a75-979f-531442a4fc9a with identifier: 10723080
2026-03-26 12:29:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a63030bd-7add-5a75-979f-531442a4fc9a with scrape type 2
2026-03-26 12:29:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a63030bd-7add-5a75-979f-531442a4fc9a with scrape type 2
2026-03-26 12:29:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: a63030bd-7add-5a75-979f-531442a4fc9a, identifier: 10723080
2026-03-26 12:29:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 392f7202-4074-5e29-bf85-038af7c2827e with identifier: 10723125
2026-03-26 12:29:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 392f7202-4074-5e29-bf85-038af7c2827e with scrape type 2
2026-03-26 12:29:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 392f7202-4074-5e29-bf85-038af7c2827e with scrape type 2
2026-03-26 12:29:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 392f7202-4074-5e29-bf85-038af7c2827e, identifier: 10723125
2026-03-26 12:29:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e88e6b30-01d1-59ef-b56b-1d120611fefa with identifier: 10723079
2026-03-26 12:29:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e88e6b30-01d1-59ef-b56b-1d120611fefa with scrape type 2
2026-03-26 12:29:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e88e6b30-01d1-59ef-b56b-1d120611fefa with scrape type 2
2026-03-26 12:29:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e88e6b30-01d1-59ef-b56b-1d120611fefa, identifier: 10723079
2026-03-26 12:29:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e0442256-af5b-582d-b8b6-5a812aa3c4af with identifier: 10723086
2026-03-26 12:29:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e0442256-af5b-582d-b8b6-5a812aa3c4af with identifier: 10723086
2026-03-26 12:29:14 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: e0442256-af5b-582d-b8b6-5a812aa3c4af with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 216,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.1L',
'engine_horse_power': 163,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': 'e0442256-af5b-582d-b8b6-5a812aa3c4af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '656565',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723086',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'Sprinter',
'odometer': 75578,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 27000,
'price_includes_vat': True,
'registration_date': '2018-07-16',
'seats_number': 6,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz Sprinter chassis cab 316 CDI - Diesel - Manual - 163 '
'hp - 75.578 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2018}
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723086%27 HTTP/1.1" 200 None
2026-03-26 12:29:14 [adesa.de] INFO: Saving data for 10723086: {'auction_closing_time': 1774527300.0, 'created_time': 1774441323.060904, 'last_price_update_time': 1774528154.847447}
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723086') HTTP/1.1" 204 0
2026-03-26 12:29:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: a63030bd-7add-5a75-979f-531442a4fc9a with identifier: 10723080
2026-03-26 12:29:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: a63030bd-7add-5a75-979f-531442a4fc9a with identifier: 10723080
2026-03-26 12:29:14 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a63030bd-7add-5a75-979f-531442a4fc9a with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 209,
'category': 'Light truck',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.1L',
'engine_horse_power': 163,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': 'a63030bd-7add-5a75-979f-531442a4fc9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DFDF',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723080',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'Sprinter',
'odometer': 87591,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 26800,
'price_includes_vat': True,
'registration_date': '2017-03-28',
'seats_number': 6,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz Sprinter chassis cab 316 CDI - 4-Matic - Diesel - '
'Manual - 163 hp - 87.591 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2017}
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723080%27 HTTP/1.1" 200 None
2026-03-26 12:29:14 [adesa.de] INFO: Saving data for 10723080: {'auction_closing_time': 1774527300.0, 'created_time': 1774441323.696437, 'last_price_update_time': 1774528154.884179}
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723080') HTTP/1.1" 204 0
2026-03-26 12:29:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 392f7202-4074-5e29-bf85-038af7c2827e with identifier: 10723125
2026-03-26 12:29:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 392f7202-4074-5e29-bf85-038af7c2827e with identifier: 10723125
2026-03-26 12:29:14 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 392f7202-4074-5e29-bf85-038af7c2827e with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 194,
'category': 'Minibus',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 163,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': '392f7202-4074-5e29-bf85-038af7c2827e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SPX8044',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723125',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'V',
'odometer': 11365,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 63500,
'price_includes_vat': True,
'registration_date': '2024-05-27',
'seats_number': 8,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz V 220 CDI AMG Line - Diesel - Automatic - 163 hp - '
'11.365 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2024}
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723125%27 HTTP/1.1" 200 None
2026-03-26 12:29:14 [adesa.de] INFO: Saving data for 10723125: {'auction_closing_time': 1774527300.0, 'created_time': 1774441320.22661, 'last_price_update_time': 1774528154.919225}
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723125') HTTP/1.1" 204 0
2026-03-26 12:29:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e88e6b30-01d1-59ef-b56b-1d120611fefa with identifier: 10723079
2026-03-26 12:29:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e88e6b30-01d1-59ef-b56b-1d120611fefa with identifier: 10723079
2026-03-26 12:29:14 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: e88e6b30-01d1-59ef-b56b-1d120611fefa with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 216,
'category': 'Light truck',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.1L',
'engine_horse_power': 163,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': 'e88e6b30-01d1-59ef-b56b-1d120611fefa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DFSFF',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723079',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'Sprinter',
'odometer': 35221,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 27200,
'price_includes_vat': True,
'registration_date': '2017-03-07',
'seats_number': 6,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz Sprinter chassis cab 316 CDI - 4-Matic - Diesel - '
'Manual - 163 hp - 35.221 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2017}
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723079%27 HTTP/1.1" 200 None
2026-03-26 12:29:14 [adesa.de] INFO: Saving data for 10723079: {'auction_closing_time': 1774527300.0, 'created_time': 1774441393.292378, 'last_price_update_time': 1774528154.961606}
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723079') HTTP/1.1" 204 0
2026-03-26 12:29:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564bde90>
2026-03-26 12:29:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252F84277e49-ef99-4ecb-95cd-43221c23ad04.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/84277e49-ef99-4ecb-95cd-43221c23ad04.jpg saved to cache
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a
2026-03-26 12:29:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747910/general/f6d6713d-e55c-4f91-bad6-0b92bb2a3751.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729510)
2026-03-26 12:29:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747910/general/03fe7cda-8488-4e56-be94-8d0a323b7847.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729510)
2026-03-26 12:29:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747910/general/d1ee1015-32b0-454b-a6cb-6008ef8107b2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729510)
2026-03-26 12:29:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747910/general/7b3b67dd-6209-41de-84b1-36d919073fa3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729510)
2026-03-26 12:29:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747910/general/de13b832-6c67-44ba-8808-83fd0c766108.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729510)
2026-03-26 12:29:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747910/general/e88eb6e1-d844-48ff-badb-7edc05b3a54d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729510)
2026-03-26 12:29:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747910/general/0ad54b9a-ce50-443d-b7a1-06b19b84e166.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729510)
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f9aed0>
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252Ff6d6713d-e55c-4f91-bad6-0b92bb2a3751.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/f6d6713d-e55c-4f91-bad6-0b92bb2a3751.jpg saved to cache
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a
2026-03-26 12:29:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747910/general/87093f33-5d4f-435a-a43c-8fc08ea71f95.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729510)
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156510310>
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252F03fe7cda-8488-4e56-be94-8d0a323b7847.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/03fe7cda-8488-4e56-be94-8d0a323b7847.jpg saved to cache
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645be50>
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252Fd1ee1015-32b0-454b-a6cb-6008ef8107b2.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/d1ee1015-32b0-454b-a6cb-6008ef8107b2.jpg saved to cache
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e092d0>
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252F7b3b67dd-6209-41de-84b1-36d919073fa3.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/7b3b67dd-6209-41de-84b1-36d919073fa3.jpg saved to cache
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156597950>
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252Fde13b832-6c67-44ba-8808-83fd0c766108.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/de13b832-6c67-44ba-8808-83fd0c766108.jpg saved to cache
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e87150>
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252Fe88eb6e1-d844-48ff-badb-7edc05b3a54d.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/e88eb6e1-d844-48ff-badb-7edc05b3a54d.jpg saved to cache
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564d8390>
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252F0ad54b9a-ce50-443d-b7a1-06b19b84e166.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/0ad54b9a-ce50-443d-b7a1-06b19b84e166.jpg saved to cache
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d359350>
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747910%252Fgeneral%252F87093f33-5d4f-435a-a43c-8fc08ea71f95.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747910/general/87093f33-5d4f-435a-a43c-8fc08ea71f95.jpg saved to cache
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a
2026-03-26 12:29:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a, skipping ID generation
2026-03-26 12:29:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a with scrape type 1
2026-03-26 12:29:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a sending to next pipeline
2026-03-26 12:29:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a, identifier: 10729510
2026-03-26 12:29:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a with identifier: 10729510
2026-03-26 12:29:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a with identifier: 10729510
2026-03-26 12:29:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 31e0ca75-31eb-50fb-879d-e8d2f3b08f6a with identifier: 10729510 to the API
2026-03-26 12:29:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747910/general/87093f33-5d4f-435a-a43c-8fc08ea71f95.jpg>
{'auction_title': '',
'c_o_2_emission_value': 27,
'category': 'Hatchback',
'color': 'White',
'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': '31e0ca75-31eb-50fb-879d-e8d2f3b08f6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SI KO15 E',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10729510',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Cupra',
'model': 'Leon',
'odometer': 32761,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 34,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173287,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747910/general/6dee90b1-e317-4393-b82d-b96c56d4b7d0.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171904,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747910/general/0ad54b9a-ce50-443d-b7a1-06b19b84e166.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172733,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747910/general/d1ee1015-32b0-454b-a6cb-6008ef8107b2.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167303,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747910/general/03fe7cda-8488-4e56-be94-8d0a323b7847.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242139,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747910/general/87093f33-5d4f-435a-a43c-8fc08ea71f95.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 411247,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747910/general/e88eb6e1-d844-48ff-badb-7edc05b3a54d.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 320070,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747910/general/de13b832-6c67-44ba-8808-83fd0c766108.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 365476,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747910/general/7b3b67dd-6209-41de-84b1-36d919073fa3.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 342467,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747910/general/84277e49-ef99-4ecb-95cd-43221c23ad04.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31e0ca75-31eb-50fb-879d-e8d2f3b08f6a/31e0ca75-31eb-50fb-879d-e8d2f3b08f6a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110404,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747910/general/f6d6713d-e55c-4f91-bad6-0b92bb2a3751.jpg',
'Width': 1920}],
'price': 20600,
'price_includes_vat': True,
'registration_date': '2022-12-29',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Cupra Leon 1.4 e-Hybrid - Hybrid - Automatic - 150 hp - 32.761 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710729510%27 HTTP/1.1" 200 None
2026-03-26 12:29:16 [adesa.de] INFO: Saving data for 10729510: {'created_time': 1774528156.256154, 'last_price_update_time': 1774528156.256164, 'auction_closing_time': 1798671600.0}
2026-03-26 12:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10729510') HTTP/1.1" 204 0
2026-03-26 12:29:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723442> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29: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 12:29:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723081> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29: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 12:29:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e262700-68f6-533a-9fbb-48a750b5000f with identifier: 10723442
2026-03-26 12:29:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e262700-68f6-533a-9fbb-48a750b5000f with scrape type 2
2026-03-26 12:29:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e262700-68f6-533a-9fbb-48a750b5000f with scrape type 2
2026-03-26 12:29:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 5e262700-68f6-533a-9fbb-48a750b5000f, identifier: 10723442
2026-03-26 12:29:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 5e262700-68f6-533a-9fbb-48a750b5000f with identifier: 10723442
2026-03-26 12:29:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 5e262700-68f6-533a-9fbb-48a750b5000f with identifier: 10723442
2026-03-26 12:29:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 5e262700-68f6-533a-9fbb-48a750b5000f with identifier: 10723442 to the API
2026-03-26 12:29:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723442>
{'auction_title': '',
'c_o_2_emission_value': 93,
'category': 'Estate',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 120,
'expiration_date': '2026-03-27T13:30:00Z',
'fuel_type': 'Diesel',
'id': '5e262700-68f6-533a-9fbb-48a750b5000f',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'K-JC658',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723442',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Ford',
'model': 'Focus',
'odometer': 201132,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 5700,
'price_includes_vat': True,
'registration_date': '2020-04-02',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Ford Focus 1.5 EcoBlue Cool & Connect - Diesel - Manual - 120 hp - '
'201.132 km',
'transmission': 'manual',
'trim': 'Cool & Connect',
'vin': None,
'year': 2020}
2026-03-26 12:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723442%27 HTTP/1.1" 200 None
2026-03-26 12:29:16 [adesa.de] INFO: Saving data for 10723442: {'auction_closing_time': 1774618200.0, 'created_time': 1774440957.04217, 'last_price_update_time': 1774528156.761929}
2026-03-26 12:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723442') HTTP/1.1" 204 0
2026-03-26 12:29:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723434> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 342ced4b-9963-5890-8d95-75036f891a04 with identifier: 10723081
2026-03-26 12:29:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 342ced4b-9963-5890-8d95-75036f891a04 with scrape type 2
2026-03-26 12:29:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 342ced4b-9963-5890-8d95-75036f891a04 with scrape type 2
2026-03-26 12:29:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 342ced4b-9963-5890-8d95-75036f891a04, identifier: 10723081
2026-03-26 12:29: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 12:29:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 342ced4b-9963-5890-8d95-75036f891a04 with identifier: 10723081
2026-03-26 12:29:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 342ced4b-9963-5890-8d95-75036f891a04 with identifier: 10723081
2026-03-26 12:29:16 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 342ced4b-9963-5890-8d95-75036f891a04 with expiration date: 2026-03-26T12:15:00Z
{'auction_title': '',
'c_o_2_emission_value': 216,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.1L',
'engine_horse_power': 163,
'expiration_date': '2026-03-26T12:15:00Z',
'fuel_type': 'Diesel',
'id': '342ced4b-9963-5890-8d95-75036f891a04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'Y852706',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723081',
'listing': 'auction',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'Sprinter',
'odometer': 105013,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 27100,
'price_includes_vat': True,
'registration_date': '2017-11-08',
'seats_number': 6,
'seller_name': 'DIETRICH KROELY',
'title': 'Mercedes-Benz Sprinter chassis cab 316 CDI - 4-Matic - Diesel - '
'Manual - 163 hp - 105.013 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2017}
2026-03-26 12:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723081%27 HTTP/1.1" 200 None
2026-03-26 12:29:16 [adesa.de] INFO: Saving data for 10723081: {'auction_closing_time': 1774527300.0, 'created_time': 1774441396.296862, 'last_price_update_time': 1774528156.900394}
2026-03-26 12:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723081') HTTP/1.1" 204 0
2026-03-26 12:29:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5663e135-7597-519b-9f44-bb2f4f084370 with identifier: 10723434
2026-03-26 12:29:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5663e135-7597-519b-9f44-bb2f4f084370 with scrape type 2
2026-03-26 12:29:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5663e135-7597-519b-9f44-bb2f4f084370 with scrape type 2
2026-03-26 12:29:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 5663e135-7597-519b-9f44-bb2f4f084370, identifier: 10723434
2026-03-26 12:29:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 5663e135-7597-519b-9f44-bb2f4f084370 with identifier: 10723434
2026-03-26 12:29:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 5663e135-7597-519b-9f44-bb2f4f084370 with identifier: 10723434
2026-03-26 12:29:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 5663e135-7597-519b-9f44-bb2f4f084370 with identifier: 10723434 to the API
2026-03-26 12:29:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723434>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': 'MPV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-27T13:30:00Z',
'fuel_type': 'Diesel',
'id': '5663e135-7597-519b-9f44-bb2f4f084370',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HA-EN1031',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723434',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Ford',
'model': 'S-Max',
'odometer': 177486,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 11200,
'price_includes_vat': True,
'registration_date': '2020-10-09',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Ford S-Max 2.0 EcoBlue ST Line - Diesel - Automatic - 150 hp - '
'177.486 km',
'transmission': 'automatic',
'trim': 'ST Line',
'vin': None,
'year': 2020}
2026-03-26 12:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723434%27 HTTP/1.1" 200 None
2026-03-26 12:29:17 [adesa.de] INFO: Saving data for 10723434: {'auction_closing_time': 1774618200.0, 'created_time': 1774440977.373669, 'last_price_update_time': 1774528157.321865}
2026-03-26 12:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723434') HTTP/1.1" 204 0
2026-03-26 12:29:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723440> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29: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 12:29:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723423> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29: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 12:29:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c237af0a-1b75-510f-8bc5-1fb8048d2577 with identifier: 10723440
2026-03-26 12:29:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c237af0a-1b75-510f-8bc5-1fb8048d2577 with scrape type 2
2026-03-26 12:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c237af0a-1b75-510f-8bc5-1fb8048d2577 with scrape type 2
2026-03-26 12:29:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c237af0a-1b75-510f-8bc5-1fb8048d2577, identifier: 10723440
2026-03-26 12:29:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c237af0a-1b75-510f-8bc5-1fb8048d2577 with identifier: 10723440
2026-03-26 12:29:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c237af0a-1b75-510f-8bc5-1fb8048d2577 with identifier: 10723440
2026-03-26 12:29:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c237af0a-1b75-510f-8bc5-1fb8048d2577 with identifier: 10723440 to the API
2026-03-26 12:29:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723440>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 190,
'expiration_date': '2026-03-27T13:30:00Z',
'fuel_type': 'Diesel',
'id': 'c237af0a-1b75-510f-8bc5-1fb8048d2577',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GI-NG202',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723440',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 154754,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 17300,
'price_includes_vat': True,
'registration_date': '2022-03-09',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Mercedes-Benz A 220d AMG Line - Diesel - Automatic - 190 hp - '
'154.754 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2022}
2026-03-26 12:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723440%27 HTTP/1.1" 200 None
2026-03-26 12:29:18 [adesa.de] INFO: Saving data for 10723440: {'auction_closing_time': 1774618200.0, 'created_time': 1774440996.269762, 'last_price_update_time': 1774528158.053868}
2026-03-26 12:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723440') HTTP/1.1" 204 0
2026-03-26 12:29:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723433> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727004> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723441> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29: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 12:29: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 12:29: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 12:29:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6428d6a5-deb3-5300-9457-b9af79da2924 with identifier: 10723423
2026-03-26 12:29:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6428d6a5-deb3-5300-9457-b9af79da2924 with scrape type 2
2026-03-26 12:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6428d6a5-deb3-5300-9457-b9af79da2924 with scrape type 2
2026-03-26 12:29:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6428d6a5-deb3-5300-9457-b9af79da2924, identifier: 10723423
2026-03-26 12:29:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6428d6a5-deb3-5300-9457-b9af79da2924 with identifier: 10723423
2026-03-26 12:29:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6428d6a5-deb3-5300-9457-b9af79da2924 with identifier: 10723423
2026-03-26 12:29:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 6428d6a5-deb3-5300-9457-b9af79da2924 with identifier: 10723423 to the API
2026-03-26 12:29:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723423>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 160,
'expiration_date': '2026-03-27T13:30:00Z',
'fuel_type': 'Petrol',
'id': '6428d6a5-deb3-5300-9457-b9af79da2924',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KUS-GR24',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723423',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Kia',
'model': 'Ceed',
'odometer': 148400,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 8900,
'price_includes_vat': True,
'registration_date': '2022-12-15',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Kia Ceed SW 1.5 GDI Vision - Petrol - Automatic - 160 hp - 148.400 '
'km',
'transmission': 'automatic',
'trim': 'Vision',
'vin': None,
'year': 2022}
2026-03-26 12:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723423%27 HTTP/1.1" 200 None
2026-03-26 12:29:18 [adesa.de] INFO: Saving data for 10723423: {'auction_closing_time': 1774618200.0, 'created_time': 1774441101.862691, 'last_price_update_time': 1774528158.483561}
2026-03-26 12:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723423') HTTP/1.1" 204 0
2026-03-26 12:29:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb4cb58e-c68f-54cf-afa0-0266fbf7a36a with identifier: 10723433
2026-03-26 12:29:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb4cb58e-c68f-54cf-afa0-0266fbf7a36a with scrape type 2
2026-03-26 12:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb4cb58e-c68f-54cf-afa0-0266fbf7a36a with scrape type 2
2026-03-26 12:29:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: fb4cb58e-c68f-54cf-afa0-0266fbf7a36a, identifier: 10723433
2026-03-26 12:29:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c968d588-e09f-5670-a141-11ae654d1e82 with identifier: 10727004
2026-03-26 12:29:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c968d588-e09f-5670-a141-11ae654d1e82 with scrape type 1
2026-03-26 12:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c968d588-e09f-5670-a141-11ae654d1e82
2026-03-26 12:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252F21dba8ba-6600-4159-a3e5-dd107b7cf575.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/21dba8ba-6600-4159-a3e5-dd107b7cf575.jpg not downloaded yet
2026-03-26 12:29:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3f6c6a9-53eb-5d80-b261-1bb0d39a5d37 with identifier: 10723441
2026-03-26 12:29:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3f6c6a9-53eb-5d80-b261-1bb0d39a5d37 with scrape type 2
2026-03-26 12:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3f6c6a9-53eb-5d80-b261-1bb0d39a5d37 with scrape type 2
2026-03-26 12:29:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f3f6c6a9-53eb-5d80-b261-1bb0d39a5d37, identifier: 10723441
2026-03-26 12:29:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: fb4cb58e-c68f-54cf-afa0-0266fbf7a36a with identifier: 10723433
2026-03-26 12:29:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: fb4cb58e-c68f-54cf-afa0-0266fbf7a36a with identifier: 10723433
2026-03-26 12:29:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: fb4cb58e-c68f-54cf-afa0-0266fbf7a36a with identifier: 10723433 to the API
2026-03-26 12:29:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723433>
{'auction_title': '',
'c_o_2_emission_value': 162,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 190,
'expiration_date': '2026-03-27T13:30:00Z',
'fuel_type': 'Diesel',
'id': 'fb4cb58e-c68f-54cf-afa0-0266fbf7a36a',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ME-SW1250',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723433',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'BMW',
'model': 'X3',
'odometer': 203255,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 19400,
'price_includes_vat': True,
'registration_date': '2019-09-09',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'BMW X3 20d Luxury - xDrive - Diesel - Automatic - 190 hp - 203.255 '
'km',
'transmission': 'automatic',
'trim': 'Luxury',
'vin': None,
'year': 2019}
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723433%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [adesa.de] INFO: Saving data for 10723433: {'auction_closing_time': 1774618200.0, 'created_time': 1774440940.811388, 'last_price_update_time': 1774528159.025553}
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723433') HTTP/1.1" 204 0
2026-03-26 12:29:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f3f6c6a9-53eb-5d80-b261-1bb0d39a5d37 with identifier: 10723441
2026-03-26 12:29:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f3f6c6a9-53eb-5d80-b261-1bb0d39a5d37 with identifier: 10723441
2026-03-26 12:29:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f3f6c6a9-53eb-5d80-b261-1bb0d39a5d37 with identifier: 10723441 to the API
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723441>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': 'Estate',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 120,
'expiration_date': '2026-03-27T13:30:00Z',
'fuel_type': 'Diesel',
'id': 'f3f6c6a9-53eb-5d80-b261-1bb0d39a5d37',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'K-JC6021',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723441',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Ford',
'model': 'Focus',
'odometer': 197881,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 7600,
'price_includes_vat': True,
'registration_date': '2022-05-11',
'seats_number': 5,
'seller_name': 'ARVAL Deutschland GmbH',
'title': 'Ford Focus 1.5 EcoBlue Cool & Connect - Diesel - Manual - 120 hp - '
'197.881 km',
'transmission': 'manual',
'trim': 'Cool & Connect',
'vin': None,
'year': 2022}
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710723441%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [adesa.de] INFO: Saving data for 10723441: {'auction_closing_time': 1774618200.0, 'created_time': 1774440976.196093, 'last_price_update_time': 1774528159.340874}
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10723441') HTTP/1.1" 204 0
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252Ff2682688-2277-4cec-9d2c-8fa0b73f5658.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/f2682688-2277-4cec-9d2c-8fa0b73f5658.jpg not downloaded yet
2026-03-26 12:29: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 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252Fadc44f3c-e5cb-45a6-91a1-d8168676a54e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/adc44f3c-e5cb-45a6-91a1-d8168676a54e.jpg not downloaded yet
2026-03-26 12:29:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726511> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5715193/general/bc8bbb92-4b38-4b32-a944-bbcf8b054249.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727831)
2026-03-26 12:29: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 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252F449a69e1-0c73-40f6-bd6e-a6bacb82c592.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/449a69e1-0c73-40f6-bd6e-a6bacb82c592.jpg not downloaded yet
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252Ff21563bb-1b2e-45e8-8d80-f9b0e80d63b6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/f21563bb-1b2e-45e8-8d80-f9b0e80d63b6.jpg not downloaded yet
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252F398fb213-c0bb-4aaf-a198-09d81e6dffc0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/398fb213-c0bb-4aaf-a198-09d81e6dffc0.jpg not downloaded yet
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252F9cc43eed-d2f7-41f2-a7ab-4fd492bcd5cf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/9cc43eed-d2f7-41f2-a7ab-4fd492bcd5cf.jpg not downloaded yet
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252Fc7056ac5-76b7-4846-84b0-3694709b78ea.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/c7056ac5-76b7-4846-84b0-3694709b78ea.jpg not downloaded yet
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252F24731355-16a3-45d4-b269-56ab7e4c0219.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/24731355-16a3-45d4-b269-56ab7e4c0219.jpg not downloaded yet
2026-03-26 12:29:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746714/general/21dba8ba-6600-4159-a3e5-dd107b7cf575.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727004)
2026-03-26 12:29:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746714/general/f2682688-2277-4cec-9d2c-8fa0b73f5658.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727004)
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252F4e4aa506-8025-4e6c-be5f-e054b29c113f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/4e4aa506-8025-4e6c-be5f-e054b29c113f.jpg not downloaded yet
2026-03-26 12:29:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abe8e5e1-ce67-50c0-aa8f-3e660b0c9423 with identifier: 10726511
2026-03-26 12:29:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abe8e5e1-ce67-50c0-aa8f-3e660b0c9423 with scrape type 1
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item abe8e5e1-ce67-50c0-aa8f-3e660b0c9423
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252F1f9a9ff9-a764-4944-b1d8-512cf22c6892.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/1f9a9ff9-a764-4944-b1d8-512cf22c6892.jpg not downloaded yet
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ede1d0>
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37c2a0da-692a-51ae-9cc0-a70dd9fc25ea/37c2a0da-692a-51ae-9cc0-a70dd9fc25ea_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715193%252Fgeneral%252Fbc8bbb92-4b38-4b32-a944-bbcf8b054249.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715193/general/bc8bbb92-4b38-4b32-a944-bbcf8b054249.jpg saved to cache
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 37c2a0da-692a-51ae-9cc0-a70dd9fc25ea
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252Fb76d109f-3983-4571-9da1-cc4381fa9697.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/b76d109f-3983-4571-9da1-cc4381fa9697.jpg not downloaded yet
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252Ff3dd2164-1446-4b32-8656-ef7e9f092b2c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/f3dd2164-1446-4b32-8656-ef7e9f092b2c.jpg not downloaded yet
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252Fe303abac-5cfd-4b90-970d-8833460224a8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/e303abac-5cfd-4b90-970d-8833460224a8.jpg not downloaded yet
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf61790>
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252F21dba8ba-6600-4159-a3e5-dd107b7cf575.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/21dba8ba-6600-4159-a3e5-dd107b7cf575.jpg saved to cache
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c968d588-e09f-5670-a141-11ae654d1e82
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015632e290>
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252Ff2682688-2277-4cec-9d2c-8fa0b73f5658.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/f2682688-2277-4cec-9d2c-8fa0b73f5658.jpg saved to cache
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c968d588-e09f-5670-a141-11ae654d1e82
2026-03-26 12:29:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746714/general/c7056ac5-76b7-4846-84b0-3694709b78ea.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727004)
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252F9fe330fb-55bc-4cce-bc94-ed38eba9872f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/9fe330fb-55bc-4cce-bc94-ed38eba9872f.jpg not downloaded yet
2026-03-26 12:29:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746714/general/24731355-16a3-45d4-b269-56ab7e4c0219.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727004)
2026-03-26 12:29:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726617> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252Fe1b22f3f-d28c-43ae-872f-87f7520a2734.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/e1b22f3f-d28c-43ae-872f-87f7520a2734.jpg not downloaded yet
2026-03-26 12:29: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 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252F7dfccc90-a617-443a-b8c3-839d0099abbd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/7dfccc90-a617-443a-b8c3-839d0099abbd.jpg not downloaded yet
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252F8cd61356-f627-4851-b0ef-89693fea7d99.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/8cd61356-f627-4851-b0ef-89693fea7d99.jpg not downloaded yet
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252F35269534-92a9-47a5-9a20-a274dce65c7c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/35269534-92a9-47a5-9a20-a274dce65c7c.jpg not downloaded yet
2026-03-26 12:29:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727130> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252F949f3b66-8984-45c1-8525-9495302a2cfc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/949f3b66-8984-45c1-8525-9495302a2cfc.jpg not downloaded yet
2026-03-26 12:29: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 12:29:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c658710>
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252Fc7056ac5-76b7-4846-84b0-3694709b78ea.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/c7056ac5-76b7-4846-84b0-3694709b78ea.jpg saved to cache
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c968d588-e09f-5670-a141-11ae654d1e82
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c059410>
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252F24731355-16a3-45d4-b269-56ab7e4c0219.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/24731355-16a3-45d4-b269-56ab7e4c0219.jpg saved to cache
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c968d588-e09f-5670-a141-11ae654d1e82
2026-03-26 12:29:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78b468c5-1fa6-566c-a25b-9a2d40eeaec4 with identifier: 10726617
2026-03-26 12:29:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78b468c5-1fa6-566c-a25b-9a2d40eeaec4 with scrape type 1
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 78b468c5-1fa6-566c-a25b-9a2d40eeaec4
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732790%252Fgeneral%252F1ea5dbdf-f991-429e-8c2f-58830f038ca6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732790/general/1ea5dbdf-f991-429e-8c2f-58830f038ca6.jpg already downloaded
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732790%252Fgeneral%252F74dd31e8-2ddc-45bf-9f87-65d5d4da350e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732790/general/74dd31e8-2ddc-45bf-9f87-65d5d4da350e.jpg already downloaded
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732790%252Fgeneral%252Ff7daeba1-6995-4533-8ab6-03e07f9e0e93.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732790/general/f7daeba1-6995-4533-8ab6-03e07f9e0e93.jpg already downloaded
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732790%252Fgeneral%252F3690dd32-dc2a-407d-b500-c9481f9222b1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732790/general/3690dd32-dc2a-407d-b500-c9481f9222b1.jpg already downloaded
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732790%252Fgeneral%252F65db3972-f301-4e4a-a3ba-5e340ec30ad9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732790/general/65db3972-f301-4e4a-a3ba-5e340ec30ad9.jpg already downloaded
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732790%252Fgeneral%252F1cb68f26-56f1-4408-8ded-d24d41f6cd22.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732790/general/1cb68f26-56f1-4408-8ded-d24d41f6cd22.jpg already downloaded
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732790%252Fgeneral%252F583732ce-9d74-4bf6-b8c1-03e08dbc5190.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732790/general/583732ce-9d74-4bf6-b8c1-03e08dbc5190.jpg already downloaded
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732790%252Fgeneral%252F3889162a-ecdb-4a1e-a315-e6149fd2ee50.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732790/general/3889162a-ecdb-4a1e-a315-e6149fd2ee50.jpg already downloaded
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732790%252Fgeneral%252F9a27926e-158a-4ffd-ae62-ac173a1f4475.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732790/general/9a27926e-158a-4ffd-ae62-ac173a1f4475.jpg already downloaded
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732790%252Fgeneral%252F92686dbe-6290-4a67-abdc-43cd43b0b6de.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732790/general/92686dbe-6290-4a67-abdc-43cd43b0b6de.jpg already downloaded
2026-03-26 12:29:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 78b468c5-1fa6-566c-a25b-9a2d40eeaec4, identifier: 10726617
2026-03-26 12:29:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 78b468c5-1fa6-566c-a25b-9a2d40eeaec4 with identifier: 10726617
2026-03-26 12:29:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 78b468c5-1fa6-566c-a25b-9a2d40eeaec4 with identifier: 10726617
2026-03-26 12:29:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 78b468c5-1fa6-566c-a25b-9a2d40eeaec4 with identifier: 10726617 to the API
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726617>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '78b468c5-1fa6-566c-a25b-9a2d40eeaec4',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '361087',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726617',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 144833,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 52,
'photo_urls': ['https://images.openlane.eu/carimgs/5732790/general/1ea5dbdf-f991-429e-8c2f-58830f038ca6.jpg',
'https://images.openlane.eu/carimgs/5732790/general/74dd31e8-2ddc-45bf-9f87-65d5d4da350e.jpg',
'https://images.openlane.eu/carimgs/5732790/general/f7daeba1-6995-4533-8ab6-03e07f9e0e93.jpg',
'https://images.openlane.eu/carimgs/5732790/general/3690dd32-dc2a-407d-b500-c9481f9222b1.jpg',
'https://images.openlane.eu/carimgs/5732790/general/65db3972-f301-4e4a-a3ba-5e340ec30ad9.jpg',
'https://images.openlane.eu/carimgs/5732790/general/1cb68f26-56f1-4408-8ded-d24d41f6cd22.jpg',
'https://images.openlane.eu/carimgs/5732790/general/583732ce-9d74-4bf6-b8c1-03e08dbc5190.jpg',
'https://images.openlane.eu/carimgs/5732790/general/3889162a-ecdb-4a1e-a315-e6149fd2ee50.jpg',
'https://images.openlane.eu/carimgs/5732790/general/9a27926e-158a-4ffd-ae62-ac173a1f4475.jpg',
'https://images.openlane.eu/carimgs/5732790/general/92686dbe-6290-4a67-abdc-43cd43b0b6de.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78b468c5-1fa6-566c-a25b-9a2d40eeaec4/78b468c5-1fa6-566c-a25b-9a2d40eeaec4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121684,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732790/general/1ea5dbdf-f991-429e-8c2f-58830f038ca6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78b468c5-1fa6-566c-a25b-9a2d40eeaec4/78b468c5-1fa6-566c-a25b-9a2d40eeaec4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116655,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732790/general/74dd31e8-2ddc-45bf-9f87-65d5d4da350e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78b468c5-1fa6-566c-a25b-9a2d40eeaec4/78b468c5-1fa6-566c-a25b-9a2d40eeaec4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161478,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732790/general/f7daeba1-6995-4533-8ab6-03e07f9e0e93.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78b468c5-1fa6-566c-a25b-9a2d40eeaec4/78b468c5-1fa6-566c-a25b-9a2d40eeaec4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157593,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732790/general/3690dd32-dc2a-407d-b500-c9481f9222b1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78b468c5-1fa6-566c-a25b-9a2d40eeaec4/78b468c5-1fa6-566c-a25b-9a2d40eeaec4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106380,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732790/general/65db3972-f301-4e4a-a3ba-5e340ec30ad9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78b468c5-1fa6-566c-a25b-9a2d40eeaec4/78b468c5-1fa6-566c-a25b-9a2d40eeaec4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151469,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732790/general/1cb68f26-56f1-4408-8ded-d24d41f6cd22.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78b468c5-1fa6-566c-a25b-9a2d40eeaec4/78b468c5-1fa6-566c-a25b-9a2d40eeaec4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113046,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732790/general/583732ce-9d74-4bf6-b8c1-03e08dbc5190.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78b468c5-1fa6-566c-a25b-9a2d40eeaec4/78b468c5-1fa6-566c-a25b-9a2d40eeaec4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141950,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732790/general/3889162a-ecdb-4a1e-a315-e6149fd2ee50.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78b468c5-1fa6-566c-a25b-9a2d40eeaec4/78b468c5-1fa6-566c-a25b-9a2d40eeaec4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115252,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732790/general/9a27926e-158a-4ffd-ae62-ac173a1f4475.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_78b468c5-1fa6-566c-a25b-9a2d40eeaec4/78b468c5-1fa6-566c-a25b-9a2d40eeaec4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108051,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732790/general/92686dbe-6290-4a67-abdc-43cd43b0b6de.jpg',
'Width': 800}],
'price': 9300,
'price_includes_vat': True,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volkswagen Passat Variant 3.2 - Diesel - Automatic - 150 hp - '
'144.833 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726617%27 HTTP/1.1" 200 None
2026-03-26 12:29:20 [adesa.de] INFO: Saving data for 10726617: {'created_time': 1774528160.64935, 'last_price_update_time': 1774528160.649367, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726617') HTTP/1.1" 204 0
2026-03-26 12:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746541/general/9fe330fb-55bc-4cce-bc94-ed38eba9872f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726511)
2026-03-26 12:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746541/general/35269534-92a9-47a5-9a20-a274dce65c7c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726511)
2026-03-26 12:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726439> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b9b725b-46f1-5f22-b6e1-ae9490099a73 with identifier: 10727130
2026-03-26 12:29:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b9b725b-46f1-5f22-b6e1-ae9490099a73 with scrape type 1
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1b9b725b-46f1-5f22-b6e1-ae9490099a73
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252F777905be-3d93-426e-9397-0d4004a03c77.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/777905be-3d93-426e-9397-0d4004a03c77.jpg not downloaded yet
2026-03-26 12:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746541/general/e303abac-5cfd-4b90-970d-8833460224a8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726511)
2026-03-26 12:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746541/general/f3dd2164-1446-4b32-8656-ef7e9f092b2c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726511)
2026-03-26 12:29: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 12:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726448> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727098> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726579> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29: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 12:29: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 12:29: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 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252F29d831f8-a4a3-46f6-a392-e3a42ea8abc3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/29d831f8-a4a3-46f6-a392-e3a42ea8abc3.jpg not downloaded yet
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252Fd0bd2d03-90c8-4773-91e4-73f95644686d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/d0bd2d03-90c8-4773-91e4-73f95644686d.jpg not downloaded yet
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252Ff6e07e19-26c1-47e3-9cbb-18a99c6ee128.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/f6e07e19-26c1-47e3-9cbb-18a99c6ee128.jpg not downloaded yet
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252F10ece1ac-1ca3-421e-a953-7563c6f21b2e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/10ece1ac-1ca3-421e-a953-7563c6f21b2e.jpg not downloaded yet
2026-03-26 12:29:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fd4790>
2026-03-26 12:29:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252F9fe330fb-55bc-4cce-bc94-ed38eba9872f.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/9fe330fb-55bc-4cce-bc94-ed38eba9872f.jpg saved to cache
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item abe8e5e1-ce67-50c0-aa8f-3e660b0c9423
2026-03-26 12:29:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f79710>
2026-03-26 12:29:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252F35269534-92a9-47a5-9a20-a274dce65c7c.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/35269534-92a9-47a5-9a20-a274dce65c7c.jpg saved to cache
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item abe8e5e1-ce67-50c0-aa8f-3e660b0c9423
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252Fd8ed07f8-3d3c-4477-9bc0-63e9096e6d77.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/d8ed07f8-3d3c-4477-9bc0-63e9096e6d77.jpg not downloaded yet
2026-03-26 12:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746541/general/949f3b66-8984-45c1-8525-9495302a2cfc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726511)
2026-03-26 12:29:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb7e9215-0095-599e-8f17-10683bb254ee with identifier: 10726439
2026-03-26 12:29:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb7e9215-0095-599e-8f17-10683bb254ee with scrape type 1
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item eb7e9215-0095-599e-8f17-10683bb254ee
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F139d80aa-1ba3-41db-8c0e-af54f49c066d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/139d80aa-1ba3-41db-8c0e-af54f49c066d.jpg not downloaded yet
2026-03-26 12:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746541/general/1f9a9ff9-a764-4944-b1d8-512cf22c6892.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726511)
2026-03-26 12:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746749/general/777905be-3d93-426e-9397-0d4004a03c77.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727130)
2026-03-26 12:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252Ff215a7b8-4dd0-4bd2-896b-9185591a0ee5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/f215a7b8-4dd0-4bd2-896b-9185591a0ee5.jpg not downloaded yet
2026-03-26 12:29:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746541/general/b76d109f-3983-4571-9da1-cc4381fa9697.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726511)
2026-03-26 12:29:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746541/general/e1b22f3f-d28c-43ae-872f-87f7520a2734.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726511)
2026-03-26 12:29:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746541/general/8cd61356-f627-4851-b0ef-89693fea7d99.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726511)
2026-03-26 12:29:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746541/general/7dfccc90-a617-443a-b8c3-839d0099abbd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726511)
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F309e45ee-33be-49d4-b084-5e4f586b6294.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/309e45ee-33be-49d4-b084-5e4f586b6294.jpg not downloaded yet
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fcba10>
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252Fe303abac-5cfd-4b90-970d-8833460224a8.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/e303abac-5cfd-4b90-970d-8833460224a8.jpg saved to cache
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item abe8e5e1-ce67-50c0-aa8f-3e660b0c9423
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156442190>
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252Ff3dd2164-1446-4b32-8656-ef7e9f092b2c.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/f3dd2164-1446-4b32-8656-ef7e9f092b2c.jpg saved to cache
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item abe8e5e1-ce67-50c0-aa8f-3e660b0c9423
2026-03-26 12:29:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 395eb335-833f-5931-85e1-fc2de41f76cd with identifier: 10726448
2026-03-26 12:29:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 395eb335-833f-5931-85e1-fc2de41f76cd with scrape type 1
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 395eb335-833f-5931-85e1-fc2de41f76cd
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252F34c53f01-6738-4268-ab2b-a798c9e7e0d6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/34c53f01-6738-4268-ab2b-a798c9e7e0d6.jpg not downloaded yet
2026-03-26 12:29:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3795bd9-23dc-5f2c-b33d-296216072180 with identifier: 10727098
2026-03-26 12:29:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3795bd9-23dc-5f2c-b33d-296216072180 with scrape type 1
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e3795bd9-23dc-5f2c-b33d-296216072180
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252F3e0efa48-d1b3-459e-8285-a59ee5e4888c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/3e0efa48-d1b3-459e-8285-a59ee5e4888c.jpg not downloaded yet
2026-03-26 12:29:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73f2ee30-1506-5d71-b7a2-471d267c5f9b with identifier: 10726579
2026-03-26 12:29:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73f2ee30-1506-5d71-b7a2-471d267c5f9b with scrape type 1
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 73f2ee30-1506-5d71-b7a2-471d267c5f9b
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252F2e5d9464-c49e-4ff8-a00a-a69ecd4b792c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/2e5d9464-c49e-4ff8-a00a-a69ecd4b792c.jpg not downloaded yet
2026-03-26 12:29:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746749/general/10ece1ac-1ca3-421e-a953-7563c6f21b2e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727130)
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252Ff047901f-811c-4632-b8d2-5649588c676a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/f047901f-811c-4632-b8d2-5649588c676a.jpg not downloaded yet
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F0caa4042-1fee-446c-bd0d-570101f6bc56.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/0caa4042-1fee-446c-bd0d-570101f6bc56.jpg not downloaded yet
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252F54366d3e-aa80-4bcb-a7fc-4d51cee63103.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/54366d3e-aa80-4bcb-a7fc-4d51cee63103.jpg not downloaded yet
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252F1224d981-6b0b-462d-81fe-e76b1cca2a38.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/1224d981-6b0b-462d-81fe-e76b1cca2a38.jpg not downloaded yet
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252F11c20da4-83fb-4b94-b73d-cf76213cbd8b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/11c20da4-83fb-4b94-b73d-cf76213cbd8b.jpg not downloaded yet
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252F84c38ee0-085c-457f-8669-554d30af1959.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/84c38ee0-085c-457f-8669-554d30af1959.jpg not downloaded yet
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564dcf90>
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252F949f3b66-8984-45c1-8525-9495302a2cfc.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/949f3b66-8984-45c1-8525-9495302a2cfc.jpg saved to cache
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item abe8e5e1-ce67-50c0-aa8f-3e660b0c9423
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c03f510>
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252F1f9a9ff9-a764-4944-b1d8-512cf22c6892.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/1f9a9ff9-a764-4944-b1d8-512cf22c6892.jpg saved to cache
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item abe8e5e1-ce67-50c0-aa8f-3e660b0c9423
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015623ec50>
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252F777905be-3d93-426e-9397-0d4004a03c77.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/777905be-3d93-426e-9397-0d4004a03c77.jpg saved to cache
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1b9b725b-46f1-5f22-b6e1-ae9490099a73
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09b8d0>
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252Fb76d109f-3983-4571-9da1-cc4381fa9697.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/b76d109f-3983-4571-9da1-cc4381fa9697.jpg saved to cache
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item abe8e5e1-ce67-50c0-aa8f-3e660b0c9423
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015623ad50>
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252Fe1b22f3f-d28c-43ae-872f-87f7520a2734.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/e1b22f3f-d28c-43ae-872f-87f7520a2734.jpg saved to cache
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item abe8e5e1-ce67-50c0-aa8f-3e660b0c9423
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e93250>
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252F8cd61356-f627-4851-b0ef-89693fea7d99.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/8cd61356-f627-4851-b0ef-89693fea7d99.jpg saved to cache
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item abe8e5e1-ce67-50c0-aa8f-3e660b0c9423
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015624a7d0>
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746541%252Fgeneral%252F7dfccc90-a617-443a-b8c3-839d0099abbd.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746541/general/7dfccc90-a617-443a-b8c3-839d0099abbd.jpg saved to cache
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item abe8e5e1-ce67-50c0-aa8f-3e660b0c9423
2026-03-26 12:29:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: abe8e5e1-ce67-50c0-aa8f-3e660b0c9423, skipping ID generation
2026-03-26 12:29:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abe8e5e1-ce67-50c0-aa8f-3e660b0c9423 with scrape type 1
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item abe8e5e1-ce67-50c0-aa8f-3e660b0c9423 sending to next pipeline
2026-03-26 12:29:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: abe8e5e1-ce67-50c0-aa8f-3e660b0c9423, identifier: 10726511
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F9e0b1459-1182-462b-8a3e-24f79573fab4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/9e0b1459-1182-462b-8a3e-24f79573fab4.jpg not downloaded yet
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252F5cdf972b-f403-485d-83b7-14b6d09ff82d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/5cdf972b-f403-485d-83b7-14b6d09ff82d.jpg not downloaded yet
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252Fb73b909a-2be6-4d18-9a98-5d55b59b3fa3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/b73b909a-2be6-4d18-9a98-5d55b59b3fa3.jpg not downloaded yet
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252F191537ec-3a22-4015-bcd6-ae150da1b2c3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/191537ec-3a22-4015-bcd6-ae150da1b2c3.jpg not downloaded yet
2026-03-26 12:29:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: abe8e5e1-ce67-50c0-aa8f-3e660b0c9423 with identifier: 10726511
2026-03-26 12:29:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: abe8e5e1-ce67-50c0-aa8f-3e660b0c9423 with identifier: 10726511
2026-03-26 12:29:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: abe8e5e1-ce67-50c0-aa8f-3e660b0c9423 with identifier: 10726511 to the API
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746541/general/7dfccc90-a617-443a-b8c3-839d0099abbd.jpg>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'abe8e5e1-ce67-50c0-aa8f-3e660b0c9423',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4442533',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726511',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 17224,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 88,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168916,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746541/general/1f9a9ff9-a764-4944-b1d8-512cf22c6892.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170891,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746541/general/b76d109f-3983-4571-9da1-cc4381fa9697.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169685,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746541/general/f3dd2164-1446-4b32-8656-ef7e9f092b2c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157030,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746541/general/e303abac-5cfd-4b90-970d-8833460224a8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148355,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746541/general/9fe330fb-55bc-4cce-bc94-ed38eba9872f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154193,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746541/general/e1b22f3f-d28c-43ae-872f-87f7520a2734.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148172,
'Height': 959,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746541/general/7dfccc90-a617-443a-b8c3-839d0099abbd.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151405,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746541/general/8cd61356-f627-4851-b0ef-89693fea7d99.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126144,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746541/general/35269534-92a9-47a5-9a20-a274dce65c7c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abe8e5e1-ce67-50c0-aa8f-3e660b0c9423/abe8e5e1-ce67-50c0-aa8f-3e660b0c9423_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120641,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746541/general/949f3b66-8984-45c1-8525-9495302a2cfc.jpg',
'Width': 800}],
'price': 11100,
'price_includes_vat': True,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volkswagen T-Cross 1.0 TSI Style - Petrol - Automatic - 110 hp - '
'17.224 km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2021}
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726511%27 HTTP/1.1" 200 None
2026-03-26 12:29:22 [adesa.de] INFO: Saving data for 10726511: {'created_time': 1774528162.477956, 'last_price_update_time': 1774528162.477971, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726511') HTTP/1.1" 204 0
2026-03-26 12:29:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746749/general/d8ed07f8-3d3c-4477-9bc0-63e9096e6d77.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727130)
2026-03-26 12:29:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746749/general/f6e07e19-26c1-47e3-9cbb-18a99c6ee128.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727130)
2026-03-26 12:29:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746714/general/4e4aa506-8025-4e6c-be5f-e054b29c113f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727004)
2026-03-26 12:29:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746487/general/139d80aa-1ba3-41db-8c0e-af54f49c066d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726439)
2026-03-26 12:29:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746749/general/d0bd2d03-90c8-4773-91e4-73f95644686d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727130)
2026-03-26 12:29:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746749/general/29d831f8-a4a3-46f6-a392-e3a42ea8abc3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727130)
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252Fdf7c3529-6116-4d35-80cf-65a3dcb96962.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/df7c3529-6116-4d35-80cf-65a3dcb96962.jpg not downloaded yet
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156242cd0>
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252F10ece1ac-1ca3-421e-a953-7563c6f21b2e.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/10ece1ac-1ca3-421e-a953-7563c6f21b2e.jpg saved to cache
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1b9b725b-46f1-5f22-b6e1-ae9490099a73
2026-03-26 12:29:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746714/general/9cc43eed-d2f7-41f2-a7ab-4fd492bcd5cf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727004)
2026-03-26 12:29:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746749/general/f215a7b8-4dd0-4bd2-896b-9185591a0ee5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727130)
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F3025924c-54b2-4dcd-b70e-5d47b9dea1d0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/3025924c-54b2-4dcd-b70e-5d47b9dea1d0.jpg not downloaded yet
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252F96a051ce-d54b-4a27-98c7-5840389cb419.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/96a051ce-d54b-4a27-98c7-5840389cb419.jpg not downloaded yet
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252Fd41d6b73-c9f3-4ebf-9565-0b958ecae740.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/d41d6b73-c9f3-4ebf-9565-0b958ecae740.jpg not downloaded yet
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252F4774864c-da78-474c-9dba-c0cc926f5e49.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/4774864c-da78-474c-9dba-c0cc926f5e49.jpg not downloaded yet
2026-03-26 12:29:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726536> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726461> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726655> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F04f69d05-a501-4948-b973-081db2c381d4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/04f69d05-a501-4948-b973-081db2c381d4.jpg not downloaded yet
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252Fcf4a1dce-2a55-4ef8-b429-c31722b26911.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/cf4a1dce-2a55-4ef8-b429-c31722b26911.jpg not downloaded yet
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252F7041334c-f1c1-407e-a3dd-f588a2f08a3b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/7041334c-f1c1-407e-a3dd-f588a2f08a3b.jpg not downloaded yet
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252F2c2a4a20-1dd3-49d5-a26b-0a9b6fc5ea18.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/2c2a4a20-1dd3-49d5-a26b-0a9b6fc5ea18.jpg not downloaded yet
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F8934ff01-5643-4d8c-98d3-de4c9df8410e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/8934ff01-5643-4d8c-98d3-de4c9df8410e.jpg not downloaded yet
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252Fa53d4fd7-ff14-4fba-bec0-f46e543da7a2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/a53d4fd7-ff14-4fba-bec0-f46e543da7a2.jpg not downloaded yet
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252Fb305a71a-2615-4b17-9997-c5d545327a2a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/b305a71a-2615-4b17-9997-c5d545327a2a.jpg not downloaded yet
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252F063b249c-fdf8-46a2-9af0-569ddd3de9e0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/063b249c-fdf8-46a2-9af0-569ddd3de9e0.jpg not downloaded yet
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562ed6d0>
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252Fd8ed07f8-3d3c-4477-9bc0-63e9096e6d77.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/d8ed07f8-3d3c-4477-9bc0-63e9096e6d77.jpg saved to cache
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1b9b725b-46f1-5f22-b6e1-ae9490099a73
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156520d90>
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252Ff6e07e19-26c1-47e3-9cbb-18a99c6ee128.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/f6e07e19-26c1-47e3-9cbb-18a99c6ee128.jpg saved to cache
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1b9b725b-46f1-5f22-b6e1-ae9490099a73
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564db450>
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252F4e4aa506-8025-4e6c-be5f-e054b29c113f.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/4e4aa506-8025-4e6c-be5f-e054b29c113f.jpg saved to cache
2026-03-26 12:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c968d588-e09f-5670-a141-11ae654d1e82
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b0e90>
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F139d80aa-1ba3-41db-8c0e-af54f49c066d.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/139d80aa-1ba3-41db-8c0e-af54f49c066d.jpg saved to cache
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item eb7e9215-0095-599e-8f17-10683bb254ee
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156edf190>
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252Fd0bd2d03-90c8-4773-91e4-73f95644686d.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/d0bd2d03-90c8-4773-91e4-73f95644686d.jpg saved to cache
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1b9b725b-46f1-5f22-b6e1-ae9490099a73
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c057990>
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252F29d831f8-a4a3-46f6-a392-e3a42ea8abc3.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/29d831f8-a4a3-46f6-a392-e3a42ea8abc3.jpg saved to cache
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1b9b725b-46f1-5f22-b6e1-ae9490099a73
2026-03-26 12:29:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4699482/general/1224d981-6b0b-462d-81fe-e76b1cca2a38.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727098)
2026-03-26 12:29:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746749/general/84c38ee0-085c-457f-8669-554d30af1959.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727130)
2026-03-26 12:29:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746606/general/11c20da4-83fb-4b94-b73d-cf76213cbd8b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726579)
2026-03-26 12:29:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746487/general/0caa4042-1fee-446c-bd0d-570101f6bc56.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726439)
2026-03-26 12:29:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746606/general/191537ec-3a22-4015-bcd6-ae150da1b2c3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726579)
2026-03-26 12:29:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4699482/general/b73b909a-2be6-4d18-9a98-5d55b59b3fa3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727098)
2026-03-26 12:29:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746496/general/54366d3e-aa80-4bcb-a7fc-4d51cee63103.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726448)
2026-03-26 12:29:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746749/general/f047901f-811c-4632-b8d2-5649588c676a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727130)
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F39d4c99e-52b3-44ce-aa0c-8a65618b327b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/39d4c99e-52b3-44ce-aa0c-8a65618b327b.jpg not downloaded yet
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252Fddb6ea27-fdce-484f-b576-a46952660bf1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/ddb6ea27-fdce-484f-b576-a46952660bf1.jpg not downloaded yet
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252F777cc115-6e46-4fca-90c4-836af75a178c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/777cc115-6e46-4fca-90c4-836af75a178c.jpg not downloaded yet
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252F50b33929-4c35-4fdc-9936-e8147d45c364.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/50b33929-4c35-4fdc-9936-e8147d45c364.jpg not downloaded yet
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015630abd0>
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252F9cc43eed-d2f7-41f2-a7ab-4fd492bcd5cf.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/9cc43eed-d2f7-41f2-a7ab-4fd492bcd5cf.jpg saved to cache
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c968d588-e09f-5670-a141-11ae654d1e82
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156501c90>
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252Ff215a7b8-4dd0-4bd2-896b-9185591a0ee5.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/f215a7b8-4dd0-4bd2-896b-9185591a0ee5.jpg saved to cache
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1b9b725b-46f1-5f22-b6e1-ae9490099a73
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252Fa7caf732-068d-416f-ad55-ca4caddb62e8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/a7caf732-068d-416f-ad55-ca4caddb62e8.jpg not downloaded yet
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252Fa15d3c7b-3b51-4e54-b258-58e004bded74.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/a15d3c7b-3b51-4e54-b258-58e004bded74.jpg not downloaded yet
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252Fcf384cd5-ef9e-48b0-a5ee-329c0b063354.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/cf384cd5-ef9e-48b0-a5ee-329c0b063354.jpg not downloaded yet
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252F5ae80e0f-19b9-4892-a604-48d249b91f11.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/5ae80e0f-19b9-4892-a604-48d249b91f11.jpg not downloaded yet
2026-03-26 12:29:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a43ec8d9-9002-5c66-a226-41d24fc0d5f6 with identifier: 10726536
2026-03-26 12:29:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a43ec8d9-9002-5c66-a226-41d24fc0d5f6 with scrape type 1
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a43ec8d9-9002-5c66-a226-41d24fc0d5f6
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252F8cb7785d-9f03-44a5-ab12-bac98e6dac3a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/8cb7785d-9f03-44a5-ab12-bac98e6dac3a.jpg not downloaded yet
2026-03-26 12:29:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c73e55c-1733-5ee2-b7e4-9064c19e73c8 with identifier: 10726461
2026-03-26 12:29:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c73e55c-1733-5ee2-b7e4-9064c19e73c8 with scrape type 1
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0c73e55c-1733-5ee2-b7e4-9064c19e73c8
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732985%252Fgeneral%252Fda2b795f-6db5-4813-9eb0-fcff9d82ef38.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732985/general/da2b795f-6db5-4813-9eb0-fcff9d82ef38.jpg already downloaded
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732985%252Fgeneral%252F1745dfbe-4b41-4f4b-aebd-130f608eb744.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732985/general/1745dfbe-4b41-4f4b-aebd-130f608eb744.jpg already downloaded
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732985%252Fgeneral%252F5536dc5e-604f-45bd-8465-b87977b088f9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732985/general/5536dc5e-604f-45bd-8465-b87977b088f9.jpg already downloaded
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732985%252Fgeneral%252F11c4c75c-9051-4733-bb52-aae6888eb383.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732985/general/11c4c75c-9051-4733-bb52-aae6888eb383.jpg already downloaded
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732985%252Fgeneral%252F288e9383-16f1-4102-bae4-11e904c57bb3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732985/general/288e9383-16f1-4102-bae4-11e904c57bb3.jpg already downloaded
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732985%252Fgeneral%252F1ac9c7f2-6d63-4581-803f-d1ae2722de35.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732985/general/1ac9c7f2-6d63-4581-803f-d1ae2722de35.jpg already downloaded
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732985%252Fgeneral%252F1e736c21-06be-4556-898a-03e2d20ce814.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732985/general/1e736c21-06be-4556-898a-03e2d20ce814.jpg already downloaded
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732985%252Fgeneral%252Fef7cf3e0-a592-4f1f-b1d1-1885b4b94970.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732985/general/ef7cf3e0-a592-4f1f-b1d1-1885b4b94970.jpg already downloaded
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732985%252Fgeneral%252Fe074bea1-f1c4-42fb-b255-c13f18bcf55d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732985/general/e074bea1-f1c4-42fb-b255-c13f18bcf55d.jpg already downloaded
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732985%252Fgeneral%252F7f6974c4-d81d-4f8d-a9e2-5f8233541a94.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732985/general/7f6974c4-d81d-4f8d-a9e2-5f8233541a94.jpg already downloaded
2026-03-26 12:29:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 0c73e55c-1733-5ee2-b7e4-9064c19e73c8, identifier: 10726461
2026-03-26 12:29:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 613ef635-97c9-5fa8-806b-10b2e6b91eed with identifier: 10726655
2026-03-26 12:29:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 613ef635-97c9-5fa8-806b-10b2e6b91eed with scrape type 1
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 613ef635-97c9-5fa8-806b-10b2e6b91eed
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252F2a963d0b-c752-4595-8c0d-863c109f24c3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/2a963d0b-c752-4595-8c0d-863c109f24c3.jpg not downloaded yet
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015656a510>
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252F1224d981-6b0b-462d-81fe-e76b1cca2a38.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/1224d981-6b0b-462d-81fe-e76b1cca2a38.jpg saved to cache
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e3795bd9-23dc-5f2c-b33d-296216072180
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564dad90>
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252F84c38ee0-085c-457f-8669-554d30af1959.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/84c38ee0-085c-457f-8669-554d30af1959.jpg saved to cache
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1b9b725b-46f1-5f22-b6e1-ae9490099a73
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156123bd0>
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252F11c20da4-83fb-4b94-b73d-cf76213cbd8b.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/11c20da4-83fb-4b94-b73d-cf76213cbd8b.jpg saved to cache
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 73f2ee30-1506-5d71-b7a2-471d267c5f9b
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156126a10>
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F0caa4042-1fee-446c-bd0d-570101f6bc56.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/0caa4042-1fee-446c-bd0d-570101f6bc56.jpg saved to cache
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item eb7e9215-0095-599e-8f17-10683bb254ee
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015612ff90>
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252F191537ec-3a22-4015-bcd6-ae150da1b2c3.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/191537ec-3a22-4015-bcd6-ae150da1b2c3.jpg saved to cache
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 73f2ee30-1506-5d71-b7a2-471d267c5f9b
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564d9010>
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252Fb73b909a-2be6-4d18-9a98-5d55b59b3fa3.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/b73b909a-2be6-4d18-9a98-5d55b59b3fa3.jpg saved to cache
2026-03-26 12:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e3795bd9-23dc-5f2c-b33d-296216072180
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156129790>
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252F54366d3e-aa80-4bcb-a7fc-4d51cee63103.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/54366d3e-aa80-4bcb-a7fc-4d51cee63103.jpg saved to cache
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 395eb335-833f-5931-85e1-fc2de41f76cd
2026-03-26 12:29:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156117950>
2026-03-26 12:29:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252Ff047901f-811c-4632-b8d2-5649588c676a.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/f047901f-811c-4632-b8d2-5649588c676a.jpg saved to cache
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1b9b725b-46f1-5f22-b6e1-ae9490099a73
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F65dabcf3-b5ab-42e6-9d2f-ac6a139b4ba8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/65dabcf3-b5ab-42e6-9d2f-ac6a139b4ba8.jpg not downloaded yet
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252F52c284ed-f987-47ef-92d8-f0893ca009b1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/52c284ed-f987-47ef-92d8-f0893ca009b1.jpg not downloaded yet
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252F8a246ed8-271d-4f9e-9919-d5aca78d770f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/8a246ed8-271d-4f9e-9919-d5aca78d770f.jpg not downloaded yet
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252Ff02ad4f9-d89d-4dbc-a72d-e346db5bd6fc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/f02ad4f9-d89d-4dbc-a72d-e346db5bd6fc.jpg not downloaded yet
2026-03-26 12:29:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 0c73e55c-1733-5ee2-b7e4-9064c19e73c8 with identifier: 10726461
2026-03-26 12:29:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 0c73e55c-1733-5ee2-b7e4-9064c19e73c8 with identifier: 10726461
2026-03-26 12:29:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 0c73e55c-1733-5ee2-b7e4-9064c19e73c8 with identifier: 10726461 to the API
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726461>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '0c73e55c-1733-5ee2-b7e4-9064c19e73c8',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '365807',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726461',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 70956,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 32,
'photo_urls': ['https://images.openlane.eu/carimgs/5732985/general/da2b795f-6db5-4813-9eb0-fcff9d82ef38.jpg',
'https://images.openlane.eu/carimgs/5732985/general/1745dfbe-4b41-4f4b-aebd-130f608eb744.jpg',
'https://images.openlane.eu/carimgs/5732985/general/5536dc5e-604f-45bd-8465-b87977b088f9.jpg',
'https://images.openlane.eu/carimgs/5732985/general/11c4c75c-9051-4733-bb52-aae6888eb383.jpg',
'https://images.openlane.eu/carimgs/5732985/general/288e9383-16f1-4102-bae4-11e904c57bb3.jpg',
'https://images.openlane.eu/carimgs/5732985/general/1ac9c7f2-6d63-4581-803f-d1ae2722de35.jpg',
'https://images.openlane.eu/carimgs/5732985/general/1e736c21-06be-4556-898a-03e2d20ce814.jpg',
'https://images.openlane.eu/carimgs/5732985/general/ef7cf3e0-a592-4f1f-b1d1-1885b4b94970.jpg',
'https://images.openlane.eu/carimgs/5732985/general/e074bea1-f1c4-42fb-b255-c13f18bcf55d.jpg',
'https://images.openlane.eu/carimgs/5732985/general/7f6974c4-d81d-4f8d-a9e2-5f8233541a94.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c73e55c-1733-5ee2-b7e4-9064c19e73c8/0c73e55c-1733-5ee2-b7e4-9064c19e73c8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149400,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732985/general/da2b795f-6db5-4813-9eb0-fcff9d82ef38.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c73e55c-1733-5ee2-b7e4-9064c19e73c8/0c73e55c-1733-5ee2-b7e4-9064c19e73c8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112222,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732985/general/1745dfbe-4b41-4f4b-aebd-130f608eb744.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c73e55c-1733-5ee2-b7e4-9064c19e73c8/0c73e55c-1733-5ee2-b7e4-9064c19e73c8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152281,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732985/general/5536dc5e-604f-45bd-8465-b87977b088f9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c73e55c-1733-5ee2-b7e4-9064c19e73c8/0c73e55c-1733-5ee2-b7e4-9064c19e73c8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106802,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732985/general/11c4c75c-9051-4733-bb52-aae6888eb383.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c73e55c-1733-5ee2-b7e4-9064c19e73c8/0c73e55c-1733-5ee2-b7e4-9064c19e73c8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88738,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732985/general/288e9383-16f1-4102-bae4-11e904c57bb3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c73e55c-1733-5ee2-b7e4-9064c19e73c8/0c73e55c-1733-5ee2-b7e4-9064c19e73c8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155163,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732985/general/1ac9c7f2-6d63-4581-803f-d1ae2722de35.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c73e55c-1733-5ee2-b7e4-9064c19e73c8/0c73e55c-1733-5ee2-b7e4-9064c19e73c8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117676,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732985/general/1e736c21-06be-4556-898a-03e2d20ce814.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c73e55c-1733-5ee2-b7e4-9064c19e73c8/0c73e55c-1733-5ee2-b7e4-9064c19e73c8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146181,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732985/general/ef7cf3e0-a592-4f1f-b1d1-1885b4b94970.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c73e55c-1733-5ee2-b7e4-9064c19e73c8/0c73e55c-1733-5ee2-b7e4-9064c19e73c8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103971,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732985/general/e074bea1-f1c4-42fb-b255-c13f18bcf55d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c73e55c-1733-5ee2-b7e4-9064c19e73c8/0c73e55c-1733-5ee2-b7e4-9064c19e73c8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107517,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732985/general/7f6974c4-d81d-4f8d-a9e2-5f8233541a94.jpg',
'Width': 800}],
'price': 12200,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Octavia Combi 1.2 Style - Petrol - Manual - 150 hp - 70.956 '
'km',
'transmission': 'manual',
'trim': 'Style',
'vin': None,
'year': 2022}
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726461%27 HTTP/1.1" 200 None
2026-03-26 12:29:24 [adesa.de] INFO: Saving data for 10726461: {'created_time': 1774528164.46568, 'last_price_update_time': 1774528164.465691, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726461') HTTP/1.1" 204 0
2026-03-26 12:29:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746749/general/df7c3529-6116-4d35-80cf-65a3dcb96962.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727130)
2026-03-26 12:29:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746496/general/a53d4fd7-ff14-4fba-bec0-f46e543da7a2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726448)
2026-03-26 12:29:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746487/general/8934ff01-5643-4d8c-98d3-de4c9df8410e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726439)
2026-03-26 12:29:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746606/general/063b249c-fdf8-46a2-9af0-569ddd3de9e0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726579)
2026-03-26 12:29:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746487/general/9e0b1459-1182-462b-8a3e-24f79573fab4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726439)
2026-03-26 12:29:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746606/general/2c2a4a20-1dd3-49d5-a26b-0a9b6fc5ea18.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726579)
2026-03-26 12:29:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4699482/general/b305a71a-2615-4b17-9997-c5d545327a2a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727098)
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252Ff0abbddf-654f-4690-b0f7-261930cbd50c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/f0abbddf-654f-4690-b0f7-261930cbd50c.jpg not downloaded yet
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252F702c863a-8fa6-4d0d-b777-a498ac038d06.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/702c863a-8fa6-4d0d-b777-a498ac038d06.jpg not downloaded yet
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252Fd632a079-687d-44ed-9000-b8bdd340c091.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/d632a079-687d-44ed-9000-b8bdd340c091.jpg not downloaded yet
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252Faa41bf99-bcef-4790-85e6-34b50f8219cd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/aa41bf99-bcef-4790-85e6-34b50f8219cd.jpg not downloaded yet
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252Fe637fc64-a69c-4585-aa67-e3239b83c66c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/e637fc64-a69c-4585-aa67-e3239b83c66c.jpg not downloaded yet
2026-03-26 12:29:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746496/general/5cdf972b-f403-485d-83b7-14b6d09ff82d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726448)
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252F18726a56-0531-4222-92af-19e5a8b422b6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/18726a56-0531-4222-92af-19e5a8b422b6.jpg not downloaded yet
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252F7d954574-65c4-4d93-bf55-db6e95ab327e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/7d954574-65c4-4d93-bf55-db6e95ab327e.jpg not downloaded yet
2026-03-26 12:29:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726626> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252F6ba0c02e-3a79-4d44-b087-ef65a2acc769.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/6ba0c02e-3a79-4d44-b087-ef65a2acc769.jpg not downloaded yet
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252F2cf2aaac-de31-42fa-b6fa-56941758feb1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/2cf2aaac-de31-42fa-b6fa-56941758feb1.jpg not downloaded yet
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252F999a9e2e-9316-4c69-bb12-0a6e99b8d137.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/999a9e2e-9316-4c69-bb12-0a6e99b8d137.jpg not downloaded yet
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252F15f4ee17-370a-4ae5-885a-89554d68d715.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/15f4ee17-370a-4ae5-885a-89554d68d715.jpg not downloaded yet
2026-03-26 12:29:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c184f50>
2026-03-26 12:29:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746749%252Fgeneral%252Fdf7c3529-6116-4d35-80cf-65a3dcb96962.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746749/general/df7c3529-6116-4d35-80cf-65a3dcb96962.jpg saved to cache
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1b9b725b-46f1-5f22-b6e1-ae9490099a73
2026-03-26 12:29:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1b9b725b-46f1-5f22-b6e1-ae9490099a73, skipping ID generation
2026-03-26 12:29:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b9b725b-46f1-5f22-b6e1-ae9490099a73 with scrape type 1
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1b9b725b-46f1-5f22-b6e1-ae9490099a73 sending to next pipeline
2026-03-26 12:29:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 1b9b725b-46f1-5f22-b6e1-ae9490099a73, identifier: 10727130
2026-03-26 12:29:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562f4350>
2026-03-26 12:29:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252Fa53d4fd7-ff14-4fba-bec0-f46e543da7a2.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/a53d4fd7-ff14-4fba-bec0-f46e543da7a2.jpg saved to cache
2026-03-26 12:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 395eb335-833f-5931-85e1-fc2de41f76cd
2026-03-26 12:29:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c16d0>
2026-03-26 12:29:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F8934ff01-5643-4d8c-98d3-de4c9df8410e.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/8934ff01-5643-4d8c-98d3-de4c9df8410e.jpg saved to cache
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item eb7e9215-0095-599e-8f17-10683bb254ee
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f3ecd0>
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252F063b249c-fdf8-46a2-9af0-569ddd3de9e0.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/063b249c-fdf8-46a2-9af0-569ddd3de9e0.jpg saved to cache
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 73f2ee30-1506-5d71-b7a2-471d267c5f9b
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156444390>
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F9e0b1459-1182-462b-8a3e-24f79573fab4.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/9e0b1459-1182-462b-8a3e-24f79573fab4.jpg saved to cache
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item eb7e9215-0095-599e-8f17-10683bb254ee
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015623b090>
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252F2c2a4a20-1dd3-49d5-a26b-0a9b6fc5ea18.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/2c2a4a20-1dd3-49d5-a26b-0a9b6fc5ea18.jpg saved to cache
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 73f2ee30-1506-5d71-b7a2-471d267c5f9b
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c19a190>
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252Fb305a71a-2615-4b17-9997-c5d545327a2a.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/b305a71a-2615-4b17-9997-c5d545327a2a.jpg saved to cache
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e3795bd9-23dc-5f2c-b33d-296216072180
2026-03-26 12:29:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4699482/general/7041334c-f1c1-407e-a3dd-f588a2f08a3b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727098)
2026-03-26 12:29:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746496/general/cf4a1dce-2a55-4ef8-b429-c31722b26911.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726448)
2026-03-26 12:29:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 1b9b725b-46f1-5f22-b6e1-ae9490099a73 with identifier: 10727130
2026-03-26 12:29:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 1b9b725b-46f1-5f22-b6e1-ae9490099a73 with identifier: 10727130
2026-03-26 12:29:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 1b9b725b-46f1-5f22-b6e1-ae9490099a73 with identifier: 10727130 to the API
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:29:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746749/general/df7c3529-6116-4d35-80cf-65a3dcb96962.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 319,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '1b9b725b-46f1-5f22-b6e1-ae9490099a73',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '392131',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727130',
'listing': 'auction',
'location': 'Düren (Germany)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 21060,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118123,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746749/general/777905be-3d93-426e-9397-0d4004a03c77.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122931,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746749/general/29d831f8-a4a3-46f6-a392-e3a42ea8abc3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116029,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746749/general/d0bd2d03-90c8-4773-91e4-73f95644686d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85530,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746749/general/f6e07e19-26c1-47e3-9cbb-18a99c6ee128.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34945,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746749/general/10ece1ac-1ca3-421e-a953-7563c6f21b2e.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90419,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746749/general/d8ed07f8-3d3c-4477-9bc0-63e9096e6d77.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87643,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746749/general/f215a7b8-4dd0-4bd2-896b-9185591a0ee5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71252,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746749/general/f047901f-811c-4632-b8d2-5649588c676a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69305,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746749/general/84c38ee0-085c-457f-8669-554d30af1959.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b9b725b-46f1-5f22-b6e1-ae9490099a73/1b9b725b-46f1-5f22-b6e1-ae9490099a73_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68428,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746749/general/df7c3529-6116-4d35-80cf-65a3dcb96962.jpg',
'Width': 800}],
'price': 22900,
'price_includes_vat': True,
'registration_date': '2023-05-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volkswagen Golf 2.0 TSI - 4Motion - Petrol - Automatic - 319 hp - '
'21.060 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727130%27 HTTP/1.1" 200 None
2026-03-26 12:29:25 [adesa.de] INFO: Saving data for 10727130: {'created_time': 1774528165.603375, 'last_price_update_time': 1774528165.603389, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727130') HTTP/1.1" 204 0
2026-03-26 12:29:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746487/general/04f69d05-a501-4948-b973-081db2c381d4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726439)
2026-03-26 12:29:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746496/general/52c284ed-f987-47ef-92d8-f0893ca009b1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726448)
2026-03-26 12:29:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746675/general/2a963d0b-c752-4595-8c0d-863c109f24c3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726655)
2026-03-26 12:29:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746606/general/f02ad4f9-d89d-4dbc-a72d-e346db5bd6fc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726579)
2026-03-26 12:29:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4699482/general/8a246ed8-271d-4f9e-9919-d5aca78d770f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727098)
2026-03-26 12:29:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746487/general/65dabcf3-b5ab-42e6-9d2f-ac6a139b4ba8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726439)
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252F8899a9ae-53e6-4b35-aa7f-a05ba21bad66.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/8899a9ae-53e6-4b35-aa7f-a05ba21bad66.jpg not downloaded yet
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252Fcd64bbcc-142d-4858-9fab-a3b7295ee072.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/cd64bbcc-142d-4858-9fab-a3b7295ee072.jpg not downloaded yet
2026-03-26 12:29:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727138> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156411c10>
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252F5cdf972b-f403-485d-83b7-14b6d09ff82d.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/5cdf972b-f403-485d-83b7-14b6d09ff82d.jpg saved to cache
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 395eb335-833f-5931-85e1-fc2de41f76cd
2026-03-26 12:29:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e with identifier: 10726626
2026-03-26 12:29:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e with scrape type 1
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252Ff96f7693-2bc8-4b4f-913b-a1236607db86.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/f96f7693-2bc8-4b4f-913b-a1236607db86.jpg not downloaded yet
2026-03-26 12:29:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746606/general/5ae80e0f-19b9-4892-a604-48d249b91f11.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726579)
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252F011900b9-0aaf-4df3-93fa-c956dd0314f3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/011900b9-0aaf-4df3-93fa-c956dd0314f3.jpg not downloaded yet
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252Fa658bbe4-ec22-4315-89e5-6504e5d52dcb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/a658bbe4-ec22-4315-89e5-6504e5d52dcb.jpg not downloaded yet
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252Fe4739cf9-da62-4256-b67a-84b08e472724.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/e4739cf9-da62-4256-b67a-84b08e472724.jpg not downloaded yet
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156202850>
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252F7041334c-f1c1-407e-a3dd-f588a2f08a3b.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/7041334c-f1c1-407e-a3dd-f588a2f08a3b.jpg saved to cache
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e3795bd9-23dc-5f2c-b33d-296216072180
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c2810>
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252Fcf4a1dce-2a55-4ef8-b429-c31722b26911.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/cf4a1dce-2a55-4ef8-b429-c31722b26911.jpg saved to cache
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 395eb335-833f-5931-85e1-fc2de41f76cd
2026-03-26 12:29:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746564/general/8cb7785d-9f03-44a5-ab12-bac98e6dac3a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726536)
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252Fd589207c-9599-44a3-beac-7959847e1ae6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/d589207c-9599-44a3-beac-7959847e1ae6.jpg not downloaded yet
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252Fdfe7487e-4af3-455a-9a96-e21a878868d8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/dfe7487e-4af3-455a-9a96-e21a878868d8.jpg not downloaded yet
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25d550>
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F04f69d05-a501-4948-b973-081db2c381d4.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/04f69d05-a501-4948-b973-081db2c381d4.jpg saved to cache
2026-03-26 12:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item eb7e9215-0095-599e-8f17-10683bb254ee
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0d3090>
2026-03-26 12:29:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252F52c284ed-f987-47ef-92d8-f0893ca009b1.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/52c284ed-f987-47ef-92d8-f0893ca009b1.jpg saved to cache
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 395eb335-833f-5931-85e1-fc2de41f76cd
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e09010>
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252F2a963d0b-c752-4595-8c0d-863c109f24c3.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/2a963d0b-c752-4595-8c0d-863c109f24c3.jpg saved to cache
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 613ef635-97c9-5fa8-806b-10b2e6b91eed
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b3d10>
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252Ff02ad4f9-d89d-4dbc-a72d-e346db5bd6fc.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/f02ad4f9-d89d-4dbc-a72d-e346db5bd6fc.jpg saved to cache
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 73f2ee30-1506-5d71-b7a2-471d267c5f9b
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562b06d0>
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252F8a246ed8-271d-4f9e-9919-d5aca78d770f.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/8a246ed8-271d-4f9e-9919-d5aca78d770f.jpg saved to cache
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e3795bd9-23dc-5f2c-b33d-296216072180
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015651be90>
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F65dabcf3-b5ab-42e6-9d2f-ac6a139b4ba8.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/65dabcf3-b5ab-42e6-9d2f-ac6a139b4ba8.jpg saved to cache
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item eb7e9215-0095-599e-8f17-10683bb254ee
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252F958ab5ad-5c07-4e98-a164-cf6111404024.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/958ab5ad-5c07-4e98-a164-cf6111404024.jpg not downloaded yet
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746606/general/e637fc64-a69c-4585-aa67-e3239b83c66c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726579)
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746675/general/2cf2aaac-de31-42fa-b6fa-56941758feb1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726655)
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746675/general/702c863a-8fa6-4d0d-b777-a498ac038d06.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726655)
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746675/general/7d954574-65c4-4d93-bf55-db6e95ab327e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726655)
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746564/general/999a9e2e-9316-4c69-bb12-0a6e99b8d137.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726536)
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252Fde2f5aa2-1a97-4060-b09b-912dd829ac73.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/de2f5aa2-1a97-4060-b09b-912dd829ac73.jpg not downloaded yet
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252Ff6d76868-924f-46cd-91e9-e52a58e93da0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/f6d76868-924f-46cd-91e9-e52a58e93da0.jpg not downloaded yet
2026-03-26 12:29:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30d4b98a-eebe-534b-afc2-77f56068bfc4 with identifier: 10727138
2026-03-26 12:29:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30d4b98a-eebe-534b-afc2-77f56068bfc4 with scrape type 1
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 30d4b98a-eebe-534b-afc2-77f56068bfc4
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252F207b12fa-9e17-497e-ba9e-9a2f3e6f220b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/207b12fa-9e17-497e-ba9e-9a2f3e6f220b.jpg not downloaded yet
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156116490>
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252F5ae80e0f-19b9-4892-a604-48d249b91f11.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/5ae80e0f-19b9-4892-a604-48d249b91f11.jpg saved to cache
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 73f2ee30-1506-5d71-b7a2-471d267c5f9b
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746675/general/15f4ee17-370a-4ae5-885a-89554d68d715.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726655)
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252Fb2d99f74-3501-4748-b58c-114320bb41be.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/b2d99f74-3501-4748-b58c-114320bb41be.jpg not downloaded yet
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746564/general/6ba0c02e-3a79-4d44-b087-ef65a2acc769.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726536)
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252F34211ad8-5a78-4371-b5cd-a2d56c9bbc31.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/34211ad8-5a78-4371-b5cd-a2d56c9bbc31.jpg not downloaded yet
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252Ff893db82-6d36-493c-9925-a233c1097100.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/f893db82-6d36-493c-9925-a233c1097100.jpg not downloaded yet
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252F2b57f606-0346-4b3a-988f-076c00af1fc6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/2b57f606-0346-4b3a-988f-076c00af1fc6.jpg not downloaded yet
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252F9e28fba8-729a-4f82-8c32-d516f29fe9a9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/9e28fba8-729a-4f82-8c32-d516f29fe9a9.jpg not downloaded yet
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564caad0>
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252F8cb7785d-9f03-44a5-ab12-bac98e6dac3a.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/8cb7785d-9f03-44a5-ab12-bac98e6dac3a.jpg saved to cache
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a43ec8d9-9002-5c66-a226-41d24fc0d5f6
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156253850>
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252Fe637fc64-a69c-4585-aa67-e3239b83c66c.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/e637fc64-a69c-4585-aa67-e3239b83c66c.jpg saved to cache
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 73f2ee30-1506-5d71-b7a2-471d267c5f9b
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156145090>
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252F2cf2aaac-de31-42fa-b6fa-56941758feb1.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/2cf2aaac-de31-42fa-b6fa-56941758feb1.jpg saved to cache
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 613ef635-97c9-5fa8-806b-10b2e6b91eed
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562f5ad0>
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252F702c863a-8fa6-4d0d-b777-a498ac038d06.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/702c863a-8fa6-4d0d-b777-a498ac038d06.jpg saved to cache
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 613ef635-97c9-5fa8-806b-10b2e6b91eed
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1abf10>
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252F7d954574-65c4-4d93-bf55-db6e95ab327e.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/7d954574-65c4-4d93-bf55-db6e95ab327e.jpg saved to cache
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 613ef635-97c9-5fa8-806b-10b2e6b91eed
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156299790>
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252F999a9e2e-9316-4c69-bb12-0a6e99b8d137.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/999a9e2e-9316-4c69-bb12-0a6e99b8d137.jpg saved to cache
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a43ec8d9-9002-5c66-a226-41d24fc0d5f6
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746564/general/18726a56-0531-4222-92af-19e5a8b422b6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726536)
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4699482/general/aa41bf99-bcef-4790-85e6-34b50f8219cd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727098)
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252F49954b56-3f65-4190-8b55-e81849871b25.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/49954b56-3f65-4190-8b55-e81849871b25.jpg not downloaded yet
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252F331dabbf-9859-4a21-b047-3ab6467d3d0b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/331dabbf-9859-4a21-b047-3ab6467d3d0b.jpg not downloaded yet
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746564/general/8899a9ae-53e6-4b35-aa7f-a05ba21bad66.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726536)
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746675/general/a658bbe4-ec22-4315-89e5-6504e5d52dcb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726655)
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746675/general/dfe7487e-4af3-455a-9a96-e21a878868d8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726655)
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746496/general/d632a079-687d-44ed-9000-b8bdd340c091.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726448)
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252F23b50770-bf82-4f43-bc0d-b73a6b208f0d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/23b50770-bf82-4f43-bc0d-b73a6b208f0d.jpg not downloaded yet
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015657ed10>
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252F15f4ee17-370a-4ae5-885a-89554d68d715.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/15f4ee17-370a-4ae5-885a-89554d68d715.jpg saved to cache
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 613ef635-97c9-5fa8-806b-10b2e6b91eed
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d11ca90>
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252F6ba0c02e-3a79-4d44-b087-ef65a2acc769.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/6ba0c02e-3a79-4d44-b087-ef65a2acc769.jpg saved to cache
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a43ec8d9-9002-5c66-a226-41d24fc0d5f6
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746675/general/cd64bbcc-142d-4858-9fab-a3b7295ee072.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726655)
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252F4d4b7931-eca8-455e-bbc0-03d9802d9493.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/4d4b7931-eca8-455e-bbc0-03d9802d9493.jpg not downloaded yet
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252F054c96a1-4623-478d-9c4b-f3df938b7f16.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/054c96a1-4623-478d-9c4b-f3df938b7f16.jpg not downloaded yet
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746648/general/e4739cf9-da62-4256-b67a-84b08e472724.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726626)
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252Fa9b12d84-95fa-4481-838c-789968ca7e0e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/a9b12d84-95fa-4481-838c-789968ca7e0e.jpg not downloaded yet
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726516> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c106cd0>
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252F18726a56-0531-4222-92af-19e5a8b422b6.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/18726a56-0531-4222-92af-19e5a8b422b6.jpg saved to cache
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a43ec8d9-9002-5c66-a226-41d24fc0d5f6
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf6fe10>
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252Faa41bf99-bcef-4790-85e6-34b50f8219cd.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/aa41bf99-bcef-4790-85e6-34b50f8219cd.jpg saved to cache
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e3795bd9-23dc-5f2c-b33d-296216072180
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746564/general/d589207c-9599-44a3-beac-7959847e1ae6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726536)
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746564/general/011900b9-0aaf-4df3-93fa-c956dd0314f3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726536)
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252Fa135fe2a-742d-4977-8395-a19191b4b956.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/a135fe2a-742d-4977-8395-a19191b4b956.jpg not downloaded yet
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746755/general/2b57f606-0346-4b3a-988f-076c00af1fc6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727138)
2026-03-26 12:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746648/general/f96f7693-2bc8-4b4f-913b-a1236607db86.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726626)
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252Fa4e484c9-7268-45b8-929a-31497435d16d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/a4e484c9-7268-45b8-929a-31497435d16d.jpg not downloaded yet
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee41d0>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252F8899a9ae-53e6-4b35-aa7f-a05ba21bad66.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/8899a9ae-53e6-4b35-aa7f-a05ba21bad66.jpg saved to cache
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a43ec8d9-9002-5c66-a226-41d24fc0d5f6
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015657fe50>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252Fa658bbe4-ec22-4315-89e5-6504e5d52dcb.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/a658bbe4-ec22-4315-89e5-6504e5d52dcb.jpg saved to cache
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 613ef635-97c9-5fa8-806b-10b2e6b91eed
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564a5a90>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252Fdfe7487e-4af3-455a-9a96-e21a878868d8.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/dfe7487e-4af3-455a-9a96-e21a878868d8.jpg saved to cache
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 613ef635-97c9-5fa8-806b-10b2e6b91eed
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015657ec10>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252Fd632a079-687d-44ed-9000-b8bdd340c091.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/d632a079-687d-44ed-9000-b8bdd340c091.jpg saved to cache
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 395eb335-833f-5931-85e1-fc2de41f76cd
2026-03-26 12:29:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746648/general/958ab5ad-5c07-4e98-a164-cf6111404024.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726626)
2026-03-26 12:29:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746648/general/b2d99f74-3501-4748-b58c-114320bb41be.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726626)
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252F66447a17-04ce-4ef3-94c1-9a5196961a82.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/66447a17-04ce-4ef3-94c1-9a5196961a82.jpg not downloaded yet
2026-03-26 12:29:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746675/general/f893db82-6d36-493c-9925-a233c1097100.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726655)
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252Ff4886162-54ab-4df3-aa0d-4d828d973676.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/f4886162-54ab-4df3-aa0d-4d828d973676.jpg not downloaded yet
2026-03-26 12:29:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746755/general/49954b56-3f65-4190-8b55-e81849871b25.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727138)
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252F1704bcb5-8eac-4e2a-85c0-4d313e7300c0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/1704bcb5-8eac-4e2a-85c0-4d313e7300c0.jpg not downloaded yet
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156367b10>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252Fcd64bbcc-142d-4858-9fab-a3b7295ee072.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/cd64bbcc-142d-4858-9fab-a3b7295ee072.jpg saved to cache
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 613ef635-97c9-5fa8-806b-10b2e6b91eed
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156448f90>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252Fe4739cf9-da62-4256-b67a-84b08e472724.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/e4739cf9-da62-4256-b67a-84b08e472724.jpg saved to cache
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e
2026-03-26 12:29:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4e95a07-3a08-5da9-ae41-516f96464887 with identifier: 10726516
2026-03-26 12:29:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4e95a07-3a08-5da9-ae41-516f96464887 with scrape type 1
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f4e95a07-3a08-5da9-ae41-516f96464887
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252F8473810c-f629-4970-88a0-43ce56a68353.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/8473810c-f629-4970-88a0-43ce56a68353.jpg not downloaded yet
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015635d4d0>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252Fd589207c-9599-44a3-beac-7959847e1ae6.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/d589207c-9599-44a3-beac-7959847e1ae6.jpg saved to cache
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a43ec8d9-9002-5c66-a226-41d24fc0d5f6
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156427f90>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252F011900b9-0aaf-4df3-93fa-c956dd0314f3.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/011900b9-0aaf-4df3-93fa-c956dd0314f3.jpg saved to cache
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a43ec8d9-9002-5c66-a226-41d24fc0d5f6
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c9050>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252F2b57f606-0346-4b3a-988f-076c00af1fc6.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/2b57f606-0346-4b3a-988f-076c00af1fc6.jpg saved to cache
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 30d4b98a-eebe-534b-afc2-77f56068bfc4
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c9790>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252Ff96f7693-2bc8-4b4f-913b-a1236607db86.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/f96f7693-2bc8-4b4f-913b-a1236607db86.jpg saved to cache
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e
2026-03-26 12:29:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746755/general/207b12fa-9e17-497e-ba9e-9a2f3e6f220b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727138)
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252F754fe4d3-89d1-45ec-a589-2e8f30aaf41a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/754fe4d3-89d1-45ec-a589-2e8f30aaf41a.jpg not downloaded yet
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252F2eb3069d-7a61-499f-9623-2767df6672b3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/2eb3069d-7a61-499f-9623-2767df6672b3.jpg not downloaded yet
2026-03-26 12:29:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746648/general/9e28fba8-729a-4f82-8c32-d516f29fe9a9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726626)
2026-03-26 12:29:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746648/general/331dabbf-9859-4a21-b047-3ab6467d3d0b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726626)
2026-03-26 12:29:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746564/general/34211ad8-5a78-4371-b5cd-a2d56c9bbc31.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726536)
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e8cd0>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252F958ab5ad-5c07-4e98-a164-cf6111404024.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/958ab5ad-5c07-4e98-a164-cf6111404024.jpg saved to cache
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e27d0>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252Fb2d99f74-3501-4748-b58c-114320bb41be.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/b2d99f74-3501-4748-b58c-114320bb41be.jpg saved to cache
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156440790>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252Ff893db82-6d36-493c-9925-a233c1097100.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/f893db82-6d36-493c-9925-a233c1097100.jpg saved to cache
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 613ef635-97c9-5fa8-806b-10b2e6b91eed
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563bbd50>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252F49954b56-3f65-4190-8b55-e81849871b25.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/49954b56-3f65-4190-8b55-e81849871b25.jpg saved to cache
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 30d4b98a-eebe-534b-afc2-77f56068bfc4
2026-03-26 12:29:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746648/general/a9b12d84-95fa-4481-838c-789968ca7e0e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726626)
2026-03-26 12:29:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746648/general/4d4b7931-eca8-455e-bbc0-03d9802d9493.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726626)
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252Fcca0a5e3-c678-4d06-b9b5-0358b1a1e39b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/cca0a5e3-c678-4d06-b9b5-0358b1a1e39b.jpg not downloaded yet
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252Fa0399fbc-64e4-499e-b769-dfd1e414404e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/a0399fbc-64e4-499e-b769-dfd1e414404e.jpg not downloaded yet
2026-03-26 12:29:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746755/general/23b50770-bf82-4f43-bc0d-b73a6b208f0d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727138)
2026-03-26 12:29:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746675/general/f6d76868-924f-46cd-91e9-e52a58e93da0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726655)
2026-03-26 12:29:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746755/general/054c96a1-4623-478d-9c4b-f3df938b7f16.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727138)
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252F0c5d2993-9bc6-4155-b1bc-4f8ff921b7e6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/0c5d2993-9bc6-4155-b1bc-4f8ff921b7e6.jpg not downloaded yet
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156206c50>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252F207b12fa-9e17-497e-ba9e-9a2f3e6f220b.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/207b12fa-9e17-497e-ba9e-9a2f3e6f220b.jpg saved to cache
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 30d4b98a-eebe-534b-afc2-77f56068bfc4
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e1790>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252F9e28fba8-729a-4f82-8c32-d516f29fe9a9.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/9e28fba8-729a-4f82-8c32-d516f29fe9a9.jpg saved to cache
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156399f90>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252F331dabbf-9859-4a21-b047-3ab6467d3d0b.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/331dabbf-9859-4a21-b047-3ab6467d3d0b.jpg saved to cache
2026-03-26 12:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561e3710>
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252F34211ad8-5a78-4371-b5cd-a2d56c9bbc31.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/34211ad8-5a78-4371-b5cd-a2d56c9bbc31.jpg saved to cache
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a43ec8d9-9002-5c66-a226-41d24fc0d5f6
2026-03-26 12:29:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746755/general/a135fe2a-742d-4977-8395-a19191b4b956.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727138)
2026-03-26 12:29:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746564/general/de2f5aa2-1a97-4060-b09b-912dd829ac73.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726536)
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252F5432873c-a120-4555-ac71-d05cea770f60.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/5432873c-a120-4555-ac71-d05cea770f60.jpg not downloaded yet
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fac510>
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252Fa9b12d84-95fa-4481-838c-789968ca7e0e.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/a9b12d84-95fa-4481-838c-789968ca7e0e.jpg saved to cache
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e87690>
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252F4d4b7931-eca8-455e-bbc0-03d9802d9493.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/4d4b7931-eca8-455e-bbc0-03d9802d9493.jpg saved to cache
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e
2026-03-26 12:29:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746648/general/a4e484c9-7268-45b8-929a-31497435d16d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726626)
2026-03-26 12:29:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746564/general/f0abbddf-654f-4690-b0f7-261930cbd50c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726536)
2026-03-26 12:29:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746755/general/66447a17-04ce-4ef3-94c1-9a5196961a82.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727138)
2026-03-26 12:29:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746755/general/1704bcb5-8eac-4e2a-85c0-4d313e7300c0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727138)
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252Fcd066b75-02e8-440a-a4bf-087a7e7a59b3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/cd066b75-02e8-440a-a4bf-087a7e7a59b3.jpg not downloaded yet
2026-03-26 12:29:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746648/general/f4886162-54ab-4df3-aa0d-4d828d973676.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726626)
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562b0450>
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252F23b50770-bf82-4f43-bc0d-b73a6b208f0d.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/23b50770-bf82-4f43-bc0d-b73a6b208f0d.jpg saved to cache
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 30d4b98a-eebe-534b-afc2-77f56068bfc4
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c153d10>
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746675%252Fgeneral%252Ff6d76868-924f-46cd-91e9-e52a58e93da0.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746675/general/f6d76868-924f-46cd-91e9-e52a58e93da0.jpg saved to cache
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 613ef635-97c9-5fa8-806b-10b2e6b91eed
2026-03-26 12:29:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 613ef635-97c9-5fa8-806b-10b2e6b91eed, skipping ID generation
2026-03-26 12:29:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 613ef635-97c9-5fa8-806b-10b2e6b91eed with scrape type 1
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 613ef635-97c9-5fa8-806b-10b2e6b91eed sending to next pipeline
2026-03-26 12:29:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 613ef635-97c9-5fa8-806b-10b2e6b91eed, identifier: 10726655
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d35a290>
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252F054c96a1-4623-478d-9c4b-f3df938b7f16.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/054c96a1-4623-478d-9c4b-f3df938b7f16.jpg saved to cache
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 30d4b98a-eebe-534b-afc2-77f56068bfc4
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156448910>
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252Fa135fe2a-742d-4977-8395-a19191b4b956.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/a135fe2a-742d-4977-8395-a19191b4b956.jpg saved to cache
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 30d4b98a-eebe-534b-afc2-77f56068bfc4
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c18d390>
2026-03-26 12:29:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252Fde2f5aa2-1a97-4060-b09b-912dd829ac73.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/de2f5aa2-1a97-4060-b09b-912dd829ac73.jpg saved to cache
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a43ec8d9-9002-5c66-a226-41d24fc0d5f6
2026-03-26 12:29:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746546/general/8473810c-f629-4970-88a0-43ce56a68353.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726516)
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252F5a91a487-1f6b-4d3d-8c05-dbc5761b9966.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/5a91a487-1f6b-4d3d-8c05-dbc5761b9966.jpg not downloaded yet
2026-03-26 12:29:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 613ef635-97c9-5fa8-806b-10b2e6b91eed with identifier: 10726655
2026-03-26 12:29:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 613ef635-97c9-5fa8-806b-10b2e6b91eed with identifier: 10726655
2026-03-26 12:29:29 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 613ef635-97c9-5fa8-806b-10b2e6b91eed with identifier: 10726655 to the API
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746675/general/f6d76868-924f-46cd-91e9-e52a58e93da0.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '613ef635-97c9-5fa8-806b-10b2e6b91eed',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '378952',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726655',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 71516,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 29,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97301,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746675/general/2a963d0b-c752-4595-8c0d-863c109f24c3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99316,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746675/general/702c863a-8fa6-4d0d-b777-a498ac038d06.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104147,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746675/general/7d954574-65c4-4d93-bf55-db6e95ab327e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108682,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746675/general/2cf2aaac-de31-42fa-b6fa-56941758feb1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145002,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746675/general/15f4ee17-370a-4ae5-885a-89554d68d715.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159033,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746675/general/cd64bbcc-142d-4858-9fab-a3b7295ee072.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125414,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746675/general/a658bbe4-ec22-4315-89e5-6504e5d52dcb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79069,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746675/general/dfe7487e-4af3-455a-9a96-e21a878868d8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76445,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746675/general/f6d76868-924f-46cd-91e9-e52a58e93da0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_613ef635-97c9-5fa8-806b-10b2e6b91eed/613ef635-97c9-5fa8-806b-10b2e6b91eed_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72528,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746675/general/f893db82-6d36-493c-9925-a233c1097100.jpg',
'Width': 800}],
'price': 14700,
'price_includes_vat': True,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Octavia Combi 1.2 Style - Diesel - Automatic - 150 hp - '
'71.516 km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2023}
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726655%27 HTTP/1.1" 200 None
2026-03-26 12:29:29 [adesa.de] INFO: Saving data for 10726655: {'created_time': 1774528169.304628, 'last_price_update_time': 1774528169.30464, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726655') HTTP/1.1" 204 0
2026-03-26 12:29:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746755/general/754fe4d3-89d1-45ec-a589-2e8f30aaf41a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727138)
2026-03-26 12:29:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746496/general/a15d3c7b-3b51-4e54-b258-58e004bded74.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726448)
2026-03-26 12:29:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4699482/general/cf384cd5-ef9e-48b0-a5ee-329c0b063354.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727098)
2026-03-26 12:29:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746755/general/cca0a5e3-c678-4d06-b9b5-0358b1a1e39b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727138)
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252Fe1b23a23-99b3-447f-859c-324e25203e1d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/e1b23a23-99b3-447f-859c-324e25203e1d.jpg not downloaded yet
2026-03-26 12:29:29 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.300(s), this was the 1st time calling it.
2026-03-26 12:29:29 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.708420053515065 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 12:29:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c18ed90>
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252Fa4e484c9-7268-45b8-929a-31497435d16d.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/a4e484c9-7268-45b8-929a-31497435d16d.jpg saved to cache
2026-03-26 12:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e6f10>
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746564%252Fgeneral%252Ff0abbddf-654f-4690-b0f7-261930cbd50c.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746564/general/f0abbddf-654f-4690-b0f7-261930cbd50c.jpg saved to cache
2026-03-26 12:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a43ec8d9-9002-5c66-a226-41d24fc0d5f6
2026-03-26 12:29:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a43ec8d9-9002-5c66-a226-41d24fc0d5f6, skipping ID generation
2026-03-26 12:29:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a43ec8d9-9002-5c66-a226-41d24fc0d5f6 with scrape type 1
2026-03-26 12:29:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a43ec8d9-9002-5c66-a226-41d24fc0d5f6 sending to next pipeline
2026-03-26 12:29:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: a43ec8d9-9002-5c66-a226-41d24fc0d5f6, identifier: 10726536
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561ec4d0>
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252F66447a17-04ce-4ef3-94c1-9a5196961a82.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/66447a17-04ce-4ef3-94c1-9a5196961a82.jpg saved to cache
2026-03-26 12:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 30d4b98a-eebe-534b-afc2-77f56068bfc4
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e47d0>
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252F1704bcb5-8eac-4e2a-85c0-4d313e7300c0.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/1704bcb5-8eac-4e2a-85c0-4d313e7300c0.jpg saved to cache
2026-03-26 12:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 30d4b98a-eebe-534b-afc2-77f56068bfc4
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee61d0>
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746648%252Fgeneral%252Ff4886162-54ab-4df3-aa0d-4d828d973676.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746648/general/f4886162-54ab-4df3-aa0d-4d828d973676.jpg saved to cache
2026-03-26 12:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e
2026-03-26 12:29:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e, skipping ID generation
2026-03-26 12:29:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e with scrape type 1
2026-03-26 12:29:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e sending to next pipeline
2026-03-26 12:29:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e, identifier: 10726626
2026-03-26 12:29:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746546/general/a0399fbc-64e4-499e-b769-dfd1e414404e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726516)
2026-03-26 12:29:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746546/general/2eb3069d-7a61-499f-9623-2767df6672b3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726516)
2026-03-26 12:29:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728627> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: a43ec8d9-9002-5c66-a226-41d24fc0d5f6 with identifier: 10726536
2026-03-26 12:29:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: a43ec8d9-9002-5c66-a226-41d24fc0d5f6 with identifier: 10726536
2026-03-26 12:29:29 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: a43ec8d9-9002-5c66-a226-41d24fc0d5f6 with identifier: 10726536 to the API
2026-03-26 12:29:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746564/general/f0abbddf-654f-4690-b0f7-261930cbd50c.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'a43ec8d9-9002-5c66-a226-41d24fc0d5f6',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '378475',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726536',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 157228,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 64,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171432,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746564/general/8cb7785d-9f03-44a5-ab12-bac98e6dac3a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156009,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746564/general/f0abbddf-654f-4690-b0f7-261930cbd50c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 210056,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746564/general/18726a56-0531-4222-92af-19e5a8b422b6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219451,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746564/general/6ba0c02e-3a79-4d44-b087-ef65a2acc769.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104011,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746564/general/999a9e2e-9316-4c69-bb12-0a6e99b8d137.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108380,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746564/general/8899a9ae-53e6-4b35-aa7f-a05ba21bad66.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170356,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746564/general/011900b9-0aaf-4df3-93fa-c956dd0314f3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151934,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746564/general/d589207c-9599-44a3-beac-7959847e1ae6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125122,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746564/general/de2f5aa2-1a97-4060-b09b-912dd829ac73.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a43ec8d9-9002-5c66-a226-41d24fc0d5f6/a43ec8d9-9002-5c66-a226-41d24fc0d5f6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78836,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746564/general/34211ad8-5a78-4371-b5cd-a2d56c9bbc31.jpg',
'Width': 450}],
'price': 14700,
'price_includes_vat': True,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Kodiaq 2.0 TDI L&K - Diesel - Automatic - 150 hp - 157.228 km',
'transmission': 'automatic',
'trim': 'L&K',
'vin': None,
'year': 2022}
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726536%27 HTTP/1.1" 200 None
2026-03-26 12:29:30 [adesa.de] INFO: Saving data for 10726536: {'created_time': 1774528170.286023, 'last_price_update_time': 1774528170.286035, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726536') HTTP/1.1" 204 0
2026-03-26 12:29:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e with identifier: 10726626
2026-03-26 12:29:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e with identifier: 10726626
2026-03-26 12:29:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 2b2070b9-97e4-54d2-b4a3-4f01ada7e90e with identifier: 10726626 to the API
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746648/general/f4886162-54ab-4df3-aa0d-4d828d973676.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '2b2070b9-97e4-54d2-b4a3-4f01ada7e90e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5013110',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726626',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 27541,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 63,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120755,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746648/general/f96f7693-2bc8-4b4f-913b-a1236607db86.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113955,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746648/general/e4739cf9-da62-4256-b67a-84b08e472724.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158872,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746648/general/958ab5ad-5c07-4e98-a164-cf6111404024.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158618,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746648/general/b2d99f74-3501-4748-b58c-114320bb41be.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116020,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746648/general/9e28fba8-729a-4f82-8c32-d516f29fe9a9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106461,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746648/general/331dabbf-9859-4a21-b047-3ab6467d3d0b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130914,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746648/general/4d4b7931-eca8-455e-bbc0-03d9802d9493.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 163949,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746648/general/a9b12d84-95fa-4481-838c-789968ca7e0e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142421,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746648/general/a4e484c9-7268-45b8-929a-31497435d16d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b2070b9-97e4-54d2-b4a3-4f01ada7e90e/2b2070b9-97e4-54d2-b4a3-4f01ada7e90e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108789,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746648/general/f4886162-54ab-4df3-aa0d-4d828d973676.jpg',
'Width': 800}],
'price': 15800,
'price_includes_vat': True,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Karoq 1.5 TSI Sportline - Petrol - Automatic - 150 hp - '
'27.541 km',
'transmission': 'automatic',
'trim': 'Sportline',
'vin': None,
'year': 2023}
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726626%27 HTTP/1.1" 200 None
2026-03-26 12:29:30 [adesa.de] INFO: Saving data for 10726626: {'created_time': 1774528170.753805, 'last_price_update_time': 1774528170.753818, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726626') HTTP/1.1" 204 0
2026-03-26 12:29:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746546/general/0c5d2993-9bc6-4155-b1bc-4f8ff921b7e6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726516)
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252Ff1609c2d-cd10-427f-a813-734a66804eac.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/f1609c2d-cd10-427f-a813-734a66804eac.jpg not downloaded yet
2026-03-26 12:29:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1a9650>
2026-03-26 12:29:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252F8473810c-f629-4970-88a0-43ce56a68353.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/8473810c-f629-4970-88a0-43ce56a68353.jpg saved to cache
2026-03-26 12:29:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f4e95a07-3a08-5da9-ae41-516f96464887
2026-03-26 12:29:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746487/general/a7caf732-068d-416f-ad55-ca4caddb62e8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726439)
2026-03-26 12:29:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4699482/general/777cc115-6e46-4fca-90c4-836af75a178c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727098)
2026-03-26 12:29:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746606/general/50b33929-4c35-4fdc-9936-e8147d45c364.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726579)
2026-03-26 12:29:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746546/general/5432873c-a120-4555-ac71-d05cea770f60.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726516)
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252F5adc222f-c9da-4104-872d-15c1d2705ce9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/5adc222f-c9da-4104-872d-15c1d2705ce9.jpg not downloaded yet
2026-03-26 12:29:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746496/general/ddb6ea27-fdce-484f-b576-a46952660bf1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726448)
2026-03-26 12:29:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562b7350>
2026-03-26 12:29:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252F754fe4d3-89d1-45ec-a589-2e8f30aaf41a.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/754fe4d3-89d1-45ec-a589-2e8f30aaf41a.jpg saved to cache
2026-03-26 12:29:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 30d4b98a-eebe-534b-afc2-77f56068bfc4
2026-03-26 12:29:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156443690>
2026-03-26 12:29:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252Fa15d3c7b-3b51-4e54-b258-58e004bded74.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/a15d3c7b-3b51-4e54-b258-58e004bded74.jpg saved to cache
2026-03-26 12:29:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 395eb335-833f-5931-85e1-fc2de41f76cd
2026-03-26 12:29:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564a7390>
2026-03-26 12:29:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252Fcf384cd5-ef9e-48b0-a5ee-329c0b063354.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/cf384cd5-ef9e-48b0-a5ee-329c0b063354.jpg saved to cache
2026-03-26 12:29:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e3795bd9-23dc-5f2c-b33d-296216072180
2026-03-26 12:29:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d260190>
2026-03-26 12:29:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746755%252Fgeneral%252Fcca0a5e3-c678-4d06-b9b5-0358b1a1e39b.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746755/general/cca0a5e3-c678-4d06-b9b5-0358b1a1e39b.jpg saved to cache
2026-03-26 12:29:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 30d4b98a-eebe-534b-afc2-77f56068bfc4
2026-03-26 12:29:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 30d4b98a-eebe-534b-afc2-77f56068bfc4, skipping ID generation
2026-03-26 12:29:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30d4b98a-eebe-534b-afc2-77f56068bfc4 with scrape type 1
2026-03-26 12:29:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 30d4b98a-eebe-534b-afc2-77f56068bfc4 sending to next pipeline
2026-03-26 12:29:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 30d4b98a-eebe-534b-afc2-77f56068bfc4, identifier: 10727138
2026-03-26 12:29:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645ca90>
2026-03-26 12:29:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252Fa0399fbc-64e4-499e-b769-dfd1e414404e.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/a0399fbc-64e4-499e-b769-dfd1e414404e.jpg saved to cache
2026-03-26 12:29:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f4e95a07-3a08-5da9-ae41-516f96464887
2026-03-26 12:29:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562afa90>
2026-03-26 12:29:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252F2eb3069d-7a61-499f-9623-2767df6672b3.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/2eb3069d-7a61-499f-9623-2767df6672b3.jpg saved to cache
2026-03-26 12:29:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f4e95a07-3a08-5da9-ae41-516f96464887
2026-03-26 12:29:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 691f258c-7d52-589e-a319-adb443bd835b with identifier: 10728627
2026-03-26 12:29:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 691f258c-7d52-589e-a319-adb443bd835b with scrape type 1
2026-03-26 12:29:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 691f258c-7d52-589e-a319-adb443bd835b
2026-03-26 12:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252F39e4f47b-3057-466a-a8e0-f32634ff5109.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/39e4f47b-3057-466a-a8e0-f32634ff5109.jpg not downloaded yet
2026-03-26 12:29:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 30d4b98a-eebe-534b-afc2-77f56068bfc4 with identifier: 10727138
2026-03-26 12:29:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 30d4b98a-eebe-534b-afc2-77f56068bfc4 with identifier: 10727138
2026-03-26 12:29:31 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 30d4b98a-eebe-534b-afc2-77f56068bfc4 with identifier: 10727138 to the API
2026-03-26 12:29:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746755/general/cca0a5e3-c678-4d06-b9b5-0358b1a1e39b.jpg>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 245,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '30d4b98a-eebe-534b-afc2-77f56068bfc4',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4124440',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727138',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 40512,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 40,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112922,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746755/general/207b12fa-9e17-497e-ba9e-9a2f3e6f220b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101586,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746755/general/2b57f606-0346-4b3a-988f-076c00af1fc6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103842,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746755/general/49954b56-3f65-4190-8b55-e81849871b25.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102935,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746755/general/23b50770-bf82-4f43-bc0d-b73a6b208f0d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91259,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746755/general/054c96a1-4623-478d-9c4b-f3df938b7f16.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102476,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746755/general/a135fe2a-742d-4977-8395-a19191b4b956.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105455,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746755/general/66447a17-04ce-4ef3-94c1-9a5196961a82.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63436,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746755/general/1704bcb5-8eac-4e2a-85c0-4d313e7300c0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53590,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746755/general/754fe4d3-89d1-45ec-a589-2e8f30aaf41a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30d4b98a-eebe-534b-afc2-77f56068bfc4/30d4b98a-eebe-534b-afc2-77f56068bfc4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64773,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746755/general/cca0a5e3-c678-4d06-b9b5-0358b1a1e39b.jpg',
'Width': 800}],
'price': 15900,
'price_includes_vat': True,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Octavia Combi 1.2 RS - Petrol - Automatic - 245 hp - 40.512 '
'km',
'transmission': 'automatic',
'trim': 'RS',
'vin': None,
'year': 2022}
2026-03-26 12:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727138%27 HTTP/1.1" 200 None
2026-03-26 12:29:31 [adesa.de] INFO: Saving data for 10727138: {'created_time': 1774528171.972692, 'last_price_update_time': 1774528171.972705, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727138') HTTP/1.1" 204 0
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252F1ecff2e9-7217-46ef-a617-c49953ade74e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/1ecff2e9-7217-46ef-a617-c49953ade74e.jpg not downloaded yet
2026-03-26 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746606/general/4774864c-da78-474c-9dba-c0cc926f5e49.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726579)
2026-03-26 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746487/general/39d4c99e-52b3-44ce-aa0c-8a65618b327b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726439)
2026-03-26 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746546/general/5a91a487-1f6b-4d3d-8c05-dbc5761b9966.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726516)
2026-03-26 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746546/general/cd066b75-02e8-440a-a4bf-087a7e7a59b3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726516)
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d3dd0>
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252F0c5d2993-9bc6-4155-b1bc-4f8ff921b7e6.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/0c5d2993-9bc6-4155-b1bc-4f8ff921b7e6.jpg saved to cache
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f4e95a07-3a08-5da9-ae41-516f96464887
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562dc510>
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252Fa7caf732-068d-416f-ad55-ca4caddb62e8.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/a7caf732-068d-416f-ad55-ca4caddb62e8.jpg saved to cache
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item eb7e9215-0095-599e-8f17-10683bb254ee
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156354b10>
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252F777cc115-6e46-4fca-90c4-836af75a178c.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/777cc115-6e46-4fca-90c4-836af75a178c.jpg saved to cache
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e3795bd9-23dc-5f2c-b33d-296216072180
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156510190>
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252F50b33929-4c35-4fdc-9936-e8147d45c364.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/50b33929-4c35-4fdc-9936-e8147d45c364.jpg saved to cache
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 73f2ee30-1506-5d71-b7a2-471d267c5f9b
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f644d0>
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252F5432873c-a120-4555-ac71-d05cea770f60.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/5432873c-a120-4555-ac71-d05cea770f60.jpg saved to cache
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f4e95a07-3a08-5da9-ae41-516f96464887
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156512190>
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252Fddb6ea27-fdce-484f-b576-a46952660bf1.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/ddb6ea27-fdce-484f-b576-a46952660bf1.jpg saved to cache
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 395eb335-833f-5931-85e1-fc2de41f76cd
2026-03-26 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4699482/general/d41d6b73-c9f3-4ebf-9565-0b958ecae740.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727098)
2026-03-26 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746487/general/3025924c-54b2-4dcd-b70e-5d47b9dea1d0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726439)
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252Ffdee960f-f6aa-4b98-9bbd-c8c0bf3de25f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/fdee960f-f6aa-4b98-9bbd-c8c0bf3de25f.jpg not downloaded yet
2026-03-26 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746496/general/96a051ce-d54b-4a27-98c7-5840389cb419.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726448)
2026-03-26 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746546/general/e1b23a23-99b3-447f-859c-324e25203e1d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726516)
2026-03-26 12:29: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 12:29: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 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252F3312a631-6911-4e98-9bf4-a7d52033b265.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/3312a631-6911-4e98-9bf4-a7d52033b265.jpg not downloaded yet
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156411050>
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252F4774864c-da78-474c-9dba-c0cc926f5e49.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/4774864c-da78-474c-9dba-c0cc926f5e49.jpg saved to cache
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 73f2ee30-1506-5d71-b7a2-471d267c5f9b
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c05b1d0>
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F39d4c99e-52b3-44ce-aa0c-8a65618b327b.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/39d4c99e-52b3-44ce-aa0c-8a65618b327b.jpg saved to cache
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item eb7e9215-0095-599e-8f17-10683bb254ee
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015653e750>
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252F5a91a487-1f6b-4d3d-8c05-dbc5761b9966.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/5a91a487-1f6b-4d3d-8c05-dbc5761b9966.jpg saved to cache
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f4e95a07-3a08-5da9-ae41-516f96464887
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563d04d0>
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252Fcd066b75-02e8-440a-a4bf-087a7e7a59b3.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/cd066b75-02e8-440a-a4bf-087a7e7a59b3.jpg saved to cache
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f4e95a07-3a08-5da9-ae41-516f96464887
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252F05d55a96-5411-4aa5-b28f-1c6f3542d29c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/05d55a96-5411-4aa5-b28f-1c6f3542d29c.jpg not downloaded yet
2026-03-26 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4699482/general/3e0efa48-d1b3-459e-8285-a59ee5e4888c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727098)
2026-03-26 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746487/general/309e45ee-33be-49d4-b084-5e4f586b6294.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726439)
2026-03-26 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746606/general/2e5d9464-c49e-4ff8-a00a-a69ecd4b792c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726579)
2026-03-26 12:29: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 12:29:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f77a50>
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252Fd41d6b73-c9f3-4ebf-9565-0b958ecae740.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/d41d6b73-c9f3-4ebf-9565-0b958ecae740.jpg saved to cache
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e3795bd9-23dc-5f2c-b33d-296216072180
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562bef50>
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F3025924c-54b2-4dcd-b70e-5d47b9dea1d0.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/3025924c-54b2-4dcd-b70e-5d47b9dea1d0.jpg saved to cache
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item eb7e9215-0095-599e-8f17-10683bb254ee
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c180150>
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252F96a051ce-d54b-4a27-98c7-5840389cb419.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/96a051ce-d54b-4a27-98c7-5840389cb419.jpg saved to cache
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 395eb335-833f-5931-85e1-fc2de41f76cd
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c177790>
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252Fe1b23a23-99b3-447f-859c-324e25203e1d.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/e1b23a23-99b3-447f-859c-324e25203e1d.jpg saved to cache
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f4e95a07-3a08-5da9-ae41-516f96464887
2026-03-26 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746496/general/34c53f01-6738-4268-ab2b-a798c9e7e0d6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726448)
2026-03-26 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746714/general/398fb213-c0bb-4aaf-a198-09d81e6dffc0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727004)
2026-03-26 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746714/general/f21563bb-1b2e-45e8-8d80-f9b0e80d63b6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727004)
2026-03-26 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746546/general/f1609c2d-cd10-427f-a813-734a66804eac.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726516)
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252F727f34bd-bf47-4a15-bd77-8a5b45f8142a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/727f34bd-bf47-4a15-bd77-8a5b45f8142a.jpg not downloaded yet
2026-03-26 12:29: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 12:29: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 12:29: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 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747393/general/39e4f47b-3057-466a-a8e0-f32634ff5109.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728627)
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252F4f7cd375-9cdc-4ecf-8f64-9c2faadb090d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/4f7cd375-9cdc-4ecf-8f64-9c2faadb090d.jpg not downloaded yet
2026-03-26 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746714/general/adc44f3c-e5cb-45a6-91a1-d8168676a54e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727004)
2026-03-26 12:29:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746714/general/449a69e1-0c73-40f6-bd6e-a6bacb82c592.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727004)
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252Ffccd4241-8846-4374-9918-fd4d232512e9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/fccd4241-8846-4374-9918-fd4d232512e9.jpg not downloaded yet
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156413a90>
2026-03-26 12:29:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4699482%252Fgeneral%252F3e0efa48-d1b3-459e-8285-a59ee5e4888c.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4699482/general/3e0efa48-d1b3-459e-8285-a59ee5e4888c.jpg saved to cache
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e3795bd9-23dc-5f2c-b33d-296216072180
2026-03-26 12:29:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e3795bd9-23dc-5f2c-b33d-296216072180, skipping ID generation
2026-03-26 12:29:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3795bd9-23dc-5f2c-b33d-296216072180 with scrape type 1
2026-03-26 12:29:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e3795bd9-23dc-5f2c-b33d-296216072180 sending to next pipeline
2026-03-26 12:29:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e3795bd9-23dc-5f2c-b33d-296216072180, identifier: 10727098
2026-03-26 12:29:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d2c10>
2026-03-26 12:29:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746487%252Fgeneral%252F309e45ee-33be-49d4-b084-5e4f586b6294.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746487/general/309e45ee-33be-49d4-b084-5e4f586b6294.jpg saved to cache
2026-03-26 12:29:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item eb7e9215-0095-599e-8f17-10683bb254ee
2026-03-26 12:29:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eb7e9215-0095-599e-8f17-10683bb254ee, skipping ID generation
2026-03-26 12:29:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb7e9215-0095-599e-8f17-10683bb254ee with scrape type 1
2026-03-26 12:29:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eb7e9215-0095-599e-8f17-10683bb254ee sending to next pipeline
2026-03-26 12:29:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: eb7e9215-0095-599e-8f17-10683bb254ee, identifier: 10726439
2026-03-26 12:29:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015653fcd0>
2026-03-26 12:29:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746606%252Fgeneral%252F2e5d9464-c49e-4ff8-a00a-a69ecd4b792c.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746606/general/2e5d9464-c49e-4ff8-a00a-a69ecd4b792c.jpg saved to cache
2026-03-26 12:29:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 73f2ee30-1506-5d71-b7a2-471d267c5f9b
2026-03-26 12:29:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 73f2ee30-1506-5d71-b7a2-471d267c5f9b, skipping ID generation
2026-03-26 12:29:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73f2ee30-1506-5d71-b7a2-471d267c5f9b with scrape type 1
2026-03-26 12:29:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 73f2ee30-1506-5d71-b7a2-471d267c5f9b sending to next pipeline
2026-03-26 12:29:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 73f2ee30-1506-5d71-b7a2-471d267c5f9b, identifier: 10726579
2026-03-26 12:29: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 12:29:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e3795bd9-23dc-5f2c-b33d-296216072180 with identifier: 10727098
2026-03-26 12:29:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e3795bd9-23dc-5f2c-b33d-296216072180 with identifier: 10727098
2026-03-26 12:29:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e3795bd9-23dc-5f2c-b33d-296216072180 with identifier: 10727098 to the API
2026-03-26 12:29:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/4699482/general/3e0efa48-d1b3-459e-8285-a59ee5e4888c.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 283,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': 'e3795bd9-23dc-5f2c-b33d-296216072180',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '6204610',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727098',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 50831,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 39,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107250,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4699482/general/3e0efa48-d1b3-459e-8285-a59ee5e4888c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95546,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4699482/general/1224d981-6b0b-462d-81fe-e76b1cca2a38.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96228,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4699482/general/b73b909a-2be6-4d18-9a98-5d55b59b3fa3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87370,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4699482/general/d41d6b73-c9f3-4ebf-9565-0b958ecae740.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78918,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4699482/general/7041334c-f1c1-407e-a3dd-f588a2f08a3b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68507,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4699482/general/b305a71a-2615-4b17-9997-c5d545327a2a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66324,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4699482/general/777cc115-6e46-4fca-90c4-836af75a178c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73002,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4699482/general/cf384cd5-ef9e-48b0-a5ee-329c0b063354.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76406,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4699482/general/8a246ed8-271d-4f9e-9919-d5aca78d770f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3795bd9-23dc-5f2c-b33d-296216072180/e3795bd9-23dc-5f2c-b33d-296216072180_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23427,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4699482/general/aa41bf99-bcef-4790-85e6-34b50f8219cd.jpg',
'Width': 800}],
'price': 15300,
'price_includes_vat': True,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Tesla Model 3 60 kWh - Electric - Automatic - 283 hp - 50.831 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727098%27 HTTP/1.1" 200 None
2026-03-26 12:29:34 [adesa.de] INFO: Saving data for 10727098: {'created_time': 1774528174.278484, 'last_price_update_time': 1774528174.278501, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727098') HTTP/1.1" 204 0
2026-03-26 12:29:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: eb7e9215-0095-599e-8f17-10683bb254ee with identifier: 10726439
2026-03-26 12:29:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: eb7e9215-0095-599e-8f17-10683bb254ee with identifier: 10726439
2026-03-26 12:29:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: eb7e9215-0095-599e-8f17-10683bb254ee with identifier: 10726439 to the API
2026-03-26 12:29:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746487/general/309e45ee-33be-49d4-b084-5e4f586b6294.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Compact',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 82,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': 'eb7e9215-0095-599e-8f17-10683bb254ee',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '458837',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726439',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Smart',
'model': 'Fortwo',
'odometer': 28863,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 48,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99424,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746487/general/139d80aa-1ba3-41db-8c0e-af54f49c066d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96217,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746487/general/309e45ee-33be-49d4-b084-5e4f586b6294.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96578,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746487/general/0caa4042-1fee-446c-bd0d-570101f6bc56.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95727,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746487/general/9e0b1459-1182-462b-8a3e-24f79573fab4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109831,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746487/general/3025924c-54b2-4dcd-b70e-5d47b9dea1d0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142699,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746487/general/04f69d05-a501-4948-b973-081db2c381d4.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100510,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746487/general/8934ff01-5643-4d8c-98d3-de4c9df8410e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83184,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746487/general/39d4c99e-52b3-44ce-aa0c-8a65618b327b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97551,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746487/general/a7caf732-068d-416f-ad55-ca4caddb62e8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb7e9215-0095-599e-8f17-10683bb254ee/eb7e9215-0095-599e-8f17-10683bb254ee_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109676,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746487/general/65dabcf3-b5ab-42e6-9d2f-ac6a139b4ba8.jpg',
'Width': 800}],
'price': 5600,
'price_includes_vat': True,
'registration_date': '2021-10-01',
'seats_number': 2,
'seller_name': 'Mobility Concept GmbH',
'title': 'Smart Fortwo Prime - Electric - Automatic - 82 hp - 28.863 km',
'transmission': 'automatic',
'trim': 'Prime',
'vin': None,
'year': 2021}
2026-03-26 12:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726439%27 HTTP/1.1" 200 None
2026-03-26 12:29:34 [adesa.de] INFO: Saving data for 10726439: {'created_time': 1774528174.761802, 'last_price_update_time': 1774528174.761814, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726439') HTTP/1.1" 204 0
2026-03-26 12:29:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 73f2ee30-1506-5d71-b7a2-471d267c5f9b with identifier: 10726579
2026-03-26 12:29:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 73f2ee30-1506-5d71-b7a2-471d267c5f9b with identifier: 10726579
2026-03-26 12:29:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 73f2ee30-1506-5d71-b7a2-471d267c5f9b with identifier: 10726579 to the API
2026-03-26 12:29:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746606/general/2e5d9464-c49e-4ff8-a00a-a69ecd4b792c.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Compact',
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 82,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '73f2ee30-1506-5d71-b7a2-471d267c5f9b',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '455877',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726579',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Smart',
'model': 'Fortwo',
'odometer': 40870,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 37,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94292,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746606/general/2e5d9464-c49e-4ff8-a00a-a69ecd4b792c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98214,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746606/general/11c20da4-83fb-4b94-b73d-cf76213cbd8b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84826,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746606/general/191537ec-3a22-4015-bcd6-ae150da1b2c3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89310,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746606/general/4774864c-da78-474c-9dba-c0cc926f5e49.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72158,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746606/general/2c2a4a20-1dd3-49d5-a26b-0a9b6fc5ea18.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78686,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746606/general/063b249c-fdf8-46a2-9af0-569ddd3de9e0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95406,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746606/general/50b33929-4c35-4fdc-9936-e8147d45c364.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58925,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746606/general/5ae80e0f-19b9-4892-a604-48d249b91f11.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100315,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746606/general/f02ad4f9-d89d-4dbc-a72d-e346db5bd6fc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73f2ee30-1506-5d71-b7a2-471d267c5f9b/73f2ee30-1506-5d71-b7a2-471d267c5f9b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88179,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746606/general/e637fc64-a69c-4585-aa67-e3239b83c66c.jpg',
'Width': 800}],
'price': 4900,
'price_includes_vat': True,
'registration_date': '2021-07-01',
'seats_number': 2,
'seller_name': 'Mobility Concept GmbH',
'title': 'Smart Fortwo Passion - Electric - Automatic - 82 hp - 40.870 km',
'transmission': 'automatic',
'trim': 'Passion',
'vin': None,
'year': 2021}
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726579%27 HTTP/1.1" 200 None
2026-03-26 12:29:35 [adesa.de] INFO: Saving data for 10726579: {'created_time': 1774528175.185024, 'last_price_update_time': 1774528175.185037, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726579') HTTP/1.1" 204 0
2026-03-26 12:29:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746546/general/5adc222f-c9da-4104-872d-15c1d2705ce9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726516)
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252Fd9424c15-1387-4c94-bf84-289ab1538679.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/d9424c15-1387-4c94-bf84-289ab1538679.jpg not downloaded yet
2026-03-26 12:29: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 12:29:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5715193/general/55482174-1083-4e17-bbcf-3a72feabc0f3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727831)
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562bcd10>
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746496%252Fgeneral%252F34c53f01-6738-4268-ab2b-a798c9e7e0d6.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746496/general/34c53f01-6738-4268-ab2b-a798c9e7e0d6.jpg saved to cache
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 395eb335-833f-5931-85e1-fc2de41f76cd
2026-03-26 12:29:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 395eb335-833f-5931-85e1-fc2de41f76cd, skipping ID generation
2026-03-26 12:29:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 395eb335-833f-5931-85e1-fc2de41f76cd with scrape type 1
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 395eb335-833f-5931-85e1-fc2de41f76cd sending to next pipeline
2026-03-26 12:29:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 395eb335-833f-5931-85e1-fc2de41f76cd, identifier: 10726448
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015639c550>
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252F398fb213-c0bb-4aaf-a198-09d81e6dffc0.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/398fb213-c0bb-4aaf-a198-09d81e6dffc0.jpg saved to cache
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c968d588-e09f-5670-a141-11ae654d1e82
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015629a6d0>
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252Ff21563bb-1b2e-45e8-8d80-f9b0e80d63b6.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/f21563bb-1b2e-45e8-8d80-f9b0e80d63b6.jpg saved to cache
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c968d588-e09f-5670-a141-11ae654d1e82
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156568d10>
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252Ff1609c2d-cd10-427f-a813-734a66804eac.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/f1609c2d-cd10-427f-a813-734a66804eac.jpg saved to cache
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f4e95a07-3a08-5da9-ae41-516f96464887
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015624be90>
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252F39e4f47b-3057-466a-a8e0-f32634ff5109.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/39e4f47b-3057-466a-a8e0-f32634ff5109.jpg saved to cache
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 691f258c-7d52-589e-a319-adb443bd835b
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015656a690>
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252Fadc44f3c-e5cb-45a6-91a1-d8168676a54e.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/adc44f3c-e5cb-45a6-91a1-d8168676a54e.jpg saved to cache
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c968d588-e09f-5670-a141-11ae654d1e82
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015629b510>
2026-03-26 12:29:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746714%252Fgeneral%252F449a69e1-0c73-40f6-bd6e-a6bacb82c592.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746714/general/449a69e1-0c73-40f6-bd6e-a6bacb82c592.jpg saved to cache
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c968d588-e09f-5670-a141-11ae654d1e82
2026-03-26 12:29:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c968d588-e09f-5670-a141-11ae654d1e82, skipping ID generation
2026-03-26 12:29:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c968d588-e09f-5670-a141-11ae654d1e82 with scrape type 1
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c968d588-e09f-5670-a141-11ae654d1e82 sending to next pipeline
2026-03-26 12:29:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c968d588-e09f-5670-a141-11ae654d1e82, identifier: 10727004
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252F9bbca11c-74e8-468e-8a05-7c5bf27d7e6f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/9bbca11c-74e8-468e-8a05-7c5bf27d7e6f.jpg not downloaded yet
2026-03-26 12:29:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 395eb335-833f-5931-85e1-fc2de41f76cd with identifier: 10726448
2026-03-26 12:29:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 395eb335-833f-5931-85e1-fc2de41f76cd with identifier: 10726448
2026-03-26 12:29:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 395eb335-833f-5931-85e1-fc2de41f76cd with identifier: 10726448 to the API
2026-03-26 12:29:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746496/general/34c53f01-6738-4268-ab2b-a798c9e7e0d6.jpg>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': 'Estate',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 156,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Hybrid',
'id': '395eb335-833f-5931-85e1-fc2de41f76cd',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '362415',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726448',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volkswagen',
'model': 'Arteon',
'odometer': 128467,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 49,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169361,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746496/general/34c53f01-6738-4268-ab2b-a798c9e7e0d6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189453,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746496/general/54366d3e-aa80-4bcb-a7fc-4d51cee63103.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147499,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746496/general/5cdf972b-f403-485d-83b7-14b6d09ff82d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132187,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746496/general/96a051ce-d54b-4a27-98c7-5840389cb419.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79657,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746496/general/cf4a1dce-2a55-4ef8-b429-c31722b26911.jpg',
'Width': 450},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80342,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746496/general/a53d4fd7-ff14-4fba-bec0-f46e543da7a2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153740,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746496/general/ddb6ea27-fdce-484f-b576-a46952660bf1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55642,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746496/general/a15d3c7b-3b51-4e54-b258-58e004bded74.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124739,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746496/general/52c284ed-f987-47ef-92d8-f0893ca009b1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_395eb335-833f-5931-85e1-fc2de41f76cd/395eb335-833f-5931-85e1-fc2de41f76cd_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80171,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746496/general/d632a079-687d-44ed-9000-b8bdd340c091.jpg',
'Width': 800}],
'price': 13400,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volkswagen Arteon Shooting Brake 1.4 R-Line - Hybrid - Automatic - '
'156 hp - 128.467 km',
'transmission': 'automatic',
'trim': 'R-Line',
'vin': None,
'year': 2022}
2026-03-26 12:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726448%27 HTTP/1.1" 200 None
2026-03-26 12:29:36 [adesa.de] INFO: Saving data for 10726448: {'created_time': 1774528176.320748, 'last_price_update_time': 1774528176.320765, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726448') HTTP/1.1" 204 0
2026-03-26 12:29:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c968d588-e09f-5670-a141-11ae654d1e82 with identifier: 10727004
2026-03-26 12:29:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c968d588-e09f-5670-a141-11ae654d1e82 with identifier: 10727004
2026-03-26 12:29:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c968d588-e09f-5670-a141-11ae654d1e82 with identifier: 10727004 to the API
2026-03-26 12:29:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746714/general/449a69e1-0c73-40f6-bd6e-a6bacb82c592.jpg>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 190,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'c968d588-e09f-5670-a141-11ae654d1e82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5404249',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727004',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 65785,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 20,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155247,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746714/general/21dba8ba-6600-4159-a3e5-dd107b7cf575.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106668,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746714/general/f2682688-2277-4cec-9d2c-8fa0b73f5658.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101394,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746714/general/adc44f3c-e5cb-45a6-91a1-d8168676a54e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91546,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746714/general/449a69e1-0c73-40f6-bd6e-a6bacb82c592.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141173,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746714/general/f21563bb-1b2e-45e8-8d80-f9b0e80d63b6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143478,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746714/general/398fb213-c0bb-4aaf-a198-09d81e6dffc0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152229,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746714/general/9cc43eed-d2f7-41f2-a7ab-4fd492bcd5cf.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83549,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746714/general/c7056ac5-76b7-4846-84b0-3694709b78ea.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96159,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746714/general/24731355-16a3-45d4-b269-56ab7e4c0219.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c968d588-e09f-5670-a141-11ae654d1e82/c968d588-e09f-5670-a141-11ae654d1e82_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94466,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746714/general/4e4aa506-8025-4e6c-be5f-e054b29c113f.jpg',
'Width': 800}],
'price': 20400,
'price_includes_vat': True,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Volkswagen Tiguan 2.0 TSI R-Line - 4Motion - Petrol - Automatic - '
'190 hp - 65.785 km',
'transmission': 'automatic',
'trim': 'R-Line',
'vin': None,
'year': 2023}
2026-03-26 12:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727004%27 HTTP/1.1" 200 None
2026-03-26 12:29:36 [adesa.de] INFO: Saving data for 10727004: {'created_time': 1774528176.791193, 'last_price_update_time': 1774528176.791204, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727004') HTTP/1.1" 204 0
2026-03-26 12:29:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747393/general/05d55a96-5411-4aa5-b28f-1c6f3542d29c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728627)
2026-03-26 12:29:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015650a110>
2026-03-26 12:29:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746546%252Fgeneral%252F5adc222f-c9da-4104-872d-15c1d2705ce9.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746546/general/5adc222f-c9da-4104-872d-15c1d2705ce9.jpg saved to cache
2026-03-26 12:29:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f4e95a07-3a08-5da9-ae41-516f96464887
2026-03-26 12:29:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f4e95a07-3a08-5da9-ae41-516f96464887, skipping ID generation
2026-03-26 12:29:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4e95a07-3a08-5da9-ae41-516f96464887 with scrape type 1
2026-03-26 12:29:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f4e95a07-3a08-5da9-ae41-516f96464887 sending to next pipeline
2026-03-26 12:29:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f4e95a07-3a08-5da9-ae41-516f96464887, identifier: 10726516
2026-03-26 12:29:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747393/general/1ecff2e9-7217-46ef-a617-c49953ade74e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728627)
2026-03-26 12:29:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747393/general/3312a631-6911-4e98-9bf4-a7d52033b265.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728627)
2026-03-26 12:29:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747393/general/fdee960f-f6aa-4b98-9bbd-c8c0bf3de25f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728627)
2026-03-26 12:29:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747393/general/727f34bd-bf47-4a15-bd77-8a5b45f8142a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728627)
2026-03-26 12:29:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f4e95a07-3a08-5da9-ae41-516f96464887 with identifier: 10726516
2026-03-26 12:29:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f4e95a07-3a08-5da9-ae41-516f96464887 with identifier: 10726516
2026-03-26 12:29:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f4e95a07-3a08-5da9-ae41-516f96464887 with identifier: 10726516 to the API
2026-03-26 12:29:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746546/general/5adc222f-c9da-4104-872d-15c1d2705ce9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'f4e95a07-3a08-5da9-ae41-516f96464887',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5358791',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726516',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 62056,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 32,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154482,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746546/general/8473810c-f629-4970-88a0-43ce56a68353.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155111,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746546/general/2eb3069d-7a61-499f-9623-2767df6672b3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156199,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746546/general/a0399fbc-64e4-499e-b769-dfd1e414404e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158509,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746546/general/0c5d2993-9bc6-4155-b1bc-4f8ff921b7e6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104661,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746546/general/5432873c-a120-4555-ac71-d05cea770f60.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96891,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746546/general/cd066b75-02e8-440a-a4bf-087a7e7a59b3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101727,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746546/general/5a91a487-1f6b-4d3d-8c05-dbc5761b9966.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155714,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746546/general/e1b23a23-99b3-447f-859c-324e25203e1d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151500,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746546/general/f1609c2d-cd10-427f-a813-734a66804eac.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4e95a07-3a08-5da9-ae41-516f96464887/f4e95a07-3a08-5da9-ae41-516f96464887_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158413,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746546/general/5adc222f-c9da-4104-872d-15c1d2705ce9.jpg',
'Width': 1280}],
'price': 15400,
'price_includes_vat': True,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Karoq 1.5 TSI Sportline - Petrol - Automatic - 150 hp - '
'62.056 km',
'transmission': 'automatic',
'trim': 'Sportline',
'vin': None,
'year': 2023}
2026-03-26 12:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726516%27 HTTP/1.1" 200 None
2026-03-26 12:29:37 [adesa.de] INFO: Saving data for 10726516: {'created_time': 1774528177.780316, 'last_price_update_time': 1774528177.780329, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726516') HTTP/1.1" 204 0
2026-03-26 12:29:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156459750>
2026-03-26 12:29:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37c2a0da-692a-51ae-9cc0-a70dd9fc25ea/37c2a0da-692a-51ae-9cc0-a70dd9fc25ea_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715193%252Fgeneral%252F55482174-1083-4e17-bbcf-3a72feabc0f3.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715193/general/55482174-1083-4e17-bbcf-3a72feabc0f3.jpg saved to cache
2026-03-26 12:29:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 37c2a0da-692a-51ae-9cc0-a70dd9fc25ea
2026-03-26 12:29:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 37c2a0da-692a-51ae-9cc0-a70dd9fc25ea, skipping ID generation
2026-03-26 12:29:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37c2a0da-692a-51ae-9cc0-a70dd9fc25ea with scrape type 1
2026-03-26 12:29:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 37c2a0da-692a-51ae-9cc0-a70dd9fc25ea sending to next pipeline
2026-03-26 12:29:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 37c2a0da-692a-51ae-9cc0-a70dd9fc25ea, identifier: 10727831
2026-03-26 12:29:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747393/general/4f7cd375-9cdc-4ecf-8f64-9c2faadb090d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728627)
2026-03-26 12:29:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 37c2a0da-692a-51ae-9cc0-a70dd9fc25ea with identifier: 10727831
2026-03-26 12:29:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 37c2a0da-692a-51ae-9cc0-a70dd9fc25ea with identifier: 10727831
2026-03-26 12:29:38 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 37c2a0da-692a-51ae-9cc0-a70dd9fc25ea with identifier: 10727831 to the API
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5715193/general/55482174-1083-4e17-bbcf-3a72feabc0f3.jpg>
{'auction_title': '',
'c_o_2_emission_value': 161,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:31:40Z',
'fuel_type': 'Hybrid',
'id': '37c2a0da-692a-51ae-9cc0-a70dd9fc25ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990929-2527516',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727831',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 44726,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37c2a0da-692a-51ae-9cc0-a70dd9fc25ea/37c2a0da-692a-51ae-9cc0-a70dd9fc25ea_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 253204,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715193/general/8966082a-fdaf-4a33-adf8-06fd60407b3c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37c2a0da-692a-51ae-9cc0-a70dd9fc25ea/37c2a0da-692a-51ae-9cc0-a70dd9fc25ea_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150579,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715193/general/9eee7b90-a4ed-47a0-a775-47992a85ae93.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37c2a0da-692a-51ae-9cc0-a70dd9fc25ea/37c2a0da-692a-51ae-9cc0-a70dd9fc25ea_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111705,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715193/general/3103a863-c83a-41bb-8948-79b290d39fee.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37c2a0da-692a-51ae-9cc0-a70dd9fc25ea/37c2a0da-692a-51ae-9cc0-a70dd9fc25ea_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119866,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715193/general/55482174-1083-4e17-bbcf-3a72feabc0f3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37c2a0da-692a-51ae-9cc0-a70dd9fc25ea/37c2a0da-692a-51ae-9cc0-a70dd9fc25ea_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206684,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715193/general/21634eab-c7f9-4145-b1f8-10771141c112.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37c2a0da-692a-51ae-9cc0-a70dd9fc25ea/37c2a0da-692a-51ae-9cc0-a70dd9fc25ea_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147091,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715193/general/484bb588-7381-4e5d-a738-b5fbb61522b6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37c2a0da-692a-51ae-9cc0-a70dd9fc25ea/37c2a0da-692a-51ae-9cc0-a70dd9fc25ea_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215060,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715193/general/bc8bbb92-4b38-4b32-a944-bbcf8b054249.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37c2a0da-692a-51ae-9cc0-a70dd9fc25ea/37c2a0da-692a-51ae-9cc0-a70dd9fc25ea_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254343,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715193/general/8bbf2a45-171b-4fa1-85cb-0ee4bca08830.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37c2a0da-692a-51ae-9cc0-a70dd9fc25ea/37c2a0da-692a-51ae-9cc0-a70dd9fc25ea_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221796,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715193/general/712f6653-0be1-4ac7-a2a2-86a3ef549017.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37c2a0da-692a-51ae-9cc0-a70dd9fc25ea/37c2a0da-692a-51ae-9cc0-a70dd9fc25ea_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243780,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715193/general/2c5d9075-e940-47eb-bc95-de2c52f42895.jpg',
'Width': 1280}],
'price': 13100,
'price_includes_vat': True,
'registration_date': '2021-05-27',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 44.726 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2021}
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727831%27 HTTP/1.1" 200 None
2026-03-26 12:29:38 [adesa.de] INFO: Saving data for 10727831: {'created_time': 1774528178.360456, 'last_price_update_time': 1774528178.360467, 'auction_closing_time': 1774618300.0}
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727831') HTTP/1.1" 204 0
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fe2050>
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252F05d55a96-5411-4aa5-b28f-1c6f3542d29c.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/05d55a96-5411-4aa5-b28f-1c6f3542d29c.jpg saved to cache
2026-03-26 12:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 691f258c-7d52-589e-a319-adb443bd835b
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e868d0>
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252F1ecff2e9-7217-46ef-a617-c49953ade74e.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/1ecff2e9-7217-46ef-a617-c49953ade74e.jpg saved to cache
2026-03-26 12:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 691f258c-7d52-589e-a319-adb443bd835b
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633fbd0>
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252F3312a631-6911-4e98-9bf4-a7d52033b265.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/3312a631-6911-4e98-9bf4-a7d52033b265.jpg saved to cache
2026-03-26 12:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 691f258c-7d52-589e-a319-adb443bd835b
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156eb1010>
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252Ffdee960f-f6aa-4b98-9bbd-c8c0bf3de25f.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/fdee960f-f6aa-4b98-9bbd-c8c0bf3de25f.jpg saved to cache
2026-03-26 12:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 691f258c-7d52-589e-a319-adb443bd835b
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633f110>
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252F727f34bd-bf47-4a15-bd77-8a5b45f8142a.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/727f34bd-bf47-4a15-bd77-8a5b45f8142a.jpg saved to cache
2026-03-26 12:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 691f258c-7d52-589e-a319-adb443bd835b
2026-03-26 12:29:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747393/general/d9424c15-1387-4c94-bf84-289ab1538679.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728627)
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156373090>
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252F4f7cd375-9cdc-4ecf-8f64-9c2faadb090d.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/4f7cd375-9cdc-4ecf-8f64-9c2faadb090d.jpg saved to cache
2026-03-26 12:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 691f258c-7d52-589e-a319-adb443bd835b
2026-03-26 12:29:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747393/general/fccd4241-8846-4374-9918-fd4d232512e9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728627)
2026-03-26 12:29:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726550> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747393/general/9bbca11c-74e8-468e-8a05-7c5bf27d7e6f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728627)
2026-03-26 12:29: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 12:29:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156373010>
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252Fd9424c15-1387-4c94-bf84-289ab1538679.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/d9424c15-1387-4c94-bf84-289ab1538679.jpg saved to cache
2026-03-26 12:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 691f258c-7d52-589e-a319-adb443bd835b
2026-03-26 12:29:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726463> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29: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 12:29:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b6c50>
2026-03-26 12:29:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252Ffccd4241-8846-4374-9918-fd4d232512e9.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/fccd4241-8846-4374-9918-fd4d232512e9.jpg saved to cache
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 691f258c-7d52-589e-a319-adb443bd835b
2026-03-26 12:29:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e517520-7511-56ba-9986-dd20757eb7d2 with identifier: 10726550
2026-03-26 12:29:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e517520-7511-56ba-9986-dd20757eb7d2 with scrape type 1
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9e517520-7511-56ba-9986-dd20757eb7d2
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252F68061e48-ee57-4358-bd41-ee3a153da490.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/68061e48-ee57-4358-bd41-ee3a153da490.jpg not downloaded yet
2026-03-26 12:29:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156340e10>
2026-03-26 12:29:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747393%252Fgeneral%252F9bbca11c-74e8-468e-8a05-7c5bf27d7e6f.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747393/general/9bbca11c-74e8-468e-8a05-7c5bf27d7e6f.jpg saved to cache
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 691f258c-7d52-589e-a319-adb443bd835b
2026-03-26 12:29:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 691f258c-7d52-589e-a319-adb443bd835b, skipping ID generation
2026-03-26 12:29:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 691f258c-7d52-589e-a319-adb443bd835b with scrape type 1
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 691f258c-7d52-589e-a319-adb443bd835b sending to next pipeline
2026-03-26 12:29:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 691f258c-7d52-589e-a319-adb443bd835b, identifier: 10728627
2026-03-26 12:29:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 691f258c-7d52-589e-a319-adb443bd835b with identifier: 10728627
2026-03-26 12:29:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 691f258c-7d52-589e-a319-adb443bd835b with identifier: 10728627
2026-03-26 12:29:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 691f258c-7d52-589e-a319-adb443bd835b with identifier: 10728627 to the API
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747393/general/9bbca11c-74e8-468e-8a05-7c5bf27d7e6f.jpg>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': 'Hatchback',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 90,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': '691f258c-7d52-589e-a319-adb443bd835b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '57457',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728627',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Hyundai',
'model': 'i20',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 24,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 314342,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747393/general/39e4f47b-3057-466a-a8e0-f32634ff5109.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 295323,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747393/general/1ecff2e9-7217-46ef-a617-c49953ade74e.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 315913,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747393/general/fdee960f-f6aa-4b98-9bbd-c8c0bf3de25f.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 312997,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747393/general/3312a631-6911-4e98-9bf4-a7d52033b265.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230557,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747393/general/05d55a96-5411-4aa5-b28f-1c6f3542d29c.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243782,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747393/general/727f34bd-bf47-4a15-bd77-8a5b45f8142a.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240130,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747393/general/4f7cd375-9cdc-4ecf-8f64-9c2faadb090d.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 339013,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747393/general/fccd4241-8846-4374-9918-fd4d232512e9.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140911,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747393/general/d9424c15-1387-4c94-bf84-289ab1538679.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_691f258c-7d52-589e-a319-adb443bd835b/691f258c-7d52-589e-a319-adb443bd835b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146548,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747393/general/9bbca11c-74e8-468e-8a05-7c5bf27d7e6f.jpg',
'Width': 1600}],
'price': 16500,
'price_includes_vat': True,
'registration_date': '2026-02-24',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Hyundai i20 1.0 Comfort - Petrol - Automatic - 90 hp - 50 km',
'transmission': 'automatic',
'trim': 'Comfort',
'vin': None,
'year': 2026}
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728627%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [adesa.de] INFO: Saving data for 10728627: {'created_time': 1774528179.528525, 'last_price_update_time': 1774528179.528539, 'auction_closing_time': 1798675200.0}
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728627') HTTP/1.1" 204 0
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252F912dfbdb-2832-4a7f-a294-ef0ffc87e63a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/912dfbdb-2832-4a7f-a294-ef0ffc87e63a.jpg not downloaded yet
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252F937e8c2e-0740-47d6-b067-5eacd579a004.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/937e8c2e-0740-47d6-b067-5eacd579a004.jpg not downloaded yet
2026-03-26 12:29:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727054> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726492> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29: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 12:29: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 12:29:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9922532-c686-5006-8654-9a79a0482046 with identifier: 10726463
2026-03-26 12:29:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9922532-c686-5006-8654-9a79a0482046 with scrape type 1
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b9922532-c686-5006-8654-9a79a0482046
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252Fd2da215c-fb76-4aa3-8cb9-0879fe9fed41.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/d2da215c-fb76-4aa3-8cb9-0879fe9fed41.jpg not downloaded yet
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252Fffffc825-7f3a-41b8-966a-082f0b07664b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/ffffc825-7f3a-41b8-966a-082f0b07664b.jpg not downloaded yet
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252F9f067aff-fbda-465b-8024-ac0866c6649e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/9f067aff-fbda-465b-8024-ac0866c6649e.jpg not downloaded yet
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252F64209daf-b6f4-4aed-8f83-b59f3767be66.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/64209daf-b6f4-4aed-8f83-b59f3767be66.jpg not downloaded yet
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252F2f1a5e30-924a-4535-9072-763b3d7cf113.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/2f1a5e30-924a-4535-9072-763b3d7cf113.jpg not downloaded yet
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252F6167ba52-55ff-4411-9817-1443eb761c2b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/6167ba52-55ff-4411-9817-1443eb761c2b.jpg not downloaded yet
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252F4400f515-545d-4f00-b31e-a6c4e0c76fe4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/4400f515-545d-4f00-b31e-a6c4e0c76fe4.jpg not downloaded yet
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252Ff15d9d85-9e5d-485f-8a0f-032843503eb3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/f15d9d85-9e5d-485f-8a0f-032843503eb3.jpg not downloaded yet
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252F98c0fd2d-d380-4d00-914f-416237070498.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/98c0fd2d-d380-4d00-914f-416237070498.jpg not downloaded yet
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252Fe2bb4279-46d1-4072-9e5b-285438cb47a4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/e2bb4279-46d1-4072-9e5b-285438cb47a4.jpg not downloaded yet
2026-03-26 12:29:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8 with identifier: 10727054
2026-03-26 12:29:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8 with scrape type 1
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252F925035c6-76b4-414d-9eb4-245a781303b1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/925035c6-76b4-414d-9eb4-245a781303b1.jpg not downloaded yet
2026-03-26 12:29:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8247a42f-067f-5467-bae1-45f72259e52c with identifier: 10726492
2026-03-26 12:29:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8247a42f-067f-5467-bae1-45f72259e52c with scrape type 1
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8247a42f-067f-5467-bae1-45f72259e52c
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252F11a7d393-2738-438a-8e74-1331fecb7210.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/11a7d393-2738-438a-8e74-1331fecb7210.jpg not downloaded yet
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252F88ecff1b-6d5c-499a-87fa-2117948bf1f0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/88ecff1b-6d5c-499a-87fa-2117948bf1f0.jpg not downloaded yet
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252F9dd8edea-d584-49a8-9cc6-03fde76e3741.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/9dd8edea-d584-49a8-9cc6-03fde76e3741.jpg not downloaded yet
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252F49b186a4-710e-4e09-af5a-a736de34f7fa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/49b186a4-710e-4e09-af5a-a736de34f7fa.jpg not downloaded yet
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252F371d059d-74be-4ea6-9604-397ac4796fc7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/371d059d-74be-4ea6-9604-397ac4796fc7.jpg not downloaded yet
2026-03-26 12:29:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746578/general/68061e48-ee57-4358-bd41-ee3a153da490.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726550)
2026-03-26 12:29:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746578/general/912dfbdb-2832-4a7f-a294-ef0ffc87e63a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726550)
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252F9e1dea58-0d19-4f9d-a843-e475a3c4596e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/9e1dea58-0d19-4f9d-a843-e475a3c4596e.jpg not downloaded yet
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252F326df1ad-793f-4b89-8a63-22619a97bc07.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/326df1ad-793f-4b89-8a63-22619a97bc07.jpg not downloaded yet
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252F74676d8b-cf7b-4845-b545-bd52e0c2c95b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/74676d8b-cf7b-4845-b545-bd52e0c2c95b.jpg not downloaded yet
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252F2d652f37-bf64-4524-a469-89394e024997.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/2d652f37-bf64-4524-a469-89394e024997.jpg not downloaded yet
2026-03-26 12:29:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726514> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252Fcb72282c-a69e-4dcd-af17-ef391af0d36f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/cb72282c-a69e-4dcd-af17-ef391af0d36f.jpg not downloaded yet
2026-03-26 12:29: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 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252F1a3444b3-9848-43e3-bae8-04ed5da15793.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/1a3444b3-9848-43e3-bae8-04ed5da15793.jpg not downloaded yet
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252Fefc16daa-b4df-43b6-8fdf-1740eb32aaa8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/efc16daa-b4df-43b6-8fdf-1740eb32aaa8.jpg not downloaded yet
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252Fc32a3eba-59df-41f8-b241-d4bda18a576a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/c32a3eba-59df-41f8-b241-d4bda18a576a.jpg not downloaded yet
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252Fd815077b-297c-4c98-a821-5aa00307a5e5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/d815077b-297c-4c98-a821-5aa00307a5e5.jpg not downloaded yet
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252Fecdea21b-a870-4ae8-b985-790bbb4a05fa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/ecdea21b-a870-4ae8-b985-790bbb4a05fa.jpg not downloaded yet
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015650bad0>
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252F68061e48-ee57-4358-bd41-ee3a153da490.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/68061e48-ee57-4358-bd41-ee3a153da490.jpg saved to cache
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9e517520-7511-56ba-9986-dd20757eb7d2
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563b9510>
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252F912dfbdb-2832-4a7f-a294-ef0ffc87e63a.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/912dfbdb-2832-4a7f-a294-ef0ffc87e63a.jpg saved to cache
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9e517520-7511-56ba-9986-dd20757eb7d2
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252Fca20b31d-2bd8-45cf-8608-e5ef5e0c4442.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/ca20b31d-2bd8-45cf-8608-e5ef5e0c4442.jpg not downloaded yet
2026-03-26 12:29:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746723/general/49b186a4-710e-4e09-af5a-a736de34f7fa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727054)
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252F4cb11184-deb1-4378-b39e-6b918886795a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/4cb11184-deb1-4378-b39e-6b918886795a.jpg not downloaded yet
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252F099913cb-28b3-4dca-9de2-4e30f09ca127.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/099913cb-28b3-4dca-9de2-4e30f09ca127.jpg not downloaded yet
2026-03-26 12:29:40 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 7.477(s), this was the 1st time calling it.
2026-03-26 12:29:40 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.376322516833313 seconds as it raised RequestError: RequestError: 520, message=, headers=<CIMultiDictProxy('Date': 'Thu, 26 Mar 2026 12:29:40 GMT', 'Content-Type': 'application/problem+json', 'Content-Length': '214', 'Connection': 'keep-alive', 'Retry-After': '60', 'Request-Id': 'cc7ce68466b5e404b081c30a70d5bc78', '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=cc7ce68466b5e404b081c30a70d5bc78.
2026-03-26 12:29:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746503/general/9e1dea58-0d19-4f9d-a843-e475a3c4596e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726463)
2026-03-26 12:29:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746523/general/371d059d-74be-4ea6-9604-397ac4796fc7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726492)
2026-03-26 12:29:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4f10429-8159-5652-8cd4-23e9f8c0b1f9 with identifier: 10726514
2026-03-26 12:29:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4f10429-8159-5652-8cd4-23e9f8c0b1f9 with scrape type 1
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d4f10429-8159-5652-8cd4-23e9f8c0b1f9
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252F4914c883-1e1c-4cd2-a813-20ff5b6a64c0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/4914c883-1e1c-4cd2-a813-20ff5b6a64c0.jpg not downloaded yet
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252F8c3441d1-3f24-4e16-b103-06ceeeb9707a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/8c3441d1-3f24-4e16-b103-06ceeeb9707a.jpg not downloaded yet
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252Ff62fddef-9885-41b0-bac0-e786b03ec437.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/f62fddef-9885-41b0-bac0-e786b03ec437.jpg not downloaded yet
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252F051c22f3-2294-432c-aef5-0f883b029be5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/051c22f3-2294-432c-aef5-0f883b029be5.jpg not downloaded yet
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252F662c8733-0d8c-46e9-9158-c24840406eef.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/662c8733-0d8c-46e9-9158-c24840406eef.jpg not downloaded yet
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252F4a227650-57e4-44e5-a620-29e8d7fb2f06.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/4a227650-57e4-44e5-a620-29e8d7fb2f06.jpg not downloaded yet
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252F190c62f3-50af-44e9-8438-8902d15b1b6f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/190c62f3-50af-44e9-8438-8902d15b1b6f.jpg not downloaded yet
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252F3226fb4b-17e3-420b-bf78-41ad8a8831ad.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/3226fb4b-17e3-420b-bf78-41ad8a8831ad.jpg not downloaded yet
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252F5b79871a-edd2-47f8-bcfd-6b2d062b9d88.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/5b79871a-edd2-47f8-bcfd-6b2d062b9d88.jpg not downloaded yet
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156518910>
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252F49b186a4-710e-4e09-af5a-a736de34f7fa.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/49b186a4-710e-4e09-af5a-a736de34f7fa.jpg saved to cache
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252Fb6a1fb87-5271-48ae-b810-228882867b3c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/b6a1fb87-5271-48ae-b810-228882867b3c.jpg not downloaded yet
2026-03-26 12:29:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746723/general/d815077b-297c-4c98-a821-5aa00307a5e5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727054)
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252Fc8a7b687-ad0f-484a-b41f-f4528c74d7f7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/c8a7b687-ad0f-484a-b41f-f4528c74d7f7.jpg not downloaded yet
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252F40ab4106-0903-432a-9be5-70231b7b85eb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/40ab4106-0903-432a-9be5-70231b7b85eb.jpg not downloaded yet
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156372090>
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252F9e1dea58-0d19-4f9d-a843-e475a3c4596e.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/9e1dea58-0d19-4f9d-a843-e475a3c4596e.jpg saved to cache
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b9922532-c686-5006-8654-9a79a0482046
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f65f10>
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252F371d059d-74be-4ea6-9604-397ac4796fc7.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/371d059d-74be-4ea6-9604-397ac4796fc7.jpg saved to cache
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8247a42f-067f-5467-bae1-45f72259e52c
2026-03-26 12:29:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746523/general/ecdea21b-a870-4ae8-b985-790bbb4a05fa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726492)
2026-03-26 12:29:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746503/general/ca20b31d-2bd8-45cf-8608-e5ef5e0c4442.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726463)
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252Feae2f170-116a-4bbb-9839-4224dea2b8cb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/eae2f170-116a-4bbb-9839-4224dea2b8cb.jpg not downloaded yet
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252F279172c3-732b-45cc-8ea7-680da88ef884.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/279172c3-732b-45cc-8ea7-680da88ef884.jpg not downloaded yet
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156219050>
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252Fd815077b-297c-4c98-a821-5aa00307a5e5.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/d815077b-297c-4c98-a821-5aa00307a5e5.jpg saved to cache
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252F515517c7-9ffb-4cdb-ba90-45023da61dbf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/515517c7-9ffb-4cdb-ba90-45023da61dbf.jpg not downloaded yet
2026-03-26 12:29:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746723/general/3226fb4b-17e3-420b-bf78-41ad8a8831ad.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727054)
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252F4003d798-70b4-4098-b112-361885bbc145.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/4003d798-70b4-4098-b112-361885bbc145.jpg not downloaded yet
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252F8402f193-461a-4f0e-bb71-8d12cba73d9c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/8402f193-461a-4f0e-bb71-8d12cba73d9c.jpg not downloaded yet
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156310f90>
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252Fecdea21b-a870-4ae8-b985-790bbb4a05fa.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/ecdea21b-a870-4ae8-b985-790bbb4a05fa.jpg saved to cache
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8247a42f-067f-5467-bae1-45f72259e52c
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c18d2d0>
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252Fca20b31d-2bd8-45cf-8608-e5ef5e0c4442.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/ca20b31d-2bd8-45cf-8608-e5ef5e0c4442.jpg saved to cache
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b9922532-c686-5006-8654-9a79a0482046
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252F8d039f67-66a3-4563-9902-b998ef82d189.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/8d039f67-66a3-4563-9902-b998ef82d189.jpg not downloaded yet
2026-03-26 12:29:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746523/general/5b79871a-edd2-47f8-bcfd-6b2d062b9d88.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726492)
2026-03-26 12:29:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746545/general/b6a1fb87-5271-48ae-b810-228882867b3c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726514)
2026-03-26 12:29:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746545/general/279172c3-732b-45cc-8ea7-680da88ef884.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726514)
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564e6090>
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252F3226fb4b-17e3-420b-bf78-41ad8a8831ad.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/3226fb4b-17e3-420b-bf78-41ad8a8831ad.jpg saved to cache
2026-03-26 12:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564e7710>
2026-03-26 12:29:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252F5b79871a-edd2-47f8-bcfd-6b2d062b9d88.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/5b79871a-edd2-47f8-bcfd-6b2d062b9d88.jpg saved to cache
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8247a42f-067f-5467-bae1-45f72259e52c
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156522310>
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252Fb6a1fb87-5271-48ae-b810-228882867b3c.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/b6a1fb87-5271-48ae-b810-228882867b3c.jpg saved to cache
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d4f10429-8159-5652-8cd4-23e9f8c0b1f9
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562bdf50>
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252F279172c3-732b-45cc-8ea7-680da88ef884.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/279172c3-732b-45cc-8ea7-680da88ef884.jpg saved to cache
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d4f10429-8159-5652-8cd4-23e9f8c0b1f9
2026-03-26 12:29:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746545/general/8402f193-461a-4f0e-bb71-8d12cba73d9c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726514)
2026-03-26 12:29:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746545/general/8d039f67-66a3-4563-9902-b998ef82d189.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726514)
2026-03-26 12:29:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746545/general/4003d798-70b4-4098-b112-361885bbc145.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726514)
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015e9ee690>
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252F8402f193-461a-4f0e-bb71-8d12cba73d9c.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/8402f193-461a-4f0e-bb71-8d12cba73d9c.jpg saved to cache
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d4f10429-8159-5652-8cd4-23e9f8c0b1f9
2026-03-26 12:29:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746545/general/eae2f170-116a-4bbb-9839-4224dea2b8cb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726514)
2026-03-26 12:29:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746545/general/515517c7-9ffb-4cdb-ba90-45023da61dbf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726514)
2026-03-26 12:29:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746523/general/40ab4106-0903-432a-9be5-70231b7b85eb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726492)
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015621a350>
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252F8d039f67-66a3-4563-9902-b998ef82d189.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/8d039f67-66a3-4563-9902-b998ef82d189.jpg saved to cache
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d4f10429-8159-5652-8cd4-23e9f8c0b1f9
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09d710>
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252F4003d798-70b4-4098-b112-361885bbc145.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/4003d798-70b4-4098-b112-361885bbc145.jpg saved to cache
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d4f10429-8159-5652-8cd4-23e9f8c0b1f9
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c16c590>
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252Feae2f170-116a-4bbb-9839-4224dea2b8cb.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/eae2f170-116a-4bbb-9839-4224dea2b8cb.jpg saved to cache
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d4f10429-8159-5652-8cd4-23e9f8c0b1f9
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156338cd0>
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252F515517c7-9ffb-4cdb-ba90-45023da61dbf.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/515517c7-9ffb-4cdb-ba90-45023da61dbf.jpg saved to cache
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d4f10429-8159-5652-8cd4-23e9f8c0b1f9
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015635c390>
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252F40ab4106-0903-432a-9be5-70231b7b85eb.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/40ab4106-0903-432a-9be5-70231b7b85eb.jpg saved to cache
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8247a42f-067f-5467-bae1-45f72259e52c
2026-03-26 12:29:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746523/general/4a227650-57e4-44e5-a620-29e8d7fb2f06.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726492)
2026-03-26 12:29:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746545/general/190c62f3-50af-44e9-8438-8902d15b1b6f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726514)
2026-03-26 12:29:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746723/general/c8a7b687-ad0f-484a-b41f-f4528c74d7f7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727054)
2026-03-26 12:29:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746523/general/f62fddef-9885-41b0-bac0-e786b03ec437.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726492)
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562ea910>
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252F4a227650-57e4-44e5-a620-29e8d7fb2f06.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/4a227650-57e4-44e5-a620-29e8d7fb2f06.jpg saved to cache
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8247a42f-067f-5467-bae1-45f72259e52c
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562bc750>
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252F190c62f3-50af-44e9-8438-8902d15b1b6f.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/190c62f3-50af-44e9-8438-8902d15b1b6f.jpg saved to cache
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d4f10429-8159-5652-8cd4-23e9f8c0b1f9
2026-03-26 12:29:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746723/general/662c8733-0d8c-46e9-9158-c24840406eef.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727054)
2026-03-26 12:29:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727109> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29: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 12:29:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fd5e50>
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252Fc8a7b687-ad0f-484a-b41f-f4528c74d7f7.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/c8a7b687-ad0f-484a-b41f-f4528c74d7f7.jpg saved to cache
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156faf210>
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252Ff62fddef-9885-41b0-bac0-e786b03ec437.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/f62fddef-9885-41b0-bac0-e786b03ec437.jpg saved to cache
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8247a42f-067f-5467-bae1-45f72259e52c
2026-03-26 12:29:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746545/general/051c22f3-2294-432c-aef5-0f883b029be5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726514)
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d11e4d0>
2026-03-26 12:29:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252F662c8733-0d8c-46e9-9158-c24840406eef.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/662c8733-0d8c-46e9-9158-c24840406eef.jpg saved to cache
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8
2026-03-26 12:29:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746723/general/8c3441d1-3f24-4e16-b103-06ceeeb9707a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727054)
2026-03-26 12:29:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746723/general/4cb11184-deb1-4378-b39e-6b918886795a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727054)
2026-03-26 12:29:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81eac23c-7f9a-5008-91f7-50fe53ae65e4 with identifier: 10727109
2026-03-26 12:29:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81eac23c-7f9a-5008-91f7-50fe53ae65e4 with scrape type 1
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 81eac23c-7f9a-5008-91f7-50fe53ae65e4
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252F27d4d229-9d90-400c-b95e-0ea8174e5c34.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/27d4d229-9d90-400c-b95e-0ea8174e5c34.jpg not downloaded yet
2026-03-26 12:29:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746523/general/099913cb-28b3-4dca-9de2-4e30f09ca127.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726492)
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252Fb6845185-de5a-4bdf-baf8-8e6542178eaf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/b6845185-de5a-4bdf-baf8-8e6542178eaf.jpg not downloaded yet
2026-03-26 12:29:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746545/general/4914c883-1e1c-4cd2-a813-20ff5b6a64c0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726514)
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252F457f046c-a731-4397-86cf-f5245ac1a0e7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/457f046c-a731-4397-86cf-f5245ac1a0e7.jpg not downloaded yet
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015647ead0>
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252F051c22f3-2294-432c-aef5-0f883b029be5.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/051c22f3-2294-432c-aef5-0f883b029be5.jpg saved to cache
2026-03-26 12:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d4f10429-8159-5652-8cd4-23e9f8c0b1f9
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156147d50>
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252F8c3441d1-3f24-4e16-b103-06ceeeb9707a.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/8c3441d1-3f24-4e16-b103-06ceeeb9707a.jpg saved to cache
2026-03-26 12:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25f2d0>
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252F4cb11184-deb1-4378-b39e-6b918886795a.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/4cb11184-deb1-4378-b39e-6b918886795a.jpg saved to cache
2026-03-26 12:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252F35b7c6e1-bc91-4061-86ac-a7fd6736a2ec.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/35b7c6e1-bc91-4061-86ac-a7fd6736a2ec.jpg not downloaded yet
2026-03-26 12:29:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746523/general/efc16daa-b4df-43b6-8fdf-1740eb32aaa8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726492)
2026-03-26 12:29:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746503/general/c32a3eba-59df-41f8-b241-d4bda18a576a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726463)
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156449c90>
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252F099913cb-28b3-4dca-9de2-4e30f09ca127.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/099913cb-28b3-4dca-9de2-4e30f09ca127.jpg saved to cache
2026-03-26 12:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8247a42f-067f-5467-bae1-45f72259e52c
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c182f90>
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746545%252Fgeneral%252F4914c883-1e1c-4cd2-a813-20ff5b6a64c0.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746545/general/4914c883-1e1c-4cd2-a813-20ff5b6a64c0.jpg saved to cache
2026-03-26 12:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d4f10429-8159-5652-8cd4-23e9f8c0b1f9
2026-03-26 12:29:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d4f10429-8159-5652-8cd4-23e9f8c0b1f9, skipping ID generation
2026-03-26 12:29:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4f10429-8159-5652-8cd4-23e9f8c0b1f9 with scrape type 1
2026-03-26 12:29:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d4f10429-8159-5652-8cd4-23e9f8c0b1f9 sending to next pipeline
2026-03-26 12:29:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: d4f10429-8159-5652-8cd4-23e9f8c0b1f9, identifier: 10726514
2026-03-26 12:29:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746723/general/1a3444b3-9848-43e3-bae8-04ed5da15793.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727054)
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252Fb54c8226-3593-40c9-91ca-85993fe433c1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/b54c8226-3593-40c9-91ca-85993fe433c1.jpg not downloaded yet
2026-03-26 12:29:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: d4f10429-8159-5652-8cd4-23e9f8c0b1f9 with identifier: 10726514
2026-03-26 12:29:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: d4f10429-8159-5652-8cd4-23e9f8c0b1f9 with identifier: 10726514
2026-03-26 12:29:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: d4f10429-8159-5652-8cd4-23e9f8c0b1f9 with identifier: 10726514 to the API
2026-03-26 12:29:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746545/general/4914c883-1e1c-4cd2-a813-20ff5b6a64c0.jpg>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'd4f10429-8159-5652-8cd4-23e9f8c0b1f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4367534',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726514',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 50454,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 24,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149957,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746545/general/4914c883-1e1c-4cd2-a813-20ff5b6a64c0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135529,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746545/general/051c22f3-2294-432c-aef5-0f883b029be5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170552,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746545/general/190c62f3-50af-44e9-8438-8902d15b1b6f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171290,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746545/general/b6a1fb87-5271-48ae-b810-228882867b3c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106127,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746545/general/eae2f170-116a-4bbb-9839-4224dea2b8cb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168039,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746545/general/279172c3-732b-45cc-8ea7-680da88ef884.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145165,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746545/general/515517c7-9ffb-4cdb-ba90-45023da61dbf.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160297,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746545/general/4003d798-70b4-4098-b112-361885bbc145.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72389,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746545/general/8402f193-461a-4f0e-bb71-8d12cba73d9c.jpg',
'Width': 450},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4f10429-8159-5652-8cd4-23e9f8c0b1f9/d4f10429-8159-5652-8cd4-23e9f8c0b1f9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105007,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746545/general/8d039f67-66a3-4563-9902-b998ef82d189.jpg',
'Width': 800}],
'price': 14100,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Karoq 1.5 TSI Clever - Petrol - Automatic - 150 hp - 50.454 '
'km',
'transmission': 'automatic',
'trim': 'Clever',
'vin': None,
'year': 2022}
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726514%27 HTTP/1.1" 200 None
2026-03-26 12:29:43 [adesa.de] INFO: Saving data for 10726514: {'created_time': 1774528183.027019, 'last_price_update_time': 1774528183.027032, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726514') HTTP/1.1" 204 0
2026-03-26 12:29:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746732/general/b6845185-de5a-4bdf-baf8-8e6542178eaf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727109)
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252F117ddb56-fca4-479b-836b-ec510c006fbe.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/117ddb56-fca4-479b-836b-ec510c006fbe.jpg not downloaded yet
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e3d590>
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252Fefc16daa-b4df-43b6-8fdf-1740eb32aaa8.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/efc16daa-b4df-43b6-8fdf-1740eb32aaa8.jpg saved to cache
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8247a42f-067f-5467-bae1-45f72259e52c
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156341250>
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252Fc32a3eba-59df-41f8-b241-d4bda18a576a.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/c32a3eba-59df-41f8-b241-d4bda18a576a.jpg saved to cache
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b9922532-c686-5006-8654-9a79a0482046
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c660110>
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252F1a3444b3-9848-43e3-bae8-04ed5da15793.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/1a3444b3-9848-43e3-bae8-04ed5da15793.jpg saved to cache
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252F64c59016-0078-4607-a324-96d9dc849562.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/64c59016-0078-4607-a324-96d9dc849562.jpg not downloaded yet
2026-03-26 12:29:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746732/general/27d4d229-9d90-400c-b95e-0ea8174e5c34.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727109)
2026-03-26 12:29:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746732/general/457f046c-a731-4397-86cf-f5245ac1a0e7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727109)
2026-03-26 12:29:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746732/general/35b7c6e1-bc91-4061-86ac-a7fd6736a2ec.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727109)
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252F058713f3-17d3-49a4-8dd2-ed370a89837c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/058713f3-17d3-49a4-8dd2-ed370a89837c.jpg not downloaded yet
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156340390>
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252Fb6845185-de5a-4bdf-baf8-8e6542178eaf.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/b6845185-de5a-4bdf-baf8-8e6542178eaf.jpg saved to cache
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 81eac23c-7f9a-5008-91f7-50fe53ae65e4
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252F8e3823df-731e-4c3b-ba65-3348850c47fb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/8e3823df-731e-4c3b-ba65-3348850c47fb.jpg not downloaded yet
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252F1f15b249-dc3b-4944-af30-b92ec421ecc8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/1f15b249-dc3b-4944-af30-b92ec421ecc8.jpg not downloaded yet
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c058350>
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252F27d4d229-9d90-400c-b95e-0ea8174e5c34.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/27d4d229-9d90-400c-b95e-0ea8174e5c34.jpg saved to cache
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 81eac23c-7f9a-5008-91f7-50fe53ae65e4
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c105b50>
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252F457f046c-a731-4397-86cf-f5245ac1a0e7.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/457f046c-a731-4397-86cf-f5245ac1a0e7.jpg saved to cache
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 81eac23c-7f9a-5008-91f7-50fe53ae65e4
2026-03-26 12:29:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746732/general/b54c8226-3593-40c9-91ca-85993fe433c1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727109)
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561ef1d0>
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252F35b7c6e1-bc91-4061-86ac-a7fd6736a2ec.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/35b7c6e1-bc91-4061-86ac-a7fd6736a2ec.jpg saved to cache
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 81eac23c-7f9a-5008-91f7-50fe53ae65e4
2026-03-26 12:29:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746503/general/cb72282c-a69e-4dcd-af17-ef391af0d36f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726463)
2026-03-26 12:29:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746732/general/117ddb56-fca4-479b-836b-ec510c006fbe.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727109)
2026-03-26 12:29:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746523/general/2d652f37-bf64-4524-a469-89394e024997.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726492)
2026-03-26 12:29:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746732/general/8e3823df-731e-4c3b-ba65-3348850c47fb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727109)
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e6090>
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252Fb54c8226-3593-40c9-91ca-85993fe433c1.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/b54c8226-3593-40c9-91ca-85993fe433c1.jpg saved to cache
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 81eac23c-7f9a-5008-91f7-50fe53ae65e4
2026-03-26 12:29:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746732/general/1f15b249-dc3b-4944-af30-b92ec421ecc8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727109)
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c05a910>
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252Fcb72282c-a69e-4dcd-af17-ef391af0d36f.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/cb72282c-a69e-4dcd-af17-ef391af0d36f.jpg saved to cache
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b9922532-c686-5006-8654-9a79a0482046
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561d9510>
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252F117ddb56-fca4-479b-836b-ec510c006fbe.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/117ddb56-fca4-479b-836b-ec510c006fbe.jpg saved to cache
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 81eac23c-7f9a-5008-91f7-50fe53ae65e4
2026-03-26 12:29:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746732/general/64c59016-0078-4607-a324-96d9dc849562.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727109)
2026-03-26 12:29:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746732/general/058713f3-17d3-49a4-8dd2-ed370a89837c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727109)
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c178690>
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252F2d652f37-bf64-4524-a469-89394e024997.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/2d652f37-bf64-4524-a469-89394e024997.jpg saved to cache
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8247a42f-067f-5467-bae1-45f72259e52c
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c9790>
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252F8e3823df-731e-4c3b-ba65-3348850c47fb.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/8e3823df-731e-4c3b-ba65-3348850c47fb.jpg saved to cache
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 81eac23c-7f9a-5008-91f7-50fe53ae65e4
2026-03-26 12:29:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746723/general/74676d8b-cf7b-4845-b545-bd52e0c2c95b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727054)
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565233d0>
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252F1f15b249-dc3b-4944-af30-b92ec421ecc8.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/1f15b249-dc3b-4944-af30-b92ec421ecc8.jpg saved to cache
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 81eac23c-7f9a-5008-91f7-50fe53ae65e4
2026-03-26 12:29:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746578/general/326df1ad-793f-4b89-8a63-22619a97bc07.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726550)
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fac790>
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252F64c59016-0078-4607-a324-96d9dc849562.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/64c59016-0078-4607-a324-96d9dc849562.jpg saved to cache
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 81eac23c-7f9a-5008-91f7-50fe53ae65e4
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e1b390>
2026-03-26 12:29:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746732%252Fgeneral%252F058713f3-17d3-49a4-8dd2-ed370a89837c.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746732/general/058713f3-17d3-49a4-8dd2-ed370a89837c.jpg saved to cache
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 81eac23c-7f9a-5008-91f7-50fe53ae65e4
2026-03-26 12:29:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 81eac23c-7f9a-5008-91f7-50fe53ae65e4, skipping ID generation
2026-03-26 12:29:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81eac23c-7f9a-5008-91f7-50fe53ae65e4 with scrape type 1
2026-03-26 12:29:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 81eac23c-7f9a-5008-91f7-50fe53ae65e4 sending to next pipeline
2026-03-26 12:29:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 81eac23c-7f9a-5008-91f7-50fe53ae65e4, identifier: 10727109
2026-03-26 12:29:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 81eac23c-7f9a-5008-91f7-50fe53ae65e4 with identifier: 10727109
2026-03-26 12:29:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 81eac23c-7f9a-5008-91f7-50fe53ae65e4 with identifier: 10727109
2026-03-26 12:29:44 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 81eac23c-7f9a-5008-91f7-50fe53ae65e4 with identifier: 10727109 to the API
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746732/general/058713f3-17d3-49a4-8dd2-ed370a89837c.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '81eac23c-7f9a-5008-91f7-50fe53ae65e4',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5445030',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727109',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 27634,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 26,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107652,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746732/general/27d4d229-9d90-400c-b95e-0ea8174e5c34.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114373,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746732/general/b6845185-de5a-4bdf-baf8-8e6542178eaf.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110387,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746732/general/457f046c-a731-4397-86cf-f5245ac1a0e7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106508,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746732/general/35b7c6e1-bc91-4061-86ac-a7fd6736a2ec.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75018,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746732/general/b54c8226-3593-40c9-91ca-85993fe433c1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147540,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746732/general/117ddb56-fca4-479b-836b-ec510c006fbe.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149100,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746732/general/64c59016-0078-4607-a324-96d9dc849562.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84935,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746732/general/058713f3-17d3-49a4-8dd2-ed370a89837c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100288,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746732/general/8e3823df-731e-4c3b-ba65-3348850c47fb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_81eac23c-7f9a-5008-91f7-50fe53ae65e4/81eac23c-7f9a-5008-91f7-50fe53ae65e4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56766,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746732/general/1f15b249-dc3b-4944-af30-b92ec421ecc8.jpg',
'Width': 800}],
'price': 11600,
'price_includes_vat': True,
'registration_date': '2023-04-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Kamiq 1.0 TSI Tour - Petrol - Automatic - 110 hp - 27.634 km',
'transmission': 'automatic',
'trim': 'Tour',
'vin': None,
'year': 2023}
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727109%27 HTTP/1.1" 200 None
2026-03-26 12:29:44 [adesa.de] INFO: Saving data for 10727109: {'created_time': 1774528184.467983, 'last_price_update_time': 1774528184.467995, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727109') HTTP/1.1" 204 0
2026-03-26 12:29:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746578/general/9dd8edea-d584-49a8-9cc6-03fde76e3741.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726550)
2026-03-26 12:29:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746503/general/88ecff1b-6d5c-499a-87fa-2117948bf1f0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726463)
2026-03-26 12:29:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727126> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c187c50>
2026-03-26 12:29:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252F74676d8b-cf7b-4845-b545-bd52e0c2c95b.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/74676d8b-cf7b-4845-b545-bd52e0c2c95b.jpg saved to cache
2026-03-26 12:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8
2026-03-26 12:29:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015635d210>
2026-03-26 12:29:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252F326df1ad-793f-4b89-8a63-22619a97bc07.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/326df1ad-793f-4b89-8a63-22619a97bc07.jpg saved to cache
2026-03-26 12:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9e517520-7511-56ba-9986-dd20757eb7d2
2026-03-26 12:29:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746523/general/11a7d393-2738-438a-8e74-1331fecb7210.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726492)
2026-03-26 12:29: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 12:29:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717087> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29: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 12:29:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f668d0>
2026-03-26 12:29:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252F9dd8edea-d584-49a8-9cc6-03fde76e3741.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/9dd8edea-d584-49a8-9cc6-03fde76e3741.jpg saved to cache
2026-03-26 12:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9e517520-7511-56ba-9986-dd20757eb7d2
2026-03-26 12:29:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015644b390>
2026-03-26 12:29:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252F88ecff1b-6d5c-499a-87fa-2117948bf1f0.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/88ecff1b-6d5c-499a-87fa-2117948bf1f0.jpg saved to cache
2026-03-26 12:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b9922532-c686-5006-8654-9a79a0482046
2026-03-26 12:29:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746723/general/925035c6-76b4-414d-9eb4-245a781303b1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727054)
2026-03-26 12:29:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab95671a-60ca-5f70-9463-b2ddd12db1ac with identifier: 10727126
2026-03-26 12:29:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab95671a-60ca-5f70-9463-b2ddd12db1ac with scrape type 1
2026-03-26 12:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ab95671a-60ca-5f70-9463-b2ddd12db1ac
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252F57b3316d-de3b-4a2b-9d87-14a6f994e84a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/57b3316d-de3b-4a2b-9d87-14a6f994e84a.jpg not downloaded yet
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252F045e109f-46b1-4f7c-a032-bd79b219c564.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/045e109f-46b1-4f7c-a032-bd79b219c564.jpg not downloaded yet
2026-03-26 12:29:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746503/general/98c0fd2d-d380-4d00-914f-416237070498.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726463)
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252F64c3b50b-c2fc-4fae-b330-a564fbf3db6e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/64c3b50b-c2fc-4fae-b330-a564fbf3db6e.jpg not downloaded yet
2026-03-26 12:29:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156509d90>
2026-03-26 12:29:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746523%252Fgeneral%252F11a7d393-2738-438a-8e74-1331fecb7210.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746523/general/11a7d393-2738-438a-8e74-1331fecb7210.jpg saved to cache
2026-03-26 12:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8247a42f-067f-5467-bae1-45f72259e52c
2026-03-26 12:29:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8247a42f-067f-5467-bae1-45f72259e52c, skipping ID generation
2026-03-26 12:29:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8247a42f-067f-5467-bae1-45f72259e52c with scrape type 1
2026-03-26 12:29:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8247a42f-067f-5467-bae1-45f72259e52c sending to next pipeline
2026-03-26 12:29:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 8247a42f-067f-5467-bae1-45f72259e52c, identifier: 10726492
2026-03-26 12:29:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 617401ac-6b69-5d27-98a5-b511eb899a4a with identifier: 10717087
2026-03-26 12:29:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 617401ac-6b69-5d27-98a5-b511eb899a4a with scrape type 2
2026-03-26 12:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 617401ac-6b69-5d27-98a5-b511eb899a4a with scrape type 2
2026-03-26 12:29:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 617401ac-6b69-5d27-98a5-b511eb899a4a, identifier: 10717087
2026-03-26 12:29:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746578/general/f15d9d85-9e5d-485f-8a0f-032843503eb3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726550)
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252Ff7e8b60e-bee6-4aee-b7fb-1baa77b782ac.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/f7e8b60e-bee6-4aee-b7fb-1baa77b782ac.jpg not downloaded yet
2026-03-26 12:29:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 8247a42f-067f-5467-bae1-45f72259e52c with identifier: 10726492
2026-03-26 12:29:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 8247a42f-067f-5467-bae1-45f72259e52c with identifier: 10726492
2026-03-26 12:29:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 8247a42f-067f-5467-bae1-45f72259e52c with identifier: 10726492 to the API
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746523/general/11a7d393-2738-438a-8e74-1331fecb7210.jpg>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '8247a42f-067f-5467-bae1-45f72259e52c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4621045',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726492',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 39107,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 40,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153493,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746523/general/11a7d393-2738-438a-8e74-1331fecb7210.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127929,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746523/general/371d059d-74be-4ea6-9604-397ac4796fc7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157222,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746523/general/2d652f37-bf64-4524-a469-89394e024997.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95131,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746523/general/efc16daa-b4df-43b6-8fdf-1740eb32aaa8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156285,
'Height': 959,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746523/general/ecdea21b-a870-4ae8-b985-790bbb4a05fa.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105472,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746523/general/099913cb-28b3-4dca-9de2-4e30f09ca127.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68247,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746523/general/f62fddef-9885-41b0-bac0-e786b03ec437.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169667,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746523/general/4a227650-57e4-44e5-a620-29e8d7fb2f06.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113006,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746523/general/5b79871a-edd2-47f8-bcfd-6b2d062b9d88.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8247a42f-067f-5467-bae1-45f72259e52c/8247a42f-067f-5467-bae1-45f72259e52c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108432,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746523/general/40ab4106-0903-432a-9be5-70231b7b85eb.jpg',
'Width': 800}],
'price': 13200,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Kamiq 1.5 TSI Style - Petrol - Automatic - 150 hp - 39.107 km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2022}
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726492%27 HTTP/1.1" 200 None
2026-03-26 12:29:45 [adesa.de] INFO: Saving data for 10726492: {'created_time': 1774528185.428525, 'last_price_update_time': 1774528185.428536, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726492') HTTP/1.1" 204 0
2026-03-26 12:29:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 617401ac-6b69-5d27-98a5-b511eb899a4a with identifier: 10717087
2026-03-26 12:29:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 617401ac-6b69-5d27-98a5-b511eb899a4a with identifier: 10717087
2026-03-26 12:29:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 617401ac-6b69-5d27-98a5-b511eb899a4a with identifier: 10717087 to the API
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717087>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'engine_horse_power': 513,
'expiration_date': '2026-03-26T15:30:00Z',
'fuel_type': 'Electric',
'id': '617401ac-6b69-5d27-98a5-b511eb899a4a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LRW3E7EL7NC482236',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717087',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 83237,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 21200,
'price_includes_vat': True,
'registration_date': '2022-03-04',
'seats_number': 5,
'seller_name': 'Santander Consumer Leasing GmbH',
'title': 'Tesla Model 3 Long Range Performance - Dual Motor - Electric - '
'Automatic - 513 hp - 83.237 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710717087%27 HTTP/1.1" 200 None
2026-03-26 12:29:45 [adesa.de] INFO: Saving data for 10717087: {'auction_closing_time': 1774539000.0, 'created_time': 1774441485.852543, 'last_price_update_time': 1774528185.730539}
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10717087') HTTP/1.1" 204 0
2026-03-26 12:29:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746578/general/6167ba52-55ff-4411-9817-1443eb761c2b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726550)
2026-03-26 12:29:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746578/general/e2bb4279-46d1-4072-9e5b-285438cb47a4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726550)
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252F156f8fb5-7211-4396-96ee-18dd26a0e318.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/156f8fb5-7211-4396-96ee-18dd26a0e318.jpg not downloaded yet
2026-03-26 12:29:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726534> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746503/general/2f1a5e30-924a-4535-9072-763b3d7cf113.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726463)
2026-03-26 12:29:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746503/general/4400f515-545d-4f00-b31e-a6c4e0c76fe4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726463)
2026-03-26 12:29: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 12:29:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e09150>
2026-03-26 12:29:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746723%252Fgeneral%252F925035c6-76b4-414d-9eb4-245a781303b1.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746723/general/925035c6-76b4-414d-9eb4-245a781303b1.jpg saved to cache
2026-03-26 12:29:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8
2026-03-26 12:29:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8, skipping ID generation
2026-03-26 12:29:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8 with scrape type 1
2026-03-26 12:29:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8 sending to next pipeline
2026-03-26 12:29:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8, identifier: 10727054
2026-03-26 12:29:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015635efd0>
2026-03-26 12:29:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252F98c0fd2d-d380-4d00-914f-416237070498.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/98c0fd2d-d380-4d00-914f-416237070498.jpg saved to cache
2026-03-26 12:29:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b9922532-c686-5006-8654-9a79a0482046
2026-03-26 12:29:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f74c50>
2026-03-26 12:29:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252Ff15d9d85-9e5d-485f-8a0f-032843503eb3.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/f15d9d85-9e5d-485f-8a0f-032843503eb3.jpg saved to cache
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9e517520-7511-56ba-9986-dd20757eb7d2
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252Fd1bf2a4d-bceb-4bd7-9a05-93308c9ed2f6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/d1bf2a4d-bceb-4bd7-9a05-93308c9ed2f6.jpg not downloaded yet
2026-03-26 12:29:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8 with identifier: 10727054
2026-03-26 12:29:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8 with identifier: 10727054
2026-03-26 12:29:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8 with identifier: 10727054 to the API
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746723/general/925035c6-76b4-414d-9eb4-245a781303b1.jpg>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4594048',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727054',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 42376,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 36,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146221,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746723/general/925035c6-76b4-414d-9eb4-245a781303b1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124550,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746723/general/49b186a4-710e-4e09-af5a-a736de34f7fa.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172889,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746723/general/74676d8b-cf7b-4845-b545-bd52e0c2c95b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171136,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746723/general/1a3444b3-9848-43e3-bae8-04ed5da15793.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99384,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746723/general/d815077b-297c-4c98-a821-5aa00307a5e5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110563,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746723/general/4cb11184-deb1-4378-b39e-6b918886795a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108281,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746723/general/8c3441d1-3f24-4e16-b103-06ceeeb9707a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142106,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746723/general/662c8733-0d8c-46e9-9158-c24840406eef.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82167,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746723/general/3226fb4b-17e3-420b-bf78-41ad8a8831ad.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8/5f2d88bf-ba94-594d-ba8a-c96a38cfc9f8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81836,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746723/general/c8a7b687-ad0f-484a-b41f-f4528c74d7f7.jpg',
'Width': 450}],
'price': 12900,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Kamiq 1.5 TSI Style - Petrol - Automatic - 150 hp - 42.376 km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2022}
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727054%27 HTTP/1.1" 200 None
2026-03-26 12:29:46 [adesa.de] INFO: Saving data for 10727054: {'created_time': 1774528186.421915, 'last_price_update_time': 1774528186.421926, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727054') HTTP/1.1" 204 0
2026-03-26 12:29:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746745/general/045e109f-46b1-4f7c-a032-bd79b219c564.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727126)
2026-03-26 12:29:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746745/general/64c3b50b-c2fc-4fae-b330-a564fbf3db6e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727126)
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252Feef37113-55ee-49d2-afde-d095c79604b6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/eef37113-55ee-49d2-afde-d095c79604b6.jpg not downloaded yet
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563b9bd0>
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252F6167ba52-55ff-4411-9817-1443eb761c2b.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/6167ba52-55ff-4411-9817-1443eb761c2b.jpg saved to cache
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9e517520-7511-56ba-9986-dd20757eb7d2
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c9790>
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252Fe2bb4279-46d1-4072-9e5b-285438cb47a4.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/e2bb4279-46d1-4072-9e5b-285438cb47a4.jpg saved to cache
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9e517520-7511-56ba-9986-dd20757eb7d2
2026-03-26 12:29:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daa893bc-6028-5637-b833-efa68be60722 with identifier: 10726534
2026-03-26 12:29:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daa893bc-6028-5637-b833-efa68be60722 with scrape type 1
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item daa893bc-6028-5637-b833-efa68be60722
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252F6c790362-cbc0-4468-81c8-564c6e296bfd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/6c790362-cbc0-4468-81c8-564c6e296bfd.jpg not downloaded yet
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563a1190>
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252F2f1a5e30-924a-4535-9072-763b3d7cf113.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/2f1a5e30-924a-4535-9072-763b3d7cf113.jpg saved to cache
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b9922532-c686-5006-8654-9a79a0482046
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645f810>
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252F4400f515-545d-4f00-b31e-a6c4e0c76fe4.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/4400f515-545d-4f00-b31e-a6c4e0c76fe4.jpg saved to cache
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b9922532-c686-5006-8654-9a79a0482046
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252F2f702566-4e8f-4e84-9d0d-e87831499d70.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/2f702566-4e8f-4e84-9d0d-e87831499d70.jpg not downloaded yet
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252F3d38b0e7-51f8-448f-84ed-0b6707888922.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/3d38b0e7-51f8-448f-84ed-0b6707888922.jpg not downloaded yet
2026-03-26 12:29:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:29:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746745/general/57b3316d-de3b-4a2b-9d87-14a6f994e84a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727126)
2026-03-26 12:29:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746578/general/ffffc825-7f3a-41b8-966a-082f0b07664b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726550)
2026-03-26 12:29:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746503/general/9f067aff-fbda-465b-8024-ac0866c6649e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726463)
2026-03-26 12:29:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746578/general/64209daf-b6f4-4aed-8f83-b59f3767be66.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726550)
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015653cc50>
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252F045e109f-46b1-4f7c-a032-bd79b219c564.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/045e109f-46b1-4f7c-a032-bd79b219c564.jpg saved to cache
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ab95671a-60ca-5f70-9463-b2ddd12db1ac
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b1510>
2026-03-26 12:29:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252F64c3b50b-c2fc-4fae-b330-a564fbf3db6e.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/64c3b50b-c2fc-4fae-b330-a564fbf3db6e.jpg saved to cache
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ab95671a-60ca-5f70-9463-b2ddd12db1ac
2026-03-26 12:29:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746745/general/f7e8b60e-bee6-4aee-b7fb-1baa77b782ac.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727126)
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252Fbb9e8c91-5395-465e-9f3c-8ab6e00a57e9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/bb9e8c91-5395-465e-9f3c-8ab6e00a57e9.jpg not downloaded yet
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252F1f3ffe05-38b0-46a0-bc60-057447b40d89.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/1f3ffe05-38b0-46a0-bc60-057447b40d89.jpg not downloaded yet
2026-03-26 12:29:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746745/general/156f8fb5-7211-4396-96ee-18dd26a0e318.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727126)
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252F5104ebba-688b-4918-9078-d24800850787.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/5104ebba-688b-4918-9078-d24800850787.jpg not downloaded yet
2026-03-26 12:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252F8b85f49a-a218-4632-9069-a07c007918b6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/8b85f49a-a218-4632-9069-a07c007918b6.jpg not downloaded yet
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252Fe1ef8574-6142-4507-93c2-6c8c554e264a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/e1ef8574-6142-4507-93c2-6c8c554e264a.jpg not downloaded yet
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563129d0>
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252F57b3316d-de3b-4a2b-9d87-14a6f994e84a.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/57b3316d-de3b-4a2b-9d87-14a6f994e84a.jpg saved to cache
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ab95671a-60ca-5f70-9463-b2ddd12db1ac
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c099510>
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252Fffffc825-7f3a-41b8-966a-082f0b07664b.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/ffffc825-7f3a-41b8-966a-082f0b07664b.jpg saved to cache
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9e517520-7511-56ba-9986-dd20757eb7d2
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015651bc50>
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252F9f067aff-fbda-465b-8024-ac0866c6649e.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/9f067aff-fbda-465b-8024-ac0866c6649e.jpg saved to cache
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b9922532-c686-5006-8654-9a79a0482046
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c8e50>
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252F64209daf-b6f4-4aed-8f83-b59f3767be66.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/64209daf-b6f4-4aed-8f83-b59f3767be66.jpg saved to cache
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9e517520-7511-56ba-9986-dd20757eb7d2
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252F2dc157ee-8c9b-4e20-b0c4-2cb611d3c703.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/2dc157ee-8c9b-4e20-b0c4-2cb611d3c703.jpg not downloaded yet
2026-03-26 12:29:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746745/general/d1bf2a4d-bceb-4bd7-9a05-93308c9ed2f6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727126)
2026-03-26 12:29:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746578/general/937e8c2e-0740-47d6-b067-5eacd579a004.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726550)
2026-03-26 12:29:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746745/general/eef37113-55ee-49d2-afde-d095c79604b6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727126)
2026-03-26 12:29:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746503/general/d2da215c-fb76-4aa3-8cb9-0879fe9fed41.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726463)
2026-03-26 12:29:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746562/general/3d38b0e7-51f8-448f-84ed-0b6707888922.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726534)
2026-03-26 12:29:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746562/general/6c790362-cbc0-4468-81c8-564c6e296bfd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726534)
2026-03-26 12:29:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746745/general/2f702566-4e8f-4e84-9d0d-e87831499d70.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727126)
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252Fc0b30192-b6d9-4e0c-94b4-3b44f4c92be1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/c0b30192-b6d9-4e0c-94b4-3b44f4c92be1.jpg not downloaded yet
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015653cd10>
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252Ff7e8b60e-bee6-4aee-b7fb-1baa77b782ac.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/f7e8b60e-bee6-4aee-b7fb-1baa77b782ac.jpg saved to cache
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ab95671a-60ca-5f70-9463-b2ddd12db1ac
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09c8d0>
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252F156f8fb5-7211-4396-96ee-18dd26a0e318.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/156f8fb5-7211-4396-96ee-18dd26a0e318.jpg saved to cache
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ab95671a-60ca-5f70-9463-b2ddd12db1ac
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252F27e5a18c-30ed-4197-ba0f-24619c65dcc8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/27e5a18c-30ed-4197-ba0f-24619c65dcc8.jpg not downloaded yet
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d11cd90>
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252Fd1bf2a4d-bceb-4bd7-9a05-93308c9ed2f6.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/d1bf2a4d-bceb-4bd7-9a05-93308c9ed2f6.jpg saved to cache
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ab95671a-60ca-5f70-9463-b2ddd12db1ac
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252Fde4f35f0-f348-424e-b8ab-f1820276f814.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/de4f35f0-f348-424e-b8ab-f1820276f814.jpg not downloaded yet
2026-03-26 12:29:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746562/general/e1ef8574-6142-4507-93c2-6c8c554e264a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726534)
2026-03-26 12:29:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746562/general/8b85f49a-a218-4632-9069-a07c007918b6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726534)
2026-03-26 12:29:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726589> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015659e850>
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746578%252Fgeneral%252F937e8c2e-0740-47d6-b067-5eacd579a004.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746578/general/937e8c2e-0740-47d6-b067-5eacd579a004.jpg saved to cache
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9e517520-7511-56ba-9986-dd20757eb7d2
2026-03-26 12:29:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9e517520-7511-56ba-9986-dd20757eb7d2, skipping ID generation
2026-03-26 12:29:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e517520-7511-56ba-9986-dd20757eb7d2 with scrape type 1
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9e517520-7511-56ba-9986-dd20757eb7d2 sending to next pipeline
2026-03-26 12:29:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 9e517520-7511-56ba-9986-dd20757eb7d2, identifier: 10726550
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156415410>
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252Feef37113-55ee-49d2-afde-d095c79604b6.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/eef37113-55ee-49d2-afde-d095c79604b6.jpg saved to cache
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ab95671a-60ca-5f70-9463-b2ddd12db1ac
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fadd90>
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746503%252Fgeneral%252Fd2da215c-fb76-4aa3-8cb9-0879fe9fed41.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746503/general/d2da215c-fb76-4aa3-8cb9-0879fe9fed41.jpg saved to cache
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b9922532-c686-5006-8654-9a79a0482046
2026-03-26 12:29:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b9922532-c686-5006-8654-9a79a0482046, skipping ID generation
2026-03-26 12:29:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9922532-c686-5006-8654-9a79a0482046 with scrape type 1
2026-03-26 12:29:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b9922532-c686-5006-8654-9a79a0482046 sending to next pipeline
2026-03-26 12:29:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: b9922532-c686-5006-8654-9a79a0482046, identifier: 10726463
2026-03-26 12:29:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fad090>
2026-03-26 12:29:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252F3d38b0e7-51f8-448f-84ed-0b6707888922.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/3d38b0e7-51f8-448f-84ed-0b6707888922.jpg saved to cache
2026-03-26 12:29:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item daa893bc-6028-5637-b833-efa68be60722
2026-03-26 12:29:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562ab7d0>
2026-03-26 12:29:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252F6c790362-cbc0-4468-81c8-564c6e296bfd.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/6c790362-cbc0-4468-81c8-564c6e296bfd.jpg saved to cache
2026-03-26 12:29:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item daa893bc-6028-5637-b833-efa68be60722
2026-03-26 12:29:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561ee450>
2026-03-26 12:29:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252F2f702566-4e8f-4e84-9d0d-e87831499d70.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/2f702566-4e8f-4e84-9d0d-e87831499d70.jpg saved to cache
2026-03-26 12:29:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ab95671a-60ca-5f70-9463-b2ddd12db1ac
2026-03-26 12:29:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746745/general/bb9e8c91-5395-465e-9f3c-8ab6e00a57e9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727126)
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252F463a8b2a-dd1e-4737-b34b-2f58686b1847.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/463a8b2a-dd1e-4737-b34b-2f58686b1847.jpg not downloaded yet
2026-03-26 12:29: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 12:29:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 9e517520-7511-56ba-9986-dd20757eb7d2 with identifier: 10726550
2026-03-26 12:29:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 9e517520-7511-56ba-9986-dd20757eb7d2 with identifier: 10726550
2026-03-26 12:29:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 9e517520-7511-56ba-9986-dd20757eb7d2 with identifier: 10726550 to the API
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746578/general/937e8c2e-0740-47d6-b067-5eacd579a004.jpg>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '9e517520-7511-56ba-9986-dd20757eb7d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4659888',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726550',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 31429,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 25,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116728,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746578/general/68061e48-ee57-4358-bd41-ee3a153da490.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102251,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746578/general/912dfbdb-2832-4a7f-a294-ef0ffc87e63a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77305,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746578/general/937e8c2e-0740-47d6-b067-5eacd579a004.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97976,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746578/general/ffffc825-7f3a-41b8-966a-082f0b07664b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83962,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746578/general/64209daf-b6f4-4aed-8f83-b59f3767be66.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83524,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746578/general/6167ba52-55ff-4411-9817-1443eb761c2b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65786,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746578/general/f15d9d85-9e5d-485f-8a0f-032843503eb3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102370,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746578/general/e2bb4279-46d1-4072-9e5b-285438cb47a4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61967,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746578/general/9dd8edea-d584-49a8-9cc6-03fde76e3741.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9e517520-7511-56ba-9986-dd20757eb7d2/9e517520-7511-56ba-9986-dd20757eb7d2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77819,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746578/general/326df1ad-793f-4b89-8a63-22619a97bc07.jpg',
'Width': 800}],
'price': 11600,
'price_includes_vat': True,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Karoq 1.0 TSI Ambition - Petrol - Manual - 110 hp - 31.429 km',
'transmission': 'manual',
'trim': 'Ambition',
'vin': None,
'year': 2022}
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726550%27 HTTP/1.1" 200 None
2026-03-26 12:29:48 [adesa.de] INFO: Saving data for 10726550: {'created_time': 1774528188.557996, 'last_price_update_time': 1774528188.558007, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726550') HTTP/1.1" 204 0
2026-03-26 12:29:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: b9922532-c686-5006-8654-9a79a0482046 with identifier: 10726463
2026-03-26 12:29:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: b9922532-c686-5006-8654-9a79a0482046 with identifier: 10726463
2026-03-26 12:29:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: b9922532-c686-5006-8654-9a79a0482046 with identifier: 10726463 to the API
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746503/general/d2da215c-fb76-4aa3-8cb9-0879fe9fed41.jpg>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'b9922532-c686-5006-8654-9a79a0482046',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4643837',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726463',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 57170,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 34,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92910,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746503/general/d2da215c-fb76-4aa3-8cb9-0879fe9fed41.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121286,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746503/general/9f067aff-fbda-465b-8024-ac0866c6649e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132755,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746503/general/2f1a5e30-924a-4535-9072-763b3d7cf113.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133971,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746503/general/4400f515-545d-4f00-b31e-a6c4e0c76fe4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79550,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746503/general/98c0fd2d-d380-4d00-914f-416237070498.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96783,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746503/general/88ecff1b-6d5c-499a-87fa-2117948bf1f0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94547,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746503/general/9e1dea58-0d19-4f9d-a843-e475a3c4596e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110062,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746503/general/cb72282c-a69e-4dcd-af17-ef391af0d36f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69662,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746503/general/c32a3eba-59df-41f8-b241-d4bda18a576a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9922532-c686-5006-8654-9a79a0482046/b9922532-c686-5006-8654-9a79a0482046_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78083,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746503/general/ca20b31d-2bd8-45cf-8608-e5ef5e0c4442.jpg',
'Width': 800}],
'price': 12100,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Kamiq 1.5 TSI Style - Petrol - Automatic - 150 hp - 57.170 km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2022}
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726463%27 HTTP/1.1" 200 None
2026-03-26 12:29:48 [adesa.de] INFO: Saving data for 10726463: {'created_time': 1774528188.940977, 'last_price_update_time': 1774528188.940992, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726463') HTTP/1.1" 204 0
2026-03-26 12:29:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746562/general/1f3ffe05-38b0-46a0-bc60-057447b40d89.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726534)
2026-03-26 12:29:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746745/general/5104ebba-688b-4918-9078-d24800850787.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727126)
2026-03-26 12:29:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746562/general/2dc157ee-8c9b-4e20-b0c4-2cb611d3c703.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726534)
2026-03-26 12:29:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726648> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726553> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726540> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29: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 12:29: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 12:29: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 12:29:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b89d0>
2026-03-26 12:29:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252Fe1ef8574-6142-4507-93c2-6c8c554e264a.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/e1ef8574-6142-4507-93c2-6c8c554e264a.jpg saved to cache
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item daa893bc-6028-5637-b833-efa68be60722
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c9750>
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252F8b85f49a-a218-4632-9069-a07c007918b6.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/8b85f49a-a218-4632-9069-a07c007918b6.jpg saved to cache
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item daa893bc-6028-5637-b833-efa68be60722
2026-03-26 12:29:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8469041-594f-55a8-ab5c-8b6dbe054288 with identifier: 10726589
2026-03-26 12:29:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8469041-594f-55a8-ab5c-8b6dbe054288 with scrape type 1
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c8469041-594f-55a8-ab5c-8b6dbe054288
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252F2a96cf86-d00d-4b65-abbd-2e852b8391fd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/2a96cf86-d00d-4b65-abbd-2e852b8391fd.jpg not downloaded yet
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015647eb90>
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252Fbb9e8c91-5395-465e-9f3c-8ab6e00a57e9.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/bb9e8c91-5395-465e-9f3c-8ab6e00a57e9.jpg saved to cache
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ab95671a-60ca-5f70-9463-b2ddd12db1ac
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252Fee78f308-0235-4bf0-9670-99384ac16e62.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/ee78f308-0235-4bf0-9670-99384ac16e62.jpg not downloaded yet
2026-03-26 12:29:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746562/general/c0b30192-b6d9-4e0c-94b4-3b44f4c92be1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726534)
2026-03-26 12:29:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746562/general/de4f35f0-f348-424e-b8ab-f1820276f814.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726534)
2026-03-26 12:29:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746562/general/27e5a18c-30ed-4197-ba0f-24619c65dcc8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726534)
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fb7d50>
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252F1f3ffe05-38b0-46a0-bc60-057447b40d89.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/1f3ffe05-38b0-46a0-bc60-057447b40d89.jpg saved to cache
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item daa893bc-6028-5637-b833-efa68be60722
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564bcb90>
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746745%252Fgeneral%252F5104ebba-688b-4918-9078-d24800850787.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746745/general/5104ebba-688b-4918-9078-d24800850787.jpg saved to cache
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ab95671a-60ca-5f70-9463-b2ddd12db1ac
2026-03-26 12:29:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ab95671a-60ca-5f70-9463-b2ddd12db1ac, skipping ID generation
2026-03-26 12:29:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab95671a-60ca-5f70-9463-b2ddd12db1ac with scrape type 1
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ab95671a-60ca-5f70-9463-b2ddd12db1ac sending to next pipeline
2026-03-26 12:29:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: ab95671a-60ca-5f70-9463-b2ddd12db1ac, identifier: 10727126
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561efc50>
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:29:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252F2dc157ee-8c9b-4e20-b0c4-2cb611d3c703.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/2dc157ee-8c9b-4e20-b0c4-2cb611d3c703.jpg saved to cache
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item daa893bc-6028-5637-b833-efa68be60722
2026-03-26 12:29:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 226834e6-d806-5115-954a-00c662e6be57 with identifier: 10726648
2026-03-26 12:29:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 226834e6-d806-5115-954a-00c662e6be57 with scrape type 1
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 226834e6-d806-5115-954a-00c662e6be57
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252F0d82db1a-a11f-4e18-afd3-67f2eff7a471.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/0d82db1a-a11f-4e18-afd3-67f2eff7a471.jpg not downloaded yet
2026-03-26 12:29:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a620873-789e-5ccf-8bd2-3747be775252 with identifier: 10726553
2026-03-26 12:29:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a620873-789e-5ccf-8bd2-3747be775252 with scrape type 1
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9a620873-789e-5ccf-8bd2-3747be775252
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720233%252Fgeneral%252F4474b435-4c61-485b-aaf8-8bfe24e006c8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720233/general/4474b435-4c61-485b-aaf8-8bfe24e006c8.jpg already downloaded
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720233%252Fgeneral%252F0d04059e-2bc1-46e4-a569-98fd5d34ce58.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720233/general/0d04059e-2bc1-46e4-a569-98fd5d34ce58.jpg already downloaded
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720233%252Fgeneral%252F9bd59837-41e5-498a-b02c-fa4d1c9a9bb9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720233/general/9bd59837-41e5-498a-b02c-fa4d1c9a9bb9.jpg already downloaded
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720233%252Fgeneral%252F7ba0c696-ee88-4004-974f-2f4cd3e787fe.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720233/general/7ba0c696-ee88-4004-974f-2f4cd3e787fe.jpg already downloaded
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720233%252Fgeneral%252F125eb1a5-6d09-43ea-b631-224536a73328.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720233/general/125eb1a5-6d09-43ea-b631-224536a73328.jpg already downloaded
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720233%252Fgeneral%252Fb67a19c6-6bb2-4a5d-ada3-ae446426ec2e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720233/general/b67a19c6-6bb2-4a5d-ada3-ae446426ec2e.jpg already downloaded
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720233%252Fgeneral%252Fb7ca4b21-4e53-4059-8612-87e0430ee279.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720233/general/b7ca4b21-4e53-4059-8612-87e0430ee279.jpg already downloaded
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720233%252Fgeneral%252F66423512-2cc7-4a0d-bdd8-8dc21824d0c9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720233/general/66423512-2cc7-4a0d-bdd8-8dc21824d0c9.jpg already downloaded
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720233%252Fgeneral%252Fd6f26cf4-f9fb-42e9-a1fa-1fa9bfedb428.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720233/general/d6f26cf4-f9fb-42e9-a1fa-1fa9bfedb428.jpg already downloaded
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720233%252Fgeneral%252F74926f44-eb70-46e0-9176-61d37da732ba.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720233/general/74926f44-eb70-46e0-9176-61d37da732ba.jpg already downloaded
2026-03-26 12:29:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 9a620873-789e-5ccf-8bd2-3747be775252, identifier: 10726553
2026-03-26 12:29:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f7e0a51-5c3a-53ca-b298-989761f3e23d with identifier: 10726540
2026-03-26 12:29:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f7e0a51-5c3a-53ca-b298-989761f3e23d with scrape type 1
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4f7e0a51-5c3a-53ca-b298-989761f3e23d
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252Fad43f60c-b8d2-47a7-ad9e-9aba05a7d9e4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/ad43f60c-b8d2-47a7-ad9e-9aba05a7d9e4.jpg not downloaded yet
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252F8f1a5846-19be-460d-9faa-a39e1d8382ce.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/8f1a5846-19be-460d-9faa-a39e1d8382ce.jpg not downloaded yet
2026-03-26 12:29:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: ab95671a-60ca-5f70-9463-b2ddd12db1ac with identifier: 10727126
2026-03-26 12:29:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: ab95671a-60ca-5f70-9463-b2ddd12db1ac with identifier: 10727126
2026-03-26 12:29:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: ab95671a-60ca-5f70-9463-b2ddd12db1ac with identifier: 10727126 to the API
2026-03-26 12:29:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746745/general/5104ebba-688b-4918-9078-d24800850787.jpg>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'ab95671a-60ca-5f70-9463-b2ddd12db1ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4729023',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727126',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 24156,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 62,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102510,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746745/general/57b3316d-de3b-4a2b-9d87-14a6f994e84a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150064,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746745/general/045e109f-46b1-4f7c-a032-bd79b219c564.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105287,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746745/general/64c3b50b-c2fc-4fae-b330-a564fbf3db6e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152956,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746745/general/f7e8b60e-bee6-4aee-b7fb-1baa77b782ac.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87184,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746745/general/156f8fb5-7211-4396-96ee-18dd26a0e318.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122371,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746745/general/d1bf2a4d-bceb-4bd7-9a05-93308c9ed2f6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124472,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746745/general/eef37113-55ee-49d2-afde-d095c79604b6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177948,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746745/general/2f702566-4e8f-4e84-9d0d-e87831499d70.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152867,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746745/general/bb9e8c91-5395-465e-9f3c-8ab6e00a57e9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab95671a-60ca-5f70-9463-b2ddd12db1ac/ab95671a-60ca-5f70-9463-b2ddd12db1ac_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72340,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746745/general/5104ebba-688b-4918-9078-d24800850787.jpg',
'Width': 450}],
'price': 10800,
'price_includes_vat': True,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Kamiq 1.0 TSI Ambition - Petrol - Automatic - 110 hp - 24.156 '
'km',
'transmission': 'automatic',
'trim': 'Ambition',
'vin': None,
'year': 2022}
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727126%27 HTTP/1.1" 200 None
2026-03-26 12:29:50 [adesa.de] INFO: Saving data for 10727126: {'created_time': 1774528190.192718, 'last_price_update_time': 1774528190.192734, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727126') HTTP/1.1" 204 0
2026-03-26 12:29:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 9a620873-789e-5ccf-8bd2-3747be775252 with identifier: 10726553
2026-03-26 12:29:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 9a620873-789e-5ccf-8bd2-3747be775252 with identifier: 10726553
2026-03-26 12:29:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 9a620873-789e-5ccf-8bd2-3747be775252 with identifier: 10726553 to the API
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726553>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 179,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '9a620873-789e-5ccf-8bd2-3747be775252',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4614422',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726553',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 47671,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 18,
'photo_urls': ['https://images.openlane.eu/carimgs/5720233/general/4474b435-4c61-485b-aaf8-8bfe24e006c8.jpg',
'https://images.openlane.eu/carimgs/5720233/general/0d04059e-2bc1-46e4-a569-98fd5d34ce58.jpg',
'https://images.openlane.eu/carimgs/5720233/general/9bd59837-41e5-498a-b02c-fa4d1c9a9bb9.jpg',
'https://images.openlane.eu/carimgs/5720233/general/7ba0c696-ee88-4004-974f-2f4cd3e787fe.jpg',
'https://images.openlane.eu/carimgs/5720233/general/125eb1a5-6d09-43ea-b631-224536a73328.jpg',
'https://images.openlane.eu/carimgs/5720233/general/b67a19c6-6bb2-4a5d-ada3-ae446426ec2e.jpg',
'https://images.openlane.eu/carimgs/5720233/general/b7ca4b21-4e53-4059-8612-87e0430ee279.jpg',
'https://images.openlane.eu/carimgs/5720233/general/66423512-2cc7-4a0d-bdd8-8dc21824d0c9.jpg',
'https://images.openlane.eu/carimgs/5720233/general/d6f26cf4-f9fb-42e9-a1fa-1fa9bfedb428.jpg',
'https://images.openlane.eu/carimgs/5720233/general/74926f44-eb70-46e0-9176-61d37da732ba.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a620873-789e-5ccf-8bd2-3747be775252/9a620873-789e-5ccf-8bd2-3747be775252_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111760,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720233/general/4474b435-4c61-485b-aaf8-8bfe24e006c8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a620873-789e-5ccf-8bd2-3747be775252/9a620873-789e-5ccf-8bd2-3747be775252_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106222,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720233/general/0d04059e-2bc1-46e4-a569-98fd5d34ce58.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a620873-789e-5ccf-8bd2-3747be775252/9a620873-789e-5ccf-8bd2-3747be775252_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121469,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720233/general/9bd59837-41e5-498a-b02c-fa4d1c9a9bb9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a620873-789e-5ccf-8bd2-3747be775252/9a620873-789e-5ccf-8bd2-3747be775252_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115991,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720233/general/7ba0c696-ee88-4004-974f-2f4cd3e787fe.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a620873-789e-5ccf-8bd2-3747be775252/9a620873-789e-5ccf-8bd2-3747be775252_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95203,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720233/general/125eb1a5-6d09-43ea-b631-224536a73328.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a620873-789e-5ccf-8bd2-3747be775252/9a620873-789e-5ccf-8bd2-3747be775252_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95562,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720233/general/b67a19c6-6bb2-4a5d-ada3-ae446426ec2e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a620873-789e-5ccf-8bd2-3747be775252/9a620873-789e-5ccf-8bd2-3747be775252_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102199,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720233/general/b7ca4b21-4e53-4059-8612-87e0430ee279.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a620873-789e-5ccf-8bd2-3747be775252/9a620873-789e-5ccf-8bd2-3747be775252_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97080,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720233/general/66423512-2cc7-4a0d-bdd8-8dc21824d0c9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a620873-789e-5ccf-8bd2-3747be775252/9a620873-789e-5ccf-8bd2-3747be775252_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117797,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720233/general/d6f26cf4-f9fb-42e9-a1fa-1fa9bfedb428.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a620873-789e-5ccf-8bd2-3747be775252/9a620873-789e-5ccf-8bd2-3747be775252_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88920,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720233/general/74926f44-eb70-46e0-9176-61d37da732ba.jpg',
'Width': 800}],
'price': 15600,
'price_includes_vat': True,
'registration_date': '2023-12-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Enyaq 60 - Electric - Automatic - 179 hp - 47.671 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726553%27 HTTP/1.1" 200 None
2026-03-26 12:29:50 [adesa.de] INFO: Saving data for 10726553: {'created_time': 1774528190.691405, 'last_price_update_time': 1774528190.691416, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726553') HTTP/1.1" 204 0
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252F681fefd7-a2e0-4be7-875f-746230792713.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/681fefd7-a2e0-4be7-875f-746230792713.jpg not downloaded yet
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252Ffbd9adea-b9ab-4b35-b6d6-35563f31b996.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/fbd9adea-b9ab-4b35-b6d6-35563f31b996.jpg not downloaded yet
2026-03-26 12:29:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746562/general/463a8b2a-dd1e-4737-b34b-2f58686b1847.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726534)
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252F7a610f70-5617-4264-aec4-f961167c784e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/7a610f70-5617-4264-aec4-f961167c784e.jpg not downloaded yet
2026-03-26 12:29:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726549> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c04a0d0>
2026-03-26 12:29:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252Fc0b30192-b6d9-4e0c-94b4-3b44f4c92be1.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/c0b30192-b6d9-4e0c-94b4-3b44f4c92be1.jpg saved to cache
2026-03-26 12:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item daa893bc-6028-5637-b833-efa68be60722
2026-03-26 12:29:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563b9c10>
2026-03-26 12:29:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252Fde4f35f0-f348-424e-b8ab-f1820276f814.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/de4f35f0-f348-424e-b8ab-f1820276f814.jpg saved to cache
2026-03-26 12:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item daa893bc-6028-5637-b833-efa68be60722
2026-03-26 12:29:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c18d790>
2026-03-26 12:29:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252F27e5a18c-30ed-4197-ba0f-24619c65dcc8.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/27e5a18c-30ed-4197-ba0f-24619c65dcc8.jpg saved to cache
2026-03-26 12:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item daa893bc-6028-5637-b833-efa68be60722
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252Ff74004af-eb9b-4cf2-8f9a-e0694d05e790.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/f74004af-eb9b-4cf2-8f9a-e0694d05e790.jpg not downloaded yet
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252Fdd1216bd-61b2-47ba-a829-6d3400a4f850.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/dd1216bd-61b2-47ba-a829-6d3400a4f850.jpg not downloaded yet
2026-03-26 12:29: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 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252Fb62fd2a7-d9b1-4246-9173-5377af0cd045.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/b62fd2a7-d9b1-4246-9173-5377af0cd045.jpg not downloaded yet
2026-03-26 12:29:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746617/general/2a96cf86-d00d-4b65-abbd-2e852b8391fd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726589)
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252Fa090c881-627e-4cc6-b5e8-9d49eaa69864.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/a090c881-627e-4cc6-b5e8-9d49eaa69864.jpg not downloaded yet
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252Fc4184410-f001-40d4-a39e-8f9c42696e14.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/c4184410-f001-40d4-a39e-8f9c42696e14.jpg not downloaded yet
2026-03-26 12:29:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563b92d0>
2026-03-26 12:29:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746562%252Fgeneral%252F463a8b2a-dd1e-4737-b34b-2f58686b1847.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746562/general/463a8b2a-dd1e-4737-b34b-2f58686b1847.jpg saved to cache
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item daa893bc-6028-5637-b833-efa68be60722
2026-03-26 12:29:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: daa893bc-6028-5637-b833-efa68be60722, skipping ID generation
2026-03-26 12:29:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daa893bc-6028-5637-b833-efa68be60722 with scrape type 1
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item daa893bc-6028-5637-b833-efa68be60722 sending to next pipeline
2026-03-26 12:29:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: daa893bc-6028-5637-b833-efa68be60722, identifier: 10726534
2026-03-26 12:29:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 052d448e-fdea-5779-b330-1641f903469e with identifier: 10726549
2026-03-26 12:29:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 052d448e-fdea-5779-b330-1641f903469e with scrape type 1
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 052d448e-fdea-5779-b330-1641f903469e
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252F3af76526-afea-412b-afe1-3ec86fc01923.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/3af76526-afea-412b-afe1-3ec86fc01923.jpg not downloaded yet
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252F7f04bbe8-76ec-4cbb-8283-497836e29910.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/7f04bbe8-76ec-4cbb-8283-497836e29910.jpg not downloaded yet
2026-03-26 12:29:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: daa893bc-6028-5637-b833-efa68be60722 with identifier: 10726534
2026-03-26 12:29:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: daa893bc-6028-5637-b833-efa68be60722 with identifier: 10726534
2026-03-26 12:29:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: daa893bc-6028-5637-b833-efa68be60722 with identifier: 10726534 to the API
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746562/general/463a8b2a-dd1e-4737-b34b-2f58686b1847.jpg>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'daa893bc-6028-5637-b833-efa68be60722',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4743819',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726534',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 55561,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 26,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143064,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746562/general/6c790362-cbc0-4468-81c8-564c6e296bfd.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148375,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746562/general/3d38b0e7-51f8-448f-84ed-0b6707888922.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143335,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746562/general/1f3ffe05-38b0-46a0-bc60-057447b40d89.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108987,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746562/general/8b85f49a-a218-4632-9069-a07c007918b6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87043,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746562/general/e1ef8574-6142-4507-93c2-6c8c554e264a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103347,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746562/general/2dc157ee-8c9b-4e20-b0c4-2cb611d3c703.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86151,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746562/general/c0b30192-b6d9-4e0c-94b4-3b44f4c92be1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88386,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746562/general/27e5a18c-30ed-4197-ba0f-24619c65dcc8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101496,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746562/general/de4f35f0-f348-424e-b8ab-f1820276f814.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_daa893bc-6028-5637-b833-efa68be60722/daa893bc-6028-5637-b833-efa68be60722_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98204,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746562/general/463a8b2a-dd1e-4737-b34b-2f58686b1847.jpg',
'Width': 800}],
'price': 9800,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Kamiq 1.0 TSI Ambition - Petrol - Automatic - 110 hp - 55.561 '
'km',
'transmission': 'automatic',
'trim': 'Ambition',
'vin': None,
'year': 2022}
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726534%27 HTTP/1.1" 200 None
2026-03-26 12:29:51 [adesa.de] INFO: Saving data for 10726534: {'created_time': 1774528191.543653, 'last_price_update_time': 1774528191.543664, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726534') HTTP/1.1" 204 0
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252F408147ac-3569-45d6-a733-82604c69a2dc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/408147ac-3569-45d6-a733-82604c69a2dc.jpg not downloaded yet
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252F9c7c047e-68ee-499e-8a3c-e7dc904c12a5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/9c7c047e-68ee-499e-8a3c-e7dc904c12a5.jpg not downloaded yet
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252Fe89949a1-5064-4e45-83de-ab181e176009.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/e89949a1-5064-4e45-83de-ab181e176009.jpg not downloaded yet
2026-03-26 12:29:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4897998/general/fbd9adea-b9ab-4b35-b6d6-35563f31b996.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726540)
2026-03-26 12:29:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746617/general/8f1a5846-19be-460d-9faa-a39e1d8382ce.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726589)
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252F41c25226-5d2a-4867-b3a3-7d54d77111bf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/41c25226-5d2a-4867-b3a3-7d54d77111bf.jpg not downloaded yet
2026-03-26 12:29:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156331c90>
2026-03-26 12:29:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252F2a96cf86-d00d-4b65-abbd-2e852b8391fd.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/2a96cf86-d00d-4b65-abbd-2e852b8391fd.jpg saved to cache
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c8469041-594f-55a8-ab5c-8b6dbe054288
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252Fc893aa5d-6acb-4bfd-b3a7-2dc23bd48324.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/c893aa5d-6acb-4bfd-b3a7-2dc23bd48324.jpg not downloaded yet
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252F9fc59908-c733-425b-99ec-6f3358fb1054.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/9fc59908-c733-425b-99ec-6f3358fb1054.jpg not downloaded yet
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252F39a5041a-6697-4f79-8fc4-311e3ea96008.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/39a5041a-6697-4f79-8fc4-311e3ea96008.jpg not downloaded yet
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252Fdfcc94fa-5f99-41cd-9f18-7d22468b4ac1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/dfcc94fa-5f99-41cd-9f18-7d22468b4ac1.jpg not downloaded yet
2026-03-26 12:29:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4897998/general/dd1216bd-61b2-47ba-a829-6d3400a4f850.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726540)
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252Fbc713aab-23ec-4e42-8427-5c177b08164d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/bc713aab-23ec-4e42-8427-5c177b08164d.jpg not downloaded yet
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252Fc537b81b-e2b3-4035-b04e-01b1a3026fd7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/c537b81b-e2b3-4035-b04e-01b1a3026fd7.jpg not downloaded yet
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252F59f56fe0-c5c2-44ec-9ade-be13afe0ccee.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/59f56fe0-c5c2-44ec-9ade-be13afe0ccee.jpg not downloaded yet
2026-03-26 12:29:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727112> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562b6310>
2026-03-26 12:29:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252Ffbd9adea-b9ab-4b35-b6d6-35563f31b996.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/fbd9adea-b9ab-4b35-b6d6-35563f31b996.jpg saved to cache
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4f7e0a51-5c3a-53ca-b298-989761f3e23d
2026-03-26 12:29:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e3c550>
2026-03-26 12:29:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252F8f1a5846-19be-460d-9faa-a39e1d8382ce.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/8f1a5846-19be-460d-9faa-a39e1d8382ce.jpg saved to cache
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c8469041-594f-55a8-ab5c-8b6dbe054288
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252Fa138c265-f9f3-4cf0-9e58-7e5d48422dc7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/a138c265-f9f3-4cf0-9e58-7e5d48422dc7.jpg not downloaded yet
2026-03-26 12:29: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 12:29:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746617/general/7f04bbe8-76ec-4cbb-8283-497836e29910.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726589)
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252F261eeb08-70a3-4c46-a76b-1895ee2c6ed9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/261eeb08-70a3-4c46-a76b-1895ee2c6ed9.jpg not downloaded yet
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252F844f4269-61d2-4357-bc55-7cdb8db762c3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/844f4269-61d2-4357-bc55-7cdb8db762c3.jpg not downloaded yet
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252Fb37e76b6-fc2b-479b-8673-dd2d7d116e6a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/b37e76b6-fc2b-479b-8673-dd2d7d116e6a.jpg not downloaded yet
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252Fae72d90d-1a6d-430b-bc1b-690dc0b786c6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/ae72d90d-1a6d-430b-bc1b-690dc0b786c6.jpg not downloaded yet
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156207210>
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252Fdd1216bd-61b2-47ba-a829-6d3400a4f850.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/dd1216bd-61b2-47ba-a829-6d3400a4f850.jpg saved to cache
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4f7e0a51-5c3a-53ca-b298-989761f3e23d
2026-03-26 12:29:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746576/general/3af76526-afea-412b-afe1-3ec86fc01923.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726549)
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252Fd4e7c290-7cd1-4bcc-8feb-0d7ae5acabe5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/d4e7c290-7cd1-4bcc-8feb-0d7ae5acabe5.jpg not downloaded yet
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252Fa8545558-72ab-4fc9-8cb8-914dc42a07bc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/a8545558-72ab-4fc9-8cb8-914dc42a07bc.jpg not downloaded yet
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252F6ad47452-c2ab-482e-9c04-cf4f0ce75938.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/6ad47452-c2ab-482e-9c04-cf4f0ce75938.jpg not downloaded yet
2026-03-26 12:29:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0ac8d81-4194-500d-a571-083eb64afc9b with identifier: 10727112
2026-03-26 12:29:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0ac8d81-4194-500d-a571-083eb64afc9b with scrape type 1
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f0ac8d81-4194-500d-a571-083eb64afc9b
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252F8f567a78-eb2d-49f3-a35e-b65fd7edf6bb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/8f567a78-eb2d-49f3-a35e-b65fd7edf6bb.jpg not downloaded yet
2026-03-26 12:29:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746617/general/dfcc94fa-5f99-41cd-9f18-7d22468b4ac1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726589)
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252F145fe1ce-d7f5-402b-91e4-489a3ef44e4b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/145fe1ce-d7f5-402b-91e4-489a3ef44e4b.jpg not downloaded yet
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252Fddf3e085-26f6-442f-b3ed-3d4f7e644e27.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/ddf3e085-26f6-442f-b3ed-3d4f7e644e27.jpg not downloaded yet
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252F536a3dd9-a831-4681-a89e-0679b486d1ad.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/536a3dd9-a831-4681-a89e-0679b486d1ad.jpg not downloaded yet
2026-03-26 12:29:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746576/general/39a5041a-6697-4f79-8fc4-311e3ea96008.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726549)
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252F6a57ed4a-5dad-456f-a8db-b218a0129b9a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/6a57ed4a-5dad-456f-a8db-b218a0129b9a.jpg not downloaded yet
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c105ad0>
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252F7f04bbe8-76ec-4cbb-8283-497836e29910.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/7f04bbe8-76ec-4cbb-8283-497836e29910.jpg saved to cache
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c8469041-594f-55a8-ab5c-8b6dbe054288
2026-03-26 12:29:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746576/general/59f56fe0-c5c2-44ec-9ade-be13afe0ccee.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726549)
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252Fa4376c9c-b177-44f3-9921-de7ed8a9e58a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/a4376c9c-b177-44f3-9921-de7ed8a9e58a.jpg not downloaded yet
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252Fd23c83f9-74b4-43f2-bf03-06d17c6f9dbb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/d23c83f9-74b4-43f2-bf03-06d17c6f9dbb.jpg not downloaded yet
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156596e90>
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252F3af76526-afea-412b-afe1-3ec86fc01923.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/3af76526-afea-412b-afe1-3ec86fc01923.jpg saved to cache
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 052d448e-fdea-5779-b330-1641f903469e
2026-03-26 12:29:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746617/general/ae72d90d-1a6d-430b-bc1b-690dc0b786c6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726589)
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252F613db6bf-509d-4b66-95db-7eaa6d41ddf7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/613db6bf-509d-4b66-95db-7eaa6d41ddf7.jpg not downloaded yet
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563366d0>
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252Fdfcc94fa-5f99-41cd-9f18-7d22468b4ac1.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/dfcc94fa-5f99-41cd-9f18-7d22468b4ac1.jpg saved to cache
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c8469041-594f-55a8-ab5c-8b6dbe054288
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252Fc2020fa1-b6e0-441a-bf32-8885c9e7f3f6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/c2020fa1-b6e0-441a-bf32-8885c9e7f3f6.jpg not downloaded yet
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252F72241240-ef2f-4c46-a5dd-fd97b06ab2b8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/72241240-ef2f-4c46-a5dd-fd97b06ab2b8.jpg not downloaded yet
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015657b9d0>
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252F39a5041a-6697-4f79-8fc4-311e3ea96008.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/39a5041a-6697-4f79-8fc4-311e3ea96008.jpg saved to cache
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 052d448e-fdea-5779-b330-1641f903469e
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d1690>
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252F59f56fe0-c5c2-44ec-9ade-be13afe0ccee.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/59f56fe0-c5c2-44ec-9ade-be13afe0ccee.jpg saved to cache
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 052d448e-fdea-5779-b330-1641f903469e
2026-03-26 12:29:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746734/general/8f567a78-eb2d-49f3-a35e-b65fd7edf6bb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727112)
2026-03-26 12:29:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746576/general/6ad47452-c2ab-482e-9c04-cf4f0ce75938.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726549)
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252Fa7e8ebc3-e67b-4b7b-8710-690bf9acf5ed.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/a7e8ebc3-e67b-4b7b-8710-690bf9acf5ed.jpg not downloaded yet
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252Fdec06ca4-2dcd-4f6f-a35b-1c0235aa0f20.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/dec06ca4-2dcd-4f6f-a35b-1c0235aa0f20.jpg not downloaded yet
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25fb90>
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252Fae72d90d-1a6d-430b-bc1b-690dc0b786c6.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/ae72d90d-1a6d-430b-bc1b-690dc0b786c6.jpg saved to cache
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c8469041-594f-55a8-ab5c-8b6dbe054288
2026-03-26 12:29:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746576/general/536a3dd9-a831-4681-a89e-0679b486d1ad.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726549)
2026-03-26 12:29:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746576/general/a4376c9c-b177-44f3-9921-de7ed8a9e58a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726549)
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252Ffc55a82c-6ed0-457b-aab3-ee2a157be5f8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/fc55a82c-6ed0-457b-aab3-ee2a157be5f8.jpg not downloaded yet
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252Fa918200c-e29f-4489-95ed-a99784aa295d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/a918200c-e29f-4489-95ed-a99784aa295d.jpg not downloaded yet
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564800d0>
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252F8f567a78-eb2d-49f3-a35e-b65fd7edf6bb.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/8f567a78-eb2d-49f3-a35e-b65fd7edf6bb.jpg saved to cache
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f0ac8d81-4194-500d-a571-083eb64afc9b
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633b210>
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252F6ad47452-c2ab-482e-9c04-cf4f0ce75938.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/6ad47452-c2ab-482e-9c04-cf4f0ce75938.jpg saved to cache
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 052d448e-fdea-5779-b330-1641f903469e
2026-03-26 12:29:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746576/general/613db6bf-509d-4b66-95db-7eaa6d41ddf7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726549)
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252F30e59a3a-fe9f-4d74-bde9-a6ff71da2ea6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/30e59a3a-fe9f-4d74-bde9-a6ff71da2ea6.jpg not downloaded yet
2026-03-26 12:29:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746734/general/c2020fa1-b6e0-441a-bf32-8885c9e7f3f6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727112)
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252Fb5b996cb-9274-46a5-800c-3c29542b4e5e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/b5b996cb-9274-46a5-800c-3c29542b4e5e.jpg not downloaded yet
2026-03-26 12:29:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746734/general/dec06ca4-2dcd-4f6f-a35b-1c0235aa0f20.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727112)
2026-03-26 12:29:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746734/general/a7e8ebc3-e67b-4b7b-8710-690bf9acf5ed.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727112)
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156427410>
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252F536a3dd9-a831-4681-a89e-0679b486d1ad.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/536a3dd9-a831-4681-a89e-0679b486d1ad.jpg saved to cache
2026-03-26 12:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 052d448e-fdea-5779-b330-1641f903469e
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d2569d0>
2026-03-26 12:29:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252Fa4376c9c-b177-44f3-9921-de7ed8a9e58a.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/a4376c9c-b177-44f3-9921-de7ed8a9e58a.jpg saved to cache
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 052d448e-fdea-5779-b330-1641f903469e
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d2591d0>
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252F613db6bf-509d-4b66-95db-7eaa6d41ddf7.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/613db6bf-509d-4b66-95db-7eaa6d41ddf7.jpg saved to cache
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 052d448e-fdea-5779-b330-1641f903469e
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015635c890>
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252Fc2020fa1-b6e0-441a-bf32-8885c9e7f3f6.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/c2020fa1-b6e0-441a-bf32-8885c9e7f3f6.jpg saved to cache
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f0ac8d81-4194-500d-a571-083eb64afc9b
2026-03-26 12:29:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746734/general/fc55a82c-6ed0-457b-aab3-ee2a157be5f8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727112)
2026-03-26 12:29:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746734/general/30e59a3a-fe9f-4d74-bde9-a6ff71da2ea6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727112)
2026-03-26 12:29:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746734/general/b5b996cb-9274-46a5-800c-3c29542b4e5e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727112)
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633ba10>
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252Fdec06ca4-2dcd-4f6f-a35b-1c0235aa0f20.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/dec06ca4-2dcd-4f6f-a35b-1c0235aa0f20.jpg saved to cache
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f0ac8d81-4194-500d-a571-083eb64afc9b
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c057190>
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252Fa7e8ebc3-e67b-4b7b-8710-690bf9acf5ed.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/a7e8ebc3-e67b-4b7b-8710-690bf9acf5ed.jpg saved to cache
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f0ac8d81-4194-500d-a571-083eb64afc9b
2026-03-26 12:29:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746734/general/a918200c-e29f-4489-95ed-a99784aa295d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727112)
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e3ad0>
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252Ffc55a82c-6ed0-457b-aab3-ee2a157be5f8.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/fc55a82c-6ed0-457b-aab3-ee2a157be5f8.jpg saved to cache
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f0ac8d81-4194-500d-a571-083eb64afc9b
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d7908d0>
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252F30e59a3a-fe9f-4d74-bde9-a6ff71da2ea6.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/30e59a3a-fe9f-4d74-bde9-a6ff71da2ea6.jpg saved to cache
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f0ac8d81-4194-500d-a571-083eb64afc9b
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e1bd0>
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252Fb5b996cb-9274-46a5-800c-3c29542b4e5e.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/b5b996cb-9274-46a5-800c-3c29542b4e5e.jpg saved to cache
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f0ac8d81-4194-500d-a571-083eb64afc9b
2026-03-26 12:29:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4897998/general/ddf3e085-26f6-442f-b3ed-3d4f7e644e27.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726540)
2026-03-26 12:29:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746576/general/72241240-ef2f-4c46-a5dd-fd97b06ab2b8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726549)
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015635ef50>
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252Fa918200c-e29f-4489-95ed-a99784aa295d.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/a918200c-e29f-4489-95ed-a99784aa295d.jpg saved to cache
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f0ac8d81-4194-500d-a571-083eb64afc9b
2026-03-26 12:29:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746734/general/6a57ed4a-5dad-456f-a8db-b218a0129b9a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727112)
2026-03-26 12:29:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746734/general/d23c83f9-74b4-43f2-bf03-06d17c6f9dbb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727112)
2026-03-26 12:29:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4897998/general/a8545558-72ab-4fc9-8cb8-914dc42a07bc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726540)
2026-03-26 12:29:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746669/general/145fe1ce-d7f5-402b-91e4-489a3ef44e4b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726648)
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562b3b50>
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252Fddf3e085-26f6-442f-b3ed-3d4f7e644e27.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/ddf3e085-26f6-442f-b3ed-3d4f7e644e27.jpg saved to cache
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4f7e0a51-5c3a-53ca-b298-989761f3e23d
2026-03-26 12:29:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746669/general/d4e7c290-7cd1-4bcc-8feb-0d7ae5acabe5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726648)
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0dcdd0>
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252F72241240-ef2f-4c46-a5dd-fd97b06ab2b8.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/72241240-ef2f-4c46-a5dd-fd97b06ab2b8.jpg saved to cache
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 052d448e-fdea-5779-b330-1641f903469e
2026-03-26 12:29:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746669/general/261eeb08-70a3-4c46-a76b-1895ee2c6ed9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726648)
2026-03-26 12:29:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746576/general/b37e76b6-fc2b-479b-8673-dd2d7d116e6a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726549)
2026-03-26 12:29:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4897998/general/844f4269-61d2-4357-bc55-7cdb8db762c3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726540)
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c658c50>
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252F6a57ed4a-5dad-456f-a8db-b218a0129b9a.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/6a57ed4a-5dad-456f-a8db-b218a0129b9a.jpg saved to cache
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f0ac8d81-4194-500d-a571-083eb64afc9b
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f74e50>
2026-03-26 12:29:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746734%252Fgeneral%252Fd23c83f9-74b4-43f2-bf03-06d17c6f9dbb.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746734/general/d23c83f9-74b4-43f2-bf03-06d17c6f9dbb.jpg saved to cache
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f0ac8d81-4194-500d-a571-083eb64afc9b
2026-03-26 12:29:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f0ac8d81-4194-500d-a571-083eb64afc9b, skipping ID generation
2026-03-26 12:29:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0ac8d81-4194-500d-a571-083eb64afc9b with scrape type 1
2026-03-26 12:29:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f0ac8d81-4194-500d-a571-083eb64afc9b sending to next pipeline
2026-03-26 12:29:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f0ac8d81-4194-500d-a571-083eb64afc9b, identifier: 10727112
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25acd0>
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252Fa8545558-72ab-4fc9-8cb8-914dc42a07bc.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/a8545558-72ab-4fc9-8cb8-914dc42a07bc.jpg saved to cache
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4f7e0a51-5c3a-53ca-b298-989761f3e23d
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b6950>
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252F145fe1ce-d7f5-402b-91e4-489a3ef44e4b.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/145fe1ce-d7f5-402b-91e4-489a3ef44e4b.jpg saved to cache
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 226834e6-d806-5115-954a-00c662e6be57
2026-03-26 12:29:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f0ac8d81-4194-500d-a571-083eb64afc9b with identifier: 10727112
2026-03-26 12:29:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f0ac8d81-4194-500d-a571-083eb64afc9b with identifier: 10727112
2026-03-26 12:29:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f0ac8d81-4194-500d-a571-083eb64afc9b with identifier: 10727112 to the API
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746734/general/d23c83f9-74b4-43f2-bf03-06d17c6f9dbb.jpg>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'f0ac8d81-4194-500d-a571-083eb64afc9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4192145',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727112',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Seat',
'model': 'Tarraco',
'odometer': 21257,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 39,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140517,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746734/general/8f567a78-eb2d-49f3-a35e-b65fd7edf6bb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137283,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746734/general/6a57ed4a-5dad-456f-a8db-b218a0129b9a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173379,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746734/general/d23c83f9-74b4-43f2-bf03-06d17c6f9dbb.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158749,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746734/general/c2020fa1-b6e0-441a-bf32-8885c9e7f3f6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124722,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746734/general/a7e8ebc3-e67b-4b7b-8710-690bf9acf5ed.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145545,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746734/general/dec06ca4-2dcd-4f6f-a35b-1c0235aa0f20.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99363,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746734/general/fc55a82c-6ed0-457b-aab3-ee2a157be5f8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137619,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746734/general/a918200c-e29f-4489-95ed-a99784aa295d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87135,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746734/general/30e59a3a-fe9f-4d74-bde9-a6ff71da2ea6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f0ac8d81-4194-500d-a571-083eb64afc9b/f0ac8d81-4194-500d-a571-083eb64afc9b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114095,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746734/general/b5b996cb-9274-46a5-800c-3c29542b4e5e.jpg',
'Width': 800}],
'price': 16300,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Seat Tarraco 2.0 TDI FR - Diesel - Automatic - 150 hp - 21.257 km',
'transmission': 'automatic',
'trim': 'FR',
'vin': None,
'year': 2022}
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727112%27 HTTP/1.1" 200 None
2026-03-26 12:29:54 [adesa.de] INFO: Saving data for 10727112: {'created_time': 1774528194.483597, 'last_price_update_time': 1774528194.483608, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727112') HTTP/1.1" 204 0
2026-03-26 12:29:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746617/general/a138c265-f9f3-4cf0-9e58-7e5d48422dc7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726589)
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e29590>
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252Fd4e7c290-7cd1-4bcc-8feb-0d7ae5acabe5.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/d4e7c290-7cd1-4bcc-8feb-0d7ae5acabe5.jpg saved to cache
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 226834e6-d806-5115-954a-00c662e6be57
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156449790>
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252F261eeb08-70a3-4c46-a76b-1895ee2c6ed9.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/261eeb08-70a3-4c46-a76b-1895ee2c6ed9.jpg saved to cache
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 226834e6-d806-5115-954a-00c662e6be57
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015659cf90>
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252Fb37e76b6-fc2b-479b-8673-dd2d7d116e6a.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/b37e76b6-fc2b-479b-8673-dd2d7d116e6a.jpg saved to cache
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 052d448e-fdea-5779-b330-1641f903469e
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1cff10>
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252F844f4269-61d2-4357-bc55-7cdb8db762c3.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/844f4269-61d2-4357-bc55-7cdb8db762c3.jpg saved to cache
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4f7e0a51-5c3a-53ca-b298-989761f3e23d
2026-03-26 12:29:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726582> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29: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 12:29:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4897998/general/9fc59908-c733-425b-99ec-6f3358fb1054.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726540)
2026-03-26 12:29:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4897998/general/c537b81b-e2b3-4035-b04e-01b1a3026fd7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726540)
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156416010>
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252Fa138c265-f9f3-4cf0-9e58-7e5d48422dc7.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/a138c265-f9f3-4cf0-9e58-7e5d48422dc7.jpg saved to cache
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c8469041-594f-55a8-ab5c-8b6dbe054288
2026-03-26 12:29:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746669/general/bc713aab-23ec-4e42-8427-5c177b08164d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726648)
2026-03-26 12:29:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3 with identifier: 10726582
2026-03-26 12:29:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3 with scrape type 1
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252F13caebe9-3d98-486f-a591-4b0319a2b651.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/13caebe9-3d98-486f-a591-4b0319a2b651.jpg not downloaded yet
2026-03-26 12:29:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746669/general/c893aa5d-6acb-4bfd-b3a7-2dc23bd48324.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726648)
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252F44a3e3eb-6fae-43b8-bdf5-eafec66100ee.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/44a3e3eb-6fae-43b8-bdf5-eafec66100ee.jpg not downloaded yet
2026-03-26 12:29:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4897998/general/9c7c047e-68ee-499e-8a3c-e7dc904c12a5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726540)
2026-03-26 12:29:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746669/general/408147ac-3569-45d6-a733-82604c69a2dc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726648)
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252F63d28a91-6f82-4eb9-8ca0-e6bc7ca962f0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/63d28a91-6f82-4eb9-8ca0-e6bc7ca962f0.jpg not downloaded yet
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562a9990>
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252F9fc59908-c733-425b-99ec-6f3358fb1054.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/9fc59908-c733-425b-99ec-6f3358fb1054.jpg saved to cache
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4f7e0a51-5c3a-53ca-b298-989761f3e23d
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156594650>
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252Fc537b81b-e2b3-4035-b04e-01b1a3026fd7.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/c537b81b-e2b3-4035-b04e-01b1a3026fd7.jpg saved to cache
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4f7e0a51-5c3a-53ca-b298-989761f3e23d
2026-03-26 12:29:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746617/general/41c25226-5d2a-4867-b3a3-7d54d77111bf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726589)
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252Fe308e271-a1a3-4bc8-a766-c496b08a30bd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/e308e271-a1a3-4bc8-a766-c496b08a30bd.jpg not downloaded yet
2026-03-26 12:29:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746576/general/e89949a1-5064-4e45-83de-ab181e176009.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726549)
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c131f90>
2026-03-26 12:29:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252Fbc713aab-23ec-4e42-8427-5c177b08164d.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/bc713aab-23ec-4e42-8427-5c177b08164d.jpg saved to cache
2026-03-26 12:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 226834e6-d806-5115-954a-00c662e6be57
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252F7aac9b07-11e2-4b96-9f6c-3b7317d0ae8b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/7aac9b07-11e2-4b96-9f6c-3b7317d0ae8b.jpg not downloaded yet
2026-03-26 12:29:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015641a0d0>
2026-03-26 12:29:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252Fc893aa5d-6acb-4bfd-b3a7-2dc23bd48324.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/c893aa5d-6acb-4bfd-b3a7-2dc23bd48324.jpg saved to cache
2026-03-26 12:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 226834e6-d806-5115-954a-00c662e6be57
2026-03-26 12:29:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156126b10>
2026-03-26 12:29:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252F9c7c047e-68ee-499e-8a3c-e7dc904c12a5.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/9c7c047e-68ee-499e-8a3c-e7dc904c12a5.jpg saved to cache
2026-03-26 12:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4f7e0a51-5c3a-53ca-b298-989761f3e23d
2026-03-26 12:29:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156250790>
2026-03-26 12:29:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252F408147ac-3569-45d6-a733-82604c69a2dc.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/408147ac-3569-45d6-a733-82604c69a2dc.jpg saved to cache
2026-03-26 12:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 226834e6-d806-5115-954a-00c662e6be57
2026-03-26 12:29:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746608/general/13caebe9-3d98-486f-a591-4b0319a2b651.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726582)
2026-03-26 12:29:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4897998/general/c4184410-f001-40d4-a39e-8f9c42696e14.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726540)
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252Fec2f26d8-0294-49aa-9e50-b4c0dd06da48.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/ec2f26d8-0294-49aa-9e50-b4c0dd06da48.jpg not downloaded yet
2026-03-26 12:29:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746608/general/44a3e3eb-6fae-43b8-bdf5-eafec66100ee.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726582)
2026-03-26 12:29:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746608/general/63d28a91-6f82-4eb9-8ca0-e6bc7ca962f0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726582)
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252F34408fca-c718-4cdc-adff-464550e32ea1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/34408fca-c718-4cdc-adff-464550e32ea1.jpg not downloaded yet
2026-03-26 12:29:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562dce50>
2026-03-26 12:29:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252F41c25226-5d2a-4867-b3a3-7d54d77111bf.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/41c25226-5d2a-4867-b3a3-7d54d77111bf.jpg saved to cache
2026-03-26 12:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c8469041-594f-55a8-ab5c-8b6dbe054288
2026-03-26 12:29:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b3e10>
2026-03-26 12:29:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746576%252Fgeneral%252Fe89949a1-5064-4e45-83de-ab181e176009.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746576/general/e89949a1-5064-4e45-83de-ab181e176009.jpg saved to cache
2026-03-26 12:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 052d448e-fdea-5779-b330-1641f903469e
2026-03-26 12:29:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 052d448e-fdea-5779-b330-1641f903469e, skipping ID generation
2026-03-26 12:29:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 052d448e-fdea-5779-b330-1641f903469e with scrape type 1
2026-03-26 12:29:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 052d448e-fdea-5779-b330-1641f903469e sending to next pipeline
2026-03-26 12:29:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 052d448e-fdea-5779-b330-1641f903469e, identifier: 10726549
2026-03-26 12:29:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 052d448e-fdea-5779-b330-1641f903469e with identifier: 10726549
2026-03-26 12:29:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 052d448e-fdea-5779-b330-1641f903469e with identifier: 10726549
2026-03-26 12:29:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 052d448e-fdea-5779-b330-1641f903469e with identifier: 10726549 to the API
2026-03-26 12:29:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746576/general/e89949a1-5064-4e45-83de-ab181e176009.jpg>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '052d448e-fdea-5779-b330-1641f903469e',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '363669',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726549',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Seat',
'model': 'Tarraco',
'odometer': 158892,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 50,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134896,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746576/general/3af76526-afea-412b-afe1-3ec86fc01923.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175977,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746576/general/e89949a1-5064-4e45-83de-ab181e176009.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140120,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746576/general/39a5041a-6697-4f79-8fc4-311e3ea96008.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140597,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746576/general/59f56fe0-c5c2-44ec-9ade-be13afe0ccee.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117206,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746576/general/b37e76b6-fc2b-479b-8673-dd2d7d116e6a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169820,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746576/general/6ad47452-c2ab-482e-9c04-cf4f0ce75938.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139633,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746576/general/536a3dd9-a831-4681-a89e-0679b486d1ad.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155783,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746576/general/a4376c9c-b177-44f3-9921-de7ed8a9e58a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105732,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746576/general/613db6bf-509d-4b66-95db-7eaa6d41ddf7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_052d448e-fdea-5779-b330-1641f903469e/052d448e-fdea-5779-b330-1641f903469e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101777,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746576/general/72241240-ef2f-4c46-a5dd-fd97b06ab2b8.jpg',
'Width': 800}],
'price': 13000,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Seat Tarraco 2.0 TDI FR - Diesel - Manual - 150 hp - 158.892 km',
'transmission': 'manual',
'trim': 'FR',
'vin': None,
'year': 2022}
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726549%27 HTTP/1.1" 200 None
2026-03-26 12:29:56 [adesa.de] INFO: Saving data for 10726549: {'created_time': 1774528196.043254, 'last_price_update_time': 1774528196.043266, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726549') HTTP/1.1" 204 0
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252F691fe9b3-d827-4c52-abda-4dde10404e08.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/691fe9b3-d827-4c52-abda-4dde10404e08.jpg not downloaded yet
2026-03-26 12:29:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746617/general/b62fd2a7-d9b1-4246-9173-5377af0cd045.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726589)
2026-03-26 12:29:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746608/general/7aac9b07-11e2-4b96-9f6c-3b7317d0ae8b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726582)
2026-03-26 12:29:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746608/general/e308e271-a1a3-4bc8-a766-c496b08a30bd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726582)
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c131710>
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252F13caebe9-3d98-486f-a591-4b0319a2b651.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/13caebe9-3d98-486f-a591-4b0319a2b651.jpg saved to cache
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015635f090>
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252Fc4184410-f001-40d4-a39e-8f9c42696e14.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/c4184410-f001-40d4-a39e-8f9c42696e14.jpg saved to cache
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4f7e0a51-5c3a-53ca-b298-989761f3e23d
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1fec90>
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252F44a3e3eb-6fae-43b8-bdf5-eafec66100ee.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/44a3e3eb-6fae-43b8-bdf5-eafec66100ee.jpg saved to cache
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156324610>
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252F63d28a91-6f82-4eb9-8ca0-e6bc7ca962f0.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/63d28a91-6f82-4eb9-8ca0-e6bc7ca962f0.jpg saved to cache
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3
2026-03-26 12:29:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746669/general/a090c881-627e-4cc6-b5e8-9d49eaa69864.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726648)
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252Ff16b7af2-53de-48f5-8f76-fbde3849d2ac.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/f16b7af2-53de-48f5-8f76-fbde3849d2ac.jpg not downloaded yet
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252Fb726a6c7-3cb1-4cce-a42a-ad4b50d9a92e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/b726a6c7-3cb1-4cce-a42a-ad4b50d9a92e.jpg not downloaded yet
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156501c50>
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252Fb62fd2a7-d9b1-4246-9173-5377af0cd045.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/b62fd2a7-d9b1-4246-9173-5377af0cd045.jpg saved to cache
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c8469041-594f-55a8-ab5c-8b6dbe054288
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156439710>
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252F7aac9b07-11e2-4b96-9f6c-3b7317d0ae8b.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/7aac9b07-11e2-4b96-9f6c-3b7317d0ae8b.jpg saved to cache
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156127090>
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252Fe308e271-a1a3-4bc8-a766-c496b08a30bd.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/e308e271-a1a3-4bc8-a766-c496b08a30bd.jpg saved to cache
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3
2026-03-26 12:29:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746608/general/ec2f26d8-0294-49aa-9e50-b4c0dd06da48.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726582)
2026-03-26 12:29:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746669/general/f74004af-eb9b-4cf2-8f9a-e0694d05e790.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726648)
2026-03-26 12:29:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746608/general/34408fca-c718-4cdc-adff-464550e32ea1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726582)
2026-03-26 12:29:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746617/general/7a610f70-5617-4264-aec4-f961167c784e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726589)
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156138a10>
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252Fa090c881-627e-4cc6-b5e8-9d49eaa69864.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/a090c881-627e-4cc6-b5e8-9d49eaa69864.jpg saved to cache
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 226834e6-d806-5115-954a-00c662e6be57
2026-03-26 12:29:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746608/general/691fe9b3-d827-4c52-abda-4dde10404e08.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726582)
2026-03-26 12:29:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746608/general/b726a6c7-3cb1-4cce-a42a-ad4b50d9a92e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726582)
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0c7750>
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252Fec2f26d8-0294-49aa-9e50-b4c0dd06da48.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/ec2f26d8-0294-49aa-9e50-b4c0dd06da48.jpg saved to cache
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3
2026-03-26 12:29:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746669/general/0d82db1a-a11f-4e18-afd3-67f2eff7a471.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726648)
2026-03-26 12:29:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746617/general/ee78f308-0235-4bf0-9670-99384ac16e62.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726589)
2026-03-26 12:29:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4897998/general/ad43f60c-b8d2-47a7-ad9e-9aba05a7d9e4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726540)
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c055190>
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252Ff74004af-eb9b-4cf2-8f9a-e0694d05e790.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/f74004af-eb9b-4cf2-8f9a-e0694d05e790.jpg saved to cache
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 226834e6-d806-5115-954a-00c662e6be57
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562b6690>
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252F34408fca-c718-4cdc-adff-464550e32ea1.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/34408fca-c718-4cdc-adff-464550e32ea1.jpg saved to cache
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156418910>
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252F7a610f70-5617-4264-aec4-f961167c784e.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/7a610f70-5617-4264-aec4-f961167c784e.jpg saved to cache
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c8469041-594f-55a8-ab5c-8b6dbe054288
2026-03-26 12:29:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746669/general/681fefd7-a2e0-4be7-875f-746230792713.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726648)
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156448610>
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252F691fe9b3-d827-4c52-abda-4dde10404e08.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/691fe9b3-d827-4c52-abda-4dde10404e08.jpg saved to cache
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e28390>
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252Fb726a6c7-3cb1-4cce-a42a-ad4b50d9a92e.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/b726a6c7-3cb1-4cce-a42a-ad4b50d9a92e.jpg saved to cache
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c131cd0>
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252F0d82db1a-a11f-4e18-afd3-67f2eff7a471.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/0d82db1a-a11f-4e18-afd3-67f2eff7a471.jpg saved to cache
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 226834e6-d806-5115-954a-00c662e6be57
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156420610>
2026-03-26 12:29:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746617%252Fgeneral%252Fee78f308-0235-4bf0-9670-99384ac16e62.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746617/general/ee78f308-0235-4bf0-9670-99384ac16e62.jpg saved to cache
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c8469041-594f-55a8-ab5c-8b6dbe054288
2026-03-26 12:29:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c8469041-594f-55a8-ab5c-8b6dbe054288, skipping ID generation
2026-03-26 12:29:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8469041-594f-55a8-ab5c-8b6dbe054288 with scrape type 1
2026-03-26 12:29:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c8469041-594f-55a8-ab5c-8b6dbe054288 sending to next pipeline
2026-03-26 12:29:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c8469041-594f-55a8-ab5c-8b6dbe054288, identifier: 10726589
2026-03-26 12:29:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1fc350>
2026-03-26 12:29:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4897998%252Fgeneral%252Fad43f60c-b8d2-47a7-ad9e-9aba05a7d9e4.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4897998/general/ad43f60c-b8d2-47a7-ad9e-9aba05a7d9e4.jpg saved to cache
2026-03-26 12:29:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4f7e0a51-5c3a-53ca-b298-989761f3e23d
2026-03-26 12:29:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4f7e0a51-5c3a-53ca-b298-989761f3e23d, skipping ID generation
2026-03-26 12:29:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f7e0a51-5c3a-53ca-b298-989761f3e23d with scrape type 1
2026-03-26 12:29:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4f7e0a51-5c3a-53ca-b298-989761f3e23d sending to next pipeline
2026-03-26 12:29:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 4f7e0a51-5c3a-53ca-b298-989761f3e23d, identifier: 10726540
2026-03-26 12:29:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c8469041-594f-55a8-ab5c-8b6dbe054288 with identifier: 10726589
2026-03-26 12:29:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c8469041-594f-55a8-ab5c-8b6dbe054288 with identifier: 10726589
2026-03-26 12:29:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c8469041-594f-55a8-ab5c-8b6dbe054288 with identifier: 10726589 to the API
2026-03-26 12:29:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746617/general/ee78f308-0235-4bf0-9670-99384ac16e62.jpg>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'c8469041-594f-55a8-ab5c-8b6dbe054288',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4491471',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726589',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 30863,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116157,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746617/general/2a96cf86-d00d-4b65-abbd-2e852b8391fd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108678,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746617/general/ee78f308-0235-4bf0-9670-99384ac16e62.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120784,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746617/general/8f1a5846-19be-460d-9faa-a39e1d8382ce.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116455,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746617/general/7a610f70-5617-4264-aec4-f961167c784e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62308,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746617/general/b62fd2a7-d9b1-4246-9173-5377af0cd045.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54272,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746617/general/7f04bbe8-76ec-4cbb-8283-497836e29910.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64684,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746617/general/41c25226-5d2a-4867-b3a3-7d54d77111bf.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107220,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746617/general/dfcc94fa-5f99-41cd-9f18-7d22468b4ac1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50227,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746617/general/a138c265-f9f3-4cf0-9e58-7e5d48422dc7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8469041-594f-55a8-ab5c-8b6dbe054288/c8469041-594f-55a8-ab5c-8b6dbe054288_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38407,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746617/general/ae72d90d-1a6d-430b-bc1b-690dc0b786c6.jpg',
'Width': 800}],
'price': 10600,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Kamiq 1.0 TSI Ambition - Petrol - Automatic - 110 hp - 30.863 '
'km',
'transmission': 'automatic',
'trim': 'Ambition',
'vin': None,
'year': 2022}
2026-03-26 12:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726589%27 HTTP/1.1" 200 None
2026-03-26 12:29:57 [adesa.de] INFO: Saving data for 10726589: {'created_time': 1774528197.804667, 'last_price_update_time': 1774528197.804678, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726589') HTTP/1.1" 204 0
2026-03-26 12:29:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 4f7e0a51-5c3a-53ca-b298-989761f3e23d with identifier: 10726540
2026-03-26 12:29:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 4f7e0a51-5c3a-53ca-b298-989761f3e23d with identifier: 10726540
2026-03-26 12:29:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 4f7e0a51-5c3a-53ca-b298-989761f3e23d with identifier: 10726540 to the API
2026-03-26 12:29:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/4897998/general/ad43f60c-b8d2-47a7-ad9e-9aba05a7d9e4.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 149,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '4f7e0a51-5c3a-53ca-b298-989761f3e23d',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '6473478',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726540',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 33049,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 27,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134771,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4897998/general/ad43f60c-b8d2-47a7-ad9e-9aba05a7d9e4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109674,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4897998/general/fbd9adea-b9ab-4b35-b6d6-35563f31b996.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96384,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4897998/general/dd1216bd-61b2-47ba-a829-6d3400a4f850.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103961,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4897998/general/c4184410-f001-40d4-a39e-8f9c42696e14.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68745,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4897998/general/9c7c047e-68ee-499e-8a3c-e7dc904c12a5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83435,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4897998/general/9fc59908-c733-425b-99ec-6f3358fb1054.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87703,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4897998/general/c537b81b-e2b3-4035-b04e-01b1a3026fd7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115774,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4897998/general/844f4269-61d2-4357-bc55-7cdb8db762c3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93880,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4897998/general/a8545558-72ab-4fc9-8cb8-914dc42a07bc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f7e0a51-5c3a-53ca-b298-989761f3e23d/4f7e0a51-5c3a-53ca-b298-989761f3e23d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59814,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4897998/general/ddf3e085-26f6-442f-b3ed-3d4f7e644e27.jpg',
'Width': 800}],
'price': 11300,
'price_includes_vat': True,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Enyaq 50 - Electric - Automatic - 149 hp - 33.049 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726540%27 HTTP/1.1" 200 None
2026-03-26 12:29:58 [adesa.de] INFO: Saving data for 10726540: {'created_time': 1774528198.273055, 'last_price_update_time': 1774528198.273066, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726540') HTTP/1.1" 204 0
2026-03-26 12:29:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746608/general/f16b7af2-53de-48f5-8f76-fbde3849d2ac.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726582)
2026-03-26 12:29:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015630a010>
2026-03-26 12:29:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746669%252Fgeneral%252F681fefd7-a2e0-4be7-875f-746230792713.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746669/general/681fefd7-a2e0-4be7-875f-746230792713.jpg saved to cache
2026-03-26 12:29:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 226834e6-d806-5115-954a-00c662e6be57
2026-03-26 12:29:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 226834e6-d806-5115-954a-00c662e6be57, skipping ID generation
2026-03-26 12:29:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 226834e6-d806-5115-954a-00c662e6be57 with scrape type 1
2026-03-26 12:29:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 226834e6-d806-5115-954a-00c662e6be57 sending to next pipeline
2026-03-26 12:29:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 226834e6-d806-5115-954a-00c662e6be57, identifier: 10726648
2026-03-26 12:29:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 226834e6-d806-5115-954a-00c662e6be57 with identifier: 10726648
2026-03-26 12:29:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 226834e6-d806-5115-954a-00c662e6be57 with identifier: 10726648
2026-03-26 12:29:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 226834e6-d806-5115-954a-00c662e6be57 with identifier: 10726648 to the API
2026-03-26 12:29:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746669/general/681fefd7-a2e0-4be7-875f-746230792713.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '226834e6-d806-5115-954a-00c662e6be57',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5417602',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726648',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 32172,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 34,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128622,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746669/general/0d82db1a-a11f-4e18-afd3-67f2eff7a471.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175051,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746669/general/681fefd7-a2e0-4be7-875f-746230792713.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121704,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746669/general/f74004af-eb9b-4cf2-8f9a-e0694d05e790.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137393,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746669/general/a090c881-627e-4cc6-b5e8-9d49eaa69864.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74834,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746669/general/408147ac-3569-45d6-a733-82604c69a2dc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152266,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746669/general/c893aa5d-6acb-4bfd-b3a7-2dc23bd48324.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154095,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746669/general/bc713aab-23ec-4e42-8427-5c177b08164d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144378,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746669/general/261eeb08-70a3-4c46-a76b-1895ee2c6ed9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101395,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746669/general/d4e7c290-7cd1-4bcc-8feb-0d7ae5acabe5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_226834e6-d806-5115-954a-00c662e6be57/226834e6-d806-5115-954a-00c662e6be57_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66181,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746669/general/145fe1ce-d7f5-402b-91e4-489a3ef44e4b.jpg',
'Width': 800}],
'price': 10600,
'price_includes_vat': True,
'registration_date': '2023-04-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Fabia 1.0 TSI Style - Petrol - Automatic - 110 hp - 32.172 km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2023}
2026-03-26 12:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726648%27 HTTP/1.1" 200 None
2026-03-26 12:29:58 [adesa.de] INFO: Saving data for 10726648: {'created_time': 1774528198.873903, 'last_price_update_time': 1774528198.873913, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726648') HTTP/1.1" 204 0
2026-03-26 12:29:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727000> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:29:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562abf90>
2026-03-26 12:29:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:29: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 12:29:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746608%252Fgeneral%252Ff16b7af2-53de-48f5-8f76-fbde3849d2ac.jpg') HTTP/1.1" 204 0
2026-03-26 12:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746608/general/f16b7af2-53de-48f5-8f76-fbde3849d2ac.jpg saved to cache
2026-03-26 12:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3
2026-03-26 12:29:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3, skipping ID generation
2026-03-26 12:29:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3 with scrape type 1
2026-03-26 12:29:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3 sending to next pipeline
2026-03-26 12:29:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3, identifier: 10726582
2026-03-26 12:29: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 12:29:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3 with identifier: 10726582
2026-03-26 12:29:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3 with identifier: 10726582
2026-03-26 12:29:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3 with identifier: 10726582 to the API
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:29: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 12:29:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746608/general/f16b7af2-53de-48f5-8f76-fbde3849d2ac.jpg>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '359677',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726582',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Seat',
'model': 'Tarraco',
'odometer': 198439,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 66,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151425,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746608/general/13caebe9-3d98-486f-a591-4b0319a2b651.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103445,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746608/general/44a3e3eb-6fae-43b8-bdf5-eafec66100ee.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149847,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746608/general/63d28a91-6f82-4eb9-8ca0-e6bc7ca962f0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100674,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746608/general/e308e271-a1a3-4bc8-a766-c496b08a30bd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76048,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746608/general/7aac9b07-11e2-4b96-9f6c-3b7317d0ae8b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152368,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746608/general/ec2f26d8-0294-49aa-9e50-b4c0dd06da48.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137010,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746608/general/34408fca-c718-4cdc-adff-464550e32ea1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129185,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746608/general/691fe9b3-d827-4c52-abda-4dde10404e08.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109848,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746608/general/f16b7af2-53de-48f5-8f76-fbde3849d2ac.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3/ffe5d895-0a2b-5351-a79c-c7b2d1c55fe3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96534,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746608/general/b726a6c7-3cb1-4cce-a42a-ad4b50d9a92e.jpg',
'Width': 800}],
'price': 5600,
'price_includes_vat': True,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Seat Tarraco 2.0 TDI Style - Diesel - Automatic - 150 hp - 198.439 '
'km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2021}
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726582%27 HTTP/1.1" 200 None
2026-03-26 12:29:59 [adesa.de] INFO: Saving data for 10726582: {'created_time': 1774528199.614612, 'last_price_update_time': 1774528199.614626, 'auction_closing_time': 1774962000.0}
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726582') HTTP/1.1" 204 0
2026-03-26 12:29:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0 with identifier: 10727000
2026-03-26 12:29:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0 with scrape type 1
2026-03-26 12:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252F10bd45f8-6592-41c6-9563-47b2be7c41f7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/10bd45f8-6592-41c6-9563-47b2be7c41f7.jpg not downloaded yet
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252F3958453d-0933-45a4-9f48-55ddcc220716.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/3958453d-0933-45a4-9f48-55ddcc220716.jpg not downloaded yet
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252Fc8b88569-615b-485b-9700-4875bfc79d07.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/c8b88569-615b-485b-9700-4875bfc79d07.jpg not downloaded yet
2026-03-26 12:29:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726471> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252Fd39bf4cb-b53c-48a7-bc98-f2b037aac767.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/d39bf4cb-b53c-48a7-bc98-f2b037aac767.jpg not downloaded yet
2026-03-26 12:29: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 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252Fe533ec3c-fe03-42bc-9866-02a21ff2dee1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/e533ec3c-fe03-42bc-9866-02a21ff2dee1.jpg not downloaded yet
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252Fa6aed733-3498-4fa4-9fa6-40e7843dfd21.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/a6aed733-3498-4fa4-9fa6-40e7843dfd21.jpg not downloaded yet
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252F840039e8-ba0b-466e-8c78-3f26000d378a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/840039e8-ba0b-466e-8c78-3f26000d378a.jpg not downloaded yet
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252F0cb559d7-e3c5-428b-845d-d75cdde2d922.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/0cb559d7-e3c5-428b-845d-d75cdde2d922.jpg not downloaded yet
2026-03-26 12:29:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4b28276-9d4a-571e-a07f-fdfacc7fc30b with identifier: 10726471
2026-03-26 12:29:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4b28276-9d4a-571e-a07f-fdfacc7fc30b with scrape type 1
2026-03-26 12:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c4b28276-9d4a-571e-a07f-fdfacc7fc30b
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252F63c1cd51-4991-409c-a5a5-91e0c5e31ff3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/63c1cd51-4991-409c-a5a5-91e0c5e31ff3.jpg not downloaded yet
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252F66dc5e21-6247-4367-aea6-725420426800.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/66dc5e21-6247-4367-aea6-725420426800.jpg not downloaded yet
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252F887489c5-7bd7-44fa-8c7c-05f2b9d6521b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/887489c5-7bd7-44fa-8c7c-05f2b9d6521b.jpg not downloaded yet
2026-03-26 12:29:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746710/general/c8b88569-615b-485b-9700-4875bfc79d07.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727000)
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252F7134da81-97cb-4649-850b-da0028911859.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/7134da81-97cb-4649-850b-da0028911859.jpg not downloaded yet
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252Fb358ffed-a1d4-46d6-8ddb-e9411eee5904.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/b358ffed-a1d4-46d6-8ddb-e9411eee5904.jpg not downloaded yet
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252Ff30e3e6a-64ec-45b8-ad98-3fca16863fa9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/f30e3e6a-64ec-45b8-ad98-3fca16863fa9.jpg not downloaded yet
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252F75d23204-000d-428a-90ad-a351010343ad.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/75d23204-000d-428a-90ad-a351010343ad.jpg not downloaded yet
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252F0036922d-4c96-4212-b14e-25b76ad7cf07.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/0036922d-4c96-4212-b14e-25b76ad7cf07.jpg not downloaded yet
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee5c10>
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252Fc8b88569-615b-485b-9700-4875bfc79d07.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/c8b88569-615b-485b-9700-4875bfc79d07.jpg saved to cache
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252Fdebd27e7-ae92-41e3-8aa3-1b1960d98c6f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/debd27e7-ae92-41e3-8aa3-1b1960d98c6f.jpg not downloaded yet
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252Fe22cbd1b-b5e0-4d52-828c-bbb453167ab3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/e22cbd1b-b5e0-4d52-828c-bbb453167ab3.jpg not downloaded yet
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252F80da74f9-6f35-45d2-b131-dd5452d6e00f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/80da74f9-6f35-45d2-b131-dd5452d6e00f.jpg not downloaded yet
2026-03-26 12:30:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746513/general/887489c5-7bd7-44fa-8c7c-05f2b9d6521b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726471)
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252Fdec7094e-6afb-47a8-823c-247cccca3cae.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/dec7094e-6afb-47a8-823c-247cccca3cae.jpg not downloaded yet
2026-03-26 12:30:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746513/general/80da74f9-6f35-45d2-b131-dd5452d6e00f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726471)
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c23b450>
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252F887489c5-7bd7-44fa-8c7c-05f2b9d6521b.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/887489c5-7bd7-44fa-8c7c-05f2b9d6521b.jpg saved to cache
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c4b28276-9d4a-571e-a07f-fdfacc7fc30b
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156578910>
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252F80da74f9-6f35-45d2-b131-dd5452d6e00f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/80da74f9-6f35-45d2-b131-dd5452d6e00f.jpg saved to cache
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c4b28276-9d4a-571e-a07f-fdfacc7fc30b
2026-03-26 12:30:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746513/general/dec7094e-6afb-47a8-823c-247cccca3cae.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726471)
2026-03-26 12:30:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746513/general/e22cbd1b-b5e0-4d52-828c-bbb453167ab3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726471)
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156220690>
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252Fdec7094e-6afb-47a8-823c-247cccca3cae.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/dec7094e-6afb-47a8-823c-247cccca3cae.jpg saved to cache
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c4b28276-9d4a-571e-a07f-fdfacc7fc30b
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156330e90>
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252Fe22cbd1b-b5e0-4d52-828c-bbb453167ab3.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/e22cbd1b-b5e0-4d52-828c-bbb453167ab3.jpg saved to cache
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c4b28276-9d4a-571e-a07f-fdfacc7fc30b
2026-03-26 12:30:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746513/general/debd27e7-ae92-41e3-8aa3-1b1960d98c6f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726471)
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e86b10>
2026-03-26 12:30:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252Fdebd27e7-ae92-41e3-8aa3-1b1960d98c6f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/debd27e7-ae92-41e3-8aa3-1b1960d98c6f.jpg saved to cache
2026-03-26 12:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c4b28276-9d4a-571e-a07f-fdfacc7fc30b
2026-03-26 12:30:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746513/general/0036922d-4c96-4212-b14e-25b76ad7cf07.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726471)
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563339d0>
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252F0036922d-4c96-4212-b14e-25b76ad7cf07.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/0036922d-4c96-4212-b14e-25b76ad7cf07.jpg saved to cache
2026-03-26 12:30:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c4b28276-9d4a-571e-a07f-fdfacc7fc30b
2026-03-26 12:30:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746513/general/75d23204-000d-428a-90ad-a351010343ad.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726471)
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156336390>
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252F75d23204-000d-428a-90ad-a351010343ad.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/75d23204-000d-428a-90ad-a351010343ad.jpg saved to cache
2026-03-26 12:30:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c4b28276-9d4a-571e-a07f-fdfacc7fc30b
2026-03-26 12:30:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746513/general/f30e3e6a-64ec-45b8-ad98-3fca16863fa9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726471)
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d258e50>
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252Ff30e3e6a-64ec-45b8-ad98-3fca16863fa9.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/f30e3e6a-64ec-45b8-ad98-3fca16863fa9.jpg saved to cache
2026-03-26 12:30:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c4b28276-9d4a-571e-a07f-fdfacc7fc30b
2026-03-26 12:30:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746513/general/b358ffed-a1d4-46d6-8ddb-e9411eee5904.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726471)
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c239a10>
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252Fb358ffed-a1d4-46d6-8ddb-e9411eee5904.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/b358ffed-a1d4-46d6-8ddb-e9411eee5904.jpg saved to cache
2026-03-26 12:30:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c4b28276-9d4a-571e-a07f-fdfacc7fc30b
2026-03-26 12:30:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746710/general/7134da81-97cb-4649-850b-da0028911859.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727000)
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf86b10>
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252F7134da81-97cb-4649-850b-da0028911859.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/7134da81-97cb-4649-850b-da0028911859.jpg saved to cache
2026-03-26 12:30:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0
2026-03-26 12:30:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746710/general/66dc5e21-6247-4367-aea6-725420426800.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727000)
2026-03-26 12:30:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746513/general/63c1cd51-4991-409c-a5a5-91e0c5e31ff3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726471)
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25bad0>
2026-03-26 12:30:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252F66dc5e21-6247-4367-aea6-725420426800.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/66dc5e21-6247-4367-aea6-725420426800.jpg saved to cache
2026-03-26 12:30:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0
2026-03-26 12:30:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156366210>
2026-03-26 12:30:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746513%252Fgeneral%252F63c1cd51-4991-409c-a5a5-91e0c5e31ff3.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746513/general/63c1cd51-4991-409c-a5a5-91e0c5e31ff3.jpg saved to cache
2026-03-26 12:30:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c4b28276-9d4a-571e-a07f-fdfacc7fc30b
2026-03-26 12:30:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c4b28276-9d4a-571e-a07f-fdfacc7fc30b, skipping ID generation
2026-03-26 12:30:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4b28276-9d4a-571e-a07f-fdfacc7fc30b with scrape type 1
2026-03-26 12:30:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c4b28276-9d4a-571e-a07f-fdfacc7fc30b sending to next pipeline
2026-03-26 12:30:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c4b28276-9d4a-571e-a07f-fdfacc7fc30b, identifier: 10726471
2026-03-26 12:30:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c4b28276-9d4a-571e-a07f-fdfacc7fc30b with identifier: 10726471
2026-03-26 12:30:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c4b28276-9d4a-571e-a07f-fdfacc7fc30b with identifier: 10726471
2026-03-26 12:30:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c4b28276-9d4a-571e-a07f-fdfacc7fc30b with identifier: 10726471 to the API
2026-03-26 12:30:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746513/general/63c1cd51-4991-409c-a5a5-91e0c5e31ff3.jpg>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'c4b28276-9d4a-571e-a07f-fdfacc7fc30b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '3967378',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726471',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Seat',
'model': 'Leon',
'odometer': 32163,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 38,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169862,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746513/general/63c1cd51-4991-409c-a5a5-91e0c5e31ff3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127670,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746513/general/887489c5-7bd7-44fa-8c7c-05f2b9d6521b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126435,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746513/general/b358ffed-a1d4-46d6-8ddb-e9411eee5904.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170853,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746513/general/f30e3e6a-64ec-45b8-ad98-3fca16863fa9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116466,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746513/general/75d23204-000d-428a-90ad-a351010343ad.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110138,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746513/general/0036922d-4c96-4212-b14e-25b76ad7cf07.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142741,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746513/general/debd27e7-ae92-41e3-8aa3-1b1960d98c6f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95477,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746513/general/e22cbd1b-b5e0-4d52-828c-bbb453167ab3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67241,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746513/general/80da74f9-6f35-45d2-b131-dd5452d6e00f.jpg',
'Width': 450},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c4b28276-9d4a-571e-a07f-fdfacc7fc30b/c4b28276-9d4a-571e-a07f-fdfacc7fc30b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104970,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746513/general/dec7094e-6afb-47a8-823c-247cccca3cae.jpg',
'Width': 800}],
'price': 12700,
'price_includes_vat': True,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Seat Leon Sportstourer 1.5 eTSI FR - Petrol - Automatic - 150 hp - '
'32.163 km',
'transmission': 'automatic',
'trim': 'FR',
'vin': None,
'year': 2021}
2026-03-26 12:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726471%27 HTTP/1.1" 200 None
2026-03-26 12:30:04 [adesa.de] INFO: Saving data for 10726471: {'created_time': 1774528204.463535, 'last_price_update_time': 1774528204.463597, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726471') HTTP/1.1" 204 0
2026-03-26 12:30:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746710/general/0cb559d7-e3c5-428b-845d-d75cdde2d922.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727000)
2026-03-26 12:30:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015639a1d0>
2026-03-26 12:30:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252F0cb559d7-e3c5-428b-845d-d75cdde2d922.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/0cb559d7-e3c5-428b-845d-d75cdde2d922.jpg saved to cache
2026-03-26 12:30:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0
2026-03-26 12:30:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746710/general/840039e8-ba0b-466e-8c78-3f26000d378a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727000)
2026-03-26 12:30:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015651aa50>
2026-03-26 12:30:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252F840039e8-ba0b-466e-8c78-3f26000d378a.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/840039e8-ba0b-466e-8c78-3f26000d378a.jpg saved to cache
2026-03-26 12:30:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0
2026-03-26 12:30:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746710/general/a6aed733-3498-4fa4-9fa6-40e7843dfd21.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727000)
2026-03-26 12:30:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156337010>
2026-03-26 12:30:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252Fa6aed733-3498-4fa4-9fa6-40e7843dfd21.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/a6aed733-3498-4fa4-9fa6-40e7843dfd21.jpg saved to cache
2026-03-26 12:30:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0
2026-03-26 12:30:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746710/general/e533ec3c-fe03-42bc-9866-02a21ff2dee1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727000)
2026-03-26 12:30:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562ab5d0>
2026-03-26 12:30:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252Fe533ec3c-fe03-42bc-9866-02a21ff2dee1.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/e533ec3c-fe03-42bc-9866-02a21ff2dee1.jpg saved to cache
2026-03-26 12:30:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0
2026-03-26 12:30:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746710/general/d39bf4cb-b53c-48a7-bc98-f2b037aac767.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727000)
2026-03-26 12:30:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09a3d0>
2026-03-26 12:30:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252Fd39bf4cb-b53c-48a7-bc98-f2b037aac767.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/d39bf4cb-b53c-48a7-bc98-f2b037aac767.jpg saved to cache
2026-03-26 12:30:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0
2026-03-26 12:30:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746710/general/3958453d-0933-45a4-9f48-55ddcc220716.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727000)
2026-03-26 12:30:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d258910>
2026-03-26 12:30:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252F3958453d-0933-45a4-9f48-55ddcc220716.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/3958453d-0933-45a4-9f48-55ddcc220716.jpg saved to cache
2026-03-26 12:30:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0
2026-03-26 12:30:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746710/general/10bd45f8-6592-41c6-9563-47b2be7c41f7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727000)
2026-03-26 12:30:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562a8f90>
2026-03-26 12:30:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746710%252Fgeneral%252F10bd45f8-6592-41c6-9563-47b2be7c41f7.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746710/general/10bd45f8-6592-41c6-9563-47b2be7c41f7.jpg saved to cache
2026-03-26 12:30:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0
2026-03-26 12:30:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0, skipping ID generation
2026-03-26 12:30:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0 with scrape type 1
2026-03-26 12:30:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0 sending to next pipeline
2026-03-26 12:30:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0, identifier: 10727000
2026-03-26 12:30:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0 with identifier: 10727000
2026-03-26 12:30:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0 with identifier: 10727000
2026-03-26 12:30:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0 with identifier: 10727000 to the API
2026-03-26 12:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:30:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746710/general/10bd45f8-6592-41c6-9563-47b2be7c41f7.jpg>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4080839',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727000',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Seat',
'model': 'Leon',
'odometer': 51376,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 42,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114309,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746710/general/10bd45f8-6592-41c6-9563-47b2be7c41f7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115351,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746710/general/3958453d-0933-45a4-9f48-55ddcc220716.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109116,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746710/general/c8b88569-615b-485b-9700-4875bfc79d07.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109255,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746710/general/d39bf4cb-b53c-48a7-bc98-f2b037aac767.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172759,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746710/general/e533ec3c-fe03-42bc-9866-02a21ff2dee1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144229,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746710/general/a6aed733-3498-4fa4-9fa6-40e7843dfd21.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155026,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746710/general/840039e8-ba0b-466e-8c78-3f26000d378a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144283,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746710/general/0cb559d7-e3c5-428b-845d-d75cdde2d922.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91555,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746710/general/66dc5e21-6247-4367-aea6-725420426800.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0/6426cd1f-b1a4-51d5-9f9b-6bff58ba19b0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129967,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746710/general/7134da81-97cb-4649-850b-da0028911859.jpg',
'Width': 800}],
'price': 11400,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Seat Leon Sportstourer 1.5 eTSI FR - Petrol - Automatic - 150 hp - '
'51.376 km',
'transmission': 'automatic',
'trim': 'FR',
'vin': None,
'year': 2022}
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727000%27 HTTP/1.1" 200 None
2026-03-26 12:30:08 [adesa.de] INFO: Saving data for 10727000: {'created_time': 1774528208.532128, 'last_price_update_time': 1774528208.53214, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727000') HTTP/1.1" 204 0
2026-03-26 12:30:08 [scrapy.extensions.logstats] INFO: Crawled 303 pages (at 49 pages/min), scraped 260 items (at 42 items/min)
2026-03-26 12:30:08 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-26 12:30:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727115> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30: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 12:30:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8d0bbe2-6756-5db1-af08-2f79fac8228e with identifier: 10727115
2026-03-26 12:30:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8d0bbe2-6756-5db1-af08-2f79fac8228e with scrape type 1
2026-03-26 12:30:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a8d0bbe2-6756-5db1-af08-2f79fac8228e
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252Fc1dc9509-f16d-488f-b966-a63e5cfa4743.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/c1dc9509-f16d-488f-b966-a63e5cfa4743.jpg not downloaded yet
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252F9bcf3e87-59db-4e48-ad24-ce398b1ae16e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/9bcf3e87-59db-4e48-ad24-ce398b1ae16e.jpg not downloaded yet
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252Ff62eb7dd-25aa-45c3-a0cc-cfbfde6f2440.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/f62eb7dd-25aa-45c3-a0cc-cfbfde6f2440.jpg not downloaded yet
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252F895889aa-a4e7-4ef9-b8b7-94b484ad85c9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/895889aa-a4e7-4ef9-b8b7-94b484ad85c9.jpg not downloaded yet
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252F47f9d0cd-1461-4fa8-a68d-db6a9991c33c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/47f9d0cd-1461-4fa8-a68d-db6a9991c33c.jpg not downloaded yet
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252F17e79e0e-dba2-48aa-8faf-e60ac44f54ee.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/17e79e0e-dba2-48aa-8faf-e60ac44f54ee.jpg not downloaded yet
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252Fd1db3cc4-bb8a-4fa2-88b1-90289c696f6e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/d1db3cc4-bb8a-4fa2-88b1-90289c696f6e.jpg not downloaded yet
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252Fb414100f-02fc-4b11-bb2f-b6d0de69fe0b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/b414100f-02fc-4b11-bb2f-b6d0de69fe0b.jpg not downloaded yet
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252F880216c8-e2dd-4e6f-814c-c838842db45f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/880216c8-e2dd-4e6f-814c-c838842db45f.jpg not downloaded yet
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252Fda82d633-864a-4802-afa0-e3efea27316f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/da82d633-864a-4802-afa0-e3efea27316f.jpg not downloaded yet
2026-03-26 12:30:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726996> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30: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 12:30:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bbce189-428c-5ce1-892b-dccbaa396a90 with identifier: 10726996
2026-03-26 12:30:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bbce189-428c-5ce1-892b-dccbaa396a90 with scrape type 1
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0bbce189-428c-5ce1-892b-dccbaa396a90
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252F935cc6bd-87ad-4d95-bf67-f179b3d99d43.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/935cc6bd-87ad-4d95-bf67-f179b3d99d43.jpg not downloaded yet
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252Fe07fadd6-7b04-454c-9726-335bb25a3068.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/e07fadd6-7b04-454c-9726-335bb25a3068.jpg not downloaded yet
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252Fe427f895-30b6-42e0-a154-d9a60a423c73.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/e427f895-30b6-42e0-a154-d9a60a423c73.jpg not downloaded yet
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252F80454573-5d50-406a-82c6-6280eb285953.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/80454573-5d50-406a-82c6-6280eb285953.jpg not downloaded yet
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252Fb9b2b341-e07d-4d60-90ab-2ad5ca715ff6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/b9b2b341-e07d-4d60-90ab-2ad5ca715ff6.jpg not downloaded yet
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252Fda4339fd-270c-4620-8c1a-80c95927570b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/da4339fd-270c-4620-8c1a-80c95927570b.jpg not downloaded yet
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252F8aeed15d-cc76-4059-85a1-5d48f518a8b4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/8aeed15d-cc76-4059-85a1-5d48f518a8b4.jpg not downloaded yet
2026-03-26 12:30:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746737/general/da82d633-864a-4802-afa0-e3efea27316f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727115)
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252F48e57546-b9e4-4337-a77e-b48d5a5220fc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/48e57546-b9e4-4337-a77e-b48d5a5220fc.jpg not downloaded yet
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252F3e9787a7-3989-4a2f-bc87-083e3e232ee2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/3e9787a7-3989-4a2f-bc87-083e3e232ee2.jpg not downloaded yet
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252F242cd07e-a5df-4b86-96cd-831fb81ef705.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/242cd07e-a5df-4b86-96cd-831fb81ef705.jpg not downloaded yet
2026-03-26 12:30:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c238050>
2026-03-26 12:30:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252Fda82d633-864a-4802-afa0-e3efea27316f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/da82d633-864a-4802-afa0-e3efea27316f.jpg saved to cache
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a8d0bbe2-6756-5db1-af08-2f79fac8228e
2026-03-26 12:30:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4135844/general/8aeed15d-cc76-4059-85a1-5d48f518a8b4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726996)
2026-03-26 12:30:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4135844/general/242cd07e-a5df-4b86-96cd-831fb81ef705.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726996)
2026-03-26 12:30:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c094110>
2026-03-26 12:30:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252F8aeed15d-cc76-4059-85a1-5d48f518a8b4.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/8aeed15d-cc76-4059-85a1-5d48f518a8b4.jpg saved to cache
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0bbce189-428c-5ce1-892b-dccbaa396a90
2026-03-26 12:30:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c094f90>
2026-03-26 12:30:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252F242cd07e-a5df-4b86-96cd-831fb81ef705.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/242cd07e-a5df-4b86-96cd-831fb81ef705.jpg saved to cache
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0bbce189-428c-5ce1-892b-dccbaa396a90
2026-03-26 12:30:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4135844/general/3e9787a7-3989-4a2f-bc87-083e3e232ee2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726996)
2026-03-26 12:30:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c23bb50>
2026-03-26 12:30:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252F3e9787a7-3989-4a2f-bc87-083e3e232ee2.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/3e9787a7-3989-4a2f-bc87-083e3e232ee2.jpg saved to cache
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0bbce189-428c-5ce1-892b-dccbaa396a90
2026-03-26 12:30:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4135844/general/48e57546-b9e4-4337-a77e-b48d5a5220fc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726996)
2026-03-26 12:30:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4135844/general/da4339fd-270c-4620-8c1a-80c95927570b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726996)
2026-03-26 12:30:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726573> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30: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 12:30:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156334e90>
2026-03-26 12:30:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252F48e57546-b9e4-4337-a77e-b48d5a5220fc.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/48e57546-b9e4-4337-a77e-b48d5a5220fc.jpg saved to cache
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0bbce189-428c-5ce1-892b-dccbaa396a90
2026-03-26 12:30:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015651bb50>
2026-03-26 12:30:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252Fda4339fd-270c-4620-8c1a-80c95927570b.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/da4339fd-270c-4620-8c1a-80c95927570b.jpg saved to cache
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0bbce189-428c-5ce1-892b-dccbaa396a90
2026-03-26 12:30:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4135844/general/b9b2b341-e07d-4d60-90ab-2ad5ca715ff6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726996)
2026-03-26 12:30:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5af0d696-c50c-51f6-b487-ecdbe944c57a with identifier: 10726573
2026-03-26 12:30:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5af0d696-c50c-51f6-b487-ecdbe944c57a with scrape type 1
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5af0d696-c50c-51f6-b487-ecdbe944c57a
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252F4fa83d8c-0d06-4773-846f-86b18c5dc6ed.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/4fa83d8c-0d06-4773-846f-86b18c5dc6ed.jpg not downloaded yet
2026-03-26 12:30:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4135844/general/80454573-5d50-406a-82c6-6280eb285953.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726996)
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252F8f5a5a76-46d4-4901-be17-4942590c8188.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/8f5a5a76-46d4-4901-be17-4942590c8188.jpg not downloaded yet
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252F07ce1a7d-09b6-4be4-b706-9073d245ff22.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/07ce1a7d-09b6-4be4-b706-9073d245ff22.jpg not downloaded yet
2026-03-26 12:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252F238ccac0-cf1f-4f34-89b6-cd40dc634251.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/238ccac0-cf1f-4f34-89b6-cd40dc634251.jpg not downloaded yet
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252F5f4442bb-1b7c-4ddc-a0ef-4b996ef172e1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/5f4442bb-1b7c-4ddc-a0ef-4b996ef172e1.jpg not downloaded yet
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252Fb457a921-ffdf-411a-a08c-d6be6ee1693a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/b457a921-ffdf-411a-a08c-d6be6ee1693a.jpg not downloaded yet
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015659f090>
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252Fb9b2b341-e07d-4d60-90ab-2ad5ca715ff6.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/b9b2b341-e07d-4d60-90ab-2ad5ca715ff6.jpg saved to cache
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0bbce189-428c-5ce1-892b-dccbaa396a90
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252Fceb6f1a5-bc40-4460-967e-477be49eb07b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/ceb6f1a5-bc40-4460-967e-477be49eb07b.jpg not downloaded yet
2026-03-26 12:30:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4135844/general/e427f895-30b6-42e0-a154-d9a60a423c73.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726996)
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156312a10>
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252F80454573-5d50-406a-82c6-6280eb285953.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/80454573-5d50-406a-82c6-6280eb285953.jpg saved to cache
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0bbce189-428c-5ce1-892b-dccbaa396a90
2026-03-26 12:30:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746599/general/4fa83d8c-0d06-4773-846f-86b18c5dc6ed.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726573)
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252F0fb94a21-6b1f-4b48-bbbc-e401a69c1791.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/0fb94a21-6b1f-4b48-bbbc-e401a69c1791.jpg not downloaded yet
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252F2b2b27a4-2d91-45e8-bd12-33ad0f264355.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/2b2b27a4-2d91-45e8-bd12-33ad0f264355.jpg not downloaded yet
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252Feb2c3cce-1068-48c6-b345-fba25c06277c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/eb2c3cce-1068-48c6-b345-fba25c06277c.jpg not downloaded yet
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156532a10>
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252Fe427f895-30b6-42e0-a154-d9a60a423c73.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/e427f895-30b6-42e0-a154-d9a60a423c73.jpg saved to cache
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0bbce189-428c-5ce1-892b-dccbaa396a90
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562b39d0>
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252F4fa83d8c-0d06-4773-846f-86b18c5dc6ed.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/4fa83d8c-0d06-4773-846f-86b18c5dc6ed.jpg saved to cache
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5af0d696-c50c-51f6-b487-ecdbe944c57a
2026-03-26 12:30:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746599/general/ceb6f1a5-bc40-4460-967e-477be49eb07b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726573)
2026-03-26 12:30:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746599/general/b457a921-ffdf-411a-a08c-d6be6ee1693a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726573)
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563672d0>
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252Fceb6f1a5-bc40-4460-967e-477be49eb07b.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/ceb6f1a5-bc40-4460-967e-477be49eb07b.jpg saved to cache
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5af0d696-c50c-51f6-b487-ecdbe944c57a
2026-03-26 12:30:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746599/general/eb2c3cce-1068-48c6-b345-fba25c06277c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726573)
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e8fd0>
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252Fb457a921-ffdf-411a-a08c-d6be6ee1693a.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/b457a921-ffdf-411a-a08c-d6be6ee1693a.jpg saved to cache
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5af0d696-c50c-51f6-b487-ecdbe944c57a
2026-03-26 12:30:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746599/general/2b2b27a4-2d91-45e8-bd12-33ad0f264355.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726573)
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156309290>
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252Feb2c3cce-1068-48c6-b345-fba25c06277c.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/eb2c3cce-1068-48c6-b345-fba25c06277c.jpg saved to cache
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5af0d696-c50c-51f6-b487-ecdbe944c57a
2026-03-26 12:30:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727121> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30: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 12:30:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e9d50>
2026-03-26 12:30:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252F2b2b27a4-2d91-45e8-bd12-33ad0f264355.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/2b2b27a4-2d91-45e8-bd12-33ad0f264355.jpg saved to cache
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5af0d696-c50c-51f6-b487-ecdbe944c57a
2026-03-26 12:30:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746599/general/5f4442bb-1b7c-4ddc-a0ef-4b996ef172e1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726573)
2026-03-26 12:30:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746599/general/0fb94a21-6b1f-4b48-bbbc-e401a69c1791.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726573)
2026-03-26 12:30:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8059360d-bff5-5d8a-a1a7-dbc35946f34f with identifier: 10727121
2026-03-26 12:30:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8059360d-bff5-5d8a-a1a7-dbc35946f34f with scrape type 1
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8059360d-bff5-5d8a-a1a7-dbc35946f34f
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720248%252Fgeneral%252F829a0750-ccb5-47de-843c-c817ce3fa273.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720248/general/829a0750-ccb5-47de-843c-c817ce3fa273.jpg already downloaded
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720248%252Fgeneral%252F4fa3281c-8630-4428-8853-284410fa4f57.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720248/general/4fa3281c-8630-4428-8853-284410fa4f57.jpg already downloaded
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720248%252Fgeneral%252F3abf59b1-1f48-47b7-9fb4-95384e5c1839.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720248/general/3abf59b1-1f48-47b7-9fb4-95384e5c1839.jpg already downloaded
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720248%252Fgeneral%252Ff2a8bde2-7e29-4bd5-abda-0903a6dd7168.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720248/general/f2a8bde2-7e29-4bd5-abda-0903a6dd7168.jpg already downloaded
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720248%252Fgeneral%252Fbf9a67dd-9ce8-4933-9e44-5790f62071d2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720248/general/bf9a67dd-9ce8-4933-9e44-5790f62071d2.jpg already downloaded
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720248%252Fgeneral%252F8e474fd2-2f33-49cd-b470-6fe7fb6c6970.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720248/general/8e474fd2-2f33-49cd-b470-6fe7fb6c6970.jpg already downloaded
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720248%252Fgeneral%252F992a6ef7-7459-4d55-bc5c-4ec123f9a6be.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720248/general/992a6ef7-7459-4d55-bc5c-4ec123f9a6be.jpg already downloaded
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720248%252Fgeneral%252F4c7bd3b8-f704-42c6-8c58-cf3ef0165100.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720248/general/4c7bd3b8-f704-42c6-8c58-cf3ef0165100.jpg already downloaded
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720248%252Fgeneral%252F4c99b051-03b5-4b29-8baa-45df722f3b81.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720248/general/4c99b051-03b5-4b29-8baa-45df722f3b81.jpg already downloaded
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720248%252Fgeneral%252F6d8f6e6e-ff6c-40f8-a4e6-d0e8f6588023.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720248/general/6d8f6e6e-ff6c-40f8-a4e6-d0e8f6588023.jpg already downloaded
2026-03-26 12:30:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 8059360d-bff5-5d8a-a1a7-dbc35946f34f, identifier: 10727121
2026-03-26 12:30:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 8059360d-bff5-5d8a-a1a7-dbc35946f34f with identifier: 10727121
2026-03-26 12:30:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 8059360d-bff5-5d8a-a1a7-dbc35946f34f with identifier: 10727121
2026-03-26 12:30:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 8059360d-bff5-5d8a-a1a7-dbc35946f34f with identifier: 10727121 to the API
2026-03-26 12:30:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727121>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 218,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '8059360d-bff5-5d8a-a1a7-dbc35946f34f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '420416',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727121',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Megane E-Tech',
'odometer': 64939,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 62,
'photo_urls': ['https://images.openlane.eu/carimgs/5720248/general/829a0750-ccb5-47de-843c-c817ce3fa273.jpg',
'https://images.openlane.eu/carimgs/5720248/general/4fa3281c-8630-4428-8853-284410fa4f57.jpg',
'https://images.openlane.eu/carimgs/5720248/general/3abf59b1-1f48-47b7-9fb4-95384e5c1839.jpg',
'https://images.openlane.eu/carimgs/5720248/general/f2a8bde2-7e29-4bd5-abda-0903a6dd7168.jpg',
'https://images.openlane.eu/carimgs/5720248/general/bf9a67dd-9ce8-4933-9e44-5790f62071d2.jpg',
'https://images.openlane.eu/carimgs/5720248/general/8e474fd2-2f33-49cd-b470-6fe7fb6c6970.jpg',
'https://images.openlane.eu/carimgs/5720248/general/992a6ef7-7459-4d55-bc5c-4ec123f9a6be.jpg',
'https://images.openlane.eu/carimgs/5720248/general/4c7bd3b8-f704-42c6-8c58-cf3ef0165100.jpg',
'https://images.openlane.eu/carimgs/5720248/general/4c99b051-03b5-4b29-8baa-45df722f3b81.jpg',
'https://images.openlane.eu/carimgs/5720248/general/6d8f6e6e-ff6c-40f8-a4e6-d0e8f6588023.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8059360d-bff5-5d8a-a1a7-dbc35946f34f/8059360d-bff5-5d8a-a1a7-dbc35946f34f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135940,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720248/general/829a0750-ccb5-47de-843c-c817ce3fa273.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8059360d-bff5-5d8a-a1a7-dbc35946f34f/8059360d-bff5-5d8a-a1a7-dbc35946f34f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128312,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720248/general/4fa3281c-8630-4428-8853-284410fa4f57.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8059360d-bff5-5d8a-a1a7-dbc35946f34f/8059360d-bff5-5d8a-a1a7-dbc35946f34f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157450,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720248/general/3abf59b1-1f48-47b7-9fb4-95384e5c1839.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8059360d-bff5-5d8a-a1a7-dbc35946f34f/8059360d-bff5-5d8a-a1a7-dbc35946f34f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155540,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720248/general/f2a8bde2-7e29-4bd5-abda-0903a6dd7168.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8059360d-bff5-5d8a-a1a7-dbc35946f34f/8059360d-bff5-5d8a-a1a7-dbc35946f34f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103826,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720248/general/bf9a67dd-9ce8-4933-9e44-5790f62071d2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8059360d-bff5-5d8a-a1a7-dbc35946f34f/8059360d-bff5-5d8a-a1a7-dbc35946f34f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121710,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720248/general/8e474fd2-2f33-49cd-b470-6fe7fb6c6970.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8059360d-bff5-5d8a-a1a7-dbc35946f34f/8059360d-bff5-5d8a-a1a7-dbc35946f34f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102924,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720248/general/992a6ef7-7459-4d55-bc5c-4ec123f9a6be.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8059360d-bff5-5d8a-a1a7-dbc35946f34f/8059360d-bff5-5d8a-a1a7-dbc35946f34f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154045,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720248/general/4c7bd3b8-f704-42c6-8c58-cf3ef0165100.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8059360d-bff5-5d8a-a1a7-dbc35946f34f/8059360d-bff5-5d8a-a1a7-dbc35946f34f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105762,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720248/general/4c99b051-03b5-4b29-8baa-45df722f3b81.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8059360d-bff5-5d8a-a1a7-dbc35946f34f/8059360d-bff5-5d8a-a1a7-dbc35946f34f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105081,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720248/general/6d8f6e6e-ff6c-40f8-a4e6-d0e8f6588023.jpg',
'Width': 800}],
'price': 11700,
'price_includes_vat': True,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Renault Megane E-Tech Techno - Electric - Automatic - 218 hp - '
'64.939 km',
'transmission': 'automatic',
'trim': 'Techno',
'vin': None,
'year': 2022}
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727121%27 HTTP/1.1" 200 None
2026-03-26 12:30:13 [adesa.de] INFO: Saving data for 10727121: {'created_time': 1774528213.670561, 'last_price_update_time': 1774528213.670572, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727121') HTTP/1.1" 204 0
2026-03-26 12:30:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746599/general/238ccac0-cf1f-4f34-89b6-cd40dc634251.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726573)
2026-03-26 12:30:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746599/general/8f5a5a76-46d4-4901-be17-4942590c8188.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726573)
2026-03-26 12:30:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746599/general/07ce1a7d-09b6-4be4-b706-9073d245ff22.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726573)
2026-03-26 12:30:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726597> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30: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 12:30:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b5cd0>
2026-03-26 12:30:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252F5f4442bb-1b7c-4ddc-a0ef-4b996ef172e1.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/5f4442bb-1b7c-4ddc-a0ef-4b996ef172e1.jpg saved to cache
2026-03-26 12:30:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5af0d696-c50c-51f6-b487-ecdbe944c57a
2026-03-26 12:30:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e85610>
2026-03-26 12:30:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252F0fb94a21-6b1f-4b48-bbbc-e401a69c1791.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/0fb94a21-6b1f-4b48-bbbc-e401a69c1791.jpg saved to cache
2026-03-26 12:30:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5af0d696-c50c-51f6-b487-ecdbe944c57a
2026-03-26 12:30:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564bde10>
2026-03-26 12:30:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252F238ccac0-cf1f-4f34-89b6-cd40dc634251.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/238ccac0-cf1f-4f34-89b6-cd40dc634251.jpg saved to cache
2026-03-26 12:30:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5af0d696-c50c-51f6-b487-ecdbe944c57a
2026-03-26 12:30:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726600> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562dd410>
2026-03-26 12:30:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252F8f5a5a76-46d4-4901-be17-4942590c8188.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/8f5a5a76-46d4-4901-be17-4942590c8188.jpg saved to cache
2026-03-26 12:30:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5af0d696-c50c-51f6-b487-ecdbe944c57a
2026-03-26 12:30:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c238f10>
2026-03-26 12:30:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746599%252Fgeneral%252F07ce1a7d-09b6-4be4-b706-9073d245ff22.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746599/general/07ce1a7d-09b6-4be4-b706-9073d245ff22.jpg saved to cache
2026-03-26 12:30:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5af0d696-c50c-51f6-b487-ecdbe944c57a
2026-03-26 12:30:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5af0d696-c50c-51f6-b487-ecdbe944c57a, skipping ID generation
2026-03-26 12:30:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5af0d696-c50c-51f6-b487-ecdbe944c57a with scrape type 1
2026-03-26 12:30:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5af0d696-c50c-51f6-b487-ecdbe944c57a sending to next pipeline
2026-03-26 12:30:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 5af0d696-c50c-51f6-b487-ecdbe944c57a, identifier: 10726573
2026-03-26 12:30:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32750264-5ae0-5cfc-8ba1-38e69f770e44 with identifier: 10726597
2026-03-26 12:30:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32750264-5ae0-5cfc-8ba1-38e69f770e44 with scrape type 1
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 32750264-5ae0-5cfc-8ba1-38e69f770e44
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F8d12ed9a-0287-48a5-b680-1dbd799853ca.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/8d12ed9a-0287-48a5-b680-1dbd799853ca.jpg not downloaded yet
2026-03-26 12: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 12:30:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 5af0d696-c50c-51f6-b487-ecdbe944c57a with identifier: 10726573
2026-03-26 12:30:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 5af0d696-c50c-51f6-b487-ecdbe944c57a with identifier: 10726573
2026-03-26 12:30:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 5af0d696-c50c-51f6-b487-ecdbe944c57a with identifier: 10726573 to the API
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746599/general/07ce1a7d-09b6-4be4-b706-9073d245ff22.jpg>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '5af0d696-c50c-51f6-b487-ecdbe944c57a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '3864834',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726573',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Seat',
'model': 'Arona',
'odometer': 37189,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 36,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118467,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746599/general/4fa83d8c-0d06-4773-846f-86b18c5dc6ed.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125531,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746599/general/8f5a5a76-46d4-4901-be17-4942590c8188.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116784,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746599/general/07ce1a7d-09b6-4be4-b706-9073d245ff22.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116366,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746599/general/238ccac0-cf1f-4f34-89b6-cd40dc634251.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87663,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746599/general/5f4442bb-1b7c-4ddc-a0ef-4b996ef172e1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75685,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746599/general/b457a921-ffdf-411a-a08c-d6be6ee1693a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88673,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746599/general/ceb6f1a5-bc40-4460-967e-477be49eb07b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104226,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746599/general/0fb94a21-6b1f-4b48-bbbc-e401a69c1791.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79142,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746599/general/2b2b27a4-2d91-45e8-bd12-33ad0f264355.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5af0d696-c50c-51f6-b487-ecdbe944c57a/5af0d696-c50c-51f6-b487-ecdbe944c57a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87540,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746599/general/eb2c3cce-1068-48c6-b345-fba25c06277c.jpg',
'Width': 800}],
'price': 8400,
'price_includes_vat': True,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Seat Arona 1.0 TSI FR - Petrol - Automatic - 110 hp - 37.189 km',
'transmission': 'automatic',
'trim': 'FR',
'vin': None,
'year': 2021}
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726573%27 HTTP/1.1" 200 None
2026-03-26 12:30:14 [adesa.de] INFO: Saving data for 10726573: {'created_time': 1774528214.544573, 'last_price_update_time': 1774528214.544585, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726573') HTTP/1.1" 204 0
2026-03-26 12:30:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4135844/general/935cc6bd-87ad-4d95-bf67-f179b3d99d43.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726996)
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252Fb4e29715-f2e1-402d-b1d2-12ca2576f934.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/b4e29715-f2e1-402d-b1d2-12ca2576f934.jpg not downloaded yet
2026-03-26 12:30:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4135844/general/e07fadd6-7b04-454c-9726-335bb25a3068.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726996)
2026-03-26 12:30:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746737/general/880216c8-e2dd-4e6f-814c-c838842db45f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727115)
2026-03-26 12:30:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746737/general/b414100f-02fc-4b11-bb2f-b6d0de69fe0b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727115)
2026-03-26 12:30:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4356bb3b-7f3e-5551-8dc3-54811e3371dc with identifier: 10726600
2026-03-26 12:30:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4356bb3b-7f3e-5551-8dc3-54811e3371dc with scrape type 1
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4356bb3b-7f3e-5551-8dc3-54811e3371dc
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252F33864855-a82a-4dd7-a7ae-bea999978578.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/33864855-a82a-4dd7-a7ae-bea999978578.jpg not downloaded yet
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F47c7f3b5-60c7-4a82-bde3-09705e02d411.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/47c7f3b5-60c7-4a82-bde3-09705e02d411.jpg not downloaded yet
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252F4d870641-d287-4f32-951c-8c96c646c41b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/4d870641-d287-4f32-951c-8c96c646c41b.jpg not downloaded yet
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F52d536ba-d0de-4ae7-8efc-7cf68192388d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/52d536ba-d0de-4ae7-8efc-7cf68192388d.jpg not downloaded yet
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252F4d183ec8-d130-4a04-ae3e-91683b22d2a4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/4d183ec8-d130-4a04-ae3e-91683b22d2a4.jpg not downloaded yet
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F5e7daa6a-61e0-4044-94bb-544b96c956ac.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/5e7daa6a-61e0-4044-94bb-544b96c956ac.jpg not downloaded yet
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252Fbd218fbc-b48f-4deb-8ed0-dc00c4f11f07.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/bd218fbc-b48f-4deb-8ed0-dc00c4f11f07.jpg not downloaded yet
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F2287c2a0-7d4f-4d22-8668-7960ae14526a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/2287c2a0-7d4f-4d22-8668-7960ae14526a.jpg not downloaded yet
2026-03-26 12:30:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156252e10>
2026-03-26 12:30:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252F935cc6bd-87ad-4d95-bf67-f179b3d99d43.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/935cc6bd-87ad-4d95-bf67-f179b3d99d43.jpg saved to cache
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0bbce189-428c-5ce1-892b-dccbaa396a90
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252F394b34a6-9e0d-425d-a820-69a5d1e046e2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/394b34a6-9e0d-425d-a820-69a5d1e046e2.jpg not downloaded yet
2026-03-26 12:30:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746623/general/8d12ed9a-0287-48a5-b680-1dbd799853ca.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726597)
2026-03-26 12:30:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746737/general/d1db3cc4-bb8a-4fa2-88b1-90289c696f6e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727115)
2026-03-26 12:30:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746737/general/47f9d0cd-1461-4fa8-a68d-db6a9991c33c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727115)
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F67d61aa6-65cf-4c04-8b7e-d21705415f8a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/67d61aa6-65cf-4c04-8b7e-d21705415f8a.jpg not downloaded yet
2026-03-26 12:30:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25df10>
2026-03-26 12:30:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4135844%252Fgeneral%252Fe07fadd6-7b04-454c-9726-335bb25a3068.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4135844/general/e07fadd6-7b04-454c-9726-335bb25a3068.jpg saved to cache
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0bbce189-428c-5ce1-892b-dccbaa396a90
2026-03-26 12:30:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0bbce189-428c-5ce1-892b-dccbaa396a90, skipping ID generation
2026-03-26 12:30:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bbce189-428c-5ce1-892b-dccbaa396a90 with scrape type 1
2026-03-26 12:30:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0bbce189-428c-5ce1-892b-dccbaa396a90 sending to next pipeline
2026-03-26 12:30:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 0bbce189-428c-5ce1-892b-dccbaa396a90, identifier: 10726996
2026-03-26 12:30:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d255e90>
2026-03-26 12:30:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252F880216c8-e2dd-4e6f-814c-c838842db45f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/880216c8-e2dd-4e6f-814c-c838842db45f.jpg saved to cache
2026-03-26 12:30:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a8d0bbe2-6756-5db1-af08-2f79fac8228e
2026-03-26 12:30:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562abf10>
2026-03-26 12:30:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252Fb414100f-02fc-4b11-bb2f-b6d0de69fe0b.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/b414100f-02fc-4b11-bb2f-b6d0de69fe0b.jpg saved to cache
2026-03-26 12:30:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a8d0bbe2-6756-5db1-af08-2f79fac8228e
2026-03-26 12:30:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746737/general/895889aa-a4e7-4ef9-b8b7-94b484ad85c9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727115)
2026-03-26 12:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252F54c33655-decf-40e8-a23f-c8a669d75553.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/54c33655-decf-40e8-a23f-c8a669d75553.jpg not downloaded yet
2026-03-26 12:30:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727122> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 0bbce189-428c-5ce1-892b-dccbaa396a90 with identifier: 10726996
2026-03-26 12:30:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 0bbce189-428c-5ce1-892b-dccbaa396a90 with identifier: 10726996
2026-03-26 12:30:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 0bbce189-428c-5ce1-892b-dccbaa396a90 with identifier: 10726996 to the API
2026-03-26 12:30:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:30:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/4135844/general/e07fadd6-7b04-454c-9726-335bb25a3068.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Compact',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 82,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '0bbce189-428c-5ce1-892b-dccbaa396a90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '458301',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726996',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Twingo',
'odometer': 52086,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 39,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104997,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4135844/general/935cc6bd-87ad-4d95-bf67-f179b3d99d43.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111699,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4135844/general/e07fadd6-7b04-454c-9726-335bb25a3068.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125720,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4135844/general/e427f895-30b6-42e0-a154-d9a60a423c73.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123723,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4135844/general/80454573-5d50-406a-82c6-6280eb285953.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112930,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4135844/general/b9b2b341-e07d-4d60-90ab-2ad5ca715ff6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71854,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4135844/general/da4339fd-270c-4620-8c1a-80c95927570b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84995,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4135844/general/8aeed15d-cc76-4059-85a1-5d48f518a8b4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95724,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4135844/general/48e57546-b9e4-4337-a77e-b48d5a5220fc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72656,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4135844/general/3e9787a7-3989-4a2f-bc87-083e3e232ee2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bbce189-428c-5ce1-892b-dccbaa396a90/0bbce189-428c-5ce1-892b-dccbaa396a90_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58540,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4135844/general/242cd07e-a5df-4b86-96cd-831fb81ef705.jpg',
'Width': 800}],
'price': 5200,
'price_includes_vat': True,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Renault Twingo EV Zen - Electric - Automatic - 82 hp - 52.086 km',
'transmission': 'automatic',
'trim': 'Zen',
'vin': None,
'year': 2021}
2026-03-26 12:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726996%27 HTTP/1.1" 200 None
2026-03-26 12:30:16 [adesa.de] INFO: Saving data for 10726996: {'created_time': 1774528216.00772, 'last_price_update_time': 1774528216.007734, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726996') HTTP/1.1" 204 0
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F25f03d4e-a1f9-42c6-8e2a-57f3408ae81a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/25f03d4e-a1f9-42c6-8e2a-57f3408ae81a.jpg not downloaded yet
2026-03-26 12: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 12:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746737/general/17e79e0e-dba2-48aa-8faf-e60ac44f54ee.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727115)
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252F4946e64a-226f-44e9-aaf3-782418e1924e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/4946e64a-226f-44e9-aaf3-782418e1924e.jpg not downloaded yet
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156330910>
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F8d12ed9a-0287-48a5-b680-1dbd799853ca.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/8d12ed9a-0287-48a5-b680-1dbd799853ca.jpg saved to cache
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 32750264-5ae0-5cfc-8ba1-38e69f770e44
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156496250>
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252Fd1db3cc4-bb8a-4fa2-88b1-90289c696f6e.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/d1db3cc4-bb8a-4fa2-88b1-90289c696f6e.jpg saved to cache
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a8d0bbe2-6756-5db1-af08-2f79fac8228e
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564e6710>
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252F47f9d0cd-1461-4fa8-a68d-db6a9991c33c.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/47f9d0cd-1461-4fa8-a68d-db6a9991c33c.jpg saved to cache
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a8d0bbe2-6756-5db1-af08-2f79fac8228e
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F73e1b7e9-0190-4edb-98ed-ffdc18cdfb4c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/73e1b7e9-0190-4edb-98ed-ffdc18cdfb4c.jpg not downloaded yet
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015630b990>
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252F895889aa-a4e7-4ef9-b8b7-94b484ad85c9.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/895889aa-a4e7-4ef9-b8b7-94b484ad85c9.jpg saved to cache
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a8d0bbe2-6756-5db1-af08-2f79fac8228e
2026-03-26 12:30:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4 with identifier: 10727122
2026-03-26 12:30:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4 with scrape type 1
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252Fe9e3fe6e-a69d-4a31-9a5b-2f6f51a31ea1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/e9e3fe6e-a69d-4a31-9a5b-2f6f51a31ea1.jpg not downloaded yet
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252F5b3e117f-d2c2-40fd-b8ac-eef8e803a5fa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/5b3e117f-d2c2-40fd-b8ac-eef8e803a5fa.jpg not downloaded yet
2026-03-26 12:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746625/general/bd218fbc-b48f-4deb-8ed0-dc00c4f11f07.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726600)
2026-03-26 12:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746623/general/2287c2a0-7d4f-4d22-8668-7960ae14526a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726597)
2026-03-26 12:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746625/general/394b34a6-9e0d-425d-a820-69a5d1e046e2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726600)
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F1b52f5f5-1f28-4bd5-be08-928a5c15cd7e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/1b52f5f5-1f28-4bd5-be08-928a5c15cd7e.jpg not downloaded yet
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252F46f28324-c242-4cdb-a9ca-960836fad04f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/46f28324-c242-4cdb-a9ca-960836fad04f.jpg not downloaded yet
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e0850>
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252F17e79e0e-dba2-48aa-8faf-e60ac44f54ee.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/17e79e0e-dba2-48aa-8faf-e60ac44f54ee.jpg saved to cache
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a8d0bbe2-6756-5db1-af08-2f79fac8228e
2026-03-26 12:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746623/general/5e7daa6a-61e0-4044-94bb-544b96c956ac.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726597)
2026-03-26 12:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746623/general/67d61aa6-65cf-4c04-8b7e-d21705415f8a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726597)
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252F1acf4498-d958-4477-9890-15bd23158c91.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/1acf4498-d958-4477-9890-15bd23158c91.jpg not downloaded yet
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252F0c6ec3c4-c789-44f9-a7b6-d33505a0b9e6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/0c6ec3c4-c789-44f9-a7b6-d33505a0b9e6.jpg not downloaded yet
2026-03-26 12:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746625/general/54c33655-decf-40e8-a23f-c8a669d75553.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726600)
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252Fe269b296-62cf-4755-a26e-c5a3be11c551.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/e269b296-62cf-4755-a26e-c5a3be11c551.jpg not downloaded yet
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252F97e30772-a7f2-4fc8-a82a-779ba1c98fdd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/97e30772-a7f2-4fc8-a82a-779ba1c98fdd.jpg not downloaded yet
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1abd10>
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252Fbd218fbc-b48f-4deb-8ed0-dc00c4f11f07.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/bd218fbc-b48f-4deb-8ed0-dc00c4f11f07.jpg saved to cache
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4356bb3b-7f3e-5551-8dc3-54811e3371dc
2026-03-26 12:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746625/general/4946e64a-226f-44e9-aaf3-782418e1924e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726600)
2026-03-26 12:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746625/general/5b3e117f-d2c2-40fd-b8ac-eef8e803a5fa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726600)
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252F60700cc8-dfbf-4ce1-990b-c2dba7c79cdb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/60700cc8-dfbf-4ce1-990b-c2dba7c79cdb.jpg not downloaded yet
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e66310>
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F2287c2a0-7d4f-4d22-8668-7960ae14526a.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/2287c2a0-7d4f-4d22-8668-7960ae14526a.jpg saved to cache
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 32750264-5ae0-5cfc-8ba1-38e69f770e44
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156480d90>
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252F394b34a6-9e0d-425d-a820-69a5d1e046e2.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/394b34a6-9e0d-425d-a820-69a5d1e046e2.jpg saved to cache
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4356bb3b-7f3e-5551-8dc3-54811e3371dc
2026-03-26 12:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746623/general/25f03d4e-a1f9-42c6-8e2a-57f3408ae81a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726597)
2026-03-26 12:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746623/general/73e1b7e9-0190-4edb-98ed-ffdc18cdfb4c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726597)
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252Fb793e2be-80b6-4033-9cb9-d848c8986f5b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/b793e2be-80b6-4033-9cb9-d848c8986f5b.jpg not downloaded yet
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156594d90>
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F5e7daa6a-61e0-4044-94bb-544b96c956ac.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/5e7daa6a-61e0-4044-94bb-544b96c956ac.jpg saved to cache
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 32750264-5ae0-5cfc-8ba1-38e69f770e44
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156343190>
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F67d61aa6-65cf-4c04-8b7e-d21705415f8a.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/67d61aa6-65cf-4c04-8b7e-d21705415f8a.jpg saved to cache
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 32750264-5ae0-5cfc-8ba1-38e69f770e44
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156429650>
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252F54c33655-decf-40e8-a23f-c8a669d75553.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/54c33655-decf-40e8-a23f-c8a669d75553.jpg saved to cache
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4356bb3b-7f3e-5551-8dc3-54811e3371dc
2026-03-26 12:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746742/general/e9e3fe6e-a69d-4a31-9a5b-2f6f51a31ea1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727122)
2026-03-26 12:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746625/general/1acf4498-d958-4477-9890-15bd23158c91.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726600)
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252Fc629922e-773e-4280-8e41-1dca85c24dea.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/c629922e-773e-4280-8e41-1dca85c24dea.jpg not downloaded yet
2026-03-26 12:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746742/general/97e30772-a7f2-4fc8-a82a-779ba1c98fdd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727122)
2026-03-26 12:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746625/general/e269b296-62cf-4755-a26e-c5a3be11c551.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726600)
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156366a90>
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252F4946e64a-226f-44e9-aaf3-782418e1924e.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/4946e64a-226f-44e9-aaf3-782418e1924e.jpg saved to cache
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4356bb3b-7f3e-5551-8dc3-54811e3371dc
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c104e10>
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252F5b3e117f-d2c2-40fd-b8ac-eef8e803a5fa.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/5b3e117f-d2c2-40fd-b8ac-eef8e803a5fa.jpg saved to cache
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4356bb3b-7f3e-5551-8dc3-54811e3371dc
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156414bd0>
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F25f03d4e-a1f9-42c6-8e2a-57f3408ae81a.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/25f03d4e-a1f9-42c6-8e2a-57f3408ae81a.jpg saved to cache
2026-03-26 12:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 32750264-5ae0-5cfc-8ba1-38e69f770e44
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015612c490>
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F73e1b7e9-0190-4edb-98ed-ffdc18cdfb4c.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/73e1b7e9-0190-4edb-98ed-ffdc18cdfb4c.jpg saved to cache
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 32750264-5ae0-5cfc-8ba1-38e69f770e44
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252Febd2d69b-5a59-4a41-861d-fb3719a479b2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/ebd2d69b-5a59-4a41-861d-fb3719a479b2.jpg not downloaded yet
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746742/general/60700cc8-dfbf-4ce1-990b-c2dba7c79cdb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727122)
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746742/general/46f28324-c242-4cdb-a9ca-960836fad04f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727122)
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252F12206383-677f-45d7-9dfc-494b5f55fcfc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/12206383-677f-45d7-9dfc-494b5f55fcfc.jpg not downloaded yet
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563243d0>
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252Fe9e3fe6e-a69d-4a31-9a5b-2f6f51a31ea1.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/e9e3fe6e-a69d-4a31-9a5b-2f6f51a31ea1.jpg saved to cache
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e51790>
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252F1acf4498-d958-4477-9890-15bd23158c91.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/1acf4498-d958-4477-9890-15bd23158c91.jpg saved to cache
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4356bb3b-7f3e-5551-8dc3-54811e3371dc
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ecd690>
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252F97e30772-a7f2-4fc8-a82a-779ba1c98fdd.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/97e30772-a7f2-4fc8-a82a-779ba1c98fdd.jpg saved to cache
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e1d50>
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252Fe269b296-62cf-4755-a26e-c5a3be11c551.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/e269b296-62cf-4755-a26e-c5a3be11c551.jpg saved to cache
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4356bb3b-7f3e-5551-8dc3-54811e3371dc
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746623/general/1b52f5f5-1f28-4bd5-be08-928a5c15cd7e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726597)
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746742/general/0c6ec3c4-c789-44f9-a7b6-d33505a0b9e6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727122)
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746742/general/b793e2be-80b6-4033-9cb9-d848c8986f5b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727122)
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252F6f189e01-93eb-4b98-bd56-abd9ff94e76a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/6f189e01-93eb-4b98-bd56-abd9ff94e76a.jpg not downloaded yet
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746625/general/4d183ec8-d130-4a04-ae3e-91683b22d2a4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726600)
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562dd4d0>
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252F60700cc8-dfbf-4ce1-990b-c2dba7c79cdb.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/60700cc8-dfbf-4ce1-990b-c2dba7c79cdb.jpg saved to cache
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0dd850>
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252F46f28324-c242-4cdb-a9ca-960836fad04f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/46f28324-c242-4cdb-a9ca-960836fad04f.jpg saved to cache
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727099> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746742/general/ebd2d69b-5a59-4a41-861d-fb3719a479b2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727122)
2026-03-26 12:30: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 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746623/general/52d536ba-d0de-4ae7-8efc-7cf68192388d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726597)
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633a510>
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F1b52f5f5-1f28-4bd5-be08-928a5c15cd7e.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/1b52f5f5-1f28-4bd5-be08-928a5c15cd7e.jpg saved to cache
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 32750264-5ae0-5cfc-8ba1-38e69f770e44
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e7a10>
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252F0c6ec3c4-c789-44f9-a7b6-d33505a0b9e6.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/0c6ec3c4-c789-44f9-a7b6-d33505a0b9e6.jpg saved to cache
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562b7090>
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252Fb793e2be-80b6-4033-9cb9-d848c8986f5b.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/b793e2be-80b6-4033-9cb9-d848c8986f5b.jpg saved to cache
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746742/general/c629922e-773e-4280-8e41-1dca85c24dea.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727122)
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746625/general/4d870641-d287-4f32-951c-8c96c646c41b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726600)
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09cb10>
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252F4d183ec8-d130-4a04-ae3e-91683b22d2a4.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/4d183ec8-d130-4a04-ae3e-91683b22d2a4.jpg saved to cache
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4356bb3b-7f3e-5551-8dc3-54811e3371dc
2026-03-26 12:30:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f11e8c54-40a6-51ae-a0c5-873567d47990 with identifier: 10727099
2026-03-26 12:30:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f11e8c54-40a6-51ae-a0c5-873567d47990 with scrape type 1
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f11e8c54-40a6-51ae-a0c5-873567d47990
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252F7737d454-3695-4523-971e-37309c6c1f21.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/7737d454-3695-4523-971e-37309c6c1f21.jpg not downloaded yet
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562dfed0>
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252Febd2d69b-5a59-4a41-861d-fb3719a479b2.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/ebd2d69b-5a59-4a41-861d-fb3719a479b2.jpg saved to cache
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09c8d0>
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F52d536ba-d0de-4ae7-8efc-7cf68192388d.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/52d536ba-d0de-4ae7-8efc-7cf68192388d.jpg saved to cache
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 32750264-5ae0-5cfc-8ba1-38e69f770e44
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746623/general/47c7f3b5-60c7-4a82-bde3-09705e02d411.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726597)
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746742/general/6f189e01-93eb-4b98-bd56-abd9ff94e76a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727122)
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252Fb6071943-ed81-4ceb-8348-27f602cf7cef.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/b6071943-ed81-4ceb-8348-27f602cf7cef.jpg not downloaded yet
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726467> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746742/general/12206383-677f-45d7-9dfc-494b5f55fcfc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727122)
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746623/general/b4e29715-f2e1-402d-b1d2-12ca2576f934.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726597)
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746625/general/33864855-a82a-4dd7-a7ae-bea999978578.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726600)
2026-03-26 12:30: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 12:30:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015650a090>
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252Fc629922e-773e-4280-8e41-1dca85c24dea.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/c629922e-773e-4280-8e41-1dca85c24dea.jpg saved to cache
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e5610>
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252F4d870641-d287-4f32-951c-8c96c646c41b.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/4d870641-d287-4f32-951c-8c96c646c41b.jpg saved to cache
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4356bb3b-7f3e-5551-8dc3-54811e3371dc
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252F3591715b-e939-4ec0-959e-de4a2d719f8b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/3591715b-e939-4ec0-959e-de4a2d719f8b.jpg not downloaded yet
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746737/general/9bcf3e87-59db-4e48-ad24-ce398b1ae16e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727115)
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252F65b527f4-fc7a-450a-996f-b96c22d0799c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/65b527f4-fc7a-450a-996f-b96c22d0799c.jpg not downloaded yet
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746737/general/c1dc9509-f16d-488f-b966-a63e5cfa4743.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727115)
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c17be90>
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252F47c7f3b5-60c7-4a82-bde3-09705e02d411.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/47c7f3b5-60c7-4a82-bde3-09705e02d411.jpg saved to cache
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 32750264-5ae0-5cfc-8ba1-38e69f770e44
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156250910>
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252F6f189e01-93eb-4b98-bd56-abd9ff94e76a.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/6f189e01-93eb-4b98-bd56-abd9ff94e76a.jpg saved to cache
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252F3a381d90-ceae-4edc-b336-bacfec0b3a4e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/3a381d90-ceae-4edc-b336-bacfec0b3a4e.jpg not downloaded yet
2026-03-26 12:30:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1406a384-1845-5f50-b789-a9af6ce3dfc0 with identifier: 10726467
2026-03-26 12:30:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1406a384-1845-5f50-b789-a9af6ce3dfc0 with scrape type 1
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1406a384-1845-5f50-b789-a9af6ce3dfc0
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F914e74b7-95a1-4769-bb07-a8dc9017a00d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/914e74b7-95a1-4769-bb07-a8dc9017a00d.jpg not downloaded yet
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746737/general/f62eb7dd-25aa-45c3-a0cc-cfbfde6f2440.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727115)
2026-03-26 12:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746725/general/7737d454-3695-4523-971e-37309c6c1f21.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727099)
2026-03-26 12:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252F8e9f23bc-5327-4bd5-b7b6-0575e33c76af.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/8e9f23bc-5327-4bd5-b7b6-0575e33c76af.jpg not downloaded yet
2026-03-26 12:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F2b3112ca-7592-4c2f-a707-c25cc54ab0bf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/2b3112ca-7592-4c2f-a707-c25cc54ab0bf.jpg not downloaded yet
2026-03-26 12:30:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156311790>
2026-03-26 12:30:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746742%252Fgeneral%252F12206383-677f-45d7-9dfc-494b5f55fcfc.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746742/general/12206383-677f-45d7-9dfc-494b5f55fcfc.jpg saved to cache
2026-03-26 12:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4
2026-03-26 12:30:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4, skipping ID generation
2026-03-26 12:30:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4 with scrape type 1
2026-03-26 12:30:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4 sending to next pipeline
2026-03-26 12:30:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4, identifier: 10727122
2026-03-26 12:30:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564a79d0>
2026-03-26 12:30:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746623%252Fgeneral%252Fb4e29715-f2e1-402d-b1d2-12ca2576f934.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746623/general/b4e29715-f2e1-402d-b1d2-12ca2576f934.jpg saved to cache
2026-03-26 12:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 32750264-5ae0-5cfc-8ba1-38e69f770e44
2026-03-26 12:30:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 32750264-5ae0-5cfc-8ba1-38e69f770e44, skipping ID generation
2026-03-26 12:30:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32750264-5ae0-5cfc-8ba1-38e69f770e44 with scrape type 1
2026-03-26 12:30:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 32750264-5ae0-5cfc-8ba1-38e69f770e44 sending to next pipeline
2026-03-26 12:30:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 32750264-5ae0-5cfc-8ba1-38e69f770e44, identifier: 10726597
2026-03-26 12:30:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0d00d0>
2026-03-26 12:30:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746625%252Fgeneral%252F33864855-a82a-4dd7-a7ae-bea999978578.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746625/general/33864855-a82a-4dd7-a7ae-bea999978578.jpg saved to cache
2026-03-26 12:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4356bb3b-7f3e-5551-8dc3-54811e3371dc
2026-03-26 12:30:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4356bb3b-7f3e-5551-8dc3-54811e3371dc, skipping ID generation
2026-03-26 12:30:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4356bb3b-7f3e-5551-8dc3-54811e3371dc with scrape type 1
2026-03-26 12:30:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4356bb3b-7f3e-5551-8dc3-54811e3371dc sending to next pipeline
2026-03-26 12:30:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 4356bb3b-7f3e-5551-8dc3-54811e3371dc, identifier: 10726600
2026-03-26 12:30:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4 with identifier: 10727122
2026-03-26 12:30:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4 with identifier: 10727122
2026-03-26 12:30:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4 with identifier: 10727122 to the API
2026-03-26 12:30:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746742/general/12206383-677f-45d7-9dfc-494b5f55fcfc.jpg>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 140,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4491437',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727122',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Megane',
'odometer': 36140,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 31,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112449,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746742/general/e9e3fe6e-a69d-4a31-9a5b-2f6f51a31ea1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125185,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746742/general/46f28324-c242-4cdb-a9ca-960836fad04f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120039,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746742/general/0c6ec3c4-c789-44f9-a7b6-d33505a0b9e6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115251,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746742/general/97e30772-a7f2-4fc8-a82a-779ba1c98fdd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67362,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746742/general/60700cc8-dfbf-4ce1-990b-c2dba7c79cdb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49302,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746742/general/b793e2be-80b6-4033-9cb9-d848c8986f5b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116602,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746742/general/c629922e-773e-4280-8e41-1dca85c24dea.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55980,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746742/general/ebd2d69b-5a59-4a41-861d-fb3719a479b2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126606,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746742/general/12206383-677f-45d7-9dfc-494b5f55fcfc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4/6d6f86bb-e51d-5c7f-b5a8-5e7c6b49add4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53178,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746742/general/6f189e01-93eb-4b98-bd56-abd9ff94e76a.jpg',
'Width': 800}],
'price': 9900,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Renault Megane Intens - Petrol - Automatic - 140 hp - 36.140 km',
'transmission': 'automatic',
'trim': 'Intens',
'vin': None,
'year': 2022}
2026-03-26 12:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727122%27 HTTP/1.1" 200 None
2026-03-26 12:30:19 [adesa.de] INFO: Saving data for 10727122: {'created_time': 1774528219.413248, 'last_price_update_time': 1774528219.413258, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727122') HTTP/1.1" 204 0
2026-03-26 12:30:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 32750264-5ae0-5cfc-8ba1-38e69f770e44 with identifier: 10726597
2026-03-26 12:30:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 32750264-5ae0-5cfc-8ba1-38e69f770e44 with identifier: 10726597
2026-03-26 12:30:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 32750264-5ae0-5cfc-8ba1-38e69f770e44 with identifier: 10726597 to the API
2026-03-26 12:30:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:30:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746623/general/b4e29715-f2e1-402d-b1d2-12ca2576f934.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 218,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '32750264-5ae0-5cfc-8ba1-38e69f770e44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF1RCB00970087514',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726597',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Megane E-Tech',
'odometer': 17227,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 19,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 163527,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746623/general/8d12ed9a-0287-48a5-b680-1dbd799853ca.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119297,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746623/general/b4e29715-f2e1-402d-b1d2-12ca2576f934.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157622,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746623/general/47c7f3b5-60c7-4a82-bde3-09705e02d411.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105697,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746623/general/52d536ba-d0de-4ae7-8efc-7cf68192388d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139087,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746623/general/5e7daa6a-61e0-4044-94bb-544b96c956ac.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127086,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746623/general/2287c2a0-7d4f-4d22-8668-7960ae14526a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124291,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746623/general/67d61aa6-65cf-4c04-8b7e-d21705415f8a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164721,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746623/general/25f03d4e-a1f9-42c6-8e2a-57f3408ae81a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164278,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746623/general/73e1b7e9-0190-4edb-98ed-ffdc18cdfb4c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32750264-5ae0-5cfc-8ba1-38e69f770e44/32750264-5ae0-5cfc-8ba1-38e69f770e44_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172055,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746623/general/1b52f5f5-1f28-4bd5-be08-928a5c15cd7e.jpg',
'Width': 1280}],
'price': 18300,
'price_includes_vat': True,
'registration_date': '2023-08-15',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Renault Megane E-Tech Techno - Electric - Automatic - 218 hp - '
'17.227 km',
'transmission': 'automatic',
'trim': 'Techno',
'vin': None,
'year': 2023}
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726597%27 HTTP/1.1" 200 None
2026-03-26 12:30:21 [adesa.de] INFO: Saving data for 10726597: {'created_time': 1774528221.041772, 'last_price_update_time': 1774528221.041786, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726597') HTTP/1.1" 204 0
2026-03-26 12:30:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 4356bb3b-7f3e-5551-8dc3-54811e3371dc with identifier: 10726600
2026-03-26 12:30:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 4356bb3b-7f3e-5551-8dc3-54811e3371dc with identifier: 10726600
2026-03-26 12:30:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 4356bb3b-7f3e-5551-8dc3-54811e3371dc with identifier: 10726600 to the API
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746625/general/33864855-a82a-4dd7-a7ae-bea999978578.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '4356bb3b-7f3e-5551-8dc3-54811e3371dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5401285',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726600',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 19222,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 39,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98917,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746625/general/33864855-a82a-4dd7-a7ae-bea999978578.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99883,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746625/general/4d870641-d287-4f32-951c-8c96c646c41b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97903,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746625/general/4d183ec8-d130-4a04-ae3e-91683b22d2a4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104296,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746625/general/bd218fbc-b48f-4deb-8ed0-dc00c4f11f07.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96520,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746625/general/394b34a6-9e0d-425d-a820-69a5d1e046e2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71845,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746625/general/54c33655-decf-40e8-a23f-c8a669d75553.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78256,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746625/general/4946e64a-226f-44e9-aaf3-782418e1924e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96400,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746625/general/5b3e117f-d2c2-40fd-b8ac-eef8e803a5fa.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100418,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746625/general/1acf4498-d958-4477-9890-15bd23158c91.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4356bb3b-7f3e-5551-8dc3-54811e3371dc/4356bb3b-7f3e-5551-8dc3-54811e3371dc_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75681,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746625/general/e269b296-62cf-4755-a26e-c5a3be11c551.jpg',
'Width': 800}],
'price': 10600,
'price_includes_vat': True,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Fabia 1.0 TSI Tour - Petrol - Automatic - 110 hp - 19.222 km',
'transmission': 'automatic',
'trim': 'Tour',
'vin': None,
'year': 2024}
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726600%27 HTTP/1.1" 200 None
2026-03-26 12:30:21 [adesa.de] INFO: Saving data for 10726600: {'created_time': 1774528221.737848, 'last_price_update_time': 1774528221.737861, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726600') HTTP/1.1" 204 0
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252Fa875ffe0-285a-4c7a-9510-707f6fed0d0f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/a875ffe0-285a-4c7a-9510-707f6fed0d0f.jpg not downloaded yet
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F302881f1-760a-43cf-bc3a-4b921953bbe8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/302881f1-760a-43cf-bc3a-4b921953bbe8.jpg not downloaded yet
2026-03-26 12:30:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746725/general/b6071943-ed81-4ceb-8348-27f602cf7cef.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727099)
2026-03-26 12:30:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f016ac51bd0>
2026-03-26 12:30:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252F9bcf3e87-59db-4e48-ad24-ce398b1ae16e.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/9bcf3e87-59db-4e48-ad24-ce398b1ae16e.jpg saved to cache
2026-03-26 12:30:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a8d0bbe2-6756-5db1-af08-2f79fac8228e
2026-03-26 12:30:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015659fe50>
2026-03-26 12:30:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252Fc1dc9509-f16d-488f-b966-a63e5cfa4743.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/c1dc9509-f16d-488f-b966-a63e5cfa4743.jpg saved to cache
2026-03-26 12:30:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a8d0bbe2-6756-5db1-af08-2f79fac8228e
2026-03-26 12:30:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e8950>
2026-03-26 12:30:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746737%252Fgeneral%252Ff62eb7dd-25aa-45c3-a0cc-cfbfde6f2440.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746737/general/f62eb7dd-25aa-45c3-a0cc-cfbfde6f2440.jpg saved to cache
2026-03-26 12:30:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a8d0bbe2-6756-5db1-af08-2f79fac8228e
2026-03-26 12:30:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a8d0bbe2-6756-5db1-af08-2f79fac8228e, skipping ID generation
2026-03-26 12:30:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8d0bbe2-6756-5db1-af08-2f79fac8228e with scrape type 1
2026-03-26 12:30:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a8d0bbe2-6756-5db1-af08-2f79fac8228e sending to next pipeline
2026-03-26 12:30:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: a8d0bbe2-6756-5db1-af08-2f79fac8228e, identifier: 10727115
2026-03-26 12:30:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e74d0>
2026-03-26 12:30:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252F7737d454-3695-4523-971e-37309c6c1f21.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/7737d454-3695-4523-971e-37309c6c1f21.jpg saved to cache
2026-03-26 12:30:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f11e8c54-40a6-51ae-a0c5-873567d47990
2026-03-26 12:30:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746725/general/3591715b-e939-4ec0-959e-de4a2d719f8b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727099)
2026-03-26 12:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252Fdf393cc6-99a5-463b-bc4e-54c09bf33687.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/df393cc6-99a5-463b-bc4e-54c09bf33687.jpg not downloaded yet
2026-03-26 12:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F6520774c-eba4-4f89-933b-30639928045b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/6520774c-eba4-4f89-933b-30639928045b.jpg not downloaded yet
2026-03-26 12:30:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: a8d0bbe2-6756-5db1-af08-2f79fac8228e with identifier: 10727115
2026-03-26 12:30:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: a8d0bbe2-6756-5db1-af08-2f79fac8228e with identifier: 10727115
2026-03-26 12:30:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: a8d0bbe2-6756-5db1-af08-2f79fac8228e with identifier: 10727115 to the API
2026-03-26 12:30:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746737/general/f62eb7dd-25aa-45c3-a0cc-cfbfde6f2440.jpg>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'a8d0bbe2-6756-5db1-af08-2f79fac8228e',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '385745',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727115',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Seat',
'model': 'Leon',
'odometer': 72784,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152061,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746737/general/c1dc9509-f16d-488f-b966-a63e5cfa4743.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90822,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746737/general/9bcf3e87-59db-4e48-ad24-ce398b1ae16e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150833,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746737/general/f62eb7dd-25aa-45c3-a0cc-cfbfde6f2440.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108025,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746737/general/895889aa-a4e7-4ef9-b8b7-94b484ad85c9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83087,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746737/general/47f9d0cd-1461-4fa8-a68d-db6a9991c33c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164575,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746737/general/17e79e0e-dba2-48aa-8faf-e60ac44f54ee.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128459,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746737/general/d1db3cc4-bb8a-4fa2-88b1-90289c696f6e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104102,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746737/general/b414100f-02fc-4b11-bb2f-b6d0de69fe0b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68812,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746737/general/880216c8-e2dd-4e6f-814c-c838842db45f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8d0bbe2-6756-5db1-af08-2f79fac8228e/a8d0bbe2-6756-5db1-af08-2f79fac8228e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58545,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746737/general/da82d633-864a-4802-afa0-e3efea27316f.jpg',
'Width': 800}],
'price': 11600,
'price_includes_vat': True,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Seat Leon Sportstourer 2.0 TDI Style - Diesel - Automatic - 150 hp '
'- 72.784 km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2023}
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727115%27 HTTP/1.1" 200 None
2026-03-26 12:30:23 [adesa.de] INFO: Saving data for 10727115: {'created_time': 1774528223.776029, 'last_price_update_time': 1774528223.776041, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727115') HTTP/1.1" 204 0
2026-03-26 12:30:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746725/general/3a381d90-ceae-4edc-b336-bacfec0b3a4e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727099)
2026-03-26 12:30:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746508/general/914e74b7-95a1-4769-bb07-a8dc9017a00d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726467)
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252F6337cdd6-7921-44dd-bf19-423362429479.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/6337cdd6-7921-44dd-bf19-423362429479.jpg not downloaded yet
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252Febe6fee1-1d88-412b-8a6d-f1ba842497cc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/ebe6fee1-1d88-412b-8a6d-f1ba842497cc.jpg not downloaded yet
2026-03-26 12:30:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562bfc90>
2026-03-26 12:30:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252Fb6071943-ed81-4ceb-8348-27f602cf7cef.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/b6071943-ed81-4ceb-8348-27f602cf7cef.jpg saved to cache
2026-03-26 12:30:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f11e8c54-40a6-51ae-a0c5-873567d47990
2026-03-26 12:30:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d07d0>
2026-03-26 12:30:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252F3591715b-e939-4ec0-959e-de4a2d719f8b.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/3591715b-e939-4ec0-959e-de4a2d719f8b.jpg saved to cache
2026-03-26 12:30:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f11e8c54-40a6-51ae-a0c5-873567d47990
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252F509640bd-85a1-445e-a189-351e30c2b761.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/509640bd-85a1-445e-a189-351e30c2b761.jpg not downloaded yet
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F1b6ff68c-7b12-43a2-9b9b-7d5e082f60e0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/1b6ff68c-7b12-43a2-9b9b-7d5e082f60e0.jpg not downloaded yet
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F33ddeb13-5640-47e0-90fe-d86cc40d1d01.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/33ddeb13-5640-47e0-90fe-d86cc40d1d01.jpg not downloaded yet
2026-03-26 12:30:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1eb410>
2026-03-26 12:30:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252F3a381d90-ceae-4edc-b336-bacfec0b3a4e.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/3a381d90-ceae-4edc-b336-bacfec0b3a4e.jpg saved to cache
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f11e8c54-40a6-51ae-a0c5-873567d47990
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561f6910>
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F914e74b7-95a1-4769-bb07-a8dc9017a00d.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/914e74b7-95a1-4769-bb07-a8dc9017a00d.jpg saved to cache
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1406a384-1845-5f50-b789-a9af6ce3dfc0
2026-03-26 12:30:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746508/general/2b3112ca-7592-4c2f-a707-c25cc54ab0bf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726467)
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F0b0d7bb2-8069-4886-9561-b7862ecedd80.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/0b0d7bb2-8069-4886-9561-b7862ecedd80.jpg not downloaded yet
2026-03-26 12:30:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746508/general/6520774c-eba4-4f89-933b-30639928045b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726467)
2026-03-26 12:30:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746508/general/302881f1-760a-43cf-bc3a-4b921953bbe8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726467)
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F9ae199ff-dd74-49b6-b6d5-9d281c6727c5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/9ae199ff-dd74-49b6-b6d5-9d281c6727c5.jpg not downloaded yet
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F12980b94-5e26-499b-acde-f7ca8ad986c6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/12980b94-5e26-499b-acde-f7ca8ad986c6.jpg not downloaded yet
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563d0f10>
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F2b3112ca-7592-4c2f-a707-c25cc54ab0bf.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/2b3112ca-7592-4c2f-a707-c25cc54ab0bf.jpg saved to cache
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1406a384-1845-5f50-b789-a9af6ce3dfc0
2026-03-26 12:30:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746725/general/df393cc6-99a5-463b-bc4e-54c09bf33687.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727099)
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c104850>
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F6520774c-eba4-4f89-933b-30639928045b.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/6520774c-eba4-4f89-933b-30639928045b.jpg saved to cache
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1406a384-1845-5f50-b789-a9af6ce3dfc0
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562bcf90>
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F302881f1-760a-43cf-bc3a-4b921953bbe8.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/302881f1-760a-43cf-bc3a-4b921953bbe8.jpg saved to cache
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1406a384-1845-5f50-b789-a9af6ce3dfc0
2026-03-26 12:30:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746508/general/33ddeb13-5640-47e0-90fe-d86cc40d1d01.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726467)
2026-03-26 12:30:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746508/general/0b0d7bb2-8069-4886-9561-b7862ecedd80.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726467)
2026-03-26 12:30:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746508/general/12980b94-5e26-499b-acde-f7ca8ad986c6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726467)
2026-03-26 12:30:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746508/general/1b6ff68c-7b12-43a2-9b9b-7d5e082f60e0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726467)
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015620a010>
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252Fdf393cc6-99a5-463b-bc4e-54c09bf33687.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/df393cc6-99a5-463b-bc4e-54c09bf33687.jpg saved to cache
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f11e8c54-40a6-51ae-a0c5-873567d47990
2026-03-26 12:30:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746725/general/509640bd-85a1-445e-a189-351e30c2b761.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727099)
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156357150>
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F33ddeb13-5640-47e0-90fe-d86cc40d1d01.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/33ddeb13-5640-47e0-90fe-d86cc40d1d01.jpg saved to cache
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1406a384-1845-5f50-b789-a9af6ce3dfc0
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563d0050>
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F0b0d7bb2-8069-4886-9561-b7862ecedd80.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/0b0d7bb2-8069-4886-9561-b7862ecedd80.jpg saved to cache
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1406a384-1845-5f50-b789-a9af6ce3dfc0
2026-03-26 12:30:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746508/general/9ae199ff-dd74-49b6-b6d5-9d281c6727c5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726467)
2026-03-26 12:30:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746725/general/a875ffe0-285a-4c7a-9510-707f6fed0d0f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727099)
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c04bd50>
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F12980b94-5e26-499b-acde-f7ca8ad986c6.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/12980b94-5e26-499b-acde-f7ca8ad986c6.jpg saved to cache
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1406a384-1845-5f50-b789-a9af6ce3dfc0
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf86f50>
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F1b6ff68c-7b12-43a2-9b9b-7d5e082f60e0.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/1b6ff68c-7b12-43a2-9b9b-7d5e082f60e0.jpg saved to cache
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1406a384-1845-5f50-b789-a9af6ce3dfc0
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015621af90>
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252F509640bd-85a1-445e-a189-351e30c2b761.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/509640bd-85a1-445e-a189-351e30c2b761.jpg saved to cache
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f11e8c54-40a6-51ae-a0c5-873567d47990
2026-03-26 12:30:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746725/general/6337cdd6-7921-44dd-bf19-423362429479.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727099)
2026-03-26 12:30:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746508/general/ebe6fee1-1d88-412b-8a6d-f1ba842497cc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726467)
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015634d690>
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252F9ae199ff-dd74-49b6-b6d5-9d281c6727c5.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/9ae199ff-dd74-49b6-b6d5-9d281c6727c5.jpg saved to cache
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1406a384-1845-5f50-b789-a9af6ce3dfc0
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b2310>
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252Fa875ffe0-285a-4c7a-9510-707f6fed0d0f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/a875ffe0-285a-4c7a-9510-707f6fed0d0f.jpg saved to cache
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f11e8c54-40a6-51ae-a0c5-873567d47990
2026-03-26 12:30:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726506> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746725/general/65b527f4-fc7a-450a-996f-b96c22d0799c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727099)
2026-03-26 12:30: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 12:30:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e1a910>
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252F6337cdd6-7921-44dd-bf19-423362429479.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/6337cdd6-7921-44dd-bf19-423362429479.jpg saved to cache
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f11e8c54-40a6-51ae-a0c5-873567d47990
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561466d0>
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746508%252Fgeneral%252Febe6fee1-1d88-412b-8a6d-f1ba842497cc.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746508/general/ebe6fee1-1d88-412b-8a6d-f1ba842497cc.jpg saved to cache
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1406a384-1845-5f50-b789-a9af6ce3dfc0
2026-03-26 12:30:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1406a384-1845-5f50-b789-a9af6ce3dfc0, skipping ID generation
2026-03-26 12:30:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1406a384-1845-5f50-b789-a9af6ce3dfc0 with scrape type 1
2026-03-26 12:30:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1406a384-1845-5f50-b789-a9af6ce3dfc0 sending to next pipeline
2026-03-26 12:30:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 1406a384-1845-5f50-b789-a9af6ce3dfc0, identifier: 10726467
2026-03-26 12:30:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 1406a384-1845-5f50-b789-a9af6ce3dfc0 with identifier: 10726467
2026-03-26 12:30:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 1406a384-1845-5f50-b789-a9af6ce3dfc0 with identifier: 10726467
2026-03-26 12:30:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 1406a384-1845-5f50-b789-a9af6ce3dfc0 with identifier: 10726467 to the API
2026-03-26 12:30:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746508/general/ebe6fee1-1d88-412b-8a6d-f1ba842497cc.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 131,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '1406a384-1845-5f50-b789-a9af6ce3dfc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF1RCB00870232414',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726467',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Megane E-Tech',
'odometer': 25818,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 19,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156052,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746508/general/914e74b7-95a1-4769-bb07-a8dc9017a00d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159428,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746508/general/2b3112ca-7592-4c2f-a707-c25cc54ab0bf.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 163472,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746508/general/302881f1-760a-43cf-bc3a-4b921953bbe8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170764,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746508/general/6520774c-eba4-4f89-933b-30639928045b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148554,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746508/general/ebe6fee1-1d88-412b-8a6d-f1ba842497cc.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135395,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746508/general/1b6ff68c-7b12-43a2-9b9b-7d5e082f60e0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144716,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746508/general/33ddeb13-5640-47e0-90fe-d86cc40d1d01.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160611,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746508/general/0b0d7bb2-8069-4886-9561-b7862ecedd80.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159428,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746508/general/9ae199ff-dd74-49b6-b6d5-9d281c6727c5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1406a384-1845-5f50-b789-a9af6ce3dfc0/1406a384-1845-5f50-b789-a9af6ce3dfc0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137839,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746508/general/12980b94-5e26-499b-acde-f7ca8ad986c6.jpg',
'Width': 1280}],
'price': 11800,
'price_includes_vat': True,
'registration_date': '2022-12-19',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Renault Megane E-Tech Evolution - Electric - Automatic - 131 hp - '
'25.818 km',
'transmission': 'automatic',
'trim': 'Evolution',
'vin': None,
'year': 2022}
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726467%27 HTTP/1.1" 200 None
2026-03-26 12:30:26 [adesa.de] INFO: Saving data for 10726467: {'created_time': 1774528226.139167, 'last_price_update_time': 1774528226.139181, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726467') HTTP/1.1" 204 0
2026-03-26 12:30:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746752/general/9d3bfc6b-4139-49c4-925a-4ee455cfb9fd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727133)
2026-03-26 12:30:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746752/general/ab9e29f2-9e5d-4722-a4d9-d83d0eb35741.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727133)
2026-03-26 12:30:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746725/general/8e9f23bc-5327-4bd5-b7b6-0575e33c76af.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727099)
2026-03-26 12:30:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726610> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726584> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726604> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b8417e7-7e20-59af-a5c6-1386447aefc1 with identifier: 10726506
2026-03-26 12:30:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b8417e7-7e20-59af-a5c6-1386447aefc1 with scrape type 1
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6b8417e7-7e20-59af-a5c6-1386447aefc1
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252F2688b66f-0621-44fb-9e1e-a7ff7bc376a0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/2688b66f-0621-44fb-9e1e-a7ff7bc376a0.jpg not downloaded yet
2026-03-26 12:30:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562b04d0>
2026-03-26 12:30:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252F65b527f4-fc7a-450a-996f-b96c22d0799c.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/65b527f4-fc7a-450a-996f-b96c22d0799c.jpg saved to cache
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f11e8c54-40a6-51ae-a0c5-873567d47990
2026-03-26 12:30: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 12:30: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 12:30: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 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252Fa4834fa7-d53b-4557-b1f0-7b7efeca653e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/a4834fa7-d53b-4557-b1f0-7b7efeca653e.jpg not downloaded yet
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252Fe0a1f7b0-750d-4602-af57-91012b887e51.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/e0a1f7b0-750d-4602-af57-91012b887e51.jpg not downloaded yet
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252F3ce2cbf4-6548-4dbc-8696-8416113c03aa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/3ce2cbf4-6548-4dbc-8696-8416113c03aa.jpg not downloaded yet
2026-03-26 12:30:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0d1190>
2026-03-26 12:30:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252F9d3bfc6b-4139-49c4-925a-4ee455cfb9fd.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/9d3bfc6b-4139-49c4-925a-4ee455cfb9fd.jpg saved to cache
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 506d77f9-b635-5f2f-a7de-32b8a255425f
2026-03-26 12:30:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d26d0>
2026-03-26 12:30:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252Fab9e29f2-9e5d-4722-a4d9-d83d0eb35741.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/ab9e29f2-9e5d-4722-a4d9-d83d0eb35741.jpg saved to cache
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 506d77f9-b635-5f2f-a7de-32b8a255425f
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252F149144be-0cb7-4e8d-8bab-59b7de9a05c2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/149144be-0cb7-4e8d-8bab-59b7de9a05c2.jpg not downloaded yet
2026-03-26 12:30:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746752/general/7d207c4a-a673-415d-92df-62317d147899.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727133)
2026-03-26 12:30:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c23bb90>
2026-03-26 12:30:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746725%252Fgeneral%252F8e9f23bc-5327-4bd5-b7b6-0575e33c76af.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746725/general/8e9f23bc-5327-4bd5-b7b6-0575e33c76af.jpg saved to cache
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f11e8c54-40a6-51ae-a0c5-873567d47990
2026-03-26 12:30:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f11e8c54-40a6-51ae-a0c5-873567d47990, skipping ID generation
2026-03-26 12:30:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f11e8c54-40a6-51ae-a0c5-873567d47990 with scrape type 1
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f11e8c54-40a6-51ae-a0c5-873567d47990 sending to next pipeline
2026-03-26 12:30:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f11e8c54-40a6-51ae-a0c5-873567d47990, identifier: 10727099
2026-03-26 12:30:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 795eec3d-4448-50fb-a91f-3cc7b45fb145 with identifier: 10726610
2026-03-26 12:30:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 795eec3d-4448-50fb-a91f-3cc7b45fb145 with scrape type 1
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 795eec3d-4448-50fb-a91f-3cc7b45fb145
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252F0bbd6dd1-9a3a-46d2-bb2a-a81aaef2a8af.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/0bbd6dd1-9a3a-46d2-bb2a-a81aaef2a8af.jpg not downloaded yet
2026-03-26 12:30:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70df8208-1fee-524d-a842-26f374917f30 with identifier: 10726584
2026-03-26 12:30:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70df8208-1fee-524d-a842-26f374917f30 with scrape type 1
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 70df8208-1fee-524d-a842-26f374917f30
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252F14e9320d-b4ef-41b9-8e5a-235a89392fe3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/14e9320d-b4ef-41b9-8e5a-235a89392fe3.jpg not downloaded yet
2026-03-26 12:30:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b95bec1-b86b-5a68-bdb5-6961b80eb495 with identifier: 10726604
2026-03-26 12:30:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b95bec1-b86b-5a68-bdb5-6961b80eb495 with scrape type 1
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6b95bec1-b86b-5a68-bdb5-6961b80eb495
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252Fb0b4a5a7-062e-4e7a-b42e-7f03de99bd79.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/b0b4a5a7-062e-4e7a-b42e-7f03de99bd79.jpg not downloaded yet
2026-03-26 12:30:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746752/general/fc85ff42-12ab-462f-a353-8a688498c545.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727133)
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252Fd49be83e-e985-4de1-bc85-9c268297495e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/d49be83e-e985-4de1-bc85-9c268297495e.jpg not downloaded yet
2026-03-26 12:30:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f11e8c54-40a6-51ae-a0c5-873567d47990 with identifier: 10727099
2026-03-26 12:30:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f11e8c54-40a6-51ae-a0c5-873567d47990 with identifier: 10727099
2026-03-26 12:30:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f11e8c54-40a6-51ae-a0c5-873567d47990 with identifier: 10727099 to the API
2026-03-26 12:30:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746725/general/8e9f23bc-5327-4bd5-b7b6-0575e33c76af.jpg>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'f11e8c54-40a6-51ae-a0c5-873567d47990',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4596572',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727099',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 22159,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 25,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92804,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746725/general/7737d454-3695-4523-971e-37309c6c1f21.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90612,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746725/general/b6071943-ed81-4ceb-8348-27f602cf7cef.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146157,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746725/general/3591715b-e939-4ec0-959e-de4a2d719f8b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92426,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746725/general/65b527f4-fc7a-450a-996f-b96c22d0799c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138451,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746725/general/3a381d90-ceae-4edc-b336-bacfec0b3a4e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107736,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746725/general/8e9f23bc-5327-4bd5-b7b6-0575e33c76af.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170163,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746725/general/a875ffe0-285a-4c7a-9510-707f6fed0d0f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171723,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746725/general/df393cc6-99a5-463b-bc4e-54c09bf33687.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171565,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746725/general/6337cdd6-7921-44dd-bf19-423362429479.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f11e8c54-40a6-51ae-a0c5-873567d47990/f11e8c54-40a6-51ae-a0c5-873567d47990_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123792,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746725/general/509640bd-85a1-445e-a189-351e30c2b761.jpg',
'Width': 800}],
'price': 10900,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Kamiq 1.0 TSI Ambition - Petrol - Automatic - 110 hp - 22.159 '
'km',
'transmission': 'automatic',
'trim': 'Ambition',
'vin': None,
'year': 2022}
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727099%27 HTTP/1.1" 200 None
2026-03-26 12:30:27 [adesa.de] INFO: Saving data for 10727099: {'created_time': 1774528227.152093, 'last_price_update_time': 1774528227.152106, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727099') HTTP/1.1" 204 0
2026-03-26 12:30:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746752/general/e42df4d4-2a42-4c50-9808-202621411e91.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727133)
2026-03-26 12:30:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746752/general/86e4c094-be71-4810-a5a0-88cc25e2f34b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727133)
2026-03-26 12:30:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746752/general/1bdee7d8-0df7-4763-911d-7f9ebb2b9345.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727133)
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252F854647cd-0317-433f-9985-5284c95351bb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/854647cd-0317-433f-9985-5284c95351bb.jpg not downloaded yet
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252F6fa170d0-853b-46b1-9115-7a998b7bce97.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/6fa170d0-853b-46b1-9115-7a998b7bce97.jpg not downloaded yet
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252F40570584-d5c9-4eca-95f2-967e6edea05c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/40570584-d5c9-4eca-95f2-967e6edea05c.jpg not downloaded yet
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252F5ab729c3-5d5a-4840-98fb-39c86fbd4f37.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/5ab729c3-5d5a-4840-98fb-39c86fbd4f37.jpg not downloaded yet
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf87910>
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252F7d207c4a-a673-415d-92df-62317d147899.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/7d207c4a-a673-415d-92df-62317d147899.jpg saved to cache
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 506d77f9-b635-5f2f-a7de-32b8a255425f
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252Fb6c95543-f464-450d-a98a-fdcbf3c28be0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/b6c95543-f464-450d-a98a-fdcbf3c28be0.jpg not downloaded yet
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252F2010f9ca-b5f8-495e-b90a-e0a878f6b7f1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/2010f9ca-b5f8-495e-b90a-e0a878f6b7f1.jpg not downloaded yet
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252Fe82e0598-2ddf-43a9-9833-e9e5be0136fc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/e82e0598-2ddf-43a9-9833-e9e5be0136fc.jpg not downloaded yet
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252F2f514443-e95d-4d32-a0de-be183ee37d4c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/2f514443-e95d-4d32-a0de-be183ee37d4c.jpg not downloaded yet
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015613a290>
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252Ffc85ff42-12ab-462f-a353-8a688498c545.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/fc85ff42-12ab-462f-a353-8a688498c545.jpg saved to cache
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 506d77f9-b635-5f2f-a7de-32b8a255425f
2026-03-26 12:30:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746637/general/0bbd6dd1-9a3a-46d2-bb2a-a81aaef2a8af.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726610)
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252F37bbda1c-af2d-486c-ae54-94ca7639b216.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/37bbda1c-af2d-486c-ae54-94ca7639b216.jpg not downloaded yet
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252F25b69733-428e-4aad-8dcb-7f7c92605553.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/25b69733-428e-4aad-8dcb-7f7c92605553.jpg not downloaded yet
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252F62e6c241-51ef-40ad-9a22-263bd4ff27d0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/62e6c241-51ef-40ad-9a22-263bd4ff27d0.jpg not downloaded yet
2026-03-26 12:30:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746630/general/b0b4a5a7-062e-4e7a-b42e-7f03de99bd79.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726604)
2026-03-26 12:30:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746537/general/149144be-0cb7-4e8d-8bab-59b7de9a05c2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726506)
2026-03-26 12:30:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746611/general/14e9320d-b4ef-41b9-8e5a-235a89392fe3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726584)
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252Fcb1267c4-a984-4f8b-bf85-eb9ffe548164.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/cb1267c4-a984-4f8b-bf85-eb9ffe548164.jpg not downloaded yet
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015634d310>
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252Fe42df4d4-2a42-4c50-9808-202621411e91.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/e42df4d4-2a42-4c50-9808-202621411e91.jpg saved to cache
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 506d77f9-b635-5f2f-a7de-32b8a255425f
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633f010>
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252F86e4c094-be71-4810-a5a0-88cc25e2f34b.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/86e4c094-be71-4810-a5a0-88cc25e2f34b.jpg saved to cache
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 506d77f9-b635-5f2f-a7de-32b8a255425f
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015659e6d0>
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746752%252Fgeneral%252F1bdee7d8-0df7-4763-911d-7f9ebb2b9345.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746752/general/1bdee7d8-0df7-4763-911d-7f9ebb2b9345.jpg saved to cache
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 506d77f9-b635-5f2f-a7de-32b8a255425f
2026-03-26 12:30:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 506d77f9-b635-5f2f-a7de-32b8a255425f, skipping ID generation
2026-03-26 12:30:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 506d77f9-b635-5f2f-a7de-32b8a255425f with scrape type 1
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 506d77f9-b635-5f2f-a7de-32b8a255425f sending to next pipeline
2026-03-26 12:30:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 506d77f9-b635-5f2f-a7de-32b8a255425f, identifier: 10727133
2026-03-26 12:30:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746537/general/3ce2cbf4-6548-4dbc-8696-8416113c03aa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726506)
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252Fd95c8fb1-2c30-45e3-ac01-2bcd11c5f3dc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/d95c8fb1-2c30-45e3-ac01-2bcd11c5f3dc.jpg not downloaded yet
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252F667335c7-6428-4593-8e32-1f85958e6539.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/667335c7-6428-4593-8e32-1f85958e6539.jpg not downloaded yet
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252F2e24b03c-c34b-4616-88d0-90eb0896640b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/2e24b03c-c34b-4616-88d0-90eb0896640b.jpg not downloaded yet
2026-03-26 12:30:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 506d77f9-b635-5f2f-a7de-32b8a255425f with identifier: 10727133
2026-03-26 12:30:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 506d77f9-b635-5f2f-a7de-32b8a255425f with identifier: 10727133
2026-03-26 12:30:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 506d77f9-b635-5f2f-a7de-32b8a255425f with identifier: 10727133 to the API
2026-03-26 12:30:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746752/general/1bdee7d8-0df7-4763-911d-7f9ebb2b9345.jpg>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 95,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '506d77f9-b635-5f2f-a7de-32b8a255425f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4490812',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727133',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Audi',
'model': 'A1',
'odometer': 13590,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 61,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105553,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746752/general/7d207c4a-a673-415d-92df-62317d147899.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100436,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746752/general/2f5b5d27-6856-4061-8a54-42584e0f0de9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154229,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746752/general/1bdee7d8-0df7-4763-911d-7f9ebb2b9345.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154616,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746752/general/86e4c094-be71-4810-a5a0-88cc25e2f34b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72535,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746752/general/fc85ff42-12ab-462f-a353-8a688498c545.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130908,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746752/general/e42df4d4-2a42-4c50-9808-202621411e91.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53839,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746752/general/9d3bfc6b-4139-49c4-925a-4ee455cfb9fd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69687,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746752/general/696f8562-11bf-4785-a394-f7f7aaaec2d4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64358,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746752/general/4e92209a-6815-4393-ac5f-9ae9ae4ea1e5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_506d77f9-b635-5f2f-a7de-32b8a255425f/506d77f9-b635-5f2f-a7de-32b8a255425f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85736,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746752/general/ab9e29f2-9e5d-4722-a4d9-d83d0eb35741.jpg',
'Width': 800}],
'price': 11500,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Audi A1 Sportback 25 TFSI S Line - Petrol - Manual - 95 hp - 13.590 '
'km',
'transmission': 'manual',
'trim': 'S Line',
'vin': None,
'year': 2022}
2026-03-26 12:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727133%27 HTTP/1.1" 200 None
2026-03-26 12:30:28 [adesa.de] INFO: Saving data for 10727133: {'created_time': 1774528228.901387, 'last_price_update_time': 1774528228.901399, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727133') HTTP/1.1" 204 0
2026-03-26 12:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252Feba3df04-cec3-4e57-8603-0801a67a57b5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/eba3df04-cec3-4e57-8603-0801a67a57b5.jpg not downloaded yet
2026-03-26 12:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252Ffd87f4a9-e310-442c-965e-3195d2692c47.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/fd87f4a9-e310-442c-965e-3195d2692c47.jpg not downloaded yet
2026-03-26 12:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252F9a5c77c5-555d-46f5-9844-667311d3cc9e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/9a5c77c5-555d-46f5-9844-667311d3cc9e.jpg not downloaded yet
2026-03-26 12:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252Fb8fd56de-acc6-4629-9ea6-3181efb14bd9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/b8fd56de-acc6-4629-9ea6-3181efb14bd9.jpg not downloaded yet
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1caf10>
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252F0bbd6dd1-9a3a-46d2-bb2a-a81aaef2a8af.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/0bbd6dd1-9a3a-46d2-bb2a-a81aaef2a8af.jpg saved to cache
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 795eec3d-4448-50fb-a91f-3cc7b45fb145
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564ddad0>
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252Fb0b4a5a7-062e-4e7a-b42e-7f03de99bd79.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/b0b4a5a7-062e-4e7a-b42e-7f03de99bd79.jpg saved to cache
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6b95bec1-b86b-5a68-bdb5-6961b80eb495
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561e0f50>
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252F149144be-0cb7-4e8d-8bab-59b7de9a05c2.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/149144be-0cb7-4e8d-8bab-59b7de9a05c2.jpg saved to cache
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6b8417e7-7e20-59af-a5c6-1386447aefc1
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564df110>
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252F14e9320d-b4ef-41b9-8e5a-235a89392fe3.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/14e9320d-b4ef-41b9-8e5a-235a89392fe3.jpg saved to cache
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 70df8208-1fee-524d-a842-26f374917f30
2026-03-26 12:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746630/general/e82e0598-2ddf-43a9-9833-e9e5be0136fc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726604)
2026-03-26 12:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726507> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252F2f76f202-8714-45fa-b35e-9d24e112b48e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/2f76f202-8714-45fa-b35e-9d24e112b48e.jpg not downloaded yet
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252Faf74b0f2-2144-4ba7-8650-5f602dcacf9f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/af74b0f2-2144-4ba7-8650-5f602dcacf9f.jpg not downloaded yet
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252F909c63da-c9df-4fbd-8004-253f8c9cc81b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/909c63da-c9df-4fbd-8004-253f8c9cc81b.jpg not downloaded yet
2026-03-26 12: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 12:30:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015612f310>
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252F3ce2cbf4-6548-4dbc-8696-8416113c03aa.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/3ce2cbf4-6548-4dbc-8696-8416113c03aa.jpg saved to cache
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6b8417e7-7e20-59af-a5c6-1386447aefc1
2026-03-26 12:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746637/general/b6c95543-f464-450d-a98a-fdcbf3c28be0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726610)
2026-03-26 12:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746611/general/2010f9ca-b5f8-495e-b90a-e0a878f6b7f1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726584)
2026-03-26 12:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746630/general/62e6c241-51ef-40ad-9a22-263bd4ff27d0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726604)
2026-03-26 12:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746537/general/2f514443-e95d-4d32-a0de-be183ee37d4c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726506)
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252Fa53d842e-80db-48a1-8788-663f9098dc9f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/a53d842e-80db-48a1-8788-663f9098dc9f.jpg not downloaded yet
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252F564efd3a-0f40-45a6-b685-d6b7360125f8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/564efd3a-0f40-45a6-b685-d6b7360125f8.jpg not downloaded yet
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252F018f66ba-4bb4-413e-a03b-48e33f0007cc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/018f66ba-4bb4-413e-a03b-48e33f0007cc.jpg not downloaded yet
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645e790>
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252Fe82e0598-2ddf-43a9-9833-e9e5be0136fc.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/e82e0598-2ddf-43a9-9833-e9e5be0136fc.jpg saved to cache
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6b95bec1-b86b-5a68-bdb5-6961b80eb495
2026-03-26 12:30:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de733419-89f2-51c4-94a2-2bf277b8a2b5 with identifier: 10726507
2026-03-26 12:30:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de733419-89f2-51c4-94a2-2bf277b8a2b5 with scrape type 1
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item de733419-89f2-51c4-94a2-2bf277b8a2b5
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252Fb2ba8ae4-80a5-482f-b652-870bd3b70798.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/b2ba8ae4-80a5-482f-b652-870bd3b70798.jpg not downloaded yet
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252Fa1fac120-7974-471d-82e8-16f14f323edc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/a1fac120-7974-471d-82e8-16f14f323edc.jpg not downloaded yet
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252Fcf0d641a-d79e-4429-b081-13ed8dffd09d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/cf0d641a-d79e-4429-b081-13ed8dffd09d.jpg not downloaded yet
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252F1098274f-8319-44f7-ae2b-bf2f6d9e829f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/1098274f-8319-44f7-ae2b-bf2f6d9e829f.jpg not downloaded yet
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252F28b532ee-233a-458c-b2eb-0845df7d50a5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/28b532ee-233a-458c-b2eb-0845df7d50a5.jpg not downloaded yet
2026-03-26 12:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746637/general/fd87f4a9-e310-442c-965e-3195d2692c47.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726610)
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252F06e1cd89-5046-46db-94f4-ed5cf55516bd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/06e1cd89-5046-46db-94f4-ed5cf55516bd.jpg not downloaded yet
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252Fcf95d06e-7247-4375-9385-90eb4b02b5d0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/cf95d06e-7247-4375-9385-90eb4b02b5d0.jpg not downloaded yet
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252Fa40ffb36-9baa-4a29-af83-71348e47c09a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/a40ffb36-9baa-4a29-af83-71348e47c09a.jpg not downloaded yet
2026-03-26 12:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746611/general/9a5c77c5-555d-46f5-9844-667311d3cc9e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726584)
2026-03-26 12:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746630/general/b8fd56de-acc6-4629-9ea6-3181efb14bd9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726604)
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252F58c21b5c-5090-460c-8bd6-f6d5fc0418f9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/58c21b5c-5090-460c-8bd6-f6d5fc0418f9.jpg not downloaded yet
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565338d0>
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252Fb6c95543-f464-450d-a98a-fdcbf3c28be0.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/b6c95543-f464-450d-a98a-fdcbf3c28be0.jpg saved to cache
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 795eec3d-4448-50fb-a91f-3cc7b45fb145
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015623d110>
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252F2010f9ca-b5f8-495e-b90a-e0a878f6b7f1.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/2010f9ca-b5f8-495e-b90a-e0a878f6b7f1.jpg saved to cache
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 70df8208-1fee-524d-a842-26f374917f30
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e289d0>
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252F62e6c241-51ef-40ad-9a22-263bd4ff27d0.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/62e6c241-51ef-40ad-9a22-263bd4ff27d0.jpg saved to cache
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6b95bec1-b86b-5a68-bdb5-6961b80eb495
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f1f690>
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252F2f514443-e95d-4d32-a0de-be183ee37d4c.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/2f514443-e95d-4d32-a0de-be183ee37d4c.jpg saved to cache
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6b8417e7-7e20-59af-a5c6-1386447aefc1
2026-03-26 12:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746630/general/909c63da-c9df-4fbd-8004-253f8c9cc81b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726604)
2026-03-26 12:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746537/general/eba3df04-cec3-4e57-8603-0801a67a57b5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726506)
2026-03-26 12:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746611/general/af74b0f2-2144-4ba7-8650-5f602dcacf9f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726584)
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252F8a8d06db-e56f-41f5-b640-fef357a9e6a1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/8a8d06db-e56f-41f5-b640-fef357a9e6a1.jpg not downloaded yet
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156206610>
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252Ffd87f4a9-e310-442c-965e-3195d2692c47.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/fd87f4a9-e310-442c-965e-3195d2692c47.jpg saved to cache
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 795eec3d-4448-50fb-a91f-3cc7b45fb145
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e3d690>
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252F9a5c77c5-555d-46f5-9844-667311d3cc9e.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/9a5c77c5-555d-46f5-9844-667311d3cc9e.jpg saved to cache
2026-03-26 12:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 70df8208-1fee-524d-a842-26f374917f30
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c098e50>
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252Fb8fd56de-acc6-4629-9ea6-3181efb14bd9.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/b8fd56de-acc6-4629-9ea6-3181efb14bd9.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6b95bec1-b86b-5a68-bdb5-6961b80eb495
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746630/general/1098274f-8319-44f7-ae2b-bf2f6d9e829f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726604)
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746611/general/cf0d641a-d79e-4429-b081-13ed8dffd09d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726584)
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252Fe2da8247-347a-47fc-9029-ebb55dc3fd25.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/e2da8247-347a-47fc-9029-ebb55dc3fd25.jpg not downloaded yet
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746630/general/a40ffb36-9baa-4a29-af83-71348e47c09a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726604)
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746539/general/28b532ee-233a-458c-b2eb-0845df7d50a5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726507)
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156253b90>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252F909c63da-c9df-4fbd-8004-253f8c9cc81b.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/909c63da-c9df-4fbd-8004-253f8c9cc81b.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6b95bec1-b86b-5a68-bdb5-6961b80eb495
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156503610>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252Feba3df04-cec3-4e57-8603-0801a67a57b5.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/eba3df04-cec3-4e57-8603-0801a67a57b5.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6b8417e7-7e20-59af-a5c6-1386447aefc1
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015643aa50>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252Faf74b0f2-2144-4ba7-8650-5f602dcacf9f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/af74b0f2-2144-4ba7-8650-5f602dcacf9f.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 70df8208-1fee-524d-a842-26f374917f30
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746611/general/cf95d06e-7247-4375-9385-90eb4b02b5d0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726584)
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252Fad5956bb-1ac0-4d8c-afb2-2574dc172ee3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/ad5956bb-1ac0-4d8c-afb2-2574dc172ee3.jpg not downloaded yet
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252F4e6db80a-cd45-4110-9add-8a318a84b955.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/4e6db80a-cd45-4110-9add-8a318a84b955.jpg not downloaded yet
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1cf810>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252F1098274f-8319-44f7-ae2b-bf2f6d9e829f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/1098274f-8319-44f7-ae2b-bf2f6d9e829f.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6b95bec1-b86b-5a68-bdb5-6961b80eb495
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156116450>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252Fcf0d641a-d79e-4429-b081-13ed8dffd09d.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/cf0d641a-d79e-4429-b081-13ed8dffd09d.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 70df8208-1fee-524d-a842-26f374917f30
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c17a390>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252Fa40ffb36-9baa-4a29-af83-71348e47c09a.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/a40ffb36-9baa-4a29-af83-71348e47c09a.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6b95bec1-b86b-5a68-bdb5-6961b80eb495
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563b8f50>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252F28b532ee-233a-458c-b2eb-0845df7d50a5.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/28b532ee-233a-458c-b2eb-0845df7d50a5.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item de733419-89f2-51c4-94a2-2bf277b8a2b5
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746539/general/58c21b5c-5090-460c-8bd6-f6d5fc0418f9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726507)
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746637/general/06e1cd89-5046-46db-94f4-ed5cf55516bd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726610)
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746637/general/a1fac120-7974-471d-82e8-16f14f323edc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726610)
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252F7a8a06bb-7d81-4a5f-90d0-2415de1b3bdc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/7a8a06bb-7d81-4a5f-90d0-2415de1b3bdc.jpg not downloaded yet
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726475> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746539/general/8a8d06db-e56f-41f5-b640-fef357a9e6a1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726507)
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746539/general/e2da8247-347a-47fc-9029-ebb55dc3fd25.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726507)
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746539/general/b2ba8ae4-80a5-482f-b652-870bd3b70798.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726507)
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252F66d2dd27-a09b-4ca5-96a7-33e5bcab3498.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/66d2dd27-a09b-4ca5-96a7-33e5bcab3498.jpg not downloaded yet
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f660d0>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252Fcf95d06e-7247-4375-9385-90eb4b02b5d0.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/cf95d06e-7247-4375-9385-90eb4b02b5d0.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 70df8208-1fee-524d-a842-26f374917f30
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252F08298f6a-2b36-4a5a-8271-8bd25278afb0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/08298f6a-2b36-4a5a-8271-8bd25278afb0.jpg not downloaded yet
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cfbe810>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252F58c21b5c-5090-460c-8bd6-f6d5fc0418f9.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/58c21b5c-5090-460c-8bd6-f6d5fc0418f9.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item de733419-89f2-51c4-94a2-2bf277b8a2b5
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c18d010>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252F06e1cd89-5046-46db-94f4-ed5cf55516bd.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/06e1cd89-5046-46db-94f4-ed5cf55516bd.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 795eec3d-4448-50fb-a91f-3cc7b45fb145
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156427710>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252Fa1fac120-7974-471d-82e8-16f14f323edc.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/a1fac120-7974-471d-82e8-16f14f323edc.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 795eec3d-4448-50fb-a91f-3cc7b45fb145
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746539/general/ad5956bb-1ac0-4d8c-afb2-2574dc172ee3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726507)
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746630/general/018f66ba-4bb4-413e-a03b-48e33f0007cc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726604)
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746637/general/a53d842e-80db-48a1-8788-663f9098dc9f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726610)
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746539/general/4e6db80a-cd45-4110-9add-8a318a84b955.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726507)
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746637/general/2f76f202-8714-45fa-b35e-9d24e112b48e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726610)
2026-03-26 12:30:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e57f8715-a4db-5fd4-8471-5526dcb08ca4 with identifier: 10726475
2026-03-26 12:30:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e57f8715-a4db-5fd4-8471-5526dcb08ca4 with scrape type 1
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e57f8715-a4db-5fd4-8471-5526dcb08ca4
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252F25dec3f7-c128-481d-93e7-d9bb29eaee55.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/25dec3f7-c128-481d-93e7-d9bb29eaee55.jpg not downloaded yet
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e53110>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252F8a8d06db-e56f-41f5-b640-fef357a9e6a1.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/8a8d06db-e56f-41f5-b640-fef357a9e6a1.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item de733419-89f2-51c4-94a2-2bf277b8a2b5
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156531890>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252Fe2da8247-347a-47fc-9029-ebb55dc3fd25.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/e2da8247-347a-47fc-9029-ebb55dc3fd25.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item de733419-89f2-51c4-94a2-2bf277b8a2b5
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c106910>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252Fb2ba8ae4-80a5-482f-b652-870bd3b70798.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/b2ba8ae4-80a5-482f-b652-870bd3b70798.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item de733419-89f2-51c4-94a2-2bf277b8a2b5
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746539/general/7a8a06bb-7d81-4a5f-90d0-2415de1b3bdc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726507)
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746611/general/564efd3a-0f40-45a6-b685-d6b7360125f8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726584)
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252Fc1b78ed9-4505-4eb6-b275-485d746e5387.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/c1b78ed9-4505-4eb6-b275-485d746e5387.jpg not downloaded yet
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c183a90>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252Fad5956bb-1ac0-4d8c-afb2-2574dc172ee3.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/ad5956bb-1ac0-4d8c-afb2-2574dc172ee3.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item de733419-89f2-51c4-94a2-2bf277b8a2b5
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e5fe50>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252F018f66ba-4bb4-413e-a03b-48e33f0007cc.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/018f66ba-4bb4-413e-a03b-48e33f0007cc.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6b95bec1-b86b-5a68-bdb5-6961b80eb495
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156144c10>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252Fa53d842e-80db-48a1-8788-663f9098dc9f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/a53d842e-80db-48a1-8788-663f9098dc9f.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 795eec3d-4448-50fb-a91f-3cc7b45fb145
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156428910>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252F4e6db80a-cd45-4110-9add-8a318a84b955.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/4e6db80a-cd45-4110-9add-8a318a84b955.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item de733419-89f2-51c4-94a2-2bf277b8a2b5
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156144f90>
2026-03-26 12:30:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252F2f76f202-8714-45fa-b35e-9d24e112b48e.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/2f76f202-8714-45fa-b35e-9d24e112b48e.jpg saved to cache
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 795eec3d-4448-50fb-a91f-3cc7b45fb145
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252Feb61215b-cd2d-4f7d-affb-11855c10cf53.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/eb61215b-cd2d-4f7d-affb-11855c10cf53.jpg not downloaded yet
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746539/general/08298f6a-2b36-4a5a-8271-8bd25278afb0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726507)
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746630/general/2e24b03c-c34b-4616-88d0-90eb0896640b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726604)
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746637/general/d95c8fb1-2c30-45e3-ac01-2bcd11c5f3dc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726610)
2026-03-26 12:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746537/general/cb1267c4-a984-4f8b-bf85-eb9ffe548164.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726506)
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252F62a49a0d-c949-4a56-a344-a1bb278f6e6c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/62a49a0d-c949-4a56-a344-a1bb278f6e6c.jpg not downloaded yet
2026-03-26 12:30:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746539/general/66d2dd27-a09b-4ca5-96a7-33e5bcab3498.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726507)
2026-03-26 12:30:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746611/general/667335c7-6428-4593-8e32-1f85958e6539.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726584)
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156335910>
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252F7a8a06bb-7d81-4a5f-90d0-2415de1b3bdc.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/7a8a06bb-7d81-4a5f-90d0-2415de1b3bdc.jpg saved to cache
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item de733419-89f2-51c4-94a2-2bf277b8a2b5
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c132650>
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252F564efd3a-0f40-45a6-b685-d6b7360125f8.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/564efd3a-0f40-45a6-b685-d6b7360125f8.jpg saved to cache
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 70df8208-1fee-524d-a842-26f374917f30
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252F00fcdf0d-7d07-4e10-b853-d61b21556629.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/00fcdf0d-7d07-4e10-b853-d61b21556629.jpg not downloaded yet
2026-03-26 12:30:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746515/general/25dec3f7-c128-481d-93e7-d9bb29eaee55.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726475)
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252F871dc19f-fdda-40aa-a751-f1648ffe2af8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/871dc19f-fdda-40aa-a751-f1648ffe2af8.jpg not downloaded yet
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d7f7dd0>
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252F08298f6a-2b36-4a5a-8271-8bd25278afb0.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/08298f6a-2b36-4a5a-8271-8bd25278afb0.jpg saved to cache
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item de733419-89f2-51c4-94a2-2bf277b8a2b5
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1845d0>
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252F2e24b03c-c34b-4616-88d0-90eb0896640b.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/2e24b03c-c34b-4616-88d0-90eb0896640b.jpg saved to cache
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6b95bec1-b86b-5a68-bdb5-6961b80eb495
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d260210>
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252Fd95c8fb1-2c30-45e3-ac01-2bcd11c5f3dc.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/d95c8fb1-2c30-45e3-ac01-2bcd11c5f3dc.jpg saved to cache
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 795eec3d-4448-50fb-a91f-3cc7b45fb145
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156218110>
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252Fcb1267c4-a984-4f8b-bf85-eb9ffe548164.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/cb1267c4-a984-4f8b-bf85-eb9ffe548164.jpg saved to cache
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6b8417e7-7e20-59af-a5c6-1386447aefc1
2026-03-26 12:30:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746630/general/40570584-d5c9-4eca-95f2-967e6edea05c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726604)
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252F8273bccd-a3c9-41ed-8758-5a397d40a119.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/8273bccd-a3c9-41ed-8758-5a397d40a119.jpg not downloaded yet
2026-03-26 12:30:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746515/general/c1b78ed9-4505-4eb6-b275-485d746e5387.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726475)
2026-03-26 12:30:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746611/general/25b69733-428e-4aad-8dcb-7f7c92605553.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726584)
2026-03-26 12:30:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746637/general/37bbda1c-af2d-486c-ae54-94ca7639b216.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726610)
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c049750>
2026-03-26 12:30:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746539%252Fgeneral%252F66d2dd27-a09b-4ca5-96a7-33e5bcab3498.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746539/general/66d2dd27-a09b-4ca5-96a7-33e5bcab3498.jpg saved to cache
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item de733419-89f2-51c4-94a2-2bf277b8a2b5
2026-03-26 12:30:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: de733419-89f2-51c4-94a2-2bf277b8a2b5, skipping ID generation
2026-03-26 12:30:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de733419-89f2-51c4-94a2-2bf277b8a2b5 with scrape type 1
2026-03-26 12:30:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item de733419-89f2-51c4-94a2-2bf277b8a2b5 sending to next pipeline
2026-03-26 12:30:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: de733419-89f2-51c4-94a2-2bf277b8a2b5, identifier: 10726507
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b3bd0>
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252F667335c7-6428-4593-8e32-1f85958e6539.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/667335c7-6428-4593-8e32-1f85958e6539.jpg saved to cache
2026-03-26 12:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 70df8208-1fee-524d-a842-26f374917f30
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633d790>
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252F25dec3f7-c128-481d-93e7-d9bb29eaee55.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/25dec3f7-c128-481d-93e7-d9bb29eaee55.jpg saved to cache
2026-03-26 12:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e57f8715-a4db-5fd4-8471-5526dcb08ca4
2026-03-26 12:30:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746515/general/eb61215b-cd2d-4f7d-affb-11855c10cf53.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726475)
2026-03-26 12:30:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746537/general/5ab729c3-5d5a-4840-98fb-39c86fbd4f37.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726506)
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252F95d4e34a-ca86-4598-9638-fb623e2adf94.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/95d4e34a-ca86-4598-9638-fb623e2adf94.jpg not downloaded yet
2026-03-26 12:30:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: de733419-89f2-51c4-94a2-2bf277b8a2b5 with identifier: 10726507
2026-03-26 12:30:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: de733419-89f2-51c4-94a2-2bf277b8a2b5 with identifier: 10726507
2026-03-26 12:30:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: de733419-89f2-51c4-94a2-2bf277b8a2b5 with identifier: 10726507 to the API
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746539/general/66d2dd27-a09b-4ca5-96a7-33e5bcab3498.jpg>
{'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': 122,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': 'de733419-89f2-51c4-94a2-2bf277b8a2b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF1RFK00470186491',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726507',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 6000,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 20,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156898,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746539/general/b2ba8ae4-80a5-482f-b652-870bd3b70798.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65605,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746539/general/28b532ee-233a-458c-b2eb-0845df7d50a5.jpg',
'Width': 784},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149040,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746539/general/58c21b5c-5090-460c-8bd6-f6d5fc0418f9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139940,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746539/general/8a8d06db-e56f-41f5-b640-fef357a9e6a1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155866,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746539/general/e2da8247-347a-47fc-9029-ebb55dc3fd25.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147538,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746539/general/ad5956bb-1ac0-4d8c-afb2-2574dc172ee3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144661,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746539/general/4e6db80a-cd45-4110-9add-8a318a84b955.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141819,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746539/general/7a8a06bb-7d81-4a5f-90d0-2415de1b3bdc.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131553,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746539/general/66d2dd27-a09b-4ca5-96a7-33e5bcab3498.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de733419-89f2-51c4-94a2-2bf277b8a2b5/de733419-89f2-51c4-94a2-2bf277b8a2b5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112142,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746539/general/08298f6a-2b36-4a5a-8271-8bd25278afb0.jpg',
'Width': 1280}],
'price': 8800,
'price_includes_vat': True,
'registration_date': '2022-12-13',
'seats_number': 2,
'seller_name': 'Mobility Concept GmbH',
'title': 'Renault Kangoo - Electric - Automatic - 122 hp - 6.000 km',
'transmission': 'automatic',
'trim': 'Start L1',
'vin': None,
'year': 2022}
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726507%27 HTTP/1.1" 200 None
2026-03-26 12:30:32 [adesa.de] INFO: Saving data for 10726507: {'created_time': 1774528232.557402, 'last_price_update_time': 1774528232.557416, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726507') HTTP/1.1" 204 0
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252Fd2931c77-33e7-4332-8fab-44134cf579b4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/d2931c77-33e7-4332-8fab-44134cf579b4.jpg not downloaded yet
2026-03-26 12:30:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726576> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563b9450>
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746630%252Fgeneral%252F40570584-d5c9-4eca-95f2-967e6edea05c.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746630/general/40570584-d5c9-4eca-95f2-967e6edea05c.jpg saved to cache
2026-03-26 12:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6b95bec1-b86b-5a68-bdb5-6961b80eb495
2026-03-26 12:30:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6b95bec1-b86b-5a68-bdb5-6961b80eb495, skipping ID generation
2026-03-26 12:30:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b95bec1-b86b-5a68-bdb5-6961b80eb495 with scrape type 1
2026-03-26 12:30:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6b95bec1-b86b-5a68-bdb5-6961b80eb495 sending to next pipeline
2026-03-26 12:30:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6b95bec1-b86b-5a68-bdb5-6961b80eb495, identifier: 10726604
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e7390>
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252Fc1b78ed9-4505-4eb6-b275-485d746e5387.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/c1b78ed9-4505-4eb6-b275-485d746e5387.jpg saved to cache
2026-03-26 12:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e57f8715-a4db-5fd4-8471-5526dcb08ca4
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fd6550>
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252F25b69733-428e-4aad-8dcb-7f7c92605553.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/25b69733-428e-4aad-8dcb-7f7c92605553.jpg saved to cache
2026-03-26 12:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 70df8208-1fee-524d-a842-26f374917f30
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156419290>
2026-03-26 12:30:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252F37bbda1c-af2d-486c-ae54-94ca7639b216.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/37bbda1c-af2d-486c-ae54-94ca7639b216.jpg saved to cache
2026-03-26 12:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 795eec3d-4448-50fb-a91f-3cc7b45fb145
2026-03-26 12:30:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746515/general/00fcdf0d-7d07-4e10-b853-d61b21556629.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726475)
2026-03-26 12: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 12:30:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6b95bec1-b86b-5a68-bdb5-6961b80eb495 with identifier: 10726604
2026-03-26 12:30:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6b95bec1-b86b-5a68-bdb5-6961b80eb495 with identifier: 10726604
2026-03-26 12:30:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 6b95bec1-b86b-5a68-bdb5-6961b80eb495 with identifier: 10726604 to the API
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:30:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746630/general/40570584-d5c9-4eca-95f2-967e6edea05c.jpg>
{'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-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '6b95bec1-b86b-5a68-bdb5-6961b80eb495',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF1RCB00X71156852',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726604',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Megane E-Tech',
'odometer': 20655,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42002,
'Height': 363,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746630/general/b0b4a5a7-062e-4e7a-b42e-7f03de99bd79.jpg',
'Width': 484},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36411,
'Height': 363,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746630/general/40570584-d5c9-4eca-95f2-967e6edea05c.jpg',
'Width': 485},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108611,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746630/general/e82e0598-2ddf-43a9-9833-e9e5be0136fc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169607,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746630/general/62e6c241-51ef-40ad-9a22-263bd4ff27d0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123462,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746630/general/2e24b03c-c34b-4616-88d0-90eb0896640b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146325,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746630/general/b8fd56de-acc6-4629-9ea6-3181efb14bd9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131254,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746630/general/909c63da-c9df-4fbd-8004-253f8c9cc81b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112334,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746630/general/018f66ba-4bb4-413e-a03b-48e33f0007cc.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38429,
'Height': 363,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746630/general/1098274f-8319-44f7-ae2b-bf2f6d9e829f.jpg',
'Width': 485},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b95bec1-b86b-5a68-bdb5-6961b80eb495/6b95bec1-b86b-5a68-bdb5-6961b80eb495_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38943,
'Height': 363,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746630/general/a40ffb36-9baa-4a29-af83-71348e47c09a.jpg',
'Width': 484}],
'price': 18300,
'price_includes_vat': True,
'registration_date': '2024-02-05',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Renault Megane E-Tech Iconic - Electric - Automatic - 218 hp - '
'20.655 km',
'transmission': 'automatic',
'trim': 'Iconic',
'vin': None,
'year': 2024}
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726604%27 HTTP/1.1" 200 None
2026-03-26 12:30:33 [adesa.de] INFO: Saving data for 10726604: {'created_time': 1774528233.36376, 'last_price_update_time': 1774528233.36377, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726604') HTTP/1.1" 204 0
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252Ffb93f3f0-7672-43a1-8c65-0013ebf1ce71.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/fb93f3f0-7672-43a1-8c65-0013ebf1ce71.jpg not downloaded yet
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c182890>
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252Feb61215b-cd2d-4f7d-affb-11855c10cf53.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/eb61215b-cd2d-4f7d-affb-11855c10cf53.jpg saved to cache
2026-03-26 12:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e57f8715-a4db-5fd4-8471-5526dcb08ca4
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f65250>
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252F5ab729c3-5d5a-4840-98fb-39c86fbd4f37.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/5ab729c3-5d5a-4840-98fb-39c86fbd4f37.jpg saved to cache
2026-03-26 12:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6b8417e7-7e20-59af-a5c6-1386447aefc1
2026-03-26 12:30:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746611/general/6fa170d0-853b-46b1-9115-7a998b7bce97.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726584)
2026-03-26 12:30:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746515/general/62a49a0d-c949-4a56-a344-a1bb278f6e6c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726475)
2026-03-26 12:30:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746637/general/854647cd-0317-433f-9985-5284c95351bb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726610)
2026-03-26 12:30:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746537/general/d49be83e-e985-4de1-bc85-9c268297495e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726506)
2026-03-26 12:30:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746515/general/871dc19f-fdda-40aa-a751-f1648ffe2af8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726475)
2026-03-26 12:30:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 534a771a-6453-5a37-8b18-53e3685ced51 with identifier: 10726576
2026-03-26 12:30:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 534a771a-6453-5a37-8b18-53e3685ced51 with scrape type 1
2026-03-26 12:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 534a771a-6453-5a37-8b18-53e3685ced51
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252F29c653e7-07c2-4348-9906-b7fba992592d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/29c653e7-07c2-4348-9906-b7fba992592d.jpg not downloaded yet
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015656fe10>
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252F00fcdf0d-7d07-4e10-b853-d61b21556629.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/00fcdf0d-7d07-4e10-b853-d61b21556629.jpg saved to cache
2026-03-26 12:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e57f8715-a4db-5fd4-8471-5526dcb08ca4
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252F8ee155db-5b37-43ba-b194-18d6a038c48e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/8ee155db-5b37-43ba-b194-18d6a038c48e.jpg not downloaded yet
2026-03-26 12:30:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746515/general/95d4e34a-ca86-4598-9638-fb623e2adf94.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726475)
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252F30a799bc-ea77-4390-81ad-754e66160530.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/30a799bc-ea77-4390-81ad-754e66160530.jpg not downloaded yet
2026-03-26 12:30:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746515/general/8273bccd-a3c9-41ed-8758-5a397d40a119.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726475)
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252F197110db-e31d-4f87-8d35-302b2fc0c9cd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/197110db-e31d-4f87-8d35-302b2fc0c9cd.jpg not downloaded yet
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015635f850>
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746611%252Fgeneral%252F6fa170d0-853b-46b1-9115-7a998b7bce97.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746611/general/6fa170d0-853b-46b1-9115-7a998b7bce97.jpg saved to cache
2026-03-26 12:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 70df8208-1fee-524d-a842-26f374917f30
2026-03-26 12:30:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 70df8208-1fee-524d-a842-26f374917f30, skipping ID generation
2026-03-26 12:30:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70df8208-1fee-524d-a842-26f374917f30 with scrape type 1
2026-03-26 12:30:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 70df8208-1fee-524d-a842-26f374917f30 sending to next pipeline
2026-03-26 12:30:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 70df8208-1fee-524d-a842-26f374917f30, identifier: 10726584
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156310b90>
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252F62a49a0d-c949-4a56-a344-a1bb278f6e6c.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/62a49a0d-c949-4a56-a344-a1bb278f6e6c.jpg saved to cache
2026-03-26 12:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e57f8715-a4db-5fd4-8471-5526dcb08ca4
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ce910>
2026-03-26 12:30:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746637%252Fgeneral%252F854647cd-0317-433f-9985-5284c95351bb.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746637/general/854647cd-0317-433f-9985-5284c95351bb.jpg saved to cache
2026-03-26 12:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 795eec3d-4448-50fb-a91f-3cc7b45fb145
2026-03-26 12:30:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 795eec3d-4448-50fb-a91f-3cc7b45fb145, skipping ID generation
2026-03-26 12:30:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 795eec3d-4448-50fb-a91f-3cc7b45fb145 with scrape type 1
2026-03-26 12:30:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 795eec3d-4448-50fb-a91f-3cc7b45fb145 sending to next pipeline
2026-03-26 12:30:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 795eec3d-4448-50fb-a91f-3cc7b45fb145, identifier: 10726610
2026-03-26 12:30:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563d1110>
2026-03-26 12:30:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252Fd49be83e-e985-4de1-bc85-9c268297495e.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/d49be83e-e985-4de1-bc85-9c268297495e.jpg saved to cache
2026-03-26 12:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6b8417e7-7e20-59af-a5c6-1386447aefc1
2026-03-26 12:30:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0d2390>
2026-03-26 12:30:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252F871dc19f-fdda-40aa-a751-f1648ffe2af8.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/871dc19f-fdda-40aa-a751-f1648ffe2af8.jpg saved to cache
2026-03-26 12:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e57f8715-a4db-5fd4-8471-5526dcb08ca4
2026-03-26 12:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252Fe5ad8c3d-0ce1-4b93-9478-1e441afc8259.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/e5ad8c3d-0ce1-4b93-9478-1e441afc8259.jpg not downloaded yet
2026-03-26 12:30:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 70df8208-1fee-524d-a842-26f374917f30 with identifier: 10726584
2026-03-26 12:30:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 70df8208-1fee-524d-a842-26f374917f30 with identifier: 10726584
2026-03-26 12:30:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 70df8208-1fee-524d-a842-26f374917f30 with identifier: 10726584 to the API
2026-03-26 12:30:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746611/general/6fa170d0-853b-46b1-9115-7a998b7bce97.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '70df8208-1fee-524d-a842-26f374917f30',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5934963',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726584',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 17432,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 38,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123810,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746611/general/14e9320d-b4ef-41b9-8e5a-235a89392fe3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102842,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746611/general/6fa170d0-853b-46b1-9115-7a998b7bce97.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123150,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746611/general/2010f9ca-b5f8-495e-b90a-e0a878f6b7f1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121922,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746611/general/25b69733-428e-4aad-8dcb-7f7c92605553.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132841,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746611/general/667335c7-6428-4593-8e32-1f85958e6539.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131741,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746611/general/9a5c77c5-555d-46f5-9844-667311d3cc9e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80292,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746611/general/af74b0f2-2144-4ba7-8650-5f602dcacf9f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137184,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746611/general/564efd3a-0f40-45a6-b685-d6b7360125f8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50965,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746611/general/cf0d641a-d79e-4429-b081-13ed8dffd09d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df8208-1fee-524d-a842-26f374917f30/70df8208-1fee-524d-a842-26f374917f30_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125276,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746611/general/cf95d06e-7247-4375-9385-90eb4b02b5d0.jpg',
'Width': 800}],
'price': 10700,
'price_includes_vat': True,
'registration_date': '2023-12-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Seat Ibiza 1.0 TSI FR - Petrol - Automatic - 110 hp - 17.432 km',
'transmission': 'automatic',
'trim': 'FR',
'vin': None,
'year': 2023}
2026-03-26 12:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726584%27 HTTP/1.1" 200 None
2026-03-26 12:30:34 [adesa.de] INFO: Saving data for 10726584: {'created_time': 1774528234.667887, 'last_price_update_time': 1774528234.667902, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726584') HTTP/1.1" 204 0
2026-03-26 12:30:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 795eec3d-4448-50fb-a91f-3cc7b45fb145 with identifier: 10726610
2026-03-26 12:30:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 795eec3d-4448-50fb-a91f-3cc7b45fb145 with identifier: 10726610
2026-03-26 12:30:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 795eec3d-4448-50fb-a91f-3cc7b45fb145 with identifier: 10726610 to the API
2026-03-26 12:30:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:30:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746637/general/854647cd-0317-433f-9985-5284c95351bb.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 131,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '795eec3d-4448-50fb-a91f-3cc7b45fb145',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF1RCB00X70193776',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726610',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Megane E-Tech',
'odometer': 23427,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 21,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35474,
'Height': 331,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746637/general/0bbd6dd1-9a3a-46d2-bb2a-a81aaef2a8af.jpg',
'Width': 498},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75378,
'Height': 531,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746637/general/854647cd-0317-433f-9985-5284c95351bb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74394,
'Height': 531,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746637/general/b6c95543-f464-450d-a98a-fdcbf3c28be0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83062,
'Height': 531,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746637/general/37bbda1c-af2d-486c-ae54-94ca7639b216.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69885,
'Height': 531,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746637/general/d95c8fb1-2c30-45e3-ac01-2bcd11c5f3dc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51238,
'Height': 531,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746637/general/fd87f4a9-e310-442c-965e-3195d2692c47.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101806,
'Height': 531,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746637/general/2f76f202-8714-45fa-b35e-9d24e112b48e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34998,
'Height': 331,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746637/general/a53d842e-80db-48a1-8788-663f9098dc9f.jpg',
'Width': 498},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33180,
'Height': 331,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746637/general/a1fac120-7974-471d-82e8-16f14f323edc.jpg',
'Width': 498},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_795eec3d-4448-50fb-a91f-3cc7b45fb145/795eec3d-4448-50fb-a91f-3cc7b45fb145_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33979,
'Height': 331,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746637/general/06e1cd89-5046-46db-94f4-ed5cf55516bd.jpg',
'Width': 498}],
'price': 11300,
'price_includes_vat': True,
'registration_date': '2022-12-12',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Renault Megane E-Tech Evolution - Electric - Automatic - 131 hp - '
'23.427 km',
'transmission': 'automatic',
'trim': 'Evolution',
'vin': None,
'year': 2022}
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726610%27 HTTP/1.1" 200 None
2026-03-26 12:30:35 [adesa.de] INFO: Saving data for 10726610: {'created_time': 1774528235.122689, 'last_price_update_time': 1774528235.122701, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726610') HTTP/1.1" 204 0
2026-03-26 12:30:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746515/general/d2931c77-33e7-4332-8fab-44134cf579b4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726475)
2026-03-26 12:30:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746515/general/fb93f3f0-7672-43a1-8c65-0013ebf1ce71.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726475)
2026-03-26 12:30:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746537/general/a4834fa7-d53b-4557-b1f0-7b7efeca653e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726506)
2026-03-26 12:30:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746537/general/2688b66f-0621-44fb-9e1e-a7ff7bc376a0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726506)
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252Fb591b4de-eeba-40e7-8bdf-c24ed43042cb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/b591b4de-eeba-40e7-8bdf-c24ed43042cb.jpg not downloaded yet
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f77510>
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252F95d4e34a-ca86-4598-9638-fb623e2adf94.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/95d4e34a-ca86-4598-9638-fb623e2adf94.jpg saved to cache
2026-03-26 12:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e57f8715-a4db-5fd4-8471-5526dcb08ca4
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562dcc50>
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252F8273bccd-a3c9-41ed-8758-5a397d40a119.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/8273bccd-a3c9-41ed-8758-5a397d40a119.jpg saved to cache
2026-03-26 12:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e57f8715-a4db-5fd4-8471-5526dcb08ca4
2026-03-26 12:30:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746602/general/8ee155db-5b37-43ba-b194-18d6a038c48e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726576)
2026-03-26 12:30:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746537/general/e0a1f7b0-750d-4602-af57-91012b887e51.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726506)
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252Fb13ac150-d249-46bd-9a29-c8226b4f8206.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/b13ac150-d249-46bd-9a29-c8226b4f8206.jpg not downloaded yet
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0c4150>
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252Fd2931c77-33e7-4332-8fab-44134cf579b4.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/d2931c77-33e7-4332-8fab-44134cf579b4.jpg saved to cache
2026-03-26 12:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e57f8715-a4db-5fd4-8471-5526dcb08ca4
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562af710>
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746515%252Fgeneral%252Ffb93f3f0-7672-43a1-8c65-0013ebf1ce71.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746515/general/fb93f3f0-7672-43a1-8c65-0013ebf1ce71.jpg saved to cache
2026-03-26 12:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e57f8715-a4db-5fd4-8471-5526dcb08ca4
2026-03-26 12:30:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e57f8715-a4db-5fd4-8471-5526dcb08ca4, skipping ID generation
2026-03-26 12:30:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e57f8715-a4db-5fd4-8471-5526dcb08ca4 with scrape type 1
2026-03-26 12:30:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e57f8715-a4db-5fd4-8471-5526dcb08ca4 sending to next pipeline
2026-03-26 12:30:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e57f8715-a4db-5fd4-8471-5526dcb08ca4, identifier: 10726475
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156250110>
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252Fa4834fa7-d53b-4557-b1f0-7b7efeca653e.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/a4834fa7-d53b-4557-b1f0-7b7efeca653e.jpg saved to cache
2026-03-26 12:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6b8417e7-7e20-59af-a5c6-1386447aefc1
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156205250>
2026-03-26 12:30:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252F2688b66f-0621-44fb-9e1e-a7ff7bc376a0.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/2688b66f-0621-44fb-9e1e-a7ff7bc376a0.jpg saved to cache
2026-03-26 12:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6b8417e7-7e20-59af-a5c6-1386447aefc1
2026-03-26 12:30:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746602/general/30a799bc-ea77-4390-81ad-754e66160530.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726576)
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252Fb5570ece-c285-4d7c-b15b-119dc55abf1f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/b5570ece-c285-4d7c-b15b-119dc55abf1f.jpg not downloaded yet
2026-03-26 12:30:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e57f8715-a4db-5fd4-8471-5526dcb08ca4 with identifier: 10726475
2026-03-26 12:30:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e57f8715-a4db-5fd4-8471-5526dcb08ca4 with identifier: 10726475
2026-03-26 12:30:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e57f8715-a4db-5fd4-8471-5526dcb08ca4 with identifier: 10726475 to the API
2026-03-26 12:30:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:30:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746515/general/fb93f3f0-7672-43a1-8c65-0013ebf1ce71.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 131,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': 'e57f8715-a4db-5fd4-8471-5526dcb08ca4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF1RCB00770232551',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726475',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Megane E-Tech',
'odometer': 20460,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 19,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168273,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746515/general/25dec3f7-c128-481d-93e7-d9bb29eaee55.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173323,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746515/general/c1b78ed9-4505-4eb6-b275-485d746e5387.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170202,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746515/general/eb61215b-cd2d-4f7d-affb-11855c10cf53.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109993,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746515/general/62a49a0d-c949-4a56-a344-a1bb278f6e6c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135640,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746515/general/00fcdf0d-7d07-4e10-b853-d61b21556629.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133721,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746515/general/871dc19f-fdda-40aa-a751-f1648ffe2af8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 547606,
'Height': 2572,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746515/general/8273bccd-a3c9-41ed-8758-5a397d40a119.jpg',
'Width': 1782},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49657,
'Height': 520,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746515/general/95d4e34a-ca86-4598-9638-fb623e2adf94.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173323,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746515/general/d2931c77-33e7-4332-8fab-44134cf579b4.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e57f8715-a4db-5fd4-8471-5526dcb08ca4/e57f8715-a4db-5fd4-8471-5526dcb08ca4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170202,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746515/general/fb93f3f0-7672-43a1-8c65-0013ebf1ce71.jpg',
'Width': 1280}],
'price': 12900,
'price_includes_vat': True,
'registration_date': '2022-12-14',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Renault Megane E-Tech Evolution - Electric - Automatic - 131 hp - '
'20.460 km',
'transmission': 'automatic',
'trim': 'Evolution',
'vin': None,
'year': 2022}
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726475%27 HTTP/1.1" 200 None
2026-03-26 12:30:36 [adesa.de] INFO: Saving data for 10726475: {'created_time': 1774528236.09609, 'last_price_update_time': 1774528236.096105, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726475') HTTP/1.1" 204 0
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252F2a1ca260-ac99-4beb-a6f5-b2d04fa0f22a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/2a1ca260-ac99-4beb-a6f5-b2d04fa0f22a.jpg not downloaded yet
2026-03-26 12:30:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0c45d0>
2026-03-26 12:30:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252F8ee155db-5b37-43ba-b194-18d6a038c48e.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/8ee155db-5b37-43ba-b194-18d6a038c48e.jpg saved to cache
2026-03-26 12:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 534a771a-6453-5a37-8b18-53e3685ced51
2026-03-26 12:30:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156494350>
2026-03-26 12:30:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746537%252Fgeneral%252Fe0a1f7b0-750d-4602-af57-91012b887e51.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746537/general/e0a1f7b0-750d-4602-af57-91012b887e51.jpg saved to cache
2026-03-26 12:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6b8417e7-7e20-59af-a5c6-1386447aefc1
2026-03-26 12:30:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6b8417e7-7e20-59af-a5c6-1386447aefc1, skipping ID generation
2026-03-26 12:30:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b8417e7-7e20-59af-a5c6-1386447aefc1 with scrape type 1
2026-03-26 12:30:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6b8417e7-7e20-59af-a5c6-1386447aefc1 sending to next pipeline
2026-03-26 12:30:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6b8417e7-7e20-59af-a5c6-1386447aefc1, identifier: 10726506
2026-03-26 12:30:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746602/general/29c653e7-07c2-4348-9906-b7fba992592d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726576)
2026-03-26 12:30:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746602/general/e5ad8c3d-0ce1-4b93-9478-1e441afc8259.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726576)
2026-03-26 12:30:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746602/general/197110db-e31d-4f87-8d35-302b2fc0c9cd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726576)
2026-03-26 12:30:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6b8417e7-7e20-59af-a5c6-1386447aefc1 with identifier: 10726506
2026-03-26 12:30:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6b8417e7-7e20-59af-a5c6-1386447aefc1 with identifier: 10726506
2026-03-26 12:30:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 6b8417e7-7e20-59af-a5c6-1386447aefc1 with identifier: 10726506 to the API
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746537/general/e0a1f7b0-750d-4602-af57-91012b887e51.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '6b8417e7-7e20-59af-a5c6-1386447aefc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5047172',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726506',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 61878,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 28,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124417,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746537/general/2688b66f-0621-44fb-9e1e-a7ff7bc376a0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119436,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746537/general/a4834fa7-d53b-4557-b1f0-7b7efeca653e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167359,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746537/general/e0a1f7b0-750d-4602-af57-91012b887e51.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168664,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746537/general/3ce2cbf4-6548-4dbc-8696-8416113c03aa.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86563,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746537/general/149144be-0cb7-4e8d-8bab-59b7de9a05c2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105359,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746537/general/d49be83e-e985-4de1-bc85-9c268297495e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141658,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746537/general/5ab729c3-5d5a-4840-98fb-39c86fbd4f37.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139143,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746537/general/2f514443-e95d-4d32-a0de-be183ee37d4c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101497,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746537/general/cb1267c4-a984-4f8b-bf85-eb9ffe548164.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b8417e7-7e20-59af-a5c6-1386447aefc1/6b8417e7-7e20-59af-a5c6-1386447aefc1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112136,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746537/general/eba3df04-cec3-4e57-8603-0801a67a57b5.jpg',
'Width': 800}],
'price': 11500,
'price_includes_vat': True,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Skoda Kamiq 1.0 TSI Tour - Petrol - Automatic - 110 hp - 61.878 km',
'transmission': 'automatic',
'trim': 'Tour',
'vin': None,
'year': 2022}
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726506%27 HTTP/1.1" 200 None
2026-03-26 12:30:36 [adesa.de] INFO: Saving data for 10726506: {'created_time': 1774528236.808039, 'last_price_update_time': 1774528236.80805, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726506') HTTP/1.1" 204 0
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252F80a09bef-f769-45f3-a890-773b84381f80.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/80a09bef-f769-45f3-a890-773b84381f80.jpg not downloaded yet
2026-03-26 12:30:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563c2e50>
2026-03-26 12:30:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252F30a799bc-ea77-4390-81ad-754e66160530.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/30a799bc-ea77-4390-81ad-754e66160530.jpg saved to cache
2026-03-26 12:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 534a771a-6453-5a37-8b18-53e3685ced51
2026-03-26 12:30:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726577> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746602/general/b13ac150-d249-46bd-9a29-c8226b4f8206.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726576)
2026-03-26 12:30: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 12:30:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e44850>
2026-03-26 12:30:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252F29c653e7-07c2-4348-9906-b7fba992592d.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/29c653e7-07c2-4348-9906-b7fba992592d.jpg saved to cache
2026-03-26 12:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 534a771a-6453-5a37-8b18-53e3685ced51
2026-03-26 12:30:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565106d0>
2026-03-26 12:30:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252Fe5ad8c3d-0ce1-4b93-9478-1e441afc8259.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/e5ad8c3d-0ce1-4b93-9478-1e441afc8259.jpg saved to cache
2026-03-26 12:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 534a771a-6453-5a37-8b18-53e3685ced51
2026-03-26 12:30:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156241250>
2026-03-26 12:30:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252F197110db-e31d-4f87-8d35-302b2fc0c9cd.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/197110db-e31d-4f87-8d35-302b2fc0c9cd.jpg saved to cache
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 534a771a-6453-5a37-8b18-53e3685ced51
2026-03-26 12:30:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746602/general/2a1ca260-ac99-4beb-a6f5-b2d04fa0f22a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726576)
2026-03-26 12:30:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746602/general/b5570ece-c285-4d7c-b15b-119dc55abf1f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726576)
2026-03-26 12:30:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cbcea8b-1baf-52ef-bd64-8054e5664fe6 with identifier: 10726577
2026-03-26 12:30:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cbcea8b-1baf-52ef-bd64-8054e5664fe6 with scrape type 1
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9cbcea8b-1baf-52ef-bd64-8054e5664fe6
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252F042895bd-fe19-4b6b-82de-aa56a22ad7b1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/042895bd-fe19-4b6b-82de-aa56a22ad7b1.jpg not downloaded yet
2026-03-26 12:30:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156513590>
2026-03-26 12:30:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252Fb13ac150-d249-46bd-9a29-c8226b4f8206.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/b13ac150-d249-46bd-9a29-c8226b4f8206.jpg saved to cache
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 534a771a-6453-5a37-8b18-53e3685ced51
2026-03-26 12:30:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746602/general/b591b4de-eeba-40e7-8bdf-c24ed43042cb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726576)
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252F9dbe40c8-ba0b-41cc-8f3d-5a958b5bf13f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/9dbe40c8-ba0b-41cc-8f3d-5a958b5bf13f.jpg not downloaded yet
2026-03-26 12:30:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746602/general/80a09bef-f769-45f3-a890-773b84381f80.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726576)
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252Fb7ab5ae7-c07d-47bb-8d42-52ca4694fa40.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/b7ab5ae7-c07d-47bb-8d42-52ca4694fa40.jpg not downloaded yet
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252F78c23961-19fe-4d8e-bf74-58cccb72a358.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/78c23961-19fe-4d8e-bf74-58cccb72a358.jpg not downloaded yet
2026-03-26 12:30:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156241b50>
2026-03-26 12:30:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252F2a1ca260-ac99-4beb-a6f5-b2d04fa0f22a.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/2a1ca260-ac99-4beb-a6f5-b2d04fa0f22a.jpg saved to cache
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 534a771a-6453-5a37-8b18-53e3685ced51
2026-03-26 12:30:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156420c90>
2026-03-26 12:30:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252Fb5570ece-c285-4d7c-b15b-119dc55abf1f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/b5570ece-c285-4d7c-b15b-119dc55abf1f.jpg saved to cache
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 534a771a-6453-5a37-8b18-53e3685ced51
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252Ff5cb0b49-23f6-4f3a-bc25-88c6920ef2a3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/f5cb0b49-23f6-4f3a-bc25-88c6920ef2a3.jpg not downloaded yet
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252F1fe9edd6-147f-4e37-8192-ca1e206e7c60.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/1fe9edd6-147f-4e37-8192-ca1e206e7c60.jpg not downloaded yet
2026-03-26 12:30:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746605/general/042895bd-fe19-4b6b-82de-aa56a22ad7b1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726577)
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252F78765221-de22-4d50-b35c-ea2ce4f7b9db.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/78765221-de22-4d50-b35c-ea2ce4f7b9db.jpg not downloaded yet
2026-03-26 12:30:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c04ab10>
2026-03-26 12:30:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252Fb591b4de-eeba-40e7-8bdf-c24ed43042cb.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/b591b4de-eeba-40e7-8bdf-c24ed43042cb.jpg saved to cache
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 534a771a-6453-5a37-8b18-53e3685ced51
2026-03-26 12:30:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fad990>
2026-03-26 12:30:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746602%252Fgeneral%252F80a09bef-f769-45f3-a890-773b84381f80.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746602/general/80a09bef-f769-45f3-a890-773b84381f80.jpg saved to cache
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 534a771a-6453-5a37-8b18-53e3685ced51
2026-03-26 12:30:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 534a771a-6453-5a37-8b18-53e3685ced51, skipping ID generation
2026-03-26 12:30:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 534a771a-6453-5a37-8b18-53e3685ced51 with scrape type 1
2026-03-26 12:30:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 534a771a-6453-5a37-8b18-53e3685ced51 sending to next pipeline
2026-03-26 12:30:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 534a771a-6453-5a37-8b18-53e3685ced51, identifier: 10726576
2026-03-26 12:30:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 534a771a-6453-5a37-8b18-53e3685ced51 with identifier: 10726576
2026-03-26 12:30:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 534a771a-6453-5a37-8b18-53e3685ced51 with identifier: 10726576
2026-03-26 12:30:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 534a771a-6453-5a37-8b18-53e3685ced51 with identifier: 10726576 to the API
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746602/general/80a09bef-f769-45f3-a890-773b84381f80.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 158,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '534a771a-6453-5a37-8b18-53e3685ced51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF1RHN00770635352',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726576',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Austral',
'odometer': 8525,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 20,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167611,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746602/general/29c653e7-07c2-4348-9906-b7fba992592d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156667,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746602/general/8ee155db-5b37-43ba-b194-18d6a038c48e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162636,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746602/general/30a799bc-ea77-4390-81ad-754e66160530.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161094,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746602/general/197110db-e31d-4f87-8d35-302b2fc0c9cd.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134445,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746602/general/e5ad8c3d-0ce1-4b93-9478-1e441afc8259.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133585,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746602/general/b591b4de-eeba-40e7-8bdf-c24ed43042cb.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140127,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746602/general/b13ac150-d249-46bd-9a29-c8226b4f8206.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113360,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746602/general/b5570ece-c285-4d7c-b15b-119dc55abf1f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90951,
'Height': 593,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746602/general/2a1ca260-ac99-4beb-a6f5-b2d04fa0f22a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_534a771a-6453-5a37-8b18-53e3685ced51/534a771a-6453-5a37-8b18-53e3685ced51_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119809,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746602/general/80a09bef-f769-45f3-a890-773b84381f80.jpg',
'Width': 800}],
'price': 19300,
'price_includes_vat': True,
'registration_date': '2023-12-19',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Renault Austral Techno - Petrol - Automatic - 158 hp - 8.525 km',
'transmission': 'automatic',
'trim': 'Techno',
'vin': None,
'year': 2023}
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726576%27 HTTP/1.1" 200 None
2026-03-26 12:30:37 [adesa.de] INFO: Saving data for 10726576: {'created_time': 1774528237.98258, 'last_price_update_time': 1774528237.982594, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726576') HTTP/1.1" 204 0
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252Fdd15875c-7d69-4e37-b5a3-66126e77da5c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/dd15875c-7d69-4e37-b5a3-66126e77da5c.jpg not downloaded yet
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fb7b50>
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252F042895bd-fe19-4b6b-82de-aa56a22ad7b1.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/042895bd-fe19-4b6b-82de-aa56a22ad7b1.jpg saved to cache
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9cbcea8b-1baf-52ef-bd64-8054e5664fe6
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252F9a01570d-b13a-4a87-93ef-c84be495a075.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/9a01570d-b13a-4a87-93ef-c84be495a075.jpg not downloaded yet
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252Fbdeb2948-7421-460e-9d9f-3d9d4e753e9b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/bdeb2948-7421-460e-9d9f-3d9d4e753e9b.jpg not downloaded yet
2026-03-26 12:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746605/general/1fe9edd6-147f-4e37-8192-ca1e206e7c60.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726577)
2026-03-26 12:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746605/general/bdeb2948-7421-460e-9d9f-3d9d4e753e9b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726577)
2026-03-26 12:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726568> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30: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 12:30:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633da90>
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252F1fe9edd6-147f-4e37-8192-ca1e206e7c60.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/1fe9edd6-147f-4e37-8192-ca1e206e7c60.jpg saved to cache
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9cbcea8b-1baf-52ef-bd64-8054e5664fe6
2026-03-26 12:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746605/general/9a01570d-b13a-4a87-93ef-c84be495a075.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726577)
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d7901d0>
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252Fbdeb2948-7421-460e-9d9f-3d9d4e753e9b.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/bdeb2948-7421-460e-9d9f-3d9d4e753e9b.jpg saved to cache
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9cbcea8b-1baf-52ef-bd64-8054e5664fe6
2026-03-26 12:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746605/general/dd15875c-7d69-4e37-b5a3-66126e77da5c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726577)
2026-03-26 12:30:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06188fbf-3f5b-5cc7-ba36-c15eafe3755a with identifier: 10726568
2026-03-26 12:30:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06188fbf-3f5b-5cc7-ba36-c15eafe3755a with scrape type 1
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 06188fbf-3f5b-5cc7-ba36-c15eafe3755a
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F0d040424-3398-494e-b515-7d95ef5c403a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/0d040424-3398-494e-b515-7d95ef5c403a.jpg not downloaded yet
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e516d0>
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252F9a01570d-b13a-4a87-93ef-c84be495a075.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/9a01570d-b13a-4a87-93ef-c84be495a075.jpg saved to cache
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9cbcea8b-1baf-52ef-bd64-8054e5664fe6
2026-03-26 12:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746605/general/78765221-de22-4d50-b35c-ea2ce4f7b9db.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726577)
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F28fb349c-f008-4068-b875-f73488a9f409.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/28fb349c-f008-4068-b875-f73488a9f409.jpg not downloaded yet
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F2d984c3a-f9fa-4524-8c9d-1f57f6b4e028.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/2d984c3a-f9fa-4524-8c9d-1f57f6b4e028.jpg not downloaded yet
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F59c89cc6-8875-45a4-a4b5-7a12d7d404d2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/59c89cc6-8875-45a4-a4b5-7a12d7d404d2.jpg not downloaded yet
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252Fa2d36c83-c6ef-4d42-ba30-82fddf48be34.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/a2d36c83-c6ef-4d42-ba30-82fddf48be34.jpg not downloaded yet
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156428ad0>
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252Fdd15875c-7d69-4e37-b5a3-66126e77da5c.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/dd15875c-7d69-4e37-b5a3-66126e77da5c.jpg saved to cache
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9cbcea8b-1baf-52ef-bd64-8054e5664fe6
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F5bd74a01-eb9e-49e0-89cb-98d0f5686d87.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/5bd74a01-eb9e-49e0-89cb-98d0f5686d87.jpg not downloaded yet
2026-03-26 12:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746605/general/f5cb0b49-23f6-4f3a-bc25-88c6920ef2a3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726577)
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F714944ab-cc3f-46c7-b975-8037fe268636.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/714944ab-cc3f-46c7-b975-8037fe268636.jpg not downloaded yet
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156595ad0>
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252F78765221-de22-4d50-b35c-ea2ce4f7b9db.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/78765221-de22-4d50-b35c-ea2ce4f7b9db.jpg saved to cache
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9cbcea8b-1baf-52ef-bd64-8054e5664fe6
2026-03-26 12:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746595/general/0d040424-3398-494e-b515-7d95ef5c403a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726568)
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F363fc3e0-99cc-449f-8a5b-cd5a04951ef3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/363fc3e0-99cc-449f-8a5b-cd5a04951ef3.jpg not downloaded yet
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F4ca2db2c-d9e6-4f9f-8f85-769bc8d1138f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/4ca2db2c-d9e6-4f9f-8f85-769bc8d1138f.jpg not downloaded yet
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F084f72fd-089d-4052-a64e-54831b18983b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/084f72fd-089d-4052-a64e-54831b18983b.jpg not downloaded yet
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c130390>
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252Ff5cb0b49-23f6-4f3a-bc25-88c6920ef2a3.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/f5cb0b49-23f6-4f3a-bc25-88c6920ef2a3.jpg saved to cache
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9cbcea8b-1baf-52ef-bd64-8054e5664fe6
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156497650>
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F0d040424-3398-494e-b515-7d95ef5c403a.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/0d040424-3398-494e-b515-7d95ef5c403a.jpg saved to cache
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 06188fbf-3f5b-5cc7-ba36-c15eafe3755a
2026-03-26 12:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746595/general/5bd74a01-eb9e-49e0-89cb-98d0f5686d87.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726568)
2026-03-26 12:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746595/general/714944ab-cc3f-46c7-b975-8037fe268636.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726568)
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f016aced110>
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F5bd74a01-eb9e-49e0-89cb-98d0f5686d87.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/5bd74a01-eb9e-49e0-89cb-98d0f5686d87.jpg saved to cache
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 06188fbf-3f5b-5cc7-ba36-c15eafe3755a
2026-03-26 12:30:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746595/general/084f72fd-089d-4052-a64e-54831b18983b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726568)
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0efb10>
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F714944ab-cc3f-46c7-b975-8037fe268636.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/714944ab-cc3f-46c7-b975-8037fe268636.jpg saved to cache
2026-03-26 12:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 06188fbf-3f5b-5cc7-ba36-c15eafe3755a
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156513750>
2026-03-26 12:30:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F084f72fd-089d-4052-a64e-54831b18983b.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/084f72fd-089d-4052-a64e-54831b18983b.jpg saved to cache
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 06188fbf-3f5b-5cc7-ba36-c15eafe3755a
2026-03-26 12:30:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746595/general/4ca2db2c-d9e6-4f9f-8f85-769bc8d1138f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726568)
2026-03-26 12:30:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746595/general/363fc3e0-99cc-449f-8a5b-cd5a04951ef3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726568)
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d456050>
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F4ca2db2c-d9e6-4f9f-8f85-769bc8d1138f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/4ca2db2c-d9e6-4f9f-8f85-769bc8d1138f.jpg saved to cache
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 06188fbf-3f5b-5cc7-ba36-c15eafe3755a
2026-03-26 12:30:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726437> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12: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 12:30:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746595/general/a2d36c83-c6ef-4d42-ba30-82fddf48be34.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726568)
2026-03-26 12:30:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746595/general/59c89cc6-8875-45a4-a4b5-7a12d7d404d2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726568)
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015623afd0>
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F363fc3e0-99cc-449f-8a5b-cd5a04951ef3.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/363fc3e0-99cc-449f-8a5b-cd5a04951ef3.jpg saved to cache
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 06188fbf-3f5b-5cc7-ba36-c15eafe3755a
2026-03-26 12:30:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2207d14d-d89c-5822-8f83-4ef06435d0a8 with identifier: 10726437
2026-03-26 12:30:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2207d14d-d89c-5822-8f83-4ef06435d0a8 with scrape type 1
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2207d14d-d89c-5822-8f83-4ef06435d0a8
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252F60d6aaa0-9eac-4b82-bbc8-2c12e832d5e7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/60d6aaa0-9eac-4b82-bbc8-2c12e832d5e7.jpg not downloaded yet
2026-03-26 12:30:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746595/general/2d984c3a-f9fa-4524-8c9d-1f57f6b4e028.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726568)
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252Ff753a34e-d21e-4634-89f0-66a175db5ca6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/f753a34e-d21e-4634-89f0-66a175db5ca6.jpg not downloaded yet
2026-03-26 12:30:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746605/general/78c23961-19fe-4d8e-bf74-58cccb72a358.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726577)
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252F6d496eaf-752a-4a6c-9c73-1b7ad327abf3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/6d496eaf-752a-4a6c-9c73-1b7ad327abf3.jpg not downloaded yet
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156309ad0>
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252Fa2d36c83-c6ef-4d42-ba30-82fddf48be34.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/a2d36c83-c6ef-4d42-ba30-82fddf48be34.jpg saved to cache
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 06188fbf-3f5b-5cc7-ba36-c15eafe3755a
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564a6b50>
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F59c89cc6-8875-45a4-a4b5-7a12d7d404d2.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/59c89cc6-8875-45a4-a4b5-7a12d7d404d2.jpg saved to cache
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 06188fbf-3f5b-5cc7-ba36-c15eafe3755a
2026-03-26 12:30:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746595/general/28fb349c-f008-4068-b875-f73488a9f409.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726568)
2026-03-26 12:30:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746485/general/60d6aaa0-9eac-4b82-bbc8-2c12e832d5e7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726437)
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252Fc4acafa5-bf13-42fc-874e-9f2b72e187ed.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/c4acafa5-bf13-42fc-874e-9f2b72e187ed.jpg not downloaded yet
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252F6f71d22a-a897-4a4c-9159-8d7b773fa4eb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/6f71d22a-a897-4a4c-9159-8d7b773fa4eb.jpg not downloaded yet
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c098450>
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F2d984c3a-f9fa-4524-8c9d-1f57f6b4e028.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/2d984c3a-f9fa-4524-8c9d-1f57f6b4e028.jpg saved to cache
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 06188fbf-3f5b-5cc7-ba36-c15eafe3755a
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015630b710>
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252F78c23961-19fe-4d8e-bf74-58cccb72a358.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/78c23961-19fe-4d8e-bf74-58cccb72a358.jpg saved to cache
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9cbcea8b-1baf-52ef-bd64-8054e5664fe6
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252Ffeade6c9-a1bb-4b4d-9d05-9d6b19e16a70.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/feade6c9-a1bb-4b4d-9d05-9d6b19e16a70.jpg not downloaded yet
2026-03-26 12:30:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746485/general/6d496eaf-752a-4a6c-9c73-1b7ad327abf3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726437)
2026-03-26 12:30:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746605/general/b7ab5ae7-c07d-47bb-8d42-52ca4694fa40.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726577)
2026-03-26 12:30:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746485/general/f753a34e-d21e-4634-89f0-66a175db5ca6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726437)
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252F31e30d59-f420-4229-ab2b-8546bed3c29d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/31e30d59-f420-4229-ab2b-8546bed3c29d.jpg not downloaded yet
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ecebd0>
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746595%252Fgeneral%252F28fb349c-f008-4068-b875-f73488a9f409.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746595/general/28fb349c-f008-4068-b875-f73488a9f409.jpg saved to cache
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 06188fbf-3f5b-5cc7-ba36-c15eafe3755a
2026-03-26 12:30:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 06188fbf-3f5b-5cc7-ba36-c15eafe3755a, skipping ID generation
2026-03-26 12:30:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06188fbf-3f5b-5cc7-ba36-c15eafe3755a with scrape type 1
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 06188fbf-3f5b-5cc7-ba36-c15eafe3755a sending to next pipeline
2026-03-26 12:30:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 06188fbf-3f5b-5cc7-ba36-c15eafe3755a, identifier: 10726568
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564a6490>
2026-03-26 12:30:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252F60d6aaa0-9eac-4b82-bbc8-2c12e832d5e7.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/60d6aaa0-9eac-4b82-bbc8-2c12e832d5e7.jpg saved to cache
2026-03-26 12:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2207d14d-d89c-5822-8f83-4ef06435d0a8
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252Ff65c2022-333f-4e87-993f-d29a45fa86a8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/f65c2022-333f-4e87-993f-d29a45fa86a8.jpg not downloaded yet
2026-03-26 12:30:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 06188fbf-3f5b-5cc7-ba36-c15eafe3755a with identifier: 10726568
2026-03-26 12:30:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 06188fbf-3f5b-5cc7-ba36-c15eafe3755a with identifier: 10726568
2026-03-26 12:30:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 06188fbf-3f5b-5cc7-ba36-c15eafe3755a with identifier: 10726568 to the API
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:30:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746595/general/28fb349c-f008-4068-b875-f73488a9f409.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 122,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '06188fbf-3f5b-5cc7-ba36-c15eafe3755a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF1RFK00970206878',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726568',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 22177,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 37,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162593,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746595/general/0d040424-3398-494e-b515-7d95ef5c403a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149156,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746595/general/28fb349c-f008-4068-b875-f73488a9f409.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147362,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746595/general/2d984c3a-f9fa-4524-8c9d-1f57f6b4e028.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143087,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746595/general/59c89cc6-8875-45a4-a4b5-7a12d7d404d2.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150831,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746595/general/a2d36c83-c6ef-4d42-ba30-82fddf48be34.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60129,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746595/general/5bd74a01-eb9e-49e0-89cb-98d0f5686d87.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138187,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746595/general/714944ab-cc3f-46c7-b975-8037fe268636.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108518,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746595/general/363fc3e0-99cc-449f-8a5b-cd5a04951ef3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100109,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746595/general/4ca2db2c-d9e6-4f9f-8f85-769bc8d1138f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_06188fbf-3f5b-5cc7-ba36-c15eafe3755a/06188fbf-3f5b-5cc7-ba36-c15eafe3755a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95124,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746595/general/084f72fd-089d-4052-a64e-54831b18983b.jpg',
'Width': 800}],
'price': 9400,
'price_includes_vat': True,
'registration_date': '2022-12-13',
'seats_number': 2,
'seller_name': 'Mobility Concept GmbH',
'title': 'Renault Kangoo - Electric - Automatic - 122 hp - 22.177 km',
'transmission': 'automatic',
'trim': 'Start L1',
'vin': None,
'year': 2022}
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726568%27 HTTP/1.1" 200 None
2026-03-26 12:30:40 [adesa.de] INFO: Saving data for 10726568: {'created_time': 1774528240.396026, 'last_price_update_time': 1774528240.396037, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726568') HTTP/1.1" 204 0
2026-03-26 12:30:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746485/general/c4acafa5-bf13-42fc-874e-9f2b72e187ed.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726437)
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252F5b01f41a-a24c-469f-85cc-4edf19377f8d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/5b01f41a-a24c-469f-85cc-4edf19377f8d.jpg not downloaded yet
2026-03-26 12:30:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746485/general/6f71d22a-a897-4a4c-9159-8d7b773fa4eb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726437)
2026-03-26 12:30:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726652> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156596350>
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252F6d496eaf-752a-4a6c-9c73-1b7ad327abf3.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/6d496eaf-752a-4a6c-9c73-1b7ad327abf3.jpg saved to cache
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2207d14d-d89c-5822-8f83-4ef06435d0a8
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156366e90>
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252Fb7ab5ae7-c07d-47bb-8d42-52ca4694fa40.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/b7ab5ae7-c07d-47bb-8d42-52ca4694fa40.jpg saved to cache
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9cbcea8b-1baf-52ef-bd64-8054e5664fe6
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561457d0>
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252Ff753a34e-d21e-4634-89f0-66a175db5ca6.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/f753a34e-d21e-4634-89f0-66a175db5ca6.jpg saved to cache
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2207d14d-d89c-5822-8f83-4ef06435d0a8
2026-03-26 12:30:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746485/general/feade6c9-a1bb-4b4d-9d05-9d6b19e16a70.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726437)
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252Fa997c509-c43a-4aa2-9e4c-ebff9b84a25b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/a997c509-c43a-4aa2-9e4c-ebff9b84a25b.jpg not downloaded yet
2026-03-26 12:30: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 12:30:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ea7890>
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252Fc4acafa5-bf13-42fc-874e-9f2b72e187ed.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/c4acafa5-bf13-42fc-874e-9f2b72e187ed.jpg saved to cache
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2207d14d-d89c-5822-8f83-4ef06435d0a8
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156496810>
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252F6f71d22a-a897-4a4c-9159-8d7b773fa4eb.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/6f71d22a-a897-4a4c-9159-8d7b773fa4eb.jpg saved to cache
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2207d14d-d89c-5822-8f83-4ef06435d0a8
2026-03-26 12:30:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43963a59-3c27-596f-9414-f1a605a30cef with identifier: 10726652
2026-03-26 12:30:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43963a59-3c27-596f-9414-f1a605a30cef with scrape type 1
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 43963a59-3c27-596f-9414-f1a605a30cef
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252F74cfa44b-b0c1-4be8-9fe1-5f95d95cd043.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/74cfa44b-b0c1-4be8-9fe1-5f95d95cd043.jpg not downloaded yet
2026-03-26 12:30:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746485/general/f65c2022-333f-4e87-993f-d29a45fa86a8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726437)
2026-03-26 12:30:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746485/general/5b01f41a-a24c-469f-85cc-4edf19377f8d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726437)
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252F54de50aa-1494-47f0-a9c8-fddeafb5df6b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/54de50aa-1494-47f0-a9c8-fddeafb5df6b.jpg not downloaded yet
2026-03-26 12:30:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746485/general/31e30d59-f420-4229-ab2b-8546bed3c29d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726437)
2026-03-26 12:30:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746605/general/9dbe40c8-ba0b-41cc-8f3d-5a958b5bf13f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726577)
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252Fcd38c6ce-8413-41ff-ada5-8425e186a89d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/cd38c6ce-8413-41ff-ada5-8425e186a89d.jpg not downloaded yet
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156238e10>
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252Ffeade6c9-a1bb-4b4d-9d05-9d6b19e16a70.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/feade6c9-a1bb-4b4d-9d05-9d6b19e16a70.jpg saved to cache
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2207d14d-d89c-5822-8f83-4ef06435d0a8
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252F3faa353a-9662-4172-bce3-867f90ecc9f9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/3faa353a-9662-4172-bce3-867f90ecc9f9.jpg not downloaded yet
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252Fd4512117-b47b-4868-a266-dff240e28bb2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/d4512117-b47b-4868-a266-dff240e28bb2.jpg not downloaded yet
2026-03-26 12:30:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746673/general/74cfa44b-b0c1-4be8-9fe1-5f95d95cd043.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726652)
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252Fb6782523-b56f-406b-acd6-24321ac83f2f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/b6782523-b56f-406b-acd6-24321ac83f2f.jpg not downloaded yet
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f016aced110>
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252Ff65c2022-333f-4e87-993f-d29a45fa86a8.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/f65c2022-333f-4e87-993f-d29a45fa86a8.jpg saved to cache
2026-03-26 12:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2207d14d-d89c-5822-8f83-4ef06435d0a8
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c133c50>
2026-03-26 12:30:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252F5b01f41a-a24c-469f-85cc-4edf19377f8d.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/5b01f41a-a24c-469f-85cc-4edf19377f8d.jpg saved to cache
2026-03-26 12:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2207d14d-d89c-5822-8f83-4ef06435d0a8
2026-03-26 12:30:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746485/general/a997c509-c43a-4aa2-9e4c-ebff9b84a25b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726437)
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252Fa5917a0f-2b5c-4ee8-91ea-a5d04d4391cf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/a5917a0f-2b5c-4ee8-91ea-a5d04d4391cf.jpg not downloaded yet
2026-03-26 12:30:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633f8d0>
2026-03-26 12:30:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252F31e30d59-f420-4229-ab2b-8546bed3c29d.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/31e30d59-f420-4229-ab2b-8546bed3c29d.jpg saved to cache
2026-03-26 12:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2207d14d-d89c-5822-8f83-4ef06435d0a8
2026-03-26 12:30:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e44910>
2026-03-26 12:30:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746605%252Fgeneral%252F9dbe40c8-ba0b-41cc-8f3d-5a958b5bf13f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746605/general/9dbe40c8-ba0b-41cc-8f3d-5a958b5bf13f.jpg saved to cache
2026-03-26 12:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9cbcea8b-1baf-52ef-bd64-8054e5664fe6
2026-03-26 12:30:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9cbcea8b-1baf-52ef-bd64-8054e5664fe6, skipping ID generation
2026-03-26 12:30:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cbcea8b-1baf-52ef-bd64-8054e5664fe6 with scrape type 1
2026-03-26 12:30:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9cbcea8b-1baf-52ef-bd64-8054e5664fe6 sending to next pipeline
2026-03-26 12:30:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 9cbcea8b-1baf-52ef-bd64-8054e5664fe6, identifier: 10726577
2026-03-26 12:30:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746673/general/54de50aa-1494-47f0-a9c8-fddeafb5df6b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726652)
2026-03-26 12:30:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 9cbcea8b-1baf-52ef-bd64-8054e5664fe6 with identifier: 10726577
2026-03-26 12:30:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 9cbcea8b-1baf-52ef-bd64-8054e5664fe6 with identifier: 10726577
2026-03-26 12:30:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 9cbcea8b-1baf-52ef-bd64-8054e5664fe6 with identifier: 10726577 to the API
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746605/general/9dbe40c8-ba0b-41cc-8f3d-5a958b5bf13f.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 122,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '9cbcea8b-1baf-52ef-bd64-8054e5664fe6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF1RFK00570206957',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726577',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 28489,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 27,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137111,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746605/general/042895bd-fe19-4b6b-82de-aa56a22ad7b1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149134,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746605/general/9dbe40c8-ba0b-41cc-8f3d-5a958b5bf13f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70873,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746605/general/b7ab5ae7-c07d-47bb-8d42-52ca4694fa40.jpg',
'Width': 758},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154739,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746605/general/78c23961-19fe-4d8e-bf74-58cccb72a358.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151423,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746605/general/f5cb0b49-23f6-4f3a-bc25-88c6920ef2a3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150385,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746605/general/1fe9edd6-147f-4e37-8192-ca1e206e7c60.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154432,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746605/general/78765221-de22-4d50-b35c-ea2ce4f7b9db.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141667,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746605/general/dd15875c-7d69-4e37-b5a3-66126e77da5c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 14886,
'Height': 291,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746605/general/9a01570d-b13a-4a87-93ef-c84be495a075.jpg',
'Width': 1068},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbcea8b-1baf-52ef-bd64-8054e5664fe6/9cbcea8b-1baf-52ef-bd64-8054e5664fe6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 16375,
'Height': 389,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746605/general/bdeb2948-7421-460e-9d9f-3d9d4e753e9b.jpg',
'Width': 1096}],
'price': 8400,
'price_includes_vat': True,
'registration_date': '2022-12-14',
'seats_number': 2,
'seller_name': 'Mobility Concept GmbH',
'title': 'Renault Kangoo - Electric - Automatic - 122 hp - 28.489 km',
'transmission': 'automatic',
'trim': 'Start L1',
'vin': None,
'year': 2022}
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726577%27 HTTP/1.1" 200 None
2026-03-26 12:30:41 [adesa.de] INFO: Saving data for 10726577: {'created_time': 1774528241.762687, 'last_price_update_time': 1774528241.762699, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726577') HTTP/1.1" 204 0
2026-03-26 12:30:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1fc7d0>
2026-03-26 12:30:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252F74cfa44b-b0c1-4be8-9fe1-5f95d95cd043.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/74cfa44b-b0c1-4be8-9fe1-5f95d95cd043.jpg saved to cache
2026-03-26 12:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 43963a59-3c27-596f-9414-f1a605a30cef
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252Fbe2757fd-9436-45c0-9e25-d63daa0364e6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/be2757fd-9436-45c0-9e25-d63daa0364e6.jpg not downloaded yet
2026-03-26 12:30:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746673/general/d4512117-b47b-4868-a266-dff240e28bb2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726652)
2026-03-26 12:30:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e6110>
2026-03-26 12:30:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746485%252Fgeneral%252Fa997c509-c43a-4aa2-9e4c-ebff9b84a25b.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746485/general/a997c509-c43a-4aa2-9e4c-ebff9b84a25b.jpg saved to cache
2026-03-26 12:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2207d14d-d89c-5822-8f83-4ef06435d0a8
2026-03-26 12:30:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2207d14d-d89c-5822-8f83-4ef06435d0a8, skipping ID generation
2026-03-26 12:30:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2207d14d-d89c-5822-8f83-4ef06435d0a8 with scrape type 1
2026-03-26 12:30:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2207d14d-d89c-5822-8f83-4ef06435d0a8 sending to next pipeline
2026-03-26 12:30:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 2207d14d-d89c-5822-8f83-4ef06435d0a8, identifier: 10726437
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252F8e668ce4-b91e-4a0a-ab3a-d119adf31702.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/8e668ce4-b91e-4a0a-ab3a-d119adf31702.jpg not downloaded yet
2026-03-26 12:30:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 2207d14d-d89c-5822-8f83-4ef06435d0a8 with identifier: 10726437
2026-03-26 12:30:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 2207d14d-d89c-5822-8f83-4ef06435d0a8 with identifier: 10726437
2026-03-26 12:30:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 2207d14d-d89c-5822-8f83-4ef06435d0a8 with identifier: 10726437 to the API
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746485/general/a997c509-c43a-4aa2-9e4c-ebff9b84a25b.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 131,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '2207d14d-d89c-5822-8f83-4ef06435d0a8',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF1RCB00970232535',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726437',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Megane E-Tech',
'odometer': 22790,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 27,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42411,
'Height': 363,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746485/general/60d6aaa0-9eac-4b82-bbc8-2c12e832d5e7.jpg',
'Width': 484},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111378,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746485/general/f753a34e-d21e-4634-89f0-66a175db5ca6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38291,
'Height': 363,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746485/general/6d496eaf-752a-4a6c-9c73-1b7ad327abf3.jpg',
'Width': 485},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39429,
'Height': 363,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746485/general/c4acafa5-bf13-42fc-874e-9f2b72e187ed.jpg',
'Width': 484},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142740,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746485/general/6f71d22a-a897-4a4c-9159-8d7b773fa4eb.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152648,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746485/general/feade6c9-a1bb-4b4d-9d05-9d6b19e16a70.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126203,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746485/general/31e30d59-f420-4229-ab2b-8546bed3c29d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41199,
'Height': 363,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746485/general/f65c2022-333f-4e87-993f-d29a45fa86a8.jpg',
'Width': 485},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50959,
'Height': 520,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746485/general/5b01f41a-a24c-469f-85cc-4edf19377f8d.jpg',
'Width': 720},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2207d14d-d89c-5822-8f83-4ef06435d0a8/2207d14d-d89c-5822-8f83-4ef06435d0a8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166710,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746485/general/a997c509-c43a-4aa2-9e4c-ebff9b84a25b.jpg',
'Width': 1280}],
'price': 11300,
'price_includes_vat': True,
'registration_date': '2022-12-14',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Renault Megane E-Tech Evolution - Electric - Automatic - 131 hp - '
'22.790 km',
'transmission': 'automatic',
'trim': 'Evolution',
'vin': None,
'year': 2022}
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726437%27 HTTP/1.1" 200 None
2026-03-26 12:30:42 [adesa.de] INFO: Saving data for 10726437: {'created_time': 1774528242.43367, 'last_price_update_time': 1774528242.433682, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726437') HTTP/1.1" 204 0
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156241c90>
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252F54de50aa-1494-47f0-a9c8-fddeafb5df6b.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/54de50aa-1494-47f0-a9c8-fddeafb5df6b.jpg saved to cache
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 43963a59-3c27-596f-9414-f1a605a30cef
2026-03-26 12:30:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746673/general/3faa353a-9662-4172-bce3-867f90ecc9f9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726652)
2026-03-26 12:30:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746673/general/b6782523-b56f-406b-acd6-24321ac83f2f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726652)
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252Ff192e6dc-812b-4aef-92bf-7cef00267362.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/f192e6dc-812b-4aef-92bf-7cef00267362.jpg not downloaded yet
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563bb090>
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252Fd4512117-b47b-4868-a266-dff240e28bb2.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/d4512117-b47b-4868-a266-dff240e28bb2.jpg saved to cache
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 43963a59-3c27-596f-9414-f1a605a30cef
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1fc810>
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252F3faa353a-9662-4172-bce3-867f90ecc9f9.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/3faa353a-9662-4172-bce3-867f90ecc9f9.jpg saved to cache
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 43963a59-3c27-596f-9414-f1a605a30cef
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563646d0>
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252Fb6782523-b56f-406b-acd6-24321ac83f2f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/b6782523-b56f-406b-acd6-24321ac83f2f.jpg saved to cache
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 43963a59-3c27-596f-9414-f1a605a30cef
2026-03-26 12:30:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746673/general/a5917a0f-2b5c-4ee8-91ea-a5d04d4391cf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726652)
2026-03-26 12:30:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746673/general/8e668ce4-b91e-4a0a-ab3a-d119adf31702.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726652)
2026-03-26 12:30:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746673/general/be2757fd-9436-45c0-9e25-d63daa0364e6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726652)
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ed050>
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252Fa5917a0f-2b5c-4ee8-91ea-a5d04d4391cf.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/a5917a0f-2b5c-4ee8-91ea-a5d04d4391cf.jpg saved to cache
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 43963a59-3c27-596f-9414-f1a605a30cef
2026-03-26 12:30:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746673/general/f192e6dc-812b-4aef-92bf-7cef00267362.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726652)
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fb5f10>
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252F8e668ce4-b91e-4a0a-ab3a-d119adf31702.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/8e668ce4-b91e-4a0a-ab3a-d119adf31702.jpg saved to cache
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 43963a59-3c27-596f-9414-f1a605a30cef
2026-03-26 12:30:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746673/general/cd38c6ce-8413-41ff-ada5-8425e186a89d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726652)
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cfd1b50>
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252Fbe2757fd-9436-45c0-9e25-d63daa0364e6.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/be2757fd-9436-45c0-9e25-d63daa0364e6.jpg saved to cache
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 43963a59-3c27-596f-9414-f1a605a30cef
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0efb10>
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252Ff192e6dc-812b-4aef-92bf-7cef00267362.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/f192e6dc-812b-4aef-92bf-7cef00267362.jpg saved to cache
2026-03-26 12:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 43963a59-3c27-596f-9414-f1a605a30cef
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e51010>
2026-03-26 12:30:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746673%252Fgeneral%252Fcd38c6ce-8413-41ff-ada5-8425e186a89d.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746673/general/cd38c6ce-8413-41ff-ada5-8425e186a89d.jpg saved to cache
2026-03-26 12:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 43963a59-3c27-596f-9414-f1a605a30cef
2026-03-26 12:30:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 43963a59-3c27-596f-9414-f1a605a30cef, skipping ID generation
2026-03-26 12:30:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43963a59-3c27-596f-9414-f1a605a30cef with scrape type 1
2026-03-26 12:30:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 43963a59-3c27-596f-9414-f1a605a30cef sending to next pipeline
2026-03-26 12:30:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 43963a59-3c27-596f-9414-f1a605a30cef, identifier: 10726652
2026-03-26 12:30:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 43963a59-3c27-596f-9414-f1a605a30cef with identifier: 10726652
2026-03-26 12:30:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 43963a59-3c27-596f-9414-f1a605a30cef with identifier: 10726652
2026-03-26 12:30:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 43963a59-3c27-596f-9414-f1a605a30cef with identifier: 10726652 to the API
2026-03-26 12:30:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746673/general/cd38c6ce-8413-41ff-ada5-8425e186a89d.jpg>
{'auction_title': '',
'c_o_2_emission_value': 93,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 75,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '43963a59-3c27-596f-9414-f1a605a30cef',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '432274',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726652',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 41377,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 81,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159926,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746673/general/74cfa44b-b0c1-4be8-9fe1-5f95d95cd043.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127804,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746673/general/54de50aa-1494-47f0-a9c8-fddeafb5df6b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124812,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746673/general/cd38c6ce-8413-41ff-ada5-8425e186a89d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167036,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746673/general/3faa353a-9662-4172-bce3-867f90ecc9f9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90923,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746673/general/d4512117-b47b-4868-a266-dff240e28bb2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117759,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746673/general/b6782523-b56f-406b-acd6-24321ac83f2f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88515,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746673/general/a5917a0f-2b5c-4ee8-91ea-a5d04d4391cf.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129607,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746673/general/be2757fd-9436-45c0-9e25-d63daa0364e6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58002,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746673/general/8e668ce4-b91e-4a0a-ab3a-d119adf31702.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_43963a59-3c27-596f-9414-f1a605a30cef/43963a59-3c27-596f-9414-f1a605a30cef_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111977,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746673/general/f192e6dc-812b-4aef-92bf-7cef00267362.jpg',
'Width': 800}],
'price': 1300,
'price_includes_vat': True,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Opel Corsa 1.2 Edition - Petrol - Manual - 75 hp - 41.377 km',
'transmission': 'manual',
'trim': 'Edition',
'vin': None,
'year': 2021}
2026-03-26 12:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726652%27 HTTP/1.1" 200 None
2026-03-26 12:30:43 [adesa.de] INFO: Saving data for 10726652: {'created_time': 1774528243.557228, 'last_price_update_time': 1774528243.557241, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726652') HTTP/1.1" 204 0
2026-03-26 12:30:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727118> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30: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 12:30:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a76098d-7524-5b63-b58c-75d43c8c6d86 with identifier: 10727118
2026-03-26 12:30:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a76098d-7524-5b63-b58c-75d43c8c6d86 with scrape type 1
2026-03-26 12:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2a76098d-7524-5b63-b58c-75d43c8c6d86
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252F62d269fc-9d10-48e2-b0cc-d1e3fd97ade4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/62d269fc-9d10-48e2-b0cc-d1e3fd97ade4.jpg not downloaded yet
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252Fc08a5344-e1e4-43dd-87e9-9b7a8d6d2d08.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/c08a5344-e1e4-43dd-87e9-9b7a8d6d2d08.jpg not downloaded yet
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252F7be85433-ae92-4a37-9612-4693ee6bc21e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/7be85433-ae92-4a37-9612-4693ee6bc21e.jpg not downloaded yet
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252F97f3fb4c-f5b3-4ec6-b202-61f7e0f8c0d5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/97f3fb4c-f5b3-4ec6-b202-61f7e0f8c0d5.jpg not downloaded yet
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252F63490161-7d18-4cb6-a43c-407c6da234dd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/63490161-7d18-4cb6-a43c-407c6da234dd.jpg not downloaded yet
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252Fc0b50a55-de7c-4617-b0d9-e620578ea85c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/c0b50a55-de7c-4617-b0d9-e620578ea85c.jpg not downloaded yet
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252F7c0a1171-9de0-42e0-8451-2e366bd1222e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/7c0a1171-9de0-42e0-8451-2e366bd1222e.jpg not downloaded yet
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252F2f531bc8-b536-4363-ab64-5bec386bbce8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/2f531bc8-b536-4363-ab64-5bec386bbce8.jpg not downloaded yet
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252F3503c204-bcd1-4fa1-9ebc-a629d81432fe.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/3503c204-bcd1-4fa1-9ebc-a629d81432fe.jpg not downloaded yet
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252Fb6a06523-dfed-4e33-9c9e-8de2f4de7b7b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/b6a06523-dfed-4e33-9c9e-8de2f4de7b7b.jpg not downloaded yet
2026-03-26 12:30:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726993> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30: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 12:30:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae3fff93-7a45-57b7-a900-8824fa924f8c with identifier: 10726993
2026-03-26 12:30:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae3fff93-7a45-57b7-a900-8824fa924f8c with scrape type 1
2026-03-26 12:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ae3fff93-7a45-57b7-a900-8824fa924f8c
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252F90125b41-90ee-40c9-a632-124b1c123b1f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/90125b41-90ee-40c9-a632-124b1c123b1f.jpg not downloaded yet
2026-03-26 12:30:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746739/general/b6a06523-dfed-4e33-9c9e-8de2f4de7b7b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727118)
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252F95c800ea-6a8b-44f9-a82c-5e311b2c23bb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/95c800ea-6a8b-44f9-a82c-5e311b2c23bb.jpg not downloaded yet
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252Fb6b4100e-8676-43a4-bb01-7b7260768bfe.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/b6b4100e-8676-43a4-bb01-7b7260768bfe.jpg not downloaded yet
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252Fdf57ac3a-264e-4ff5-8da3-3a4214c49b92.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/df57ac3a-264e-4ff5-8da3-3a4214c49b92.jpg not downloaded yet
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252F7fde2b11-a6ee-4301-a4da-d10a1129206f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/7fde2b11-a6ee-4301-a4da-d10a1129206f.jpg not downloaded yet
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252Ffdfbab12-313a-4286-864b-4cfe93c6f3fa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/fdfbab12-313a-4286-864b-4cfe93c6f3fa.jpg not downloaded yet
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252Fdb474721-33d7-41fc-a8df-6637dd79bf73.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/db474721-33d7-41fc-a8df-6637dd79bf73.jpg not downloaded yet
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252F009fae54-8092-42ec-a846-83faa9dfa3a2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/009fae54-8092-42ec-a846-83faa9dfa3a2.jpg not downloaded yet
2026-03-26 12:30:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ff510>
2026-03-26 12:30:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252Fb6a06523-dfed-4e33-9c9e-8de2f4de7b7b.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/b6a06523-dfed-4e33-9c9e-8de2f4de7b7b.jpg saved to cache
2026-03-26 12:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2a76098d-7524-5b63-b58c-75d43c8c6d86
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252F4afd3a7e-330a-4658-ae26-a515254772f3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/4afd3a7e-330a-4658-ae26-a515254772f3.jpg not downloaded yet
2026-03-26 12:30:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746703/general/90125b41-90ee-40c9-a632-124b1c123b1f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726993)
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252Ff3abfd1c-9dbb-42bb-b353-aebb5b034a31.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/f3abfd1c-9dbb-42bb-b353-aebb5b034a31.jpg not downloaded yet
2026-03-26 12:30:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156145f90>
2026-03-26 12:30:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252F90125b41-90ee-40c9-a632-124b1c123b1f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/90125b41-90ee-40c9-a632-124b1c123b1f.jpg saved to cache
2026-03-26 12:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ae3fff93-7a45-57b7-a900-8824fa924f8c
2026-03-26 12:30:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746703/general/009fae54-8092-42ec-a846-83faa9dfa3a2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726993)
2026-03-26 12:30:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563b9b10>
2026-03-26 12:30:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252F009fae54-8092-42ec-a846-83faa9dfa3a2.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/009fae54-8092-42ec-a846-83faa9dfa3a2.jpg saved to cache
2026-03-26 12:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ae3fff93-7a45-57b7-a900-8824fa924f8c
2026-03-26 12:30:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746703/general/f3abfd1c-9dbb-42bb-b353-aebb5b034a31.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726993)
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c104810>
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252Ff3abfd1c-9dbb-42bb-b353-aebb5b034a31.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/f3abfd1c-9dbb-42bb-b353-aebb5b034a31.jpg saved to cache
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ae3fff93-7a45-57b7-a900-8824fa924f8c
2026-03-26 12:30:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746703/general/4afd3a7e-330a-4658-ae26-a515254772f3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726993)
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563b8590>
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252F4afd3a7e-330a-4658-ae26-a515254772f3.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/4afd3a7e-330a-4658-ae26-a515254772f3.jpg saved to cache
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ae3fff93-7a45-57b7-a900-8824fa924f8c
2026-03-26 12:30:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726606> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12: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 12:30:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746703/general/db474721-33d7-41fc-a8df-6637dd79bf73.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726993)
2026-03-26 12:30:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f57a611d-2b30-5064-80c5-cd87c37f40eb with identifier: 10726606
2026-03-26 12:30:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f57a611d-2b30-5064-80c5-cd87c37f40eb with scrape type 1
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f57a611d-2b30-5064-80c5-cd87c37f40eb
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252Ff4dae0d6-9da6-4a8d-988b-fce8774a0063.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/f4dae0d6-9da6-4a8d-988b-fce8774a0063.jpg not downloaded yet
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252F2163cf3c-c23f-4fec-8a9f-4450b18bc41c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/2163cf3c-c23f-4fec-8a9f-4450b18bc41c.jpg not downloaded yet
2026-03-26 12:30:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746703/general/fdfbab12-313a-4286-864b-4cfe93c6f3fa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726993)
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252F5c2e35c7-3b72-4c8a-ab8d-b5602f88a9db.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/5c2e35c7-3b72-4c8a-ab8d-b5602f88a9db.jpg not downloaded yet
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f67450>
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252Fdb474721-33d7-41fc-a8df-6637dd79bf73.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/db474721-33d7-41fc-a8df-6637dd79bf73.jpg saved to cache
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ae3fff93-7a45-57b7-a900-8824fa924f8c
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252F27ed0648-7803-4bac-8821-effa4de0838f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/27ed0648-7803-4bac-8821-effa4de0838f.jpg not downloaded yet
2026-03-26 12:30:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746703/general/7fde2b11-a6ee-4301-a4da-d10a1129206f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726993)
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252F80d04a4c-d905-4cdc-a136-dd0de8e688dc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/80d04a4c-d905-4cdc-a136-dd0de8e688dc.jpg not downloaded yet
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252F60242639-de0c-44d3-afaf-7833dfcdcf94.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/60242639-de0c-44d3-afaf-7833dfcdcf94.jpg not downloaded yet
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252F549c5fa5-6424-4346-91a5-829b4865d83a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/549c5fa5-6424-4346-91a5-829b4865d83a.jpg not downloaded yet
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015647f850>
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252Ffdfbab12-313a-4286-864b-4cfe93c6f3fa.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/fdfbab12-313a-4286-864b-4cfe93c6f3fa.jpg saved to cache
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ae3fff93-7a45-57b7-a900-8824fa924f8c
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252Fc15da284-ad99-46b3-9c20-e2bd54866e38.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/c15da284-ad99-46b3-9c20-e2bd54866e38.jpg not downloaded yet
2026-03-26 12:30:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746632/general/27ed0648-7803-4bac-8821-effa4de0838f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726606)
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252Fce365d47-8cd4-4f46-9ac8-d3f019ac95f2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/ce365d47-8cd4-4f46-9ac8-d3f019ac95f2.jpg not downloaded yet
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564a4850>
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252F7fde2b11-a6ee-4301-a4da-d10a1129206f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/7fde2b11-a6ee-4301-a4da-d10a1129206f.jpg saved to cache
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ae3fff93-7a45-57b7-a900-8824fa924f8c
2026-03-26 12:30:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746632/general/2163cf3c-c23f-4fec-8a9f-4450b18bc41c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726606)
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252F2d3d51c3-27b9-4e03-b388-815fb7d65516.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/2d3d51c3-27b9-4e03-b388-815fb7d65516.jpg not downloaded yet
2026-03-26 12:30:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726634> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12: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 12:30:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf6fe50>
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252F27ed0648-7803-4bac-8821-effa4de0838f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/27ed0648-7803-4bac-8821-effa4de0838f.jpg saved to cache
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f57a611d-2b30-5064-80c5-cd87c37f40eb
2026-03-26 12:30:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746632/general/c15da284-ad99-46b3-9c20-e2bd54866e38.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726606)
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cfd39d0>
2026-03-26 12:30:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252F2163cf3c-c23f-4fec-8a9f-4450b18bc41c.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/2163cf3c-c23f-4fec-8a9f-4450b18bc41c.jpg saved to cache
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f57a611d-2b30-5064-80c5-cd87c37f40eb
2026-03-26 12:30:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746632/general/ce365d47-8cd4-4f46-9ac8-d3f019ac95f2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726606)
2026-03-26 12:30:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4194c39-7d3f-5209-bcdc-f2e71c189f1f with identifier: 10726634
2026-03-26 12:30:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4194c39-7d3f-5209-bcdc-f2e71c189f1f with scrape type 1
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e4194c39-7d3f-5209-bcdc-f2e71c189f1f
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252F40c8c553-041e-47f7-b59b-459f1c52c7aa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/40c8c553-041e-47f7-b59b-459f1c52c7aa.jpg not downloaded yet
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252Fb8dea568-40fc-4d76-bfb4-bc3f44b6f377.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/b8dea568-40fc-4d76-bfb4-bc3f44b6f377.jpg not downloaded yet
2026-03-26 12:30:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746632/general/2d3d51c3-27b9-4e03-b388-815fb7d65516.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726606)
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252Fb365a8b8-c5c7-4d88-9253-55b30ab8f716.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/b365a8b8-c5c7-4d88-9253-55b30ab8f716.jpg not downloaded yet
2026-03-26 12:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252F9ec99f31-4ec6-475b-89a6-ca48423bc96f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/9ec99f31-4ec6-475b-89a6-ca48423bc96f.jpg not downloaded yet
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252F49b5a3c7-1b58-4e2a-bf02-3ef9aa3db7ab.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/49b5a3c7-1b58-4e2a-bf02-3ef9aa3db7ab.jpg not downloaded yet
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ecf090>
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252Fc15da284-ad99-46b3-9c20-e2bd54866e38.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/c15da284-ad99-46b3-9c20-e2bd54866e38.jpg saved to cache
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f57a611d-2b30-5064-80c5-cd87c37f40eb
2026-03-26 12:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746632/general/549c5fa5-6424-4346-91a5-829b4865d83a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726606)
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252Ffe728114-6f33-4a7e-8493-cab419bedd6f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/fe728114-6f33-4a7e-8493-cab419bedd6f.jpg not downloaded yet
2026-03-26 12:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746632/general/60242639-de0c-44d3-afaf-7833dfcdcf94.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726606)
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252F0f9f5d8e-c5d5-4dc8-b9cc-9a5791bac7d0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/0f9f5d8e-c5d5-4dc8-b9cc-9a5791bac7d0.jpg not downloaded yet
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156425cd0>
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252Fce365d47-8cd4-4f46-9ac8-d3f019ac95f2.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/ce365d47-8cd4-4f46-9ac8-d3f019ac95f2.jpg saved to cache
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f57a611d-2b30-5064-80c5-cd87c37f40eb
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252Fe4d5484e-24ba-43e0-aabf-a7ad66d3c2c6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/e4d5484e-24ba-43e0-aabf-a7ad66d3c2c6.jpg not downloaded yet
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156240650>
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252F2d3d51c3-27b9-4e03-b388-815fb7d65516.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/2d3d51c3-27b9-4e03-b388-815fb7d65516.jpg saved to cache
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f57a611d-2b30-5064-80c5-cd87c37f40eb
2026-03-26 12:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746654/general/b8dea568-40fc-4d76-bfb4-bc3f44b6f377.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726634)
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252F65fabd20-7fa9-40bc-b18d-9e6d6822015a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/65fabd20-7fa9-40bc-b18d-9e6d6822015a.jpg not downloaded yet
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e3d8d0>
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252F549c5fa5-6424-4346-91a5-829b4865d83a.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/549c5fa5-6424-4346-91a5-829b4865d83a.jpg saved to cache
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f57a611d-2b30-5064-80c5-cd87c37f40eb
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015642b6d0>
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252F60242639-de0c-44d3-afaf-7833dfcdcf94.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/60242639-de0c-44d3-afaf-7833dfcdcf94.jpg saved to cache
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f57a611d-2b30-5064-80c5-cd87c37f40eb
2026-03-26 12:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746654/general/49b5a3c7-1b58-4e2a-bf02-3ef9aa3db7ab.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726634)
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252Fa6c3002b-f45e-40a9-be6c-d82f41c30b78.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/a6c3002b-f45e-40a9-be6c-d82f41c30b78.jpg not downloaded yet
2026-03-26 12:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746654/general/9ec99f31-4ec6-475b-89a6-ca48423bc96f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726634)
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e0b8d0>
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252Fb8dea568-40fc-4d76-bfb4-bc3f44b6f377.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/b8dea568-40fc-4d76-bfb4-bc3f44b6f377.jpg saved to cache
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e4194c39-7d3f-5209-bcdc-f2e71c189f1f
2026-03-26 12:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746654/general/0f9f5d8e-c5d5-4dc8-b9cc-9a5791bac7d0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726634)
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e08d90>
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252F49b5a3c7-1b58-4e2a-bf02-3ef9aa3db7ab.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/49b5a3c7-1b58-4e2a-bf02-3ef9aa3db7ab.jpg saved to cache
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e4194c39-7d3f-5209-bcdc-f2e71c189f1f
2026-03-26 12:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727120> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30: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 12:30:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564a5810>
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252F9ec99f31-4ec6-475b-89a6-ca48423bc96f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/9ec99f31-4ec6-475b-89a6-ca48423bc96f.jpg saved to cache
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e4194c39-7d3f-5209-bcdc-f2e71c189f1f
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562403d0>
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252F0f9f5d8e-c5d5-4dc8-b9cc-9a5791bac7d0.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/0f9f5d8e-c5d5-4dc8-b9cc-9a5791bac7d0.jpg saved to cache
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e4194c39-7d3f-5209-bcdc-f2e71c189f1f
2026-03-26 12:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746654/general/a6c3002b-f45e-40a9-be6c-d82f41c30b78.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726634)
2026-03-26 12:30:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1abee8f4-5345-58e4-a70e-5604952520f4 with identifier: 10727120
2026-03-26 12:30:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1abee8f4-5345-58e4-a70e-5604952520f4 with scrape type 1
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1abee8f4-5345-58e4-a70e-5604952520f4
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252F7945c9f8-63d1-47ba-953e-328ab5667080.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/7945c9f8-63d1-47ba-953e-328ab5667080.jpg not downloaded yet
2026-03-26 12:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746654/general/65fabd20-7fa9-40bc-b18d-9e6d6822015a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726634)
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252F0df2d4d1-cc1a-49c0-b579-db4b921ce5c0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/0df2d4d1-cc1a-49c0-b579-db4b921ce5c0.jpg not downloaded yet
2026-03-26 12:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746654/general/e4d5484e-24ba-43e0-aabf-a7ad66d3c2c6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726634)
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252Fb03ae5c9-0f44-4a6f-b5cb-30094e1a375f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/b03ae5c9-0f44-4a6f-b5cb-30094e1a375f.jpg not downloaded yet
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252Fc09b4655-f02a-4d6e-abd4-e9e29fc71012.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/c09b4655-f02a-4d6e-abd4-e9e29fc71012.jpg not downloaded yet
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252Fd603d45f-194f-4f14-bb11-3ef169c255e7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/d603d45f-194f-4f14-bb11-3ef169c255e7.jpg not downloaded yet
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252F48e026d5-7685-4d13-9fbd-736cf69cebca.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/48e026d5-7685-4d13-9fbd-736cf69cebca.jpg not downloaded yet
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252Fe83fbd3d-a250-4781-8c47-dcb457fbd0be.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/e83fbd3d-a250-4781-8c47-dcb457fbd0be.jpg not downloaded yet
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e44d0>
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252Fa6c3002b-f45e-40a9-be6c-d82f41c30b78.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/a6c3002b-f45e-40a9-be6c-d82f41c30b78.jpg saved to cache
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e4194c39-7d3f-5209-bcdc-f2e71c189f1f
2026-03-26 12:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746741/general/0df2d4d1-cc1a-49c0-b579-db4b921ce5c0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727120)
2026-03-26 12:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746654/general/fe728114-6f33-4a7e-8493-cab419bedd6f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726634)
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252Fdbb7aea9-dcb9-456f-a13f-60c7aa40ad72.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/dbb7aea9-dcb9-456f-a13f-60c7aa40ad72.jpg not downloaded yet
2026-03-26 12:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746741/general/7945c9f8-63d1-47ba-953e-328ab5667080.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727120)
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e18110>
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252F65fabd20-7fa9-40bc-b18d-9e6d6822015a.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/65fabd20-7fa9-40bc-b18d-9e6d6822015a.jpg saved to cache
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e4194c39-7d3f-5209-bcdc-f2e71c189f1f
2026-03-26 12:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746654/general/b365a8b8-c5c7-4d88-9253-55b30ab8f716.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726634)
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252F793eef3c-5fb5-4c83-a014-20b51ab29251.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/793eef3c-5fb5-4c83-a014-20b51ab29251.jpg not downloaded yet
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156124c90>
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252Fe4d5484e-24ba-43e0-aabf-a7ad66d3c2c6.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/e4d5484e-24ba-43e0-aabf-a7ad66d3c2c6.jpg saved to cache
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e4194c39-7d3f-5209-bcdc-f2e71c189f1f
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252Fb4903bd1-d39b-45bb-949c-4488c3c304cf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/b4903bd1-d39b-45bb-949c-4488c3c304cf.jpg not downloaded yet
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015647e990>
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252F0df2d4d1-cc1a-49c0-b579-db4b921ce5c0.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/0df2d4d1-cc1a-49c0-b579-db4b921ce5c0.jpg saved to cache
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1abee8f4-5345-58e4-a70e-5604952520f4
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565004d0>
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252Ffe728114-6f33-4a7e-8493-cab419bedd6f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/fe728114-6f33-4a7e-8493-cab419bedd6f.jpg saved to cache
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e4194c39-7d3f-5209-bcdc-f2e71c189f1f
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156faf5d0>
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252F7945c9f8-63d1-47ba-953e-328ab5667080.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/7945c9f8-63d1-47ba-953e-328ab5667080.jpg saved to cache
2026-03-26 12:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1abee8f4-5345-58e4-a70e-5604952520f4
2026-03-26 12:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746741/general/48e026d5-7685-4d13-9fbd-736cf69cebca.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727120)
2026-03-26 12:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746741/general/e83fbd3d-a250-4781-8c47-dcb457fbd0be.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727120)
2026-03-26 12:30:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746741/general/dbb7aea9-dcb9-456f-a13f-60c7aa40ad72.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727120)
2026-03-26 12:30:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746741/general/d603d45f-194f-4f14-bb11-3ef169c255e7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727120)
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561edf10>
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252Fb365a8b8-c5c7-4d88-9253-55b30ab8f716.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/b365a8b8-c5c7-4d88-9253-55b30ab8f716.jpg saved to cache
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e4194c39-7d3f-5209-bcdc-f2e71c189f1f
2026-03-26 12:30:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746741/general/b4903bd1-d39b-45bb-949c-4488c3c304cf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727120)
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f77d50>
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252F48e026d5-7685-4d13-9fbd-736cf69cebca.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/48e026d5-7685-4d13-9fbd-736cf69cebca.jpg saved to cache
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1abee8f4-5345-58e4-a70e-5604952520f4
2026-03-26 12:30:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746741/general/c09b4655-f02a-4d6e-abd4-e9e29fc71012.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727120)
2026-03-26 12:30:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746741/general/793eef3c-5fb5-4c83-a014-20b51ab29251.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727120)
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562ac050>
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252Fe83fbd3d-a250-4781-8c47-dcb457fbd0be.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/e83fbd3d-a250-4781-8c47-dcb457fbd0be.jpg saved to cache
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1abee8f4-5345-58e4-a70e-5604952520f4
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0d04d0>
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252Fdbb7aea9-dcb9-456f-a13f-60c7aa40ad72.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/dbb7aea9-dcb9-456f-a13f-60c7aa40ad72.jpg saved to cache
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1abee8f4-5345-58e4-a70e-5604952520f4
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564a5e10>
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252Fd603d45f-194f-4f14-bb11-3ef169c255e7.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/d603d45f-194f-4f14-bb11-3ef169c255e7.jpg saved to cache
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1abee8f4-5345-58e4-a70e-5604952520f4
2026-03-26 12:30:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746741/general/b03ae5c9-0f44-4a6f-b5cb-30094e1a375f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727120)
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee5150>
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252Fb4903bd1-d39b-45bb-949c-4488c3c304cf.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/b4903bd1-d39b-45bb-949c-4488c3c304cf.jpg saved to cache
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1abee8f4-5345-58e4-a70e-5604952520f4
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156240190>
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252Fc09b4655-f02a-4d6e-abd4-e9e29fc71012.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/c09b4655-f02a-4d6e-abd4-e9e29fc71012.jpg saved to cache
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1abee8f4-5345-58e4-a70e-5604952520f4
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562ac310>
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252F793eef3c-5fb5-4c83-a014-20b51ab29251.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/793eef3c-5fb5-4c83-a014-20b51ab29251.jpg saved to cache
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1abee8f4-5345-58e4-a70e-5604952520f4
2026-03-26 12:30:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746654/general/40c8c553-041e-47f7-b59b-459f1c52c7aa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726634)
2026-03-26 12:30:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746632/general/80d04a4c-d905-4cdc-a136-dd0de8e688dc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726606)
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156424150>
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746741%252Fgeneral%252Fb03ae5c9-0f44-4a6f-b5cb-30094e1a375f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746741/general/b03ae5c9-0f44-4a6f-b5cb-30094e1a375f.jpg saved to cache
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1abee8f4-5345-58e4-a70e-5604952520f4
2026-03-26 12:30:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1abee8f4-5345-58e4-a70e-5604952520f4, skipping ID generation
2026-03-26 12:30:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1abee8f4-5345-58e4-a70e-5604952520f4 with scrape type 1
2026-03-26 12:30:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1abee8f4-5345-58e4-a70e-5604952520f4 sending to next pipeline
2026-03-26 12:30:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 1abee8f4-5345-58e4-a70e-5604952520f4, identifier: 10727120
2026-03-26 12:30:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746632/general/5c2e35c7-3b72-4c8a-ab8d-b5602f88a9db.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726606)
2026-03-26 12:30:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 1abee8f4-5345-58e4-a70e-5604952520f4 with identifier: 10727120
2026-03-26 12:30:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 1abee8f4-5345-58e4-a70e-5604952520f4 with identifier: 10727120
2026-03-26 12:30:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 1abee8f4-5345-58e4-a70e-5604952520f4 with identifier: 10727120 to the API
2026-03-26 12:30:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:30:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746741/general/b03ae5c9-0f44-4a6f-b5cb-30094e1a375f.jpg>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': 'MPV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '1abee8f4-5345-58e4-a70e-5604952520f4',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5334585',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727120',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Combo',
'odometer': 58502,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 39,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100969,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746741/general/7945c9f8-63d1-47ba-953e-328ab5667080.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100066,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746741/general/0df2d4d1-cc1a-49c0-b579-db4b921ce5c0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153448,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746741/general/b03ae5c9-0f44-4a6f-b5cb-30094e1a375f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152253,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746741/general/c09b4655-f02a-4d6e-abd4-e9e29fc71012.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93607,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746741/general/d603d45f-194f-4f14-bb11-3ef169c255e7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93671,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746741/general/48e026d5-7685-4d13-9fbd-736cf69cebca.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141010,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746741/general/e83fbd3d-a250-4781-8c47-dcb457fbd0be.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113125,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746741/general/dbb7aea9-dcb9-456f-a13f-60c7aa40ad72.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73519,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746741/general/793eef3c-5fb5-4c83-a014-20b51ab29251.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1abee8f4-5345-58e4-a70e-5604952520f4/1abee8f4-5345-58e4-a70e-5604952520f4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97320,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746741/general/b4903bd1-d39b-45bb-949c-4488c3c304cf.jpg',
'Width': 800}],
'price': 7000,
'price_includes_vat': True,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Opel Combo Life 1.2 Elegance - Petrol - Automatic - 130 hp - 58.502 '
'km',
'transmission': 'automatic',
'trim': 'Elegance',
'vin': None,
'year': 2023}
2026-03-26 12:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727120%27 HTTP/1.1" 200 None
2026-03-26 12:30:49 [adesa.de] INFO: Saving data for 10727120: {'created_time': 1774528249.225958, 'last_price_update_time': 1774528249.22597, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727120') HTTP/1.1" 204 0
2026-03-26 12:30:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746632/general/f4dae0d6-9da6-4a8d-988b-fce8774a0063.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726606)
2026-03-26 12:30:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ab150>
2026-03-26 12:30:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746654%252Fgeneral%252F40c8c553-041e-47f7-b59b-459f1c52c7aa.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746654/general/40c8c553-041e-47f7-b59b-459f1c52c7aa.jpg saved to cache
2026-03-26 12:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e4194c39-7d3f-5209-bcdc-f2e71c189f1f
2026-03-26 12:30:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e4194c39-7d3f-5209-bcdc-f2e71c189f1f, skipping ID generation
2026-03-26 12:30:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4194c39-7d3f-5209-bcdc-f2e71c189f1f with scrape type 1
2026-03-26 12:30:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e4194c39-7d3f-5209-bcdc-f2e71c189f1f sending to next pipeline
2026-03-26 12:30:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e4194c39-7d3f-5209-bcdc-f2e71c189f1f, identifier: 10726634
2026-03-26 12:30:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee5350>
2026-03-26 12:30:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252F80d04a4c-d905-4cdc-a136-dd0de8e688dc.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/80d04a4c-d905-4cdc-a136-dd0de8e688dc.jpg saved to cache
2026-03-26 12:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f57a611d-2b30-5064-80c5-cd87c37f40eb
2026-03-26 12:30:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564330d0>
2026-03-26 12:30:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:30:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252F5c2e35c7-3b72-4c8a-ab8d-b5602f88a9db.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/5c2e35c7-3b72-4c8a-ab8d-b5602f88a9db.jpg saved to cache
2026-03-26 12:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f57a611d-2b30-5064-80c5-cd87c37f40eb
2026-03-26 12:30:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e4194c39-7d3f-5209-bcdc-f2e71c189f1f with identifier: 10726634
2026-03-26 12:30:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e4194c39-7d3f-5209-bcdc-f2e71c189f1f with identifier: 10726634
2026-03-26 12:30:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e4194c39-7d3f-5209-bcdc-f2e71c189f1f with identifier: 10726634 to the API
2026-03-26 12:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746654/general/40c8c553-041e-47f7-b59b-459f1c52c7aa.jpg>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 100,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'e4194c39-7d3f-5209-bcdc-f2e71c189f1f',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '432048',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726634',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 44226,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 26,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128888,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746654/general/40c8c553-041e-47f7-b59b-459f1c52c7aa.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125222,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746654/general/b8dea568-40fc-4d76-bfb4-bc3f44b6f377.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121719,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746654/general/b365a8b8-c5c7-4d88-9253-55b30ab8f716.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131391,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746654/general/9ec99f31-4ec6-475b-89a6-ca48423bc96f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75689,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746654/general/49b5a3c7-1b58-4e2a-bf02-3ef9aa3db7ab.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86538,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746654/general/fe728114-6f33-4a7e-8493-cab419bedd6f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87345,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746654/general/0f9f5d8e-c5d5-4dc8-b9cc-9a5791bac7d0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107097,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746654/general/e4d5484e-24ba-43e0-aabf-a7ad66d3c2c6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76641,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746654/general/65fabd20-7fa9-40bc-b18d-9e6d6822015a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e4194c39-7d3f-5209-bcdc-f2e71c189f1f/e4194c39-7d3f-5209-bcdc-f2e71c189f1f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85661,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746654/general/a6c3002b-f45e-40a9-be6c-d82f41c30b78.jpg',
'Width': 800}],
'price': 6400,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Opel Corsa 1.2 Edition - Petrol - Manual - 100 hp - 44.226 km',
'transmission': 'manual',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 12:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726634%27 HTTP/1.1" 200 None
2026-03-26 12:30:50 [adesa.de] INFO: Saving data for 10726634: {'created_time': 1774528250.867321, 'last_price_update_time': 1774528250.867339, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726634') HTTP/1.1" 204 0
2026-03-26 12:30:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156428710>
2026-03-26 12:30:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:30:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746632%252Fgeneral%252Ff4dae0d6-9da6-4a8d-988b-fce8774a0063.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746632/general/f4dae0d6-9da6-4a8d-988b-fce8774a0063.jpg saved to cache
2026-03-26 12:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f57a611d-2b30-5064-80c5-cd87c37f40eb
2026-03-26 12:30:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f57a611d-2b30-5064-80c5-cd87c37f40eb, skipping ID generation
2026-03-26 12:30:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f57a611d-2b30-5064-80c5-cd87c37f40eb with scrape type 1
2026-03-26 12:30:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f57a611d-2b30-5064-80c5-cd87c37f40eb sending to next pipeline
2026-03-26 12:30:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f57a611d-2b30-5064-80c5-cd87c37f40eb, identifier: 10726606
2026-03-26 12:30:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746703/general/95c800ea-6a8b-44f9-a82c-5e311b2c23bb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726993)
2026-03-26 12:30:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746703/general/df57ac3a-264e-4ff5-8da3-3a4214c49b92.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726993)
2026-03-26 12:30:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746703/general/b6b4100e-8676-43a4-bb01-7b7260768bfe.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726993)
2026-03-26 12:30:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f57a611d-2b30-5064-80c5-cd87c37f40eb with identifier: 10726606
2026-03-26 12:30:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f57a611d-2b30-5064-80c5-cd87c37f40eb with identifier: 10726606
2026-03-26 12:30:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f57a611d-2b30-5064-80c5-cd87c37f40eb with identifier: 10726606 to the API
2026-03-26 12:30:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:30:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746632/general/f4dae0d6-9da6-4a8d-988b-fce8774a0063.jpg>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': 'MPV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 102,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'f57a611d-2b30-5064-80c5-cd87c37f40eb',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '340578',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726606',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Combo',
'odometer': 21464,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 103,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93986,
'Height': 531,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746632/general/f4dae0d6-9da6-4a8d-988b-fce8774a0063.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79141,
'Height': 511,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746632/general/2163cf3c-c23f-4fec-8a9f-4450b18bc41c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154384,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746632/general/5c2e35c7-3b72-4c8a-ab8d-b5602f88a9db.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88128,
'Height': 530,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746632/general/27ed0648-7803-4bac-8821-effa4de0838f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67253,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746632/general/80d04a4c-d905-4cdc-a136-dd0de8e688dc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132125,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746632/general/60242639-de0c-44d3-afaf-7833dfcdcf94.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130323,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746632/general/549c5fa5-6424-4346-91a5-829b4865d83a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148328,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746632/general/c15da284-ad99-46b3-9c20-e2bd54866e38.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158270,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746632/general/ce365d47-8cd4-4f46-9ac8-d3f019ac95f2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f57a611d-2b30-5064-80c5-cd87c37f40eb/f57a611d-2b30-5064-80c5-cd87c37f40eb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106429,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746632/general/2d3d51c3-27b9-4e03-b388-815fb7d65516.jpg',
'Width': 800}],
'price': 3800,
'price_includes_vat': True,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Opel Combo Life 1.5 Edition - Diesel - Manual - 102 hp - 21.464 km',
'transmission': 'manual',
'trim': 'Edition',
'vin': None,
'year': 2021}
2026-03-26 12:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726606%27 HTTP/1.1" 200 None
2026-03-26 12:30:51 [adesa.de] INFO: Saving data for 10726606: {'created_time': 1774528251.467956, 'last_price_update_time': 1774528251.46797, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726606') HTTP/1.1" 204 0
2026-03-26 12:30:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746739/general/3503c204-bcd1-4fa1-9ebc-a629d81432fe.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727118)
2026-03-26 12:30:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee7c50>
2026-03-26 12:30:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252F95c800ea-6a8b-44f9-a82c-5e311b2c23bb.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/95c800ea-6a8b-44f9-a82c-5e311b2c23bb.jpg saved to cache
2026-03-26 12:30:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ae3fff93-7a45-57b7-a900-8824fa924f8c
2026-03-26 12:30:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c177810>
2026-03-26 12:30:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252Fdf57ac3a-264e-4ff5-8da3-3a4214c49b92.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/df57ac3a-264e-4ff5-8da3-3a4214c49b92.jpg saved to cache
2026-03-26 12:30:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ae3fff93-7a45-57b7-a900-8824fa924f8c
2026-03-26 12:30:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156311390>
2026-03-26 12:30:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746703%252Fgeneral%252Fb6b4100e-8676-43a4-bb01-7b7260768bfe.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746703/general/b6b4100e-8676-43a4-bb01-7b7260768bfe.jpg saved to cache
2026-03-26 12:30:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ae3fff93-7a45-57b7-a900-8824fa924f8c
2026-03-26 12:30:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ae3fff93-7a45-57b7-a900-8824fa924f8c, skipping ID generation
2026-03-26 12:30:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae3fff93-7a45-57b7-a900-8824fa924f8c with scrape type 1
2026-03-26 12:30:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ae3fff93-7a45-57b7-a900-8824fa924f8c sending to next pipeline
2026-03-26 12:30:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: ae3fff93-7a45-57b7-a900-8824fa924f8c, identifier: 10726993
2026-03-26 12:30:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: ae3fff93-7a45-57b7-a900-8824fa924f8c with identifier: 10726993
2026-03-26 12:30:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: ae3fff93-7a45-57b7-a900-8824fa924f8c with identifier: 10726993
2026-03-26 12:30:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: ae3fff93-7a45-57b7-a900-8824fa924f8c with identifier: 10726993 to the API
2026-03-26 12:30:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746703/general/b6b4100e-8676-43a4-bb01-7b7260768bfe.jpg>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 100,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'ae3fff93-7a45-57b7-a900-8824fa924f8c',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '431801',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726993',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 49862,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 39,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130366,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746703/general/90125b41-90ee-40c9-a632-124b1c123b1f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134855,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746703/general/95c800ea-6a8b-44f9-a82c-5e311b2c23bb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168063,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746703/general/b6b4100e-8676-43a4-bb01-7b7260768bfe.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159516,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746703/general/df57ac3a-264e-4ff5-8da3-3a4214c49b92.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151287,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746703/general/7fde2b11-a6ee-4301-a4da-d10a1129206f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106003,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746703/general/fdfbab12-313a-4286-864b-4cfe93c6f3fa.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146960,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746703/general/db474721-33d7-41fc-a8df-6637dd79bf73.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142317,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746703/general/009fae54-8092-42ec-a846-83faa9dfa3a2.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155704,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746703/general/4afd3a7e-330a-4658-ae26-a515254772f3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae3fff93-7a45-57b7-a900-8824fa924f8c/ae3fff93-7a45-57b7-a900-8824fa924f8c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124261,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746703/general/f3abfd1c-9dbb-42bb-b353-aebb5b034a31.jpg',
'Width': 800}],
'price': 6700,
'price_includes_vat': True,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Opel Corsa 1.2 Edition - Petrol - Manual - 100 hp - 49.862 km',
'transmission': 'manual',
'trim': 'Edition',
'vin': None,
'year': 2021}
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726993%27 HTTP/1.1" 200 None
2026-03-26 12:30:52 [adesa.de] INFO: Saving data for 10726993: {'created_time': 1774528252.235845, 'last_price_update_time': 1774528252.235858, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726993') HTTP/1.1" 204 0
2026-03-26 12:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746739/general/2f531bc8-b536-4363-ab64-5bec386bbce8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727118)
2026-03-26 12:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746739/general/c0b50a55-de7c-4617-b0d9-e620578ea85c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727118)
2026-03-26 12:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746739/general/7c0a1171-9de0-42e0-8451-2e366bd1222e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727118)
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156596cd0>
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252F3503c204-bcd1-4fa1-9ebc-a629d81432fe.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/3503c204-bcd1-4fa1-9ebc-a629d81432fe.jpg saved to cache
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2a76098d-7524-5b63-b58c-75d43c8c6d86
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cfd1110>
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252F2f531bc8-b536-4363-ab64-5bec386bbce8.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/2f531bc8-b536-4363-ab64-5bec386bbce8.jpg saved to cache
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2a76098d-7524-5b63-b58c-75d43c8c6d86
2026-03-26 12:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746739/general/c08a5344-e1e4-43dd-87e9-9b7a8d6d2d08.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727118)
2026-03-26 12:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746739/general/7be85433-ae92-4a37-9612-4693ee6bc21e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727118)
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156512190>
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252Fc0b50a55-de7c-4617-b0d9-e620578ea85c.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/c0b50a55-de7c-4617-b0d9-e620578ea85c.jpg saved to cache
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2a76098d-7524-5b63-b58c-75d43c8c6d86
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d11e4d0>
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252F7c0a1171-9de0-42e0-8451-2e366bd1222e.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/7c0a1171-9de0-42e0-8451-2e366bd1222e.jpg saved to cache
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2a76098d-7524-5b63-b58c-75d43c8c6d86
2026-03-26 12:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746739/general/97f3fb4c-f5b3-4ec6-b202-61f7e0f8c0d5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727118)
2026-03-26 12:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746739/general/62d269fc-9d10-48e2-b0cc-d1e3fd97ade4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727118)
2026-03-26 12:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746739/general/63490161-7d18-4cb6-a43c-407c6da234dd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727118)
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d11c390>
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252Fc08a5344-e1e4-43dd-87e9-9b7a8d6d2d08.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/c08a5344-e1e4-43dd-87e9-9b7a8d6d2d08.jpg saved to cache
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2a76098d-7524-5b63-b58c-75d43c8c6d86
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563bb250>
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252F7be85433-ae92-4a37-9612-4693ee6bc21e.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/7be85433-ae92-4a37-9612-4693ee6bc21e.jpg saved to cache
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2a76098d-7524-5b63-b58c-75d43c8c6d86
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e7b50>
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252F97f3fb4c-f5b3-4ec6-b202-61f7e0f8c0d5.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/97f3fb4c-f5b3-4ec6-b202-61f7e0f8c0d5.jpg saved to cache
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2a76098d-7524-5b63-b58c-75d43c8c6d86
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156596690>
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252F62d269fc-9d10-48e2-b0cc-d1e3fd97ade4.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/62d269fc-9d10-48e2-b0cc-d1e3fd97ade4.jpg saved to cache
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2a76098d-7524-5b63-b58c-75d43c8c6d86
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c658c50>
2026-03-26 12:30:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746739%252Fgeneral%252F63490161-7d18-4cb6-a43c-407c6da234dd.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746739/general/63490161-7d18-4cb6-a43c-407c6da234dd.jpg saved to cache
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2a76098d-7524-5b63-b58c-75d43c8c6d86
2026-03-26 12:30:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2a76098d-7524-5b63-b58c-75d43c8c6d86, skipping ID generation
2026-03-26 12:30:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a76098d-7524-5b63-b58c-75d43c8c6d86 with scrape type 1
2026-03-26 12:30:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2a76098d-7524-5b63-b58c-75d43c8c6d86 sending to next pipeline
2026-03-26 12:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 2a76098d-7524-5b63-b58c-75d43c8c6d86, identifier: 10727118
2026-03-26 12:30:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 2a76098d-7524-5b63-b58c-75d43c8c6d86 with identifier: 10727118
2026-03-26 12:30:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 2a76098d-7524-5b63-b58c-75d43c8c6d86 with identifier: 10727118
2026-03-26 12:30:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 2a76098d-7524-5b63-b58c-75d43c8c6d86 with identifier: 10727118 to the API
2026-03-26 12:30:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:30: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 12:30:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746739/general/63490161-7d18-4cb6-a43c-407c6da234dd.jpg>
{'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-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '2a76098d-7524-5b63-b58c-75d43c8c6d86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF1RCB00271156912',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727118',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Megane E-Tech',
'odometer': 28826,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 18,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40132,
'Height': 363,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746739/general/62d269fc-9d10-48e2-b0cc-d1e3fd97ade4.jpg',
'Width': 484},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36943,
'Height': 363,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746739/general/c08a5344-e1e4-43dd-87e9-9b7a8d6d2d08.jpg',
'Width': 485},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162477,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746739/general/7be85433-ae92-4a37-9612-4693ee6bc21e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112477,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746739/general/97f3fb4c-f5b3-4ec6-b202-61f7e0f8c0d5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139949,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746739/general/63490161-7d18-4cb6-a43c-407c6da234dd.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123931,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746739/general/c0b50a55-de7c-4617-b0d9-e620578ea85c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105735,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746739/general/7c0a1171-9de0-42e0-8451-2e366bd1222e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37103,
'Height': 363,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746739/general/2f531bc8-b536-4363-ab64-5bec386bbce8.jpg',
'Width': 485},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39190,
'Height': 363,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746739/general/3503c204-bcd1-4fa1-9ebc-a629d81432fe.jpg',
'Width': 484},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a76098d-7524-5b63-b58c-75d43c8c6d86/2a76098d-7524-5b63-b58c-75d43c8c6d86_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158690,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746739/general/b6a06523-dfed-4e33-9c9e-8de2f4de7b7b.jpg',
'Width': 1280}],
'price': 18300,
'price_includes_vat': True,
'registration_date': '2024-02-02',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Renault Megane E-Tech Iconic - Electric - Automatic - 218 hp - '
'28.826 km',
'transmission': 'automatic',
'trim': 'Iconic',
'vin': None,
'year': 2024}
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727118%27 HTTP/1.1" 200 None
2026-03-26 12:30:54 [adesa.de] INFO: Saving data for 10727118: {'created_time': 1774528254.102782, 'last_price_update_time': 1774528254.102795, 'auction_closing_time': 1774962000.0}
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727118') HTTP/1.1" 204 0
2026-03-26 12:30:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726501> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30: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 12:30:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d with identifier: 10726501
2026-03-26 12:30:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d with scrape type 1
2026-03-26 12:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F4f3f4d3e-e36e-4e00-99fc-0de1429fb942.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/4f3f4d3e-e36e-4e00-99fc-0de1429fb942.jpg not downloaded yet
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F515b2a6c-868d-4eaf-82eb-e089d8a39527.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/515b2a6c-868d-4eaf-82eb-e089d8a39527.jpg not downloaded yet
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F2bdff90c-a49f-4f65-906e-6d830bf95c2f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/2bdff90c-a49f-4f65-906e-6d830bf95c2f.jpg not downloaded yet
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F9702879b-8b4e-4835-93ad-cbbfd854fcbe.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/9702879b-8b4e-4835-93ad-cbbfd854fcbe.jpg not downloaded yet
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F378c770b-033f-49a8-bdc7-c2c21274b20c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/378c770b-033f-49a8-bdc7-c2c21274b20c.jpg not downloaded yet
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F1f463050-3b00-46af-b1c3-302814d4709a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/1f463050-3b00-46af-b1c3-302814d4709a.jpg not downloaded yet
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F7adce26d-9896-43e1-9248-0ce75a2d823d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/7adce26d-9896-43e1-9248-0ce75a2d823d.jpg not downloaded yet
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F8555a7b3-02f7-4f3b-bc74-289191b196ae.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/8555a7b3-02f7-4f3b-bc74-289191b196ae.jpg not downloaded yet
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F21c548e8-79cd-48c9-bb8f-5ba68b93df2b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/21c548e8-79cd-48c9-bb8f-5ba68b93df2b.jpg not downloaded yet
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F9e08b25f-3936-403e-98fe-3ec5c61cafb5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/9e08b25f-3936-403e-98fe-3ec5c61cafb5.jpg not downloaded yet
2026-03-26 12:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726520> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:30: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 12:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c1504d2-3211-5766-be42-e1caa0ba50e1 with identifier: 10726520
2026-03-26 12:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c1504d2-3211-5766-be42-e1caa0ba50e1 with scrape type 1
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6c1504d2-3211-5766-be42-e1caa0ba50e1
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252F92c81e00-9211-4ee3-91b2-b219a09855e0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/92c81e00-9211-4ee3-91b2-b219a09855e0.jpg not downloaded yet
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252F5c894fdb-43b2-4e3f-b923-49c49c83065e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/5c894fdb-43b2-4e3f-b923-49c49c83065e.jpg not downloaded yet
2026-03-26 12:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746533/general/9e08b25f-3936-403e-98fe-3ec5c61cafb5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726501)
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252F1347aea5-0dfb-41a9-bb37-f6d8be66c92b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/1347aea5-0dfb-41a9-bb37-f6d8be66c92b.jpg not downloaded yet
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252Fc11ad2b4-6158-4ed0-a961-20412d8ed261.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/c11ad2b4-6158-4ed0-a961-20412d8ed261.jpg not downloaded yet
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252F372c27b9-b49f-4f8b-8db1-66583a137e36.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/372c27b9-b49f-4f8b-8db1-66583a137e36.jpg not downloaded yet
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252Fd8dc3d48-2845-4c79-849a-9b700159f8bc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/d8dc3d48-2845-4c79-849a-9b700159f8bc.jpg not downloaded yet
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252F5ff7f8d2-0d4e-4aef-8f14-028fca061a36.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/5ff7f8d2-0d4e-4aef-8f14-028fca061a36.jpg not downloaded yet
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252F5da4c39b-7bfc-4c57-aec4-ed1289d3cc1e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/5da4c39b-7bfc-4c57-aec4-ed1289d3cc1e.jpg not downloaded yet
2026-03-26 12:30:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563124d0>
2026-03-26 12:30:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F9e08b25f-3936-403e-98fe-3ec5c61cafb5.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/9e08b25f-3936-403e-98fe-3ec5c61cafb5.jpg saved to cache
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252F50a58162-9ce6-4b0a-b434-af121ede198f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/50a58162-9ce6-4b0a-b434-af121ede198f.jpg not downloaded yet
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252Fb29f72d6-6010-449b-818f-4307fbb75fc8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/b29f72d6-6010-449b-818f-4307fbb75fc8.jpg not downloaded yet
2026-03-26 12:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746549/general/5c894fdb-43b2-4e3f-b923-49c49c83065e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726520)
2026-03-26 12:30:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564296d0>
2026-03-26 12:30:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252F5c894fdb-43b2-4e3f-b923-49c49c83065e.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/5c894fdb-43b2-4e3f-b923-49c49c83065e.jpg saved to cache
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6c1504d2-3211-5766-be42-e1caa0ba50e1
2026-03-26 12:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746549/general/b29f72d6-6010-449b-818f-4307fbb75fc8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726520)
2026-03-26 12:30:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee73d0>
2026-03-26 12:30:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252Fb29f72d6-6010-449b-818f-4307fbb75fc8.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/b29f72d6-6010-449b-818f-4307fbb75fc8.jpg saved to cache
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6c1504d2-3211-5766-be42-e1caa0ba50e1
2026-03-26 12:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746549/general/50a58162-9ce6-4b0a-b434-af121ede198f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726520)
2026-03-26 12:30:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5ef10>
2026-03-26 12:30:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252F50a58162-9ce6-4b0a-b434-af121ede198f.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/50a58162-9ce6-4b0a-b434-af121ede198f.jpg saved to cache
2026-03-26 12:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6c1504d2-3211-5766-be42-e1caa0ba50e1
2026-03-26 12:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746549/general/5da4c39b-7bfc-4c57-aec4-ed1289d3cc1e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726520)
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562084d0>
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252F5da4c39b-7bfc-4c57-aec4-ed1289d3cc1e.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/5da4c39b-7bfc-4c57-aec4-ed1289d3cc1e.jpg saved to cache
2026-03-26 12:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6c1504d2-3211-5766-be42-e1caa0ba50e1
2026-03-26 12:30:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746549/general/5ff7f8d2-0d4e-4aef-8f14-028fca061a36.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726520)
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156146190>
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252F5ff7f8d2-0d4e-4aef-8f14-028fca061a36.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/5ff7f8d2-0d4e-4aef-8f14-028fca061a36.jpg saved to cache
2026-03-26 12:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6c1504d2-3211-5766-be42-e1caa0ba50e1
2026-03-26 12:30:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746549/general/d8dc3d48-2845-4c79-849a-9b700159f8bc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726520)
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564a41d0>
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252Fd8dc3d48-2845-4c79-849a-9b700159f8bc.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/d8dc3d48-2845-4c79-849a-9b700159f8bc.jpg saved to cache
2026-03-26 12:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6c1504d2-3211-5766-be42-e1caa0ba50e1
2026-03-26 12:30:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746549/general/372c27b9-b49f-4f8b-8db1-66583a137e36.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726520)
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1abe90>
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252F372c27b9-b49f-4f8b-8db1-66583a137e36.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/372c27b9-b49f-4f8b-8db1-66583a137e36.jpg saved to cache
2026-03-26 12:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6c1504d2-3211-5766-be42-e1caa0ba50e1
2026-03-26 12:30:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746549/general/c11ad2b4-6158-4ed0-a961-20412d8ed261.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726520)
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156339990>
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252Fc11ad2b4-6158-4ed0-a961-20412d8ed261.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/c11ad2b4-6158-4ed0-a961-20412d8ed261.jpg saved to cache
2026-03-26 12:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6c1504d2-3211-5766-be42-e1caa0ba50e1
2026-03-26 12:30:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746549/general/1347aea5-0dfb-41a9-bb37-f6d8be66c92b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726520)
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015650bbd0>
2026-03-26 12:30:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:30: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 12:30:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252F1347aea5-0dfb-41a9-bb37-f6d8be66c92b.jpg') HTTP/1.1" 204 0
2026-03-26 12:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/1347aea5-0dfb-41a9-bb37-f6d8be66c92b.jpg saved to cache
2026-03-26 12:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6c1504d2-3211-5766-be42-e1caa0ba50e1
2026-03-26 12:30:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746549/general/92c81e00-9211-4ee3-91b2-b219a09855e0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726520)
2026-03-26 12:31:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fae950>
2026-03-26 12:31:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746549%252Fgeneral%252F92c81e00-9211-4ee3-91b2-b219a09855e0.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746549/general/92c81e00-9211-4ee3-91b2-b219a09855e0.jpg saved to cache
2026-03-26 12:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6c1504d2-3211-5766-be42-e1caa0ba50e1
2026-03-26 12:31:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6c1504d2-3211-5766-be42-e1caa0ba50e1, skipping ID generation
2026-03-26 12:31:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c1504d2-3211-5766-be42-e1caa0ba50e1 with scrape type 1
2026-03-26 12:31:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6c1504d2-3211-5766-be42-e1caa0ba50e1 sending to next pipeline
2026-03-26 12:31:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6c1504d2-3211-5766-be42-e1caa0ba50e1, identifier: 10726520
2026-03-26 12:31:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6c1504d2-3211-5766-be42-e1caa0ba50e1 with identifier: 10726520
2026-03-26 12:31:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6c1504d2-3211-5766-be42-e1caa0ba50e1 with identifier: 10726520
2026-03-26 12:31:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 6c1504d2-3211-5766-be42-e1caa0ba50e1 with identifier: 10726520 to the API
2026-03-26 12:31:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:31:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746549/general/92c81e00-9211-4ee3-91b2-b219a09855e0.jpg>
{'auction_title': '',
'c_o_2_emission_value': 93,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 75,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '6c1504d2-3211-5766-be42-e1caa0ba50e1',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '431786',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726520',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 54349,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 45,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86523,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746549/general/92c81e00-9211-4ee3-91b2-b219a09855e0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82454,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746549/general/5c894fdb-43b2-4e3f-b923-49c49c83065e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95396,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746549/general/1347aea5-0dfb-41a9-bb37-f6d8be66c92b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72530,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746549/general/c11ad2b4-6158-4ed0-a961-20412d8ed261.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75758,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746549/general/372c27b9-b49f-4f8b-8db1-66583a137e36.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90552,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746549/general/d8dc3d48-2845-4c79-849a-9b700159f8bc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90729,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746549/general/5ff7f8d2-0d4e-4aef-8f14-028fca061a36.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76000,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746549/general/5da4c39b-7bfc-4c57-aec4-ed1289d3cc1e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72279,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746549/general/50a58162-9ce6-4b0a-b434-af121ede198f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6c1504d2-3211-5766-be42-e1caa0ba50e1/6c1504d2-3211-5766-be42-e1caa0ba50e1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75700,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746549/general/b29f72d6-6010-449b-818f-4307fbb75fc8.jpg',
'Width': 800}],
'price': 5900,
'price_includes_vat': True,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Opel Corsa 1.2 Edition - Petrol - Manual - 75 hp - 54.349 km',
'transmission': 'manual',
'trim': 'Edition',
'vin': None,
'year': 2021}
2026-03-26 12:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726520%27 HTTP/1.1" 200 None
2026-03-26 12:31:00 [adesa.de] INFO: Saving data for 10726520: {'created_time': 1774528260.602911, 'last_price_update_time': 1774528260.602924, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726520') HTTP/1.1" 204 0
2026-03-26 12:31:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746533/general/21c548e8-79cd-48c9-bb8f-5ba68b93df2b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726501)
2026-03-26 12:31:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1bb4d0>
2026-03-26 12:31:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F21c548e8-79cd-48c9-bb8f-5ba68b93df2b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/21c548e8-79cd-48c9-bb8f-5ba68b93df2b.jpg saved to cache
2026-03-26 12:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d
2026-03-26 12:31:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746533/general/8555a7b3-02f7-4f3b-bc74-289191b196ae.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726501)
2026-03-26 12:31:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565088d0>
2026-03-26 12:31:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F8555a7b3-02f7-4f3b-bc74-289191b196ae.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/8555a7b3-02f7-4f3b-bc74-289191b196ae.jpg saved to cache
2026-03-26 12:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d
2026-03-26 12:31:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746533/general/7adce26d-9896-43e1-9248-0ce75a2d823d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726501)
2026-03-26 12:31:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746533/general/1f463050-3b00-46af-b1c3-302814d4709a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726501)
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e5f750>
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F7adce26d-9896-43e1-9248-0ce75a2d823d.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/7adce26d-9896-43e1-9248-0ce75a2d823d.jpg saved to cache
2026-03-26 12:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d
2026-03-26 12:31:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746533/general/378c770b-033f-49a8-bdc7-c2c21274b20c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726501)
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5ce50>
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F1f463050-3b00-46af-b1c3-302814d4709a.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/1f463050-3b00-46af-b1c3-302814d4709a.jpg saved to cache
2026-03-26 12:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156508b10>
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F378c770b-033f-49a8-bdc7-c2c21274b20c.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/378c770b-033f-49a8-bdc7-c2c21274b20c.jpg saved to cache
2026-03-26 12:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d
2026-03-26 12:31:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746533/general/9702879b-8b4e-4835-93ad-cbbfd854fcbe.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726501)
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1a9790>
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F9702879b-8b4e-4835-93ad-cbbfd854fcbe.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/9702879b-8b4e-4835-93ad-cbbfd854fcbe.jpg saved to cache
2026-03-26 12:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d
2026-03-26 12:31:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746533/general/2bdff90c-a49f-4f65-906e-6d830bf95c2f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726501)
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b93d0>
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F2bdff90c-a49f-4f65-906e-6d830bf95c2f.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/2bdff90c-a49f-4f65-906e-6d830bf95c2f.jpg saved to cache
2026-03-26 12:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d
2026-03-26 12:31:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746533/general/515b2a6c-868d-4eaf-82eb-e089d8a39527.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726501)
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565086d0>
2026-03-26 12:31:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F515b2a6c-868d-4eaf-82eb-e089d8a39527.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/515b2a6c-868d-4eaf-82eb-e089d8a39527.jpg saved to cache
2026-03-26 12:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d
2026-03-26 12:31:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746533/general/4f3f4d3e-e36e-4e00-99fc-0de1429fb942.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726501)
2026-03-26 12:31:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee7950>
2026-03-26 12:31:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746533%252Fgeneral%252F4f3f4d3e-e36e-4e00-99fc-0de1429fb942.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746533/general/4f3f4d3e-e36e-4e00-99fc-0de1429fb942.jpg saved to cache
2026-03-26 12:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d
2026-03-26 12:31:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d, skipping ID generation
2026-03-26 12:31:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d with scrape type 1
2026-03-26 12:31:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d sending to next pipeline
2026-03-26 12:31:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d, identifier: 10726501
2026-03-26 12:31:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d with identifier: 10726501
2026-03-26 12:31:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d with identifier: 10726501
2026-03-26 12:31:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d with identifier: 10726501 to the API
2026-03-26 12:31:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746533/general/4f3f4d3e-e36e-4e00-99fc-0de1429fb942.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5017983',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726501',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Astra',
'odometer': 59774,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 32,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161003,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746533/general/4f3f4d3e-e36e-4e00-99fc-0de1429fb942.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158356,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746533/general/515b2a6c-868d-4eaf-82eb-e089d8a39527.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103382,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746533/general/2bdff90c-a49f-4f65-906e-6d830bf95c2f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158127,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746533/general/9702879b-8b4e-4835-93ad-cbbfd854fcbe.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134467,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746533/general/378c770b-033f-49a8-bdc7-c2c21274b20c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136696,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746533/general/1f463050-3b00-46af-b1c3-302814d4709a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118496,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746533/general/7adce26d-9896-43e1-9248-0ce75a2d823d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70235,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746533/general/8555a7b3-02f7-4f3b-bc74-289191b196ae.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120349,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746533/general/21c548e8-79cd-48c9-bb8f-5ba68b93df2b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d/6fd8ec8a-89e6-5db2-b01b-2b5c77bc331d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62826,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746533/general/9e08b25f-3936-403e-98fe-3ec5c61cafb5.jpg',
'Width': 800}],
'price': 10300,
'price_includes_vat': True,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Opel Astra 1.2 GS Line - Petrol - Automatic - 130 hp - 59.774 km',
'transmission': 'automatic',
'trim': 'GS Line',
'vin': None,
'year': 2022}
2026-03-26 12:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726501%27 HTTP/1.1" 200 None
2026-03-26 12:31:03 [adesa.de] INFO: Saving data for 10726501: {'created_time': 1774528263.085502, 'last_price_update_time': 1774528263.085514, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726501') HTTP/1.1" 204 0
2026-03-26 12:31:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726664> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31: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 12:31:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39b9917e-1e69-5f63-be5d-c46c1dbdf015 with identifier: 10726664
2026-03-26 12:31:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39b9917e-1e69-5f63-be5d-c46c1dbdf015 with scrape type 1
2026-03-26 12:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 39b9917e-1e69-5f63-be5d-c46c1dbdf015
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252F8322d2a7-a4fb-490d-ba02-bb48adce7b10.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/8322d2a7-a4fb-490d-ba02-bb48adce7b10.jpg not downloaded yet
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252F38c869ae-dd61-484f-86b0-03a1864fecbc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/38c869ae-dd61-484f-86b0-03a1864fecbc.jpg not downloaded yet
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252F4b315764-1621-4832-a378-12db8a394d9d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/4b315764-1621-4832-a378-12db8a394d9d.jpg not downloaded yet
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252Ff061a193-e79e-4469-9a93-05407d4feec5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/f061a193-e79e-4469-9a93-05407d4feec5.jpg not downloaded yet
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252Fa1a768c5-e23d-4a55-b7f0-8b600f54e09e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/a1a768c5-e23d-4a55-b7f0-8b600f54e09e.jpg not downloaded yet
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252Ff7b2c4db-4af7-4f99-aeaa-75f8a0e5abbc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/f7b2c4db-4af7-4f99-aeaa-75f8a0e5abbc.jpg not downloaded yet
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252F2ce2f6cc-2099-405c-9a27-4778ff70cb6f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/2ce2f6cc-2099-405c-9a27-4778ff70cb6f.jpg not downloaded yet
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252Fdfdde866-1e7c-444e-a904-782939e5f491.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/dfdde866-1e7c-444e-a904-782939e5f491.jpg not downloaded yet
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252F9d88d8ff-ade6-4454-8693-6d3f5e3d6318.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/9d88d8ff-ade6-4454-8693-6d3f5e3d6318.jpg not downloaded yet
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252F47126953-2039-4dbc-b2fe-b6fb0a1aa274.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/47126953-2039-4dbc-b2fe-b6fb0a1aa274.jpg not downloaded yet
2026-03-26 12:31:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726570> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:31:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727108> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:31:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69fd0d10-36c3-5fcc-9466-b7e69e52d38a with identifier: 10726570
2026-03-26 12:31:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69fd0d10-36c3-5fcc-9466-b7e69e52d38a with scrape type 1
2026-03-26 12:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 69fd0d10-36c3-5fcc-9466-b7e69e52d38a
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252F00a10dbd-90de-48a7-ad89-423309ef35ef.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/00a10dbd-90de-48a7-ad89-423309ef35ef.jpg not downloaded yet
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252Fe36a923b-1cb7-409c-9f46-80db9ffcc462.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/e36a923b-1cb7-409c-9f46-80db9ffcc462.jpg not downloaded yet
2026-03-26 12:31:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746685/general/47126953-2039-4dbc-b2fe-b6fb0a1aa274.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726664)
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252F2d3c05ae-5de4-45fa-b1da-b95fb074713a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/2d3c05ae-5de4-45fa-b1da-b95fb074713a.jpg not downloaded yet
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252F92ff4697-8195-4d7c-822e-ef2aba91b158.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/92ff4697-8195-4d7c-822e-ef2aba91b158.jpg not downloaded yet
2026-03-26 12:31:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 222fc976-abb5-57a4-968c-86d5c7637d29 with identifier: 10727108
2026-03-26 12:31:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 222fc976-abb5-57a4-968c-86d5c7637d29 with scrape type 1
2026-03-26 12:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 222fc976-abb5-57a4-968c-86d5c7637d29
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4058493%252Fgeneral%252Fe0515bff-0651-41ac-bb0e-285c0e8c30b0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4058493/general/e0515bff-0651-41ac-bb0e-285c0e8c30b0.jpg already downloaded
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4058493%252Fgeneral%252F52a42e1b-5d7b-4ae2-b925-367c59ee2b58.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4058493/general/52a42e1b-5d7b-4ae2-b925-367c59ee2b58.jpg already downloaded
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4058493%252Fgeneral%252F02f85260-88b6-4201-bbcc-a2068fc2c07c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4058493/general/02f85260-88b6-4201-bbcc-a2068fc2c07c.jpg already downloaded
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4058493%252Fgeneral%252F3f2f148f-099a-4a51-87bf-5bf1c449b429.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4058493/general/3f2f148f-099a-4a51-87bf-5bf1c449b429.jpg already downloaded
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4058493%252Fgeneral%252F1937eaa6-c738-4fbf-ba77-b6a7da8dc2d0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4058493/general/1937eaa6-c738-4fbf-ba77-b6a7da8dc2d0.jpg already downloaded
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4058493%252Fgeneral%252F912246f1-6cfb-4ce8-860b-7d4a9b9c3366.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4058493/general/912246f1-6cfb-4ce8-860b-7d4a9b9c3366.jpg already downloaded
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4058493%252Fgeneral%252F13bc1f40-e922-4582-85b4-04788bb5a43b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4058493/general/13bc1f40-e922-4582-85b4-04788bb5a43b.jpg already downloaded
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4058493%252Fgeneral%252F36d283d1-cb6d-4e84-ac8e-20eca228ca63.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4058493/general/36d283d1-cb6d-4e84-ac8e-20eca228ca63.jpg already downloaded
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4058493%252Fgeneral%252Fa5491af4-31ab-4d1b-b592-a5f2837d416f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4058493/general/a5491af4-31ab-4d1b-b592-a5f2837d416f.jpg already downloaded
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4058493%252Fgeneral%252F7e6c864b-960b-44d2-a270-03b22cc0a7ab.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4058493/general/7e6c864b-960b-44d2-a270-03b22cc0a7ab.jpg already downloaded
2026-03-26 12:31:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 222fc976-abb5-57a4-968c-86d5c7637d29, identifier: 10727108
2026-03-26 12:31:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 222fc976-abb5-57a4-968c-86d5c7637d29 with identifier: 10727108
2026-03-26 12:31:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 222fc976-abb5-57a4-968c-86d5c7637d29 with identifier: 10727108
2026-03-26 12:31:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 222fc976-abb5-57a4-968c-86d5c7637d29 with identifier: 10727108 to the API
2026-03-26 12:31:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727108>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '222fc976-abb5-57a4-968c-86d5c7637d29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '458013',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727108',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 18485,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 35,
'photo_urls': ['https://images.openlane.eu/carimgs/4058493/general/e0515bff-0651-41ac-bb0e-285c0e8c30b0.jpg',
'https://images.openlane.eu/carimgs/4058493/general/52a42e1b-5d7b-4ae2-b925-367c59ee2b58.jpg',
'https://images.openlane.eu/carimgs/4058493/general/02f85260-88b6-4201-bbcc-a2068fc2c07c.jpg',
'https://images.openlane.eu/carimgs/4058493/general/3f2f148f-099a-4a51-87bf-5bf1c449b429.jpg',
'https://images.openlane.eu/carimgs/4058493/general/1937eaa6-c738-4fbf-ba77-b6a7da8dc2d0.jpg',
'https://images.openlane.eu/carimgs/4058493/general/912246f1-6cfb-4ce8-860b-7d4a9b9c3366.jpg',
'https://images.openlane.eu/carimgs/4058493/general/13bc1f40-e922-4582-85b4-04788bb5a43b.jpg',
'https://images.openlane.eu/carimgs/4058493/general/36d283d1-cb6d-4e84-ac8e-20eca228ca63.jpg',
'https://images.openlane.eu/carimgs/4058493/general/a5491af4-31ab-4d1b-b592-a5f2837d416f.jpg',
'https://images.openlane.eu/carimgs/4058493/general/7e6c864b-960b-44d2-a270-03b22cc0a7ab.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_222fc976-abb5-57a4-968c-86d5c7637d29/222fc976-abb5-57a4-968c-86d5c7637d29_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132555,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4058493/general/e0515bff-0651-41ac-bb0e-285c0e8c30b0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_222fc976-abb5-57a4-968c-86d5c7637d29/222fc976-abb5-57a4-968c-86d5c7637d29_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136026,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4058493/general/52a42e1b-5d7b-4ae2-b925-367c59ee2b58.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_222fc976-abb5-57a4-968c-86d5c7637d29/222fc976-abb5-57a4-968c-86d5c7637d29_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119355,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4058493/general/02f85260-88b6-4201-bbcc-a2068fc2c07c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_222fc976-abb5-57a4-968c-86d5c7637d29/222fc976-abb5-57a4-968c-86d5c7637d29_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123597,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4058493/general/3f2f148f-099a-4a51-87bf-5bf1c449b429.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_222fc976-abb5-57a4-968c-86d5c7637d29/222fc976-abb5-57a4-968c-86d5c7637d29_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71943,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4058493/general/1937eaa6-c738-4fbf-ba77-b6a7da8dc2d0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_222fc976-abb5-57a4-968c-86d5c7637d29/222fc976-abb5-57a4-968c-86d5c7637d29_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91429,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4058493/general/912246f1-6cfb-4ce8-860b-7d4a9b9c3366.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_222fc976-abb5-57a4-968c-86d5c7637d29/222fc976-abb5-57a4-968c-86d5c7637d29_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73551,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4058493/general/13bc1f40-e922-4582-85b4-04788bb5a43b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_222fc976-abb5-57a4-968c-86d5c7637d29/222fc976-abb5-57a4-968c-86d5c7637d29_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122704,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4058493/general/36d283d1-cb6d-4e84-ac8e-20eca228ca63.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_222fc976-abb5-57a4-968c-86d5c7637d29/222fc976-abb5-57a4-968c-86d5c7637d29_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76809,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4058493/general/a5491af4-31ab-4d1b-b592-a5f2837d416f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_222fc976-abb5-57a4-968c-86d5c7637d29/222fc976-abb5-57a4-968c-86d5c7637d29_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76749,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4058493/general/7e6c864b-960b-44d2-a270-03b22cc0a7ab.jpg',
'Width': 800}],
'price': 7300,
'price_includes_vat': True,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Nissan Leaf 40 kWh N-connecta - Electric - Automatic - 150 hp - '
'18.485 km',
'transmission': 'automatic',
'trim': 'N-connecta',
'vin': None,
'year': 2021}
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727108%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [adesa.de] INFO: Saving data for 10727108: {'created_time': 1774528266.219988, 'last_price_update_time': 1774528266.22, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727108') HTTP/1.1" 204 0
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252Fde5bf354-13a0-4c20-a031-d3571f9cf152.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/de5bf354-13a0-4c20-a031-d3571f9cf152.jpg not downloaded yet
2026-03-26 12:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746685/general/9d88d8ff-ade6-4454-8693-6d3f5e3d6318.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726664)
2026-03-26 12:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746597/general/00a10dbd-90de-48a7-ad89-423309ef35ef.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726570)
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252Fc51e474a-819d-4e0d-9398-8da276458660.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/c51e474a-819d-4e0d-9398-8da276458660.jpg not downloaded yet
2026-03-26 12:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726530> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1a9e90>
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252F47126953-2039-4dbc-b2fe-b6fb0a1aa274.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/47126953-2039-4dbc-b2fe-b6fb0a1aa274.jpg saved to cache
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 39b9917e-1e69-5f63-be5d-c46c1dbdf015
2026-03-26 12:31: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 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252Face0d00a-611e-4934-9aa2-732950546dba.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/ace0d00a-611e-4934-9aa2-732950546dba.jpg not downloaded yet
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252F54609914-3566-41f0-b145-44df8291403c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/54609914-3566-41f0-b145-44df8291403c.jpg not downloaded yet
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252Fed77f834-d71b-4e4c-899b-df2af2d36c8d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/ed77f834-d71b-4e4c-899b-df2af2d36c8d.jpg not downloaded yet
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015647e8d0>
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252F9d88d8ff-ade6-4454-8693-6d3f5e3d6318.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/9d88d8ff-ade6-4454-8693-6d3f5e3d6318.jpg saved to cache
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 39b9917e-1e69-5f63-be5d-c46c1dbdf015
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d1690>
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252F00a10dbd-90de-48a7-ad89-423309ef35ef.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/00a10dbd-90de-48a7-ad89-423309ef35ef.jpg saved to cache
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 69fd0d10-36c3-5fcc-9466-b7e69e52d38a
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252Fc92d818b-9d35-4bbb-9f31-1e36ed838919.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/c92d818b-9d35-4bbb-9f31-1e36ed838919.jpg not downloaded yet
2026-03-26 12:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746597/general/de5bf354-13a0-4c20-a031-d3571f9cf152.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726570)
2026-03-26 12:31:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65152510-cfe8-540f-86c7-2462ed8ca55a with identifier: 10726530
2026-03-26 12:31:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65152510-cfe8-540f-86c7-2462ed8ca55a with scrape type 1
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 65152510-cfe8-540f-86c7-2462ed8ca55a
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252Fe710abdf-8de1-470f-9f22-51b14c03c2de.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/e710abdf-8de1-470f-9f22-51b14c03c2de.jpg not downloaded yet
2026-03-26 12:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746597/general/92ff4697-8195-4d7c-822e-ef2aba91b158.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726570)
2026-03-26 12:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726560> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746597/general/2d3c05ae-5de4-45fa-b1da-b95fb074713a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726570)
2026-03-26 12:31: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 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252Ffd849aa7-9ccd-467b-9e6d-feda6a9a7c73.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/fd849aa7-9ccd-467b-9e6d-feda6a9a7c73.jpg not downloaded yet
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252F84352800-9a89-4942-8daa-67163ebd5cf0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/84352800-9a89-4942-8daa-67163ebd5cf0.jpg not downloaded yet
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252F55d9f73d-0cce-47a6-9c44-f1ad0d26772a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/55d9f73d-0cce-47a6-9c44-f1ad0d26772a.jpg not downloaded yet
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252Ffaa61ef0-a886-4f19-87cf-918df9d7fba9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/faa61ef0-a886-4f19-87cf-918df9d7fba9.jpg not downloaded yet
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252Fd8c7814f-b5c9-485d-887e-78608929845b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/d8c7814f-b5c9-485d-887e-78608929845b.jpg not downloaded yet
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252Fdf6cfdbb-d553-4701-ae6d-c1fe63e0aebe.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/df6cfdbb-d553-4701-ae6d-c1fe63e0aebe.jpg not downloaded yet
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156511410>
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252Fde5bf354-13a0-4c20-a031-d3571f9cf152.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/de5bf354-13a0-4c20-a031-d3571f9cf152.jpg saved to cache
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 69fd0d10-36c3-5fcc-9466-b7e69e52d38a
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252F28dde178-828b-4e5d-8087-32a67df17904.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/28dde178-828b-4e5d-8087-32a67df17904.jpg not downloaded yet
2026-03-26 12:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746597/general/ed77f834-d71b-4e4c-899b-df2af2d36c8d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726570)
2026-03-26 12:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746558/general/e710abdf-8de1-470f-9f22-51b14c03c2de.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726530)
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0c4750>
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252F92ff4697-8195-4d7c-822e-ef2aba91b158.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/92ff4697-8195-4d7c-822e-ef2aba91b158.jpg saved to cache
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 69fd0d10-36c3-5fcc-9466-b7e69e52d38a
2026-03-26 12:31:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10d8ca20-82e4-57bc-946d-6009749aac49 with identifier: 10726560
2026-03-26 12:31:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10d8ca20-82e4-57bc-946d-6009749aac49 with scrape type 1
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 10d8ca20-82e4-57bc-946d-6009749aac49
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252F8f8d7677-04d6-4f53-9287-828f5e0c6785.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/8f8d7677-04d6-4f53-9287-828f5e0c6785.jpg not downloaded yet
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562dd150>
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252F2d3c05ae-5de4-45fa-b1da-b95fb074713a.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/2d3c05ae-5de4-45fa-b1da-b95fb074713a.jpg saved to cache
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 69fd0d10-36c3-5fcc-9466-b7e69e52d38a
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252Fbbbc1c4a-a6a8-4739-8eb5-f1711dc29fb2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/bbbc1c4a-a6a8-4739-8eb5-f1711dc29fb2.jpg not downloaded yet
2026-03-26 12:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746597/general/54609914-3566-41f0-b145-44df8291403c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726570)
2026-03-26 12:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746597/general/c92d818b-9d35-4bbb-9f31-1e36ed838919.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726570)
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252Fd5921ffd-650a-400e-88b6-4c34b1972c31.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/d5921ffd-650a-400e-88b6-4c34b1972c31.jpg not downloaded yet
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252F711fe6d3-424b-4c5c-85b6-5ce86d3ec246.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/711fe6d3-424b-4c5c-85b6-5ce86d3ec246.jpg not downloaded yet
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156239650>
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252Fed77f834-d71b-4e4c-899b-df2af2d36c8d.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/ed77f834-d71b-4e4c-899b-df2af2d36c8d.jpg saved to cache
2026-03-26 12:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 69fd0d10-36c3-5fcc-9466-b7e69e52d38a
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015623b350>
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252Fe710abdf-8de1-470f-9f22-51b14c03c2de.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/e710abdf-8de1-470f-9f22-51b14c03c2de.jpg saved to cache
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 65152510-cfe8-540f-86c7-2462ed8ca55a
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252F8a6e80ad-bc45-4b2b-b661-836297cd935d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/8a6e80ad-bc45-4b2b-b661-836297cd935d.jpg not downloaded yet
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252Fbf0e52bb-2cd7-41e1-92e9-247e0a8d5a18.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/bf0e52bb-2cd7-41e1-92e9-247e0a8d5a18.jpg not downloaded yet
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c183690>
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252F54609914-3566-41f0-b145-44df8291403c.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/54609914-3566-41f0-b145-44df8291403c.jpg saved to cache
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 69fd0d10-36c3-5fcc-9466-b7e69e52d38a
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d31d650>
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252Fc92d818b-9d35-4bbb-9f31-1e36ed838919.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/c92d818b-9d35-4bbb-9f31-1e36ed838919.jpg saved to cache
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 69fd0d10-36c3-5fcc-9466-b7e69e52d38a
2026-03-26 12:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746558/general/d8c7814f-b5c9-485d-887e-78608929845b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726530)
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252F744c5a4b-5d1a-42fd-97e1-26a63c2ed545.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/744c5a4b-5d1a-42fd-97e1-26a63c2ed545.jpg not downloaded yet
2026-03-26 12:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746558/general/df6cfdbb-d553-4701-ae6d-c1fe63e0aebe.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726530)
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252F4a07778d-9f54-4801-8a04-0d2399eb90b4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/4a07778d-9f54-4801-8a04-0d2399eb90b4.jpg not downloaded yet
2026-03-26 12:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746586/general/8f8d7677-04d6-4f53-9287-828f5e0c6785.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726560)
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252Fde4d679c-2494-46bc-b545-ffe6027c3668.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/de4d679c-2494-46bc-b545-ffe6027c3668.jpg not downloaded yet
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252Feb4b1f70-7315-463a-9f33-61d40505448e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/eb4b1f70-7315-463a-9f33-61d40505448e.jpg not downloaded yet
2026-03-26 12:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746558/general/bbbc1c4a-a6a8-4739-8eb5-f1711dc29fb2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726530)
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252F9e7c77c9-8c18-478c-9da8-cb6d235d4ef3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/9e7c77c9-8c18-478c-9da8-cb6d235d4ef3.jpg not downloaded yet
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252F76d66330-eba6-4b7a-9004-ea92ee0e519e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/76d66330-eba6-4b7a-9004-ea92ee0e519e.jpg not downloaded yet
2026-03-26 12:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746586/general/bf0e52bb-2cd7-41e1-92e9-247e0a8d5a18.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726560)
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015635de90>
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252Fd8c7814f-b5c9-485d-887e-78608929845b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/d8c7814f-b5c9-485d-887e-78608929845b.jpg saved to cache
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 65152510-cfe8-540f-86c7-2462ed8ca55a
2026-03-26 12:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746586/general/8a6e80ad-bc45-4b2b-b661-836297cd935d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726560)
2026-03-26 12:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746586/general/744c5a4b-5d1a-42fd-97e1-26a63c2ed545.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726560)
2026-03-26 12:31:07 [scrapy.extensions.logstats] INFO: Crawled 341 pages (at 38 pages/min), scraped 289 items (at 29 items/min)
2026-03-26 12:31:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-26 12:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746586/general/de4d679c-2494-46bc-b545-ffe6027c3668.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726560)
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156429590>
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252Fdf6cfdbb-d553-4701-ae6d-c1fe63e0aebe.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/df6cfdbb-d553-4701-ae6d-c1fe63e0aebe.jpg saved to cache
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 65152510-cfe8-540f-86c7-2462ed8ca55a
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015647f590>
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252F8f8d7677-04d6-4f53-9287-828f5e0c6785.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/8f8d7677-04d6-4f53-9287-828f5e0c6785.jpg saved to cache
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 10d8ca20-82e4-57bc-946d-6009749aac49
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156326e90>
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252Fbbbc1c4a-a6a8-4739-8eb5-f1711dc29fb2.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/bbbc1c4a-a6a8-4739-8eb5-f1711dc29fb2.jpg saved to cache
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 65152510-cfe8-540f-86c7-2462ed8ca55a
2026-03-26 12:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746586/general/76d66330-eba6-4b7a-9004-ea92ee0e519e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726560)
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156513150>
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252Fbf0e52bb-2cd7-41e1-92e9-247e0a8d5a18.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/bf0e52bb-2cd7-41e1-92e9-247e0a8d5a18.jpg saved to cache
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 10d8ca20-82e4-57bc-946d-6009749aac49
2026-03-26 12:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746586/general/9e7c77c9-8c18-478c-9da8-cb6d235d4ef3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726560)
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ea58d0>
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252F8a6e80ad-bc45-4b2b-b661-836297cd935d.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/8a6e80ad-bc45-4b2b-b661-836297cd935d.jpg saved to cache
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 10d8ca20-82e4-57bc-946d-6009749aac49
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f65f10>
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252F744c5a4b-5d1a-42fd-97e1-26a63c2ed545.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/744c5a4b-5d1a-42fd-97e1-26a63c2ed545.jpg saved to cache
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 10d8ca20-82e4-57bc-946d-6009749aac49
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156420e90>
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252Fde4d679c-2494-46bc-b545-ffe6027c3668.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/de4d679c-2494-46bc-b545-ffe6027c3668.jpg saved to cache
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 10d8ca20-82e4-57bc-946d-6009749aac49
2026-03-26 12:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746586/general/eb4b1f70-7315-463a-9f33-61d40505448e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726560)
2026-03-26 12:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746586/general/4a07778d-9f54-4801-8a04-0d2399eb90b4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726560)
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563c3990>
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252F76d66330-eba6-4b7a-9004-ea92ee0e519e.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/76d66330-eba6-4b7a-9004-ea92ee0e519e.jpg saved to cache
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 10d8ca20-82e4-57bc-946d-6009749aac49
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0494d0>
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252F9e7c77c9-8c18-478c-9da8-cb6d235d4ef3.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/9e7c77c9-8c18-478c-9da8-cb6d235d4ef3.jpg saved to cache
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 10d8ca20-82e4-57bc-946d-6009749aac49
2026-03-26 12:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746586/general/d5921ffd-650a-400e-88b6-4c34b1972c31.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726560)
2026-03-26 12:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726441> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746558/general/711fe6d3-424b-4c5c-85b6-5ce86d3ec246.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726530)
2026-03-26 12:31: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 12:31:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156503910>
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252Feb4b1f70-7315-463a-9f33-61d40505448e.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/eb4b1f70-7315-463a-9f33-61d40505448e.jpg saved to cache
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 10d8ca20-82e4-57bc-946d-6009749aac49
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564e6f90>
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252F4a07778d-9f54-4801-8a04-0d2399eb90b4.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/4a07778d-9f54-4801-8a04-0d2399eb90b4.jpg saved to cache
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 10d8ca20-82e4-57bc-946d-6009749aac49
2026-03-26 12:31:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746558/general/faa61ef0-a886-4f19-87cf-918df9d7fba9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726530)
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015635e050>
2026-03-26 12:31:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746586%252Fgeneral%252Fd5921ffd-650a-400e-88b6-4c34b1972c31.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746586/general/d5921ffd-650a-400e-88b6-4c34b1972c31.jpg saved to cache
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 10d8ca20-82e4-57bc-946d-6009749aac49
2026-03-26 12:31:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 10d8ca20-82e4-57bc-946d-6009749aac49, skipping ID generation
2026-03-26 12:31:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10d8ca20-82e4-57bc-946d-6009749aac49 with scrape type 1
2026-03-26 12:31:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 10d8ca20-82e4-57bc-946d-6009749aac49 sending to next pipeline
2026-03-26 12:31:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 10d8ca20-82e4-57bc-946d-6009749aac49, identifier: 10726560
2026-03-26 12:31:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 10d8ca20-82e4-57bc-946d-6009749aac49 with identifier: 10726560
2026-03-26 12:31:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 10d8ca20-82e4-57bc-946d-6009749aac49 with identifier: 10726560
2026-03-26 12:31:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 10d8ca20-82e4-57bc-946d-6009749aac49 with identifier: 10726560 to the API
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:31:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746586/general/d5921ffd-650a-400e-88b6-4c34b1972c31.jpg>
{'auction_title': '',
'c_o_2_emission_value': 188,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 190,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '10d8ca20-82e4-57bc-946d-6009749aac49',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '390361',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726560',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Mercedes-Benz',
'model': 'Vito Tourer',
'odometer': 100891,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 60,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113872,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746586/general/8f8d7677-04d6-4f53-9287-828f5e0c6785.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108696,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746586/general/d5921ffd-650a-400e-88b6-4c34b1972c31.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114301,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746586/general/8a6e80ad-bc45-4b2b-b661-836297cd935d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102482,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746586/general/bf0e52bb-2cd7-41e1-92e9-247e0a8d5a18.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102008,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746586/general/744c5a4b-5d1a-42fd-97e1-26a63c2ed545.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103997,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746586/general/4a07778d-9f54-4801-8a04-0d2399eb90b4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103115,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746586/general/de4d679c-2494-46bc-b545-ffe6027c3668.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96223,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746586/general/eb4b1f70-7315-463a-9f33-61d40505448e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84025,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746586/general/9e7c77c9-8c18-478c-9da8-cb6d235d4ef3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10d8ca20-82e4-57bc-946d-6009749aac49/10d8ca20-82e4-57bc-946d-6009749aac49_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110862,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746586/general/76d66330-eba6-4b7a-9004-ea92ee0e519e.jpg',
'Width': 800}],
'price': 14700,
'price_includes_vat': True,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz Vito Tourer 119 CDI Pro - 4-Matic - Diesel - '
'Automatic - 190 hp - 100.891 km',
'transmission': 'automatic',
'trim': 'Pro',
'vin': None,
'year': 2022}
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726560%27 HTTP/1.1" 200 None
2026-03-26 12:31:08 [adesa.de] INFO: Saving data for 10726560: {'created_time': 1774528268.595113, 'last_price_update_time': 1774528268.59513, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726560') HTTP/1.1" 204 0
2026-03-26 12:31:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746558/general/28dde178-828b-4e5d-8087-32a67df17904.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726530)
2026-03-26 12:31:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746558/general/fd849aa7-9ccd-467b-9e6d-feda6a9a7c73.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726530)
2026-03-26 12:31:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746597/general/ace0d00a-611e-4934-9aa2-732950546dba.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726570)
2026-03-26 12:31:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746558/general/55d9f73d-0cce-47a6-9c44-f1ad0d26772a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726530)
2026-03-26 12:31:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746558/general/84352800-9a89-4942-8daa-67163ebd5cf0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726530)
2026-03-26 12:31:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e13aab7-465c-5d13-b955-60f8f3a300a2 with identifier: 10726441
2026-03-26 12:31:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e13aab7-465c-5d13-b955-60f8f3a300a2 with scrape type 1
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6e13aab7-465c-5d13-b955-60f8f3a300a2
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F60e49561-917c-44fb-a411-e97c4bde6a7c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/60e49561-917c-44fb-a411-e97c4bde6a7c.jpg not downloaded yet
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25bcd0>
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252F711fe6d3-424b-4c5c-85b6-5ce86d3ec246.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/711fe6d3-424b-4c5c-85b6-5ce86d3ec246.jpg saved to cache
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 65152510-cfe8-540f-86c7-2462ed8ca55a
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c183fd0>
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252Ffaa61ef0-a886-4f19-87cf-918df9d7fba9.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/faa61ef0-a886-4f19-87cf-918df9d7fba9.jpg saved to cache
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 65152510-cfe8-540f-86c7-2462ed8ca55a
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F747dcb18-4e8f-4ca4-a398-98c9e9cccd7a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/747dcb18-4e8f-4ca4-a398-98c9e9cccd7a.jpg not downloaded yet
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565128d0>
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252F28dde178-828b-4e5d-8087-32a67df17904.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/28dde178-828b-4e5d-8087-32a67df17904.jpg saved to cache
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 65152510-cfe8-540f-86c7-2462ed8ca55a
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf6d1d0>
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252Ffd849aa7-9ccd-467b-9e6d-feda6a9a7c73.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/fd849aa7-9ccd-467b-9e6d-feda6a9a7c73.jpg saved to cache
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 65152510-cfe8-540f-86c7-2462ed8ca55a
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156594310>
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252Face0d00a-611e-4934-9aa2-732950546dba.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/ace0d00a-611e-4934-9aa2-732950546dba.jpg saved to cache
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 69fd0d10-36c3-5fcc-9466-b7e69e52d38a
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e18e90>
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252F55d9f73d-0cce-47a6-9c44-f1ad0d26772a.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/55d9f73d-0cce-47a6-9c44-f1ad0d26772a.jpg saved to cache
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 65152510-cfe8-540f-86c7-2462ed8ca55a
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0d33d0>
2026-03-26 12:31:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746558%252Fgeneral%252F84352800-9a89-4942-8daa-67163ebd5cf0.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746558/general/84352800-9a89-4942-8daa-67163ebd5cf0.jpg saved to cache
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 65152510-cfe8-540f-86c7-2462ed8ca55a
2026-03-26 12:31:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 65152510-cfe8-540f-86c7-2462ed8ca55a, skipping ID generation
2026-03-26 12:31:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65152510-cfe8-540f-86c7-2462ed8ca55a with scrape type 1
2026-03-26 12:31:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 65152510-cfe8-540f-86c7-2462ed8ca55a sending to next pipeline
2026-03-26 12:31:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 65152510-cfe8-540f-86c7-2462ed8ca55a, identifier: 10726530
2026-03-26 12:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746597/general/c51e474a-819d-4e0d-9398-8da276458660.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726570)
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F2863cb1c-c89b-4700-b180-b6762781ef14.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/2863cb1c-c89b-4700-b180-b6762781ef14.jpg not downloaded yet
2026-03-26 12:31:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 65152510-cfe8-540f-86c7-2462ed8ca55a with identifier: 10726530
2026-03-26 12:31:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 65152510-cfe8-540f-86c7-2462ed8ca55a with identifier: 10726530
2026-03-26 12:31:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 65152510-cfe8-540f-86c7-2462ed8ca55a with identifier: 10726530 to the API
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:31:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746558/general/84352800-9a89-4942-8daa-67163ebd5cf0.jpg>
{'auction_title': '',
'c_o_2_emission_value': 93,
'category': 'Hatchback',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 75,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '65152510-cfe8-540f-86c7-2462ed8ca55a',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '432626',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726530',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 56674,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 52,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107896,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746558/general/e710abdf-8de1-470f-9f22-51b14c03c2de.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97986,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746558/general/fd849aa7-9ccd-467b-9e6d-feda6a9a7c73.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151405,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746558/general/84352800-9a89-4942-8daa-67163ebd5cf0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152182,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746558/general/55d9f73d-0cce-47a6-9c44-f1ad0d26772a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129838,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746558/general/faa61ef0-a886-4f19-87cf-918df9d7fba9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129788,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746558/general/d8c7814f-b5c9-485d-887e-78608929845b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136933,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746558/general/df6cfdbb-d553-4701-ae6d-c1fe63e0aebe.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150218,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746558/general/28dde178-828b-4e5d-8087-32a67df17904.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123151,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746558/general/bbbc1c4a-a6a8-4739-8eb5-f1711dc29fb2.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65152510-cfe8-540f-86c7-2462ed8ca55a/65152510-cfe8-540f-86c7-2462ed8ca55a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70001,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746558/general/711fe6d3-424b-4c5c-85b6-5ce86d3ec246.jpg',
'Width': 800}],
'price': 5300,
'price_includes_vat': True,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Opel Corsa 1.2 Edition - Petrol - Manual - 75 hp - 56.674 km',
'transmission': 'manual',
'trim': 'Edition',
'vin': None,
'year': 2021}
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726530%27 HTTP/1.1" 200 None
2026-03-26 12:31:09 [adesa.de] INFO: Saving data for 10726530: {'created_time': 1774528269.543716, 'last_price_update_time': 1774528269.543727, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726530') HTTP/1.1" 204 0
2026-03-26 12:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746685/general/f7b2c4db-4af7-4f99-aeaa-75f8a0e5abbc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726664)
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F9f930bc8-291e-44a5-8f09-c28c202fc537.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/9f930bc8-291e-44a5-8f09-c28c202fc537.jpg not downloaded yet
2026-03-26 12:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746685/general/dfdde866-1e7c-444e-a904-782939e5f491.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726664)
2026-03-26 12:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746597/general/e36a923b-1cb7-409c-9f46-80db9ffcc462.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726570)
2026-03-26 12:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746685/general/2ce2f6cc-2099-405c-9a27-4778ff70cb6f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726664)
2026-03-26 12:31:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565786d0>
2026-03-26 12:31:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252Fc51e474a-819d-4e0d-9398-8da276458660.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/c51e474a-819d-4e0d-9398-8da276458660.jpg saved to cache
2026-03-26 12:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 69fd0d10-36c3-5fcc-9466-b7e69e52d38a
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F7096de6e-82a1-48a1-b774-16a3262a7140.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/7096de6e-82a1-48a1-b774-16a3262a7140.jpg not downloaded yet
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F4482293e-0c06-4b88-a6c8-6ec6551860df.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/4482293e-0c06-4b88-a6c8-6ec6551860df.jpg not downloaded yet
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F79238278-766d-47b7-9e65-2ae9b090f5b3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/79238278-766d-47b7-9e65-2ae9b090f5b3.jpg not downloaded yet
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252Fd69f089a-8a3f-41d8-90de-353e3e07de2d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/d69f089a-8a3f-41d8-90de-353e3e07de2d.jpg not downloaded yet
2026-03-26 12:31:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e8f90>
2026-03-26 12:31:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252Ff7b2c4db-4af7-4f99-aeaa-75f8a0e5abbc.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/f7b2c4db-4af7-4f99-aeaa-75f8a0e5abbc.jpg saved to cache
2026-03-26 12:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 39b9917e-1e69-5f63-be5d-c46c1dbdf015
2026-03-26 12:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746490/general/747dcb18-4e8f-4ca4-a398-98c9e9cccd7a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726441)
2026-03-26 12:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746490/general/2863cb1c-c89b-4700-b180-b6762781ef14.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726441)
2026-03-26 12:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746490/general/60e49561-917c-44fb-a411-e97c4bde6a7c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726441)
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F6a057e93-8319-42a3-b157-bae1c4addf11.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/6a057e93-8319-42a3-b157-bae1c4addf11.jpg not downloaded yet
2026-03-26 12:31:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ea710>
2026-03-26 12:31:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252Fdfdde866-1e7c-444e-a904-782939e5f491.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/dfdde866-1e7c-444e-a904-782939e5f491.jpg saved to cache
2026-03-26 12:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 39b9917e-1e69-5f63-be5d-c46c1dbdf015
2026-03-26 12:31:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fad7d0>
2026-03-26 12:31:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746597%252Fgeneral%252Fe36a923b-1cb7-409c-9f46-80db9ffcc462.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746597/general/e36a923b-1cb7-409c-9f46-80db9ffcc462.jpg saved to cache
2026-03-26 12:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 69fd0d10-36c3-5fcc-9466-b7e69e52d38a
2026-03-26 12:31:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 69fd0d10-36c3-5fcc-9466-b7e69e52d38a, skipping ID generation
2026-03-26 12:31:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69fd0d10-36c3-5fcc-9466-b7e69e52d38a with scrape type 1
2026-03-26 12:31:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 69fd0d10-36c3-5fcc-9466-b7e69e52d38a sending to next pipeline
2026-03-26 12:31:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 69fd0d10-36c3-5fcc-9466-b7e69e52d38a, identifier: 10726570
2026-03-26 12:31:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e9ed0>
2026-03-26 12:31:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252F2ce2f6cc-2099-405c-9a27-4778ff70cb6f.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/2ce2f6cc-2099-405c-9a27-4778ff70cb6f.jpg saved to cache
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 39b9917e-1e69-5f63-be5d-c46c1dbdf015
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F1ea7d4c9-42fc-4ab3-9d60-27a1a69cf8d7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/1ea7d4c9-42fc-4ab3-9d60-27a1a69cf8d7.jpg not downloaded yet
2026-03-26 12:31:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 69fd0d10-36c3-5fcc-9466-b7e69e52d38a with identifier: 10726570
2026-03-26 12:31:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 69fd0d10-36c3-5fcc-9466-b7e69e52d38a with identifier: 10726570
2026-03-26 12:31:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 69fd0d10-36c3-5fcc-9466-b7e69e52d38a with identifier: 10726570 to the API
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746597/general/e36a923b-1cb7-409c-9f46-80db9ffcc462.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 158,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '69fd0d10-36c3-5fcc-9466-b7e69e52d38a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '6004863',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726570',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 22915,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 28,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 179087,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746597/general/00a10dbd-90de-48a7-ad89-423309ef35ef.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133043,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746597/general/e36a923b-1cb7-409c-9f46-80db9ffcc462.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171797,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746597/general/2d3c05ae-5de4-45fa-b1da-b95fb074713a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170627,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746597/general/92ff4697-8195-4d7c-822e-ef2aba91b158.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108375,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746597/general/de5bf354-13a0-4c20-a031-d3571f9cf152.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156029,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746597/general/c51e474a-819d-4e0d-9398-8da276458660.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126436,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746597/general/ace0d00a-611e-4934-9aa2-732950546dba.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147780,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746597/general/54609914-3566-41f0-b145-44df8291403c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157857,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746597/general/ed77f834-d71b-4e4c-899b-df2af2d36c8d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69fd0d10-36c3-5fcc-9466-b7e69e52d38a/69fd0d10-36c3-5fcc-9466-b7e69e52d38a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140250,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746597/general/c92d818b-9d35-4bbb-9f31-1e36ed838919.jpg',
'Width': 800}],
'price': 15600,
'price_includes_vat': True,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Nissan Qashqai 1.3 DIG-T Tekna - Petrol - Automatic - 158 hp - '
'22.915 km',
'transmission': 'automatic',
'trim': 'Tekna',
'vin': None,
'year': 2024}
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726570%27 HTTP/1.1" 200 None
2026-03-26 12:31:10 [adesa.de] INFO: Saving data for 10726570: {'created_time': 1774528270.409507, 'last_price_update_time': 1774528270.409518, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726570') HTTP/1.1" 204 0
2026-03-26 12:31:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746685/general/f061a193-e79e-4469-9a93-05407d4feec5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726664)
2026-03-26 12:31:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746685/general/a1a768c5-e23d-4a55-b7f0-8b600f54e09e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726664)
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f1f690>
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F747dcb18-4e8f-4ca4-a398-98c9e9cccd7a.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/747dcb18-4e8f-4ca4-a398-98c9e9cccd7a.jpg saved to cache
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6e13aab7-465c-5d13-b955-60f8f3a300a2
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563649d0>
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F2863cb1c-c89b-4700-b180-b6762781ef14.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/2863cb1c-c89b-4700-b180-b6762781ef14.jpg saved to cache
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6e13aab7-465c-5d13-b955-60f8f3a300a2
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e5e5d0>
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F60e49561-917c-44fb-a411-e97c4bde6a7c.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/60e49561-917c-44fb-a411-e97c4bde6a7c.jpg saved to cache
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6e13aab7-465c-5d13-b955-60f8f3a300a2
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c055390>
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252Ff061a193-e79e-4469-9a93-05407d4feec5.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/f061a193-e79e-4469-9a93-05407d4feec5.jpg saved to cache
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 39b9917e-1e69-5f63-be5d-c46c1dbdf015
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee4650>
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252Fa1a768c5-e23d-4a55-b7f0-8b600f54e09e.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/a1a768c5-e23d-4a55-b7f0-8b600f54e09e.jpg saved to cache
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 39b9917e-1e69-5f63-be5d-c46c1dbdf015
2026-03-26 12:31:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746490/general/79238278-766d-47b7-9e65-2ae9b090f5b3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726441)
2026-03-26 12:31:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746490/general/4482293e-0c06-4b88-a6c8-6ec6551860df.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726441)
2026-03-26 12:31:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746490/general/6a057e93-8319-42a3-b157-bae1c4addf11.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726441)
2026-03-26 12:31:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746490/general/d69f089a-8a3f-41d8-90de-353e3e07de2d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726441)
2026-03-26 12:31:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746490/general/1ea7d4c9-42fc-4ab3-9d60-27a1a69cf8d7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726441)
2026-03-26 12:31:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746490/general/7096de6e-82a1-48a1-b774-16a3262a7140.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726441)
2026-03-26 12:31:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727113> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31: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 12:31:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746685/general/38c869ae-dd61-484f-86b0-03a1864fecbc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726664)
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564316d0>
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F79238278-766d-47b7-9e65-2ae9b090f5b3.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/79238278-766d-47b7-9e65-2ae9b090f5b3.jpg saved to cache
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6e13aab7-465c-5d13-b955-60f8f3a300a2
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564a7dd0>
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F4482293e-0c06-4b88-a6c8-6ec6551860df.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/4482293e-0c06-4b88-a6c8-6ec6551860df.jpg saved to cache
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6e13aab7-465c-5d13-b955-60f8f3a300a2
2026-03-26 12:31:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746685/general/4b315764-1621-4832-a378-12db8a394d9d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726664)
2026-03-26 12:31:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746685/general/8322d2a7-a4fb-490d-ba02-bb48adce7b10.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726664)
2026-03-26 12:31:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746490/general/9f930bc8-291e-44a5-8f09-c28c202fc537.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726441)
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c238910>
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F6a057e93-8319-42a3-b157-bae1c4addf11.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/6a057e93-8319-42a3-b157-bae1c4addf11.jpg saved to cache
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6e13aab7-465c-5d13-b955-60f8f3a300a2
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563b9790>
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252Fd69f089a-8a3f-41d8-90de-353e3e07de2d.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/d69f089a-8a3f-41d8-90de-353e3e07de2d.jpg saved to cache
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6e13aab7-465c-5d13-b955-60f8f3a300a2
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c179890>
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F1ea7d4c9-42fc-4ab3-9d60-27a1a69cf8d7.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/1ea7d4c9-42fc-4ab3-9d60-27a1a69cf8d7.jpg saved to cache
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6e13aab7-465c-5d13-b955-60f8f3a300a2
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563b8190>
2026-03-26 12:31:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F7096de6e-82a1-48a1-b774-16a3262a7140.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/7096de6e-82a1-48a1-b774-16a3262a7140.jpg saved to cache
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6e13aab7-465c-5d13-b955-60f8f3a300a2
2026-03-26 12:31:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b9a22f6-ef9c-5fee-9016-001e5738c5c6 with identifier: 10727113
2026-03-26 12:31:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b9a22f6-ef9c-5fee-9016-001e5738c5c6 with scrape type 1
2026-03-26 12:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2b9a22f6-ef9c-5fee-9016-001e5738c5c6
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252Fbebada0e-a021-4e60-be2d-836c206c8672.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/bebada0e-a021-4e60-be2d-836c206c8672.jpg not downloaded yet
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252F7d106335-d25d-4a5f-82fa-d2ee2cc85d58.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/7d106335-d25d-4a5f-82fa-d2ee2cc85d58.jpg not downloaded yet
2026-03-26 12:31:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156348c90>
2026-03-26 12:31:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252F38c869ae-dd61-484f-86b0-03a1864fecbc.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/38c869ae-dd61-484f-86b0-03a1864fecbc.jpg saved to cache
2026-03-26 12:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 39b9917e-1e69-5f63-be5d-c46c1dbdf015
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252Fab212613-51c2-4b4f-ac40-0a0d7e2a8117.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/ab212613-51c2-4b4f-ac40-0a0d7e2a8117.jpg not downloaded yet
2026-03-26 12:31:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562a8390>
2026-03-26 12:31:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252F4b315764-1621-4832-a378-12db8a394d9d.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/4b315764-1621-4832-a378-12db8a394d9d.jpg saved to cache
2026-03-26 12:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 39b9917e-1e69-5f63-be5d-c46c1dbdf015
2026-03-26 12:31:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f65bd0>
2026-03-26 12:31:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746685%252Fgeneral%252F8322d2a7-a4fb-490d-ba02-bb48adce7b10.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746685/general/8322d2a7-a4fb-490d-ba02-bb48adce7b10.jpg saved to cache
2026-03-26 12:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 39b9917e-1e69-5f63-be5d-c46c1dbdf015
2026-03-26 12:31:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 39b9917e-1e69-5f63-be5d-c46c1dbdf015, skipping ID generation
2026-03-26 12:31:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39b9917e-1e69-5f63-be5d-c46c1dbdf015 with scrape type 1
2026-03-26 12:31:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 39b9917e-1e69-5f63-be5d-c46c1dbdf015 sending to next pipeline
2026-03-26 12:31:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 39b9917e-1e69-5f63-be5d-c46c1dbdf015, identifier: 10726664
2026-03-26 12:31:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf609d0>
2026-03-26 12:31:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746490%252Fgeneral%252F9f930bc8-291e-44a5-8f09-c28c202fc537.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746490/general/9f930bc8-291e-44a5-8f09-c28c202fc537.jpg saved to cache
2026-03-26 12:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6e13aab7-465c-5d13-b955-60f8f3a300a2
2026-03-26 12:31:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6e13aab7-465c-5d13-b955-60f8f3a300a2, skipping ID generation
2026-03-26 12:31:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e13aab7-465c-5d13-b955-60f8f3a300a2 with scrape type 1
2026-03-26 12:31:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6e13aab7-465c-5d13-b955-60f8f3a300a2 sending to next pipeline
2026-03-26 12:31:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6e13aab7-465c-5d13-b955-60f8f3a300a2, identifier: 10726441
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252Fd0f39eda-f373-4c7d-99fc-5c0fd4632672.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/d0f39eda-f373-4c7d-99fc-5c0fd4632672.jpg not downloaded yet
2026-03-26 12:31:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 39b9917e-1e69-5f63-be5d-c46c1dbdf015 with identifier: 10726664
2026-03-26 12:31:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 39b9917e-1e69-5f63-be5d-c46c1dbdf015 with identifier: 10726664
2026-03-26 12:31:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 39b9917e-1e69-5f63-be5d-c46c1dbdf015 with identifier: 10726664 to the API
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746685/general/8322d2a7-a4fb-490d-ba02-bb48adce7b10.jpg>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '39b9917e-1e69-5f63-be5d-c46c1dbdf015',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4245499',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726664',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Seat',
'model': 'Ateca',
'odometer': 22108,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 53,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118331,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746685/general/8322d2a7-a4fb-490d-ba02-bb48adce7b10.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109382,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746685/general/38c869ae-dd61-484f-86b0-03a1864fecbc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156832,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746685/general/4b315764-1621-4832-a378-12db8a394d9d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157700,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746685/general/f061a193-e79e-4469-9a93-05407d4feec5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92622,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746685/general/a1a768c5-e23d-4a55-b7f0-8b600f54e09e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93281,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746685/general/f7b2c4db-4af7-4f99-aeaa-75f8a0e5abbc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148480,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746685/general/2ce2f6cc-2099-405c-9a27-4778ff70cb6f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137719,
'Height': 959,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746685/general/dfdde866-1e7c-444e-a904-782939e5f491.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110193,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746685/general/9d88d8ff-ade6-4454-8693-6d3f5e3d6318.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39b9917e-1e69-5f63-be5d-c46c1dbdf015/39b9917e-1e69-5f63-be5d-c46c1dbdf015_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155145,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746685/general/47126953-2039-4dbc-b2fe-b6fb0a1aa274.jpg',
'Width': 1280}],
'price': 11600,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Seat Ateca 1.0 TSI Style - Petrol - Manual - 110 hp - 22.108 km',
'transmission': 'manual',
'trim': 'Style',
'vin': None,
'year': 2022}
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726664%27 HTTP/1.1" 200 None
2026-03-26 12:31:11 [adesa.de] INFO: Saving data for 10726664: {'created_time': 1774528271.967692, 'last_price_update_time': 1774528271.967706, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726664') HTTP/1.1" 204 0
2026-03-26 12:31:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6e13aab7-465c-5d13-b955-60f8f3a300a2 with identifier: 10726441
2026-03-26 12:31:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6e13aab7-465c-5d13-b955-60f8f3a300a2 with identifier: 10726441
2026-03-26 12:31:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 6e13aab7-465c-5d13-b955-60f8f3a300a2 with identifier: 10726441 to the API
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746490/general/9f930bc8-291e-44a5-8f09-c28c202fc537.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'engine_horse_power': 143,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '6e13aab7-465c-5d13-b955-60f8f3a300a2',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '340151',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726441',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'Sprinter',
'odometer': 64871,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 26,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76452,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746490/general/60e49561-917c-44fb-a411-e97c4bde6a7c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48539,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746490/general/747dcb18-4e8f-4ca4-a398-98c9e9cccd7a.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47391,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746490/general/2863cb1c-c89b-4700-b180-b6762781ef14.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90384,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746490/general/9f930bc8-291e-44a5-8f09-c28c202fc537.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73983,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746490/general/7096de6e-82a1-48a1-b774-16a3262a7140.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73521,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746490/general/4482293e-0c06-4b88-a6c8-6ec6551860df.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65227,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746490/general/79238278-766d-47b7-9e65-2ae9b090f5b3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65752,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746490/general/d69f089a-8a3f-41d8-90de-353e3e07de2d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85286,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746490/general/6a057e93-8319-42a3-b157-bae1c4addf11.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e13aab7-465c-5d13-b955-60f8f3a300a2/6e13aab7-465c-5d13-b955-60f8f3a300a2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65170,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746490/general/1ea7d4c9-42fc-4ab3-9d60-27a1a69cf8d7.jpg',
'Width': 800}],
'price': 16000,
'price_includes_vat': True,
'registration_date': '2020-11-01',
'seats_number': 2,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz Sprinter 514 CDI - Diesel - Manual - 143 hp - 64.871 '
'km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2020}
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726441%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [adesa.de] INFO: Saving data for 10726441: {'created_time': 1774528272.463358, 'last_price_update_time': 1774528272.46337, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726441') HTTP/1.1" 204 0
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252F5ca5e1a6-342a-4f97-a5e2-47ff21c832d2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/5ca5e1a6-342a-4f97-a5e2-47ff21c832d2.jpg not downloaded yet
2026-03-26 12:31:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726316> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31: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 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252F95c1c8cb-57ab-44e7-a0a2-64202b553329.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/95c1c8cb-57ab-44e7-a0a2-64202b553329.jpg not downloaded yet
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252F7e0075a6-e495-455b-b5d3-96a5af394c1e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/7e0075a6-e495-455b-b5d3-96a5af394c1e.jpg not downloaded yet
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252F7465498f-d7a1-4ee5-863a-b301005b329a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/7465498f-d7a1-4ee5-863a-b301005b329a.jpg not downloaded yet
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252F7d2f4ef9-3db8-49f1-93f0-eade718009c2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/7d2f4ef9-3db8-49f1-93f0-eade718009c2.jpg not downloaded yet
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252F2ea68142-504d-4e27-b012-5adb03dee9b6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/2ea68142-504d-4e27-b012-5adb03dee9b6.jpg not downloaded yet
2026-03-26 12:31:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746735/general/5ca5e1a6-342a-4f97-a5e2-47ff21c832d2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727113)
2026-03-26 12:31:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 326f2054-f245-54b2-a9fa-e68c056795cd with identifier: 10726316
2026-03-26 12:31:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 326f2054-f245-54b2-a9fa-e68c056795cd with scrape type 1
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 326f2054-f245-54b2-a9fa-e68c056795cd
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252F25b16140-bbe4-4fb2-828c-a8c70f64eb5f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/25b16140-bbe4-4fb2-828c-a8c70f64eb5f.jpg not downloaded yet
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252F7b9e5827-b519-4685-95a1-fb0983a6ccc1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/7b9e5827-b519-4685-95a1-fb0983a6ccc1.jpg not downloaded yet
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252Fe447411f-36df-44b9-9a20-a1b3a77e8356.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/e447411f-36df-44b9-9a20-a1b3a77e8356.jpg not downloaded yet
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252Fad2e4cae-ed65-4424-9936-42917cf76d63.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/ad2e4cae-ed65-4424-9936-42917cf76d63.jpg not downloaded yet
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252Fed5df53a-3fcc-405f-97fe-9a70837bc407.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/ed5df53a-3fcc-405f-97fe-9a70837bc407.jpg not downloaded yet
2026-03-26 12:31:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746735/general/2ea68142-504d-4e27-b012-5adb03dee9b6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727113)
2026-03-26 12:31:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726445> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252F5da24446-16f5-4364-9f93-5e1c90341df2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/5da24446-16f5-4364-9f93-5e1c90341df2.jpg not downloaded yet
2026-03-26 12:31: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 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252Ff6757e84-2b32-4e1f-b9ec-26f460f1b1b9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/f6757e84-2b32-4e1f-b9ec-26f460f1b1b9.jpg not downloaded yet
2026-03-26 12:31:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563b8990>
2026-03-26 12:31:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252F5ca5e1a6-342a-4f97-a5e2-47ff21c832d2.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/5ca5e1a6-342a-4f97-a5e2-47ff21c832d2.jpg saved to cache
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2b9a22f6-ef9c-5fee-9016-001e5738c5c6
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252F47566255-17dd-45ed-8415-a0fa3de981c6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/47566255-17dd-45ed-8415-a0fa3de981c6.jpg not downloaded yet
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252Fa3d8f317-eafd-405d-a110-0ff8cbf41cef.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/a3d8f317-eafd-405d-a110-0ff8cbf41cef.jpg not downloaded yet
2026-03-26 12:31:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732879/general/ed5df53a-3fcc-405f-97fe-9a70837bc407.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726316)
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252F0a88cf10-71bd-4c9a-952a-cde5862d4a1b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/0a88cf10-71bd-4c9a-952a-cde5862d4a1b.jpg not downloaded yet
2026-03-26 12:31:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09a910>
2026-03-26 12:31:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252F2ea68142-504d-4e27-b012-5adb03dee9b6.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/2ea68142-504d-4e27-b012-5adb03dee9b6.jpg saved to cache
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2b9a22f6-ef9c-5fee-9016-001e5738c5c6
2026-03-26 12:31:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fa703e3-12e6-54a0-8c40-6eed3f2609af with identifier: 10726445
2026-03-26 12:31:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fa703e3-12e6-54a0-8c40-6eed3f2609af with scrape type 1
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2fa703e3-12e6-54a0-8c40-6eed3f2609af
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252F20890747-1bac-4eca-94b7-e25810d01c98.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/20890747-1bac-4eca-94b7-e25810d01c98.jpg not downloaded yet
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252F6f9fbcb1-87ee-43db-b6a3-ab39aab85553.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/6f9fbcb1-87ee-43db-b6a3-ab39aab85553.jpg not downloaded yet
2026-03-26 12:31:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732879/general/ad2e4cae-ed65-4424-9936-42917cf76d63.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726316)
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252F36681fd4-9fb1-4285-9768-27a5a4182253.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/36681fd4-9fb1-4285-9768-27a5a4182253.jpg not downloaded yet
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252Fd2140911-0a95-4975-a753-20ebdd4456c2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/d2140911-0a95-4975-a753-20ebdd4456c2.jpg not downloaded yet
2026-03-26 12:31:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ecee50>
2026-03-26 12:31:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252Fed5df53a-3fcc-405f-97fe-9a70837bc407.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/ed5df53a-3fcc-405f-97fe-9a70837bc407.jpg saved to cache
2026-03-26 12:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 326f2054-f245-54b2-a9fa-e68c056795cd
2026-03-26 12:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252F0b6930e5-e879-451b-a1a5-79deb2333db7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/0b6930e5-e879-451b-a1a5-79deb2333db7.jpg not downloaded yet
2026-03-26 12:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732879/general/a3d8f317-eafd-405d-a110-0ff8cbf41cef.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726316)
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252Fdc8a59a7-85dc-444c-874d-1e144d7aa224.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/dc8a59a7-85dc-444c-874d-1e144d7aa224.jpg not downloaded yet
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252F5432f63a-a7be-4807-9251-a135e44f8b1c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/5432f63a-a7be-4807-9251-a135e44f8b1c.jpg not downloaded yet
2026-03-26 12:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746494/general/20890747-1bac-4eca-94b7-e25810d01c98.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726445)
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015647fb50>
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252Fad2e4cae-ed65-4424-9936-42917cf76d63.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/ad2e4cae-ed65-4424-9936-42917cf76d63.jpg saved to cache
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 326f2054-f245-54b2-a9fa-e68c056795cd
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252Fd4a2b545-062d-47ae-ae88-59c83400e142.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/d4a2b545-062d-47ae-ae88-59c83400e142.jpg not downloaded yet
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252Fcd8f7ee8-d491-429d-9a51-48548489a603.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/cd8f7ee8-d491-429d-9a51-48548489a603.jpg not downloaded yet
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252F9fb23590-0b59-4d0f-b108-47d5171ab4db.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/9fb23590-0b59-4d0f-b108-47d5171ab4db.jpg not downloaded yet
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156faccd0>
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252Fa3d8f317-eafd-405d-a110-0ff8cbf41cef.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/a3d8f317-eafd-405d-a110-0ff8cbf41cef.jpg saved to cache
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 326f2054-f245-54b2-a9fa-e68c056795cd
2026-03-26 12:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746494/general/0b6930e5-e879-451b-a1a5-79deb2333db7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726445)
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562a8a10>
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252F20890747-1bac-4eca-94b7-e25810d01c98.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/20890747-1bac-4eca-94b7-e25810d01c98.jpg saved to cache
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2fa703e3-12e6-54a0-8c40-6eed3f2609af
2026-03-26 12:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727002> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31: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 12:31:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cfbf750>
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252F0b6930e5-e879-451b-a1a5-79deb2333db7.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/0b6930e5-e879-451b-a1a5-79deb2333db7.jpg saved to cache
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2fa703e3-12e6-54a0-8c40-6eed3f2609af
2026-03-26 12:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746494/general/dc8a59a7-85dc-444c-874d-1e144d7aa224.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726445)
2026-03-26 12:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746494/general/9fb23590-0b59-4d0f-b108-47d5171ab4db.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726445)
2026-03-26 12:31:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c1a034a-d107-523d-b2da-1c0f21ff2e03 with identifier: 10727002
2026-03-26 12:31:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c1a034a-d107-523d-b2da-1c0f21ff2e03 with scrape type 1
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5c1a034a-d107-523d-b2da-1c0f21ff2e03
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252F65ea815b-0349-4cab-a70d-87c8cf6ce238.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/65ea815b-0349-4cab-a70d-87c8cf6ce238.jpg not downloaded yet
2026-03-26 12:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746494/general/cd8f7ee8-d491-429d-9a51-48548489a603.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726445)
2026-03-26 12:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746494/general/d4a2b545-062d-47ae-ae88-59c83400e142.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726445)
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252F12098ecf-a1df-4c42-805b-d7a5cdd04312.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/12098ecf-a1df-4c42-805b-d7a5cdd04312.jpg not downloaded yet
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252F170e8c1e-73b0-4eea-8ded-0fe413a060de.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/170e8c1e-73b0-4eea-8ded-0fe413a060de.jpg not downloaded yet
2026-03-26 12:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726659> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ea950>
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252Fdc8a59a7-85dc-444c-874d-1e144d7aa224.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/dc8a59a7-85dc-444c-874d-1e144d7aa224.jpg saved to cache
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2fa703e3-12e6-54a0-8c40-6eed3f2609af
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563131d0>
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252F9fb23590-0b59-4d0f-b108-47d5171ab4db.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/9fb23590-0b59-4d0f-b108-47d5171ab4db.jpg saved to cache
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2fa703e3-12e6-54a0-8c40-6eed3f2609af
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252F16612f21-2ef6-4bfb-be83-dc3b46fcada8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/16612f21-2ef6-4bfb-be83-dc3b46fcada8.jpg not downloaded yet
2026-03-26 12:31: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 12:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746494/general/5432f63a-a7be-4807-9251-a135e44f8b1c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726445)
2026-03-26 12:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746712/general/65ea815b-0349-4cab-a70d-87c8cf6ce238.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727002)
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252F8bbba131-09ba-4672-8534-9844f44703bf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/8bbba131-09ba-4672-8534-9844f44703bf.jpg not downloaded yet
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015642ab90>
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252Fcd8f7ee8-d491-429d-9a51-48548489a603.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/cd8f7ee8-d491-429d-9a51-48548489a603.jpg saved to cache
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2fa703e3-12e6-54a0-8c40-6eed3f2609af
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0de550>
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252Fd4a2b545-062d-47ae-ae88-59c83400e142.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/d4a2b545-062d-47ae-ae88-59c83400e142.jpg saved to cache
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2fa703e3-12e6-54a0-8c40-6eed3f2609af
2026-03-26 12:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746494/general/d2140911-0a95-4975-a753-20ebdd4456c2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726445)
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252F116d0df1-79f9-4626-99eb-d60f34df8c6c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/116d0df1-79f9-4626-99eb-d60f34df8c6c.jpg not downloaded yet
2026-03-26 12:31:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20a82cf8-b31e-5c3e-b949-b4c0c89a4048 with identifier: 10726659
2026-03-26 12:31:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20a82cf8-b31e-5c3e-b949-b4c0c89a4048 with scrape type 1
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 20a82cf8-b31e-5c3e-b949-b4c0c89a4048
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252Feb454715-c693-4fc8-84f5-9065ae5c88a3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/eb454715-c693-4fc8-84f5-9065ae5c88a3.jpg not downloaded yet
2026-03-26 12:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746712/general/12098ecf-a1df-4c42-805b-d7a5cdd04312.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727002)
2026-03-26 12:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746712/general/170e8c1e-73b0-4eea-8ded-0fe413a060de.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727002)
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252F58791273-89e3-408c-950e-f010ed0db661.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/58791273-89e3-408c-950e-f010ed0db661.jpg not downloaded yet
2026-03-26 12:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726616> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31: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 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252Fa3ebc3f7-faa3-47af-9dcb-dcb703cd2026.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/a3ebc3f7-faa3-47af-9dcb-dcb703cd2026.jpg not downloaded yet
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562bda90>
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252F5432f63a-a7be-4807-9251-a135e44f8b1c.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/5432f63a-a7be-4807-9251-a135e44f8b1c.jpg saved to cache
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2fa703e3-12e6-54a0-8c40-6eed3f2609af
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c057990>
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252F65ea815b-0349-4cab-a70d-87c8cf6ce238.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/65ea815b-0349-4cab-a70d-87c8cf6ce238.jpg saved to cache
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5c1a034a-d107-523d-b2da-1c0f21ff2e03
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252Fb84c56e0-b66e-4747-87ae-3909b90e6039.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/b84c56e0-b66e-4747-87ae-3909b90e6039.jpg not downloaded yet
2026-03-26 12:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746712/general/16612f21-2ef6-4bfb-be83-dc3b46fcada8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727002)
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252F97296d46-0562-4456-a9d6-42039d62b3e2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/97296d46-0562-4456-a9d6-42039d62b3e2.jpg not downloaded yet
2026-03-26 12:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746712/general/8bbba131-09ba-4672-8534-9844f44703bf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727002)
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252F8c75fa2e-cf1a-4b55-8748-cc7041f8afe0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/8c75fa2e-cf1a-4b55-8748-cc7041f8afe0.jpg not downloaded yet
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156500710>
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252Fd2140911-0a95-4975-a753-20ebdd4456c2.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/d2140911-0a95-4975-a753-20ebdd4456c2.jpg saved to cache
2026-03-26 12:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2fa703e3-12e6-54a0-8c40-6eed3f2609af
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015651ab10>
2026-03-26 12:31:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252F12098ecf-a1df-4c42-805b-d7a5cdd04312.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/12098ecf-a1df-4c42-805b-d7a5cdd04312.jpg saved to cache
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5c1a034a-d107-523d-b2da-1c0f21ff2e03
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015634b4d0>
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252F170e8c1e-73b0-4eea-8ded-0fe413a060de.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/170e8c1e-73b0-4eea-8ded-0fe413a060de.jpg saved to cache
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5c1a034a-d107-523d-b2da-1c0f21ff2e03
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252F8f2c7623-84fc-4abf-8ad6-7bad3159d3f5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/8f2c7623-84fc-4abf-8ad6-7bad3159d3f5.jpg not downloaded yet
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252Ff979009e-7095-41a3-86c5-543c450df78c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/f979009e-7095-41a3-86c5-543c450df78c.jpg not downloaded yet
2026-03-26 12:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746712/general/116d0df1-79f9-4626-99eb-d60f34df8c6c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727002)
2026-03-26 12:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746680/general/eb454715-c693-4fc8-84f5-9065ae5c88a3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726659)
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252Fbc9eac81-84b0-4aee-afaa-98843e5e410d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/bc9eac81-84b0-4aee-afaa-98843e5e410d.jpg not downloaded yet
2026-03-26 12:31:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afe0f0bc-483b-51a7-92b1-195c72e8c5bf with identifier: 10726616
2026-03-26 12:31:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afe0f0bc-483b-51a7-92b1-195c72e8c5bf with scrape type 1
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item afe0f0bc-483b-51a7-92b1-195c72e8c5bf
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252Fd4d486a1-21e8-4d9b-91e2-1de3f7003536.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/d4d486a1-21e8-4d9b-91e2-1de3f7003536.jpg not downloaded yet
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564bec10>
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252F16612f21-2ef6-4bfb-be83-dc3b46fcada8.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/16612f21-2ef6-4bfb-be83-dc3b46fcada8.jpg saved to cache
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5c1a034a-d107-523d-b2da-1c0f21ff2e03
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015650aad0>
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252F8bbba131-09ba-4672-8534-9844f44703bf.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/8bbba131-09ba-4672-8534-9844f44703bf.jpg saved to cache
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5c1a034a-d107-523d-b2da-1c0f21ff2e03
2026-03-26 12:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746494/general/36681fd4-9fb1-4285-9768-27a5a4182253.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726445)
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252F177b414d-b233-492b-97b4-8116b5c76489.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/177b414d-b233-492b-97b4-8116b5c76489.jpg not downloaded yet
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252Fad430df2-311b-44a3-a03a-62ceedd57439.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/ad430df2-311b-44a3-a03a-62ceedd57439.jpg not downloaded yet
2026-03-26 12:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746712/general/b84c56e0-b66e-4747-87ae-3909b90e6039.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727002)
2026-03-26 12:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746680/general/a3ebc3f7-faa3-47af-9dcb-dcb703cd2026.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726659)
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156433250>
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252F116d0df1-79f9-4626-99eb-d60f34df8c6c.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/116d0df1-79f9-4626-99eb-d60f34df8c6c.jpg saved to cache
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5c1a034a-d107-523d-b2da-1c0f21ff2e03
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563b99d0>
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252Feb454715-c693-4fc8-84f5-9065ae5c88a3.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/eb454715-c693-4fc8-84f5-9065ae5c88a3.jpg saved to cache
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 20a82cf8-b31e-5c3e-b949-b4c0c89a4048
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252F7074ca20-f6c6-4440-913e-1a2c41aa18a4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/7074ca20-f6c6-4440-913e-1a2c41aa18a4.jpg not downloaded yet
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252F4c846fb9-cb9f-4824-a350-1d6693a102df.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/4c846fb9-cb9f-4824-a350-1d6693a102df.jpg not downloaded yet
2026-03-26 12:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746712/general/8c75fa2e-cf1a-4b55-8748-cc7041f8afe0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727002)
2026-03-26 12:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746712/general/f979009e-7095-41a3-86c5-543c450df78c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727002)
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252F94f63a72-bff7-49e6-8622-0a00649386a3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/94f63a72-bff7-49e6-8622-0a00649386a3.jpg not downloaded yet
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252F3b76ae8d-7e67-40be-9703-a7264dc603d9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/3b76ae8d-7e67-40be-9703-a7264dc603d9.jpg not downloaded yet
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562defd0>
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252F36681fd4-9fb1-4285-9768-27a5a4182253.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/36681fd4-9fb1-4285-9768-27a5a4182253.jpg saved to cache
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2fa703e3-12e6-54a0-8c40-6eed3f2609af
2026-03-26 12:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746680/general/8f2c7623-84fc-4abf-8ad6-7bad3159d3f5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726659)
2026-03-26 12:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746640/general/d4d486a1-21e8-4d9b-91e2-1de3f7003536.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726616)
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252F5d47e3d7-6067-4384-b276-223a5d67ea1c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/5d47e3d7-6067-4384-b276-223a5d67ea1c.jpg not downloaded yet
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252Fdce857b1-ddc2-4267-9a5d-ae30a9c2fa69.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/dce857b1-ddc2-4267-9a5d-ae30a9c2fa69.jpg not downloaded yet
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d3f50>
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252Fb84c56e0-b66e-4747-87ae-3909b90e6039.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/b84c56e0-b66e-4747-87ae-3909b90e6039.jpg saved to cache
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5c1a034a-d107-523d-b2da-1c0f21ff2e03
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156206910>
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252Fa3ebc3f7-faa3-47af-9dcb-dcb703cd2026.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/a3ebc3f7-faa3-47af-9dcb-dcb703cd2026.jpg saved to cache
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 20a82cf8-b31e-5c3e-b949-b4c0c89a4048
2026-03-26 12:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746680/general/bc9eac81-84b0-4aee-afaa-98843e5e410d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726659)
2026-03-26 12:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746640/general/4c846fb9-cb9f-4824-a350-1d6693a102df.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726616)
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252F5c6cafba-4463-499f-878f-3cfda645779b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/5c6cafba-4463-499f-878f-3cfda645779b.jpg not downloaded yet
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252Fc62faae4-891a-41dd-8ade-8e8560684af3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/c62faae4-891a-41dd-8ade-8e8560684af3.jpg not downloaded yet
2026-03-26 12:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746680/general/7074ca20-f6c6-4440-913e-1a2c41aa18a4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726659)
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fd4250>
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252F8c75fa2e-cf1a-4b55-8748-cc7041f8afe0.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/8c75fa2e-cf1a-4b55-8748-cc7041f8afe0.jpg saved to cache
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5c1a034a-d107-523d-b2da-1c0f21ff2e03
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b49d0>
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252Ff979009e-7095-41a3-86c5-543c450df78c.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/f979009e-7095-41a3-86c5-543c450df78c.jpg saved to cache
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5c1a034a-d107-523d-b2da-1c0f21ff2e03
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562bc7d0>
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252F8f2c7623-84fc-4abf-8ad6-7bad3159d3f5.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/8f2c7623-84fc-4abf-8ad6-7bad3159d3f5.jpg saved to cache
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 20a82cf8-b31e-5c3e-b949-b4c0c89a4048
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561d8b90>
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252Fd4d486a1-21e8-4d9b-91e2-1de3f7003536.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/d4d486a1-21e8-4d9b-91e2-1de3f7003536.jpg saved to cache
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item afe0f0bc-483b-51a7-92b1-195c72e8c5bf
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252F9cf25533-d5de-4584-8634-edff8021a9c9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/9cf25533-d5de-4584-8634-edff8021a9c9.jpg not downloaded yet
2026-03-26 12:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746640/general/3b76ae8d-7e67-40be-9703-a7264dc603d9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726616)
2026-03-26 12:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746640/general/ad430df2-311b-44a3-a03a-62ceedd57439.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726616)
2026-03-26 12:31:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746680/general/94f63a72-bff7-49e6-8622-0a00649386a3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726659)
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252Fdb6b3f34-0890-43a1-88d3-5f78c71f2862.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/db6b3f34-0890-43a1-88d3-5f78c71f2862.jpg not downloaded yet
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf6d210>
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252Fbc9eac81-84b0-4aee-afaa-98843e5e410d.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/bc9eac81-84b0-4aee-afaa-98843e5e410d.jpg saved to cache
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 20a82cf8-b31e-5c3e-b949-b4c0c89a4048
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c131d90>
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252F4c846fb9-cb9f-4824-a350-1d6693a102df.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/4c846fb9-cb9f-4824-a350-1d6693a102df.jpg saved to cache
2026-03-26 12:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item afe0f0bc-483b-51a7-92b1-195c72e8c5bf
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c049790>
2026-03-26 12:31:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252F7074ca20-f6c6-4440-913e-1a2c41aa18a4.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/7074ca20-f6c6-4440-913e-1a2c41aa18a4.jpg saved to cache
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 20a82cf8-b31e-5c3e-b949-b4c0c89a4048
2026-03-26 12:31:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746680/general/5d47e3d7-6067-4384-b276-223a5d67ea1c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726659)
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252F1f072f5c-d9f7-4e4c-b3c4-185ee094473e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/1f072f5c-d9f7-4e4c-b3c4-185ee094473e.jpg not downloaded yet
2026-03-26 12:31:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746640/general/dce857b1-ddc2-4267-9a5d-ae30a9c2fa69.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726616)
2026-03-26 12:31:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727110> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564408d0>
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252F3b76ae8d-7e67-40be-9703-a7264dc603d9.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/3b76ae8d-7e67-40be-9703-a7264dc603d9.jpg saved to cache
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item afe0f0bc-483b-51a7-92b1-195c72e8c5bf
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156441510>
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252Fad430df2-311b-44a3-a03a-62ceedd57439.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/ad430df2-311b-44a3-a03a-62ceedd57439.jpg saved to cache
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item afe0f0bc-483b-51a7-92b1-195c72e8c5bf
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156355890>
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252F94f63a72-bff7-49e6-8622-0a00649386a3.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/94f63a72-bff7-49e6-8622-0a00649386a3.jpg saved to cache
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 20a82cf8-b31e-5c3e-b949-b4c0c89a4048
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252F1330b6d1-c623-45a0-b802-71bcd9a263d5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/1330b6d1-c623-45a0-b802-71bcd9a263d5.jpg not downloaded yet
2026-03-26 12:31:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:31:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746680/general/5c6cafba-4463-499f-878f-3cfda645779b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726659)
2026-03-26 12:31:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746640/general/9cf25533-d5de-4584-8634-edff8021a9c9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726616)
2026-03-26 12:31:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746640/general/c62faae4-891a-41dd-8ade-8e8560684af3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726616)
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564415d0>
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252F5d47e3d7-6067-4384-b276-223a5d67ea1c.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/5d47e3d7-6067-4384-b276-223a5d67ea1c.jpg saved to cache
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 20a82cf8-b31e-5c3e-b949-b4c0c89a4048
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fe2fd0>
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252Fdce857b1-ddc2-4267-9a5d-ae30a9c2fa69.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/dce857b1-ddc2-4267-9a5d-ae30a9c2fa69.jpg saved to cache
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item afe0f0bc-483b-51a7-92b1-195c72e8c5bf
2026-03-26 12:31:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fd09771-fa4f-5716-bbff-020b32ff2252 with identifier: 10727110
2026-03-26 12:31:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fd09771-fa4f-5716-bbff-020b32ff2252 with scrape type 1
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6fd09771-fa4f-5716-bbff-020b32ff2252
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252Fa9dca549-764d-4fa6-b593-c490e60eeacd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/a9dca549-764d-4fa6-b593-c490e60eeacd.jpg not downloaded yet
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252Feaeb2e98-62eb-4ff2-9d98-3a8aa0a14ebb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/eaeb2e98-62eb-4ff2-9d98-3a8aa0a14ebb.jpg not downloaded yet
2026-03-26 12:31:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746640/general/db6b3f34-0890-43a1-88d3-5f78c71f2862.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726616)
2026-03-26 12:31:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746680/general/177b414d-b233-492b-97b4-8116b5c76489.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726659)
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156431fd0>
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252F5c6cafba-4463-499f-878f-3cfda645779b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/5c6cafba-4463-499f-878f-3cfda645779b.jpg saved to cache
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 20a82cf8-b31e-5c3e-b949-b4c0c89a4048
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156219b90>
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252F9cf25533-d5de-4584-8634-edff8021a9c9.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/9cf25533-d5de-4584-8634-edff8021a9c9.jpg saved to cache
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item afe0f0bc-483b-51a7-92b1-195c72e8c5bf
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d11e150>
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252Fc62faae4-891a-41dd-8ade-8e8560684af3.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/c62faae4-891a-41dd-8ade-8e8560684af3.jpg saved to cache
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item afe0f0bc-483b-51a7-92b1-195c72e8c5bf
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252F3c6dafa6-8087-412f-a351-53691db97c85.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/3c6dafa6-8087-412f-a351-53691db97c85.jpg not downloaded yet
2026-03-26 12:31:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746640/general/1f072f5c-d9f7-4e4c-b3c4-185ee094473e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726616)
2026-03-26 12:31:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746712/general/58791273-89e3-408c-950e-f010ed0db661.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727002)
2026-03-26 12:31:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746640/general/1330b6d1-c623-45a0-b802-71bcd9a263d5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726616)
2026-03-26 12:31:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746680/general/97296d46-0562-4456-a9d6-42039d62b3e2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726659)
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252F7b573a55-73ad-422d-bee3-600eea919892.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/7b573a55-73ad-422d-bee3-600eea919892.jpg not downloaded yet
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015644de90>
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252Fdb6b3f34-0890-43a1-88d3-5f78c71f2862.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/db6b3f34-0890-43a1-88d3-5f78c71f2862.jpg saved to cache
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item afe0f0bc-483b-51a7-92b1-195c72e8c5bf
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015657e050>
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252F177b414d-b233-492b-97b4-8116b5c76489.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/177b414d-b233-492b-97b4-8116b5c76489.jpg saved to cache
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 20a82cf8-b31e-5c3e-b949-b4c0c89a4048
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252F6d21b4b4-9271-4360-bf8b-2b50dcdf61d1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/6d21b4b4-9271-4360-bf8b-2b50dcdf61d1.jpg not downloaded yet
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156340a50>
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252F1f072f5c-d9f7-4e4c-b3c4-185ee094473e.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/1f072f5c-d9f7-4e4c-b3c4-185ee094473e.jpg saved to cache
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item afe0f0bc-483b-51a7-92b1-195c72e8c5bf
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156127b90>
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746712%252Fgeneral%252F58791273-89e3-408c-950e-f010ed0db661.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746712/general/58791273-89e3-408c-950e-f010ed0db661.jpg saved to cache
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5c1a034a-d107-523d-b2da-1c0f21ff2e03
2026-03-26 12:31:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5c1a034a-d107-523d-b2da-1c0f21ff2e03, skipping ID generation
2026-03-26 12:31:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c1a034a-d107-523d-b2da-1c0f21ff2e03 with scrape type 1
2026-03-26 12:31:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5c1a034a-d107-523d-b2da-1c0f21ff2e03 sending to next pipeline
2026-03-26 12:31:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 5c1a034a-d107-523d-b2da-1c0f21ff2e03, identifier: 10727002
2026-03-26 12:31:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c180d50>
2026-03-26 12:31:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746640%252Fgeneral%252F1330b6d1-c623-45a0-b802-71bcd9a263d5.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746640/general/1330b6d1-c623-45a0-b802-71bcd9a263d5.jpg saved to cache
2026-03-26 12:31:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item afe0f0bc-483b-51a7-92b1-195c72e8c5bf
2026-03-26 12:31:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: afe0f0bc-483b-51a7-92b1-195c72e8c5bf, skipping ID generation
2026-03-26 12:31:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afe0f0bc-483b-51a7-92b1-195c72e8c5bf with scrape type 1
2026-03-26 12:31:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item afe0f0bc-483b-51a7-92b1-195c72e8c5bf sending to next pipeline
2026-03-26 12:31:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: afe0f0bc-483b-51a7-92b1-195c72e8c5bf, identifier: 10726616
2026-03-26 12:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252F6db0bd55-f29d-4b6a-be67-cee59b85f7ff.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/6db0bd55-f29d-4b6a-be67-cee59b85f7ff.jpg not downloaded yet
2026-03-26 12:31:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 5c1a034a-d107-523d-b2da-1c0f21ff2e03 with identifier: 10727002
2026-03-26 12:31:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 5c1a034a-d107-523d-b2da-1c0f21ff2e03 with identifier: 10727002
2026-03-26 12:31:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 5c1a034a-d107-523d-b2da-1c0f21ff2e03 with identifier: 10727002 to the API
2026-03-26 12:31:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746712/general/58791273-89e3-408c-950e-f010ed0db661.jpg>
{'auction_title': '',
'c_o_2_emission_value': 161,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '5c1a034a-d107-523d-b2da-1c0f21ff2e03',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '421092',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727002',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'GLC',
'odometer': 101635,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 31,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108960,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746712/general/65ea815b-0349-4cab-a70d-87c8cf6ce238.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118893,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746712/general/12098ecf-a1df-4c42-805b-d7a5cdd04312.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110443,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746712/general/170e8c1e-73b0-4eea-8ded-0fe413a060de.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106255,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746712/general/16612f21-2ef6-4bfb-be83-dc3b46fcada8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103872,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746712/general/8bbba131-09ba-4672-8534-9844f44703bf.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97698,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746712/general/116d0df1-79f9-4626-99eb-d60f34df8c6c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106949,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746712/general/58791273-89e3-408c-950e-f010ed0db661.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72616,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746712/general/b84c56e0-b66e-4747-87ae-3909b90e6039.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108663,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746712/general/8c75fa2e-cf1a-4b55-8748-cc7041f8afe0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c1a034a-d107-523d-b2da-1c0f21ff2e03/5c1a034a-d107-523d-b2da-1c0f21ff2e03_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95670,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746712/general/f979009e-7095-41a3-86c5-543c450df78c.jpg',
'Width': 800}],
'price': 20700,
'price_includes_vat': True,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz GLC Coupé 200 AMG Line - 4-Matic - Petrol - Automatic '
'- 197 hp - 101.635 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2023}
2026-03-26 12:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727002%27 HTTP/1.1" 200 None
2026-03-26 12:31:17 [adesa.de] INFO: Saving data for 10727002: {'created_time': 1774528277.047881, 'last_price_update_time': 1774528277.047894, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727002') HTTP/1.1" 204 0
2026-03-26 12:31:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: afe0f0bc-483b-51a7-92b1-195c72e8c5bf with identifier: 10726616
2026-03-26 12:31:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: afe0f0bc-483b-51a7-92b1-195c72e8c5bf with identifier: 10726616
2026-03-26 12:31:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: afe0f0bc-483b-51a7-92b1-195c72e8c5bf with identifier: 10726616 to the API
2026-03-26 12:31:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746640/general/1330b6d1-c623-45a0-b802-71bcd9a263d5.jpg>
{'auction_title': '',
'c_o_2_emission_value': 201,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'engine_horse_power': 143,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'afe0f0bc-483b-51a7-92b1-195c72e8c5bf',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '328717',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726616',
'listing': 'auction',
'location': 'Düren (Germany)',
'make': 'Mercedes-Benz',
'model': 'Sprinter',
'odometer': 137945,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 24,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39592,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746640/general/d4d486a1-21e8-4d9b-91e2-1de3f7003536.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80578,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746640/general/ad430df2-311b-44a3-a03a-62ceedd57439.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46778,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746640/general/4c846fb9-cb9f-4824-a350-1d6693a102df.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49457,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746640/general/3b76ae8d-7e67-40be-9703-a7264dc603d9.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87681,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746640/general/dce857b1-ddc2-4267-9a5d-ae30a9c2fa69.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86996,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746640/general/c62faae4-891a-41dd-8ade-8e8560684af3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39027,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746640/general/9cf25533-d5de-4584-8634-edff8021a9c9.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65011,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746640/general/db6b3f34-0890-43a1-88d3-5f78c71f2862.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74754,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746640/general/1f072f5c-d9f7-4e4c-b3c4-185ee094473e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afe0f0bc-483b-51a7-92b1-195c72e8c5bf/afe0f0bc-483b-51a7-92b1-195c72e8c5bf_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118831,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746640/general/1330b6d1-c623-45a0-b802-71bcd9a263d5.jpg',
'Width': 800}],
'price': 12800,
'price_includes_vat': True,
'registration_date': '2020-10-01',
'seats_number': 2,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz Sprinter 2.2 - Diesel - Manual - 143 hp - 137.945 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2020}
2026-03-26 12:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726616%27 HTTP/1.1" 200 None
2026-03-26 12:31:17 [adesa.de] INFO: Saving data for 10726616: {'created_time': 1774528277.492657, 'last_price_update_time': 1774528277.492669, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726616') HTTP/1.1" 204 0
2026-03-26 12:31:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746494/general/6f9fbcb1-87ee-43db-b6a3-ab39aab85553.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726445)
2026-03-26 12:31:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746733/general/a9dca549-764d-4fa6-b593-c490e60eeacd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727110)
2026-03-26 12:31:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732879/general/47566255-17dd-45ed-8415-a0fa3de981c6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726316)
2026-03-26 12:31:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732879/general/0a88cf10-71bd-4c9a-952a-cde5862d4a1b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726316)
2026-03-26 12:31:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746733/general/3c6dafa6-8087-412f-a351-53691db97c85.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727110)
2026-03-26 12:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252F9d8d3d2f-f70d-43ce-b3b9-fdcffafd816c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/9d8d3d2f-f70d-43ce-b3b9-fdcffafd816c.jpg not downloaded yet
2026-03-26 12:31:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561ec690>
2026-03-26 12:31:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746680%252Fgeneral%252F97296d46-0562-4456-a9d6-42039d62b3e2.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746680/general/97296d46-0562-4456-a9d6-42039d62b3e2.jpg saved to cache
2026-03-26 12:31:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 20a82cf8-b31e-5c3e-b949-b4c0c89a4048
2026-03-26 12:31:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 20a82cf8-b31e-5c3e-b949-b4c0c89a4048, skipping ID generation
2026-03-26 12:31:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20a82cf8-b31e-5c3e-b949-b4c0c89a4048 with scrape type 1
2026-03-26 12:31:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 20a82cf8-b31e-5c3e-b949-b4c0c89a4048 sending to next pipeline
2026-03-26 12:31:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 20a82cf8-b31e-5c3e-b949-b4c0c89a4048, identifier: 10726659
2026-03-26 12:31:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746733/general/eaeb2e98-62eb-4ff2-9d98-3a8aa0a14ebb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727110)
2026-03-26 12:31:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 20a82cf8-b31e-5c3e-b949-b4c0c89a4048 with identifier: 10726659
2026-03-26 12:31:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 20a82cf8-b31e-5c3e-b949-b4c0c89a4048 with identifier: 10726659
2026-03-26 12:31:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 20a82cf8-b31e-5c3e-b949-b4c0c89a4048 with identifier: 10726659 to the API
2026-03-26 12:31:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746680/general/97296d46-0562-4456-a9d6-42039d62b3e2.jpg>
{'auction_title': '',
'c_o_2_emission_value': 93,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 75,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '20a82cf8-b31e-5c3e-b949-b4c0c89a4048',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '431784',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726659',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 50258,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 32,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90676,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746680/general/eb454715-c693-4fc8-84f5-9065ae5c88a3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84280,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746680/general/a3ebc3f7-faa3-47af-9dcb-dcb703cd2026.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85425,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746680/general/97296d46-0562-4456-a9d6-42039d62b3e2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89228,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746680/general/8f2c7623-84fc-4abf-8ad6-7bad3159d3f5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82498,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746680/general/bc9eac81-84b0-4aee-afaa-98843e5e410d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71491,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746680/general/177b414d-b233-492b-97b4-8116b5c76489.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77551,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746680/general/7074ca20-f6c6-4440-913e-1a2c41aa18a4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75554,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746680/general/94f63a72-bff7-49e6-8622-0a00649386a3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57506,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746680/general/5d47e3d7-6067-4384-b276-223a5d67ea1c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20a82cf8-b31e-5c3e-b949-b4c0c89a4048/20a82cf8-b31e-5c3e-b949-b4c0c89a4048_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41829,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746680/general/5c6cafba-4463-499f-878f-3cfda645779b.jpg',
'Width': 450}],
'price': 6200,
'price_includes_vat': True,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Opel Corsa 1.2 Edition - Petrol - Manual - 75 hp - 50.258 km',
'transmission': 'manual',
'trim': 'Edition',
'vin': None,
'year': 2021}
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726659%27 HTTP/1.1" 200 None
2026-03-26 12:31:18 [adesa.de] INFO: Saving data for 10726659: {'created_time': 1774528278.364705, 'last_price_update_time': 1774528278.364721, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726659') HTTP/1.1" 204 0
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252Ffb84d219-d87c-48e9-abca-ce0a3b6fb15f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/fb84d219-d87c-48e9-abca-ce0a3b6fb15f.jpg not downloaded yet
2026-03-26 12:31:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726662> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252F795e2a73-afe5-43eb-a734-cfc591a33217.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/795e2a73-afe5-43eb-a734-cfc591a33217.jpg not downloaded yet
2026-03-26 12:31: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 12:31:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726477> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d32bdd0>
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746494%252Fgeneral%252F6f9fbcb1-87ee-43db-b6a3-ab39aab85553.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746494/general/6f9fbcb1-87ee-43db-b6a3-ab39aab85553.jpg saved to cache
2026-03-26 12:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2fa703e3-12e6-54a0-8c40-6eed3f2609af
2026-03-26 12:31:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2fa703e3-12e6-54a0-8c40-6eed3f2609af, skipping ID generation
2026-03-26 12:31:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fa703e3-12e6-54a0-8c40-6eed3f2609af with scrape type 1
2026-03-26 12:31:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2fa703e3-12e6-54a0-8c40-6eed3f2609af sending to next pipeline
2026-03-26 12:31:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 2fa703e3-12e6-54a0-8c40-6eed3f2609af, identifier: 10726445
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562ad390>
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252Fa9dca549-764d-4fa6-b593-c490e60eeacd.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/a9dca549-764d-4fa6-b593-c490e60eeacd.jpg saved to cache
2026-03-26 12:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6fd09771-fa4f-5716-bbff-020b32ff2252
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fb7690>
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252F47566255-17dd-45ed-8415-a0fa3de981c6.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/47566255-17dd-45ed-8415-a0fa3de981c6.jpg saved to cache
2026-03-26 12:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 326f2054-f245-54b2-a9fa-e68c056795cd
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015641bdd0>
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252F0a88cf10-71bd-4c9a-952a-cde5862d4a1b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/0a88cf10-71bd-4c9a-952a-cde5862d4a1b.jpg saved to cache
2026-03-26 12:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 326f2054-f245-54b2-a9fa-e68c056795cd
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fd6890>
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252F3c6dafa6-8087-412f-a351-53691db97c85.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/3c6dafa6-8087-412f-a351-53691db97c85.jpg saved to cache
2026-03-26 12:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6fd09771-fa4f-5716-bbff-020b32ff2252
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1a9150>
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252Feaeb2e98-62eb-4ff2-9d98-3a8aa0a14ebb.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/eaeb2e98-62eb-4ff2-9d98-3a8aa0a14ebb.jpg saved to cache
2026-03-26 12:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6fd09771-fa4f-5716-bbff-020b32ff2252
2026-03-26 12:31: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 12:31:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 2fa703e3-12e6-54a0-8c40-6eed3f2609af with identifier: 10726445
2026-03-26 12:31:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 2fa703e3-12e6-54a0-8c40-6eed3f2609af with identifier: 10726445
2026-03-26 12:31:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 2fa703e3-12e6-54a0-8c40-6eed3f2609af with identifier: 10726445 to the API
2026-03-26 12:31:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746494/general/6f9fbcb1-87ee-43db-b6a3-ab39aab85553.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 158,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '2fa703e3-12e6-54a0-8c40-6eed3f2609af',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '6020112',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726445',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 40139,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 28,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172649,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746494/general/20890747-1bac-4eca-94b7-e25810d01c98.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143316,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746494/general/6f9fbcb1-87ee-43db-b6a3-ab39aab85553.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 174439,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746494/general/36681fd4-9fb1-4285-9768-27a5a4182253.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127759,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746494/general/d2140911-0a95-4975-a753-20ebdd4456c2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107727,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746494/general/0b6930e5-e879-451b-a1a5-79deb2333db7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169017,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746494/general/dc8a59a7-85dc-444c-874d-1e144d7aa224.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145492,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746494/general/5432f63a-a7be-4807-9251-a135e44f8b1c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141920,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746494/general/d4a2b545-062d-47ae-ae88-59c83400e142.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83575,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746494/general/cd8f7ee8-d491-429d-9a51-48548489a603.jpg',
'Width': 450},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fa703e3-12e6-54a0-8c40-6eed3f2609af/2fa703e3-12e6-54a0-8c40-6eed3f2609af_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86168,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746494/general/9fb23590-0b59-4d0f-b108-47d5171ab4db.jpg',
'Width': 800}],
'price': 15200,
'price_includes_vat': True,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Nissan Qashqai 1.3 DIG-T Tekna - Petrol - Automatic - 158 hp - '
'40.139 km',
'transmission': 'automatic',
'trim': 'Tekna',
'vin': None,
'year': 2024}
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726445%27 HTTP/1.1" 200 None
2026-03-26 12:31:19 [adesa.de] INFO: Saving data for 10726445: {'created_time': 1774528279.51819, 'last_price_update_time': 1774528279.518202, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726445') HTTP/1.1" 204 0
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252F138dd717-7c06-4b3c-80ea-e9c61ed2cc47.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/138dd717-7c06-4b3c-80ea-e9c61ed2cc47.jpg not downloaded yet
2026-03-26 12:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732879/general/f6757e84-2b32-4e1f-b9ec-26f460f1b1b9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726316)
2026-03-26 12:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746733/general/6d21b4b4-9271-4360-bf8b-2b50dcdf61d1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727110)
2026-03-26 12:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732879/general/5da24446-16f5-4364-9f93-5e1c90341df2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726316)
2026-03-26 12:31:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bcc7a44-bcf4-58e9-9531-381b95abdf5b with identifier: 10726662
2026-03-26 12:31:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bcc7a44-bcf4-58e9-9531-381b95abdf5b with scrape type 1
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0bcc7a44-bcf4-58e9-9531-381b95abdf5b
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252F1701cfdc-be12-40ce-a072-8a5ab40dbc75.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/1701cfdc-be12-40ce-a072-8a5ab40dbc75.jpg not downloaded yet
2026-03-26 12:31:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a408b7e5-bbd7-5a2c-ac06-df2f14924829 with identifier: 10726477
2026-03-26 12:31:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a408b7e5-bbd7-5a2c-ac06-df2f14924829 with scrape type 1
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a408b7e5-bbd7-5a2c-ac06-df2f14924829
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252F69a2e2a7-d42c-4667-b3f7-46952a725819.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/69a2e2a7-d42c-4667-b3f7-46952a725819.jpg not downloaded yet
2026-03-26 12:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732879/general/e447411f-36df-44b9-9a20-a1b3a77e8356.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726316)
2026-03-26 12:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746733/general/7b573a55-73ad-422d-bee3-600eea919892.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727110)
2026-03-26 12:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746733/general/6db0bd55-f29d-4b6a-be67-cee59b85f7ff.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727110)
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252Ffddc5d32-f6b7-44f9-9a3a-8d5d18babcee.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/fddc5d32-f6b7-44f9-9a3a-8d5d18babcee.jpg not downloaded yet
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252F3559b963-5d70-4eb9-a3e5-89042e5d0c12.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/3559b963-5d70-4eb9-a3e5-89042e5d0c12.jpg not downloaded yet
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252Ff4eb5d58-2170-4a79-a741-ff9ed7776dd8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/f4eb5d58-2170-4a79-a741-ff9ed7776dd8.jpg not downloaded yet
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252F86ec88d6-d9ce-4b4b-875b-fd787b0a8733.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/86ec88d6-d9ce-4b4b-875b-fd787b0a8733.jpg not downloaded yet
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252Ffdeefeed-65d9-4775-8a95-f8639eb99e0d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/fdeefeed-65d9-4775-8a95-f8639eb99e0d.jpg not downloaded yet
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252Fc1a52043-3ef9-4c8c-944f-efbef9d7ddca.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/c1a52043-3ef9-4c8c-944f-efbef9d7ddca.jpg not downloaded yet
2026-03-26 12:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746733/general/fb84d219-d87c-48e9-abca-ce0a3b6fb15f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727110)
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c6602d0>
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252Ff6757e84-2b32-4e1f-b9ec-26f460f1b1b9.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/f6757e84-2b32-4e1f-b9ec-26f460f1b1b9.jpg saved to cache
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 326f2054-f245-54b2-a9fa-e68c056795cd
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ed29d0>
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252F6d21b4b4-9271-4360-bf8b-2b50dcdf61d1.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/6d21b4b4-9271-4360-bf8b-2b50dcdf61d1.jpg saved to cache
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6fd09771-fa4f-5716-bbff-020b32ff2252
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562a8810>
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252F5da24446-16f5-4364-9f93-5e1c90341df2.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/5da24446-16f5-4364-9f93-5e1c90341df2.jpg saved to cache
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 326f2054-f245-54b2-a9fa-e68c056795cd
2026-03-26 12:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732879/general/7b9e5827-b519-4685-95a1-fb0983a6ccc1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726316)
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252Fe0ad7ea1-25d7-45dd-b792-ee1ee3683312.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/e0ad7ea1-25d7-45dd-b792-ee1ee3683312.jpg not downloaded yet
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252Fe40aa6b9-b5e5-41f9-b06c-7a0289a7cb9e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/e40aa6b9-b5e5-41f9-b06c-7a0289a7cb9e.jpg not downloaded yet
2026-03-26 12:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746733/general/9d8d3d2f-f70d-43ce-b3b9-fdcffafd816c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727110)
2026-03-26 12:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746735/general/7d2f4ef9-3db8-49f1-93f0-eade718009c2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727113)
2026-03-26 12:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746733/general/138dd717-7c06-4b3c-80ea-e9c61ed2cc47.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727110)
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d3fc850>
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252Fe447411f-36df-44b9-9a20-a1b3a77e8356.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/e447411f-36df-44b9-9a20-a1b3a77e8356.jpg saved to cache
2026-03-26 12:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 326f2054-f245-54b2-a9fa-e68c056795cd
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015656c990>
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252F7b573a55-73ad-422d-bee3-600eea919892.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/7b573a55-73ad-422d-bee3-600eea919892.jpg saved to cache
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6fd09771-fa4f-5716-bbff-020b32ff2252
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562090d0>
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252F6db0bd55-f29d-4b6a-be67-cee59b85f7ff.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/6db0bd55-f29d-4b6a-be67-cee59b85f7ff.jpg saved to cache
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6fd09771-fa4f-5716-bbff-020b32ff2252
2026-03-26 12:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5732879/general/25b16140-bbe4-4fb2-828c-a8c70f64eb5f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726316)
2026-03-26 12:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746733/general/795e2a73-afe5-43eb-a734-cfc591a33217.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727110)
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252F59b52502-7bd5-4dd3-8122-95f118287776.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/59b52502-7bd5-4dd3-8122-95f118287776.jpg not downloaded yet
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252F922cfda4-1e34-419a-b835-abbd7d6955a4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/922cfda4-1e34-419a-b835-abbd7d6955a4.jpg not downloaded yet
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e67d10>
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252Ffb84d219-d87c-48e9-abca-ce0a3b6fb15f.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/fb84d219-d87c-48e9-abca-ce0a3b6fb15f.jpg saved to cache
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6fd09771-fa4f-5716-bbff-020b32ff2252
2026-03-26 12:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746518/general/86ec88d6-d9ce-4b4b-875b-fd787b0a8733.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726477)
2026-03-26 12:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746735/general/7465498f-d7a1-4ee5-863a-b301005b329a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727113)
2026-03-26 12:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746518/general/c1a52043-3ef9-4c8c-944f-efbef9d7ddca.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726477)
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252F3c261706-25d7-4182-971e-fc6ea92ee6f6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/3c261706-25d7-4182-971e-fc6ea92ee6f6.jpg not downloaded yet
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252F7ddcbcd8-5e27-456a-8310-6af75dfa37ce.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/7ddcbcd8-5e27-456a-8310-6af75dfa37ce.jpg not downloaded yet
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0d0dd0>
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252F7b9e5827-b519-4685-95a1-fb0983a6ccc1.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/7b9e5827-b519-4685-95a1-fb0983a6ccc1.jpg saved to cache
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 326f2054-f245-54b2-a9fa-e68c056795cd
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562afa90>
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252F9d8d3d2f-f70d-43ce-b3b9-fdcffafd816c.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/9d8d3d2f-f70d-43ce-b3b9-fdcffafd816c.jpg saved to cache
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6fd09771-fa4f-5716-bbff-020b32ff2252
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156429450>
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252F7d2f4ef9-3db8-49f1-93f0-eade718009c2.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/7d2f4ef9-3db8-49f1-93f0-eade718009c2.jpg saved to cache
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2b9a22f6-ef9c-5fee-9016-001e5738c5c6
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156518650>
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252F138dd717-7c06-4b3c-80ea-e9c61ed2cc47.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/138dd717-7c06-4b3c-80ea-e9c61ed2cc47.jpg saved to cache
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6fd09771-fa4f-5716-bbff-020b32ff2252
2026-03-26 12:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746518/general/3559b963-5d70-4eb9-a3e5-89042e5d0c12.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726477)
2026-03-26 12:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746518/general/e40aa6b9-b5e5-41f9-b06c-7a0289a7cb9e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726477)
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252Fbf2ae33f-ea91-4eec-9504-b1f494ac2fc0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/bf2ae33f-ea91-4eec-9504-b1f494ac2fc0.jpg not downloaded yet
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252Fa057e543-6626-4420-b9c9-301a620f0201.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/a057e543-6626-4420-b9c9-301a620f0201.jpg not downloaded yet
2026-03-26 12:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746682/general/fdeefeed-65d9-4775-8a95-f8639eb99e0d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726662)
2026-03-26 12:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746682/general/f4eb5d58-2170-4a79-a741-ff9ed7776dd8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726662)
2026-03-26 12:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746682/general/e0ad7ea1-25d7-45dd-b792-ee1ee3683312.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726662)
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156518d50>
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732879%252Fgeneral%252F25b16140-bbe4-4fb2-828c-a8c70f64eb5f.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732879/general/25b16140-bbe4-4fb2-828c-a8c70f64eb5f.jpg saved to cache
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 326f2054-f245-54b2-a9fa-e68c056795cd
2026-03-26 12:31:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 326f2054-f245-54b2-a9fa-e68c056795cd, skipping ID generation
2026-03-26 12:31:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 326f2054-f245-54b2-a9fa-e68c056795cd with scrape type 1
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 326f2054-f245-54b2-a9fa-e68c056795cd sending to next pipeline
2026-03-26 12:31:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 326f2054-f245-54b2-a9fa-e68c056795cd, identifier: 10726316
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015629b210>
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746733%252Fgeneral%252F795e2a73-afe5-43eb-a734-cfc591a33217.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746733/general/795e2a73-afe5-43eb-a734-cfc591a33217.jpg saved to cache
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6fd09771-fa4f-5716-bbff-020b32ff2252
2026-03-26 12:31:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6fd09771-fa4f-5716-bbff-020b32ff2252, skipping ID generation
2026-03-26 12:31:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fd09771-fa4f-5716-bbff-020b32ff2252 with scrape type 1
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6fd09771-fa4f-5716-bbff-020b32ff2252 sending to next pipeline
2026-03-26 12:31:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 6fd09771-fa4f-5716-bbff-020b32ff2252, identifier: 10727110
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645fd90>
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252F86ec88d6-d9ce-4b4b-875b-fd787b0a8733.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/86ec88d6-d9ce-4b4b-875b-fd787b0a8733.jpg saved to cache
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a408b7e5-bbd7-5a2c-ac06-df2f14924829
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156207a10>
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252F7465498f-d7a1-4ee5-863a-b301005b329a.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/7465498f-d7a1-4ee5-863a-b301005b329a.jpg saved to cache
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2b9a22f6-ef9c-5fee-9016-001e5738c5c6
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015651b910>
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252Fc1a52043-3ef9-4c8c-944f-efbef9d7ddca.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/c1a52043-3ef9-4c8c-944f-efbef9d7ddca.jpg saved to cache
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a408b7e5-bbd7-5a2c-ac06-df2f14924829
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252Ff1d2b114-b9cb-4703-823f-2b686f8f7538.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/f1d2b114-b9cb-4703-823f-2b686f8f7538.jpg not downloaded yet
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252F15a86f14-4cf2-4b78-99eb-033a250b156e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/15a86f14-4cf2-4b78-99eb-033a250b156e.jpg not downloaded yet
2026-03-26 12:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726590> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 326f2054-f245-54b2-a9fa-e68c056795cd with identifier: 10726316
2026-03-26 12:31:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 326f2054-f245-54b2-a9fa-e68c056795cd with identifier: 10726316
2026-03-26 12:31:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 326f2054-f245-54b2-a9fa-e68c056795cd with identifier: 10726316 to the API
2026-03-26 12:31:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5732879/general/25b16140-bbe4-4fb2-828c-a8c70f64eb5f.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 194,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Hybrid',
'id': '326f2054-f245-54b2-a9fa-e68c056795cd',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '454480',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726316',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'GLE',
'odometer': 63736,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 54,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170975,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732879/general/25b16140-bbe4-4fb2-828c-a8c70f64eb5f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131139,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732879/general/7b9e5827-b519-4685-95a1-fb0983a6ccc1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165134,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732879/general/e447411f-36df-44b9-9a20-a1b3a77e8356.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172187,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732879/general/ad2e4cae-ed65-4424-9936-42917cf76d63.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154566,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732879/general/ed5df53a-3fcc-405f-97fe-9a70837bc407.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122777,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732879/general/5da24446-16f5-4364-9f93-5e1c90341df2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90060,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732879/general/f6757e84-2b32-4e1f-b9ec-26f460f1b1b9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103654,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732879/general/47566255-17dd-45ed-8415-a0fa3de981c6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116161,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732879/general/a3d8f317-eafd-405d-a110-0ff8cbf41cef.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326f2054-f245-54b2-a9fa-e68c056795cd/326f2054-f245-54b2-a9fa-e68c056795cd_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109182,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732879/general/0a88cf10-71bd-4c9a-952a-cde5862d4a1b.jpg',
'Width': 800}],
'price': 35100,
'price_includes_vat': True,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz GLE 350de AMG Line - 4-Matic - Hybrid - Automatic - '
'194 hp - 63.736 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2022}
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726316%27 HTTP/1.1" 200 None
2026-03-26 12:31:21 [adesa.de] INFO: Saving data for 10726316: {'created_time': 1774528281.265307, 'last_price_update_time': 1774528281.26532, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726316') HTTP/1.1" 204 0
2026-03-26 12:31:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 6fd09771-fa4f-5716-bbff-020b32ff2252 with identifier: 10727110
2026-03-26 12:31:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 6fd09771-fa4f-5716-bbff-020b32ff2252 with identifier: 10727110
2026-03-26 12:31:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 6fd09771-fa4f-5716-bbff-020b32ff2252 with identifier: 10727110 to the API
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746733/general/795e2a73-afe5-43eb-a734-cfc591a33217.jpg>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '6fd09771-fa4f-5716-bbff-020b32ff2252',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '353999',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727110',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'CLA',
'odometer': 119206,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 63,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172250,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746733/general/a9dca549-764d-4fa6-b593-c490e60eeacd.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134870,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746733/general/eaeb2e98-62eb-4ff2-9d98-3a8aa0a14ebb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126993,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746733/general/3c6dafa6-8087-412f-a351-53691db97c85.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134096,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746733/general/7b573a55-73ad-422d-bee3-600eea919892.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126338,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746733/general/6d21b4b4-9271-4360-bf8b-2b50dcdf61d1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133098,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746733/general/6db0bd55-f29d-4b6a-be67-cee59b85f7ff.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135091,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746733/general/9d8d3d2f-f70d-43ce-b3b9-fdcffafd816c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148614,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746733/general/fb84d219-d87c-48e9-abca-ce0a3b6fb15f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136483,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746733/general/795e2a73-afe5-43eb-a734-cfc591a33217.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6fd09771-fa4f-5716-bbff-020b32ff2252/6fd09771-fa4f-5716-bbff-020b32ff2252_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94571,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746733/general/138dd717-7c06-4b3c-80ea-e9c61ed2cc47.jpg',
'Width': 800}],
'price': 10500,
'price_includes_vat': True,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz CLA Shooting Brake 200d Progressive - Diesel - '
'Automatic - 150 hp - 119.206 km',
'transmission': 'automatic',
'trim': 'Progressive',
'vin': None,
'year': 2021}
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727110%27 HTTP/1.1" 200 None
2026-03-26 12:31:21 [adesa.de] INFO: Saving data for 10727110: {'created_time': 1774528281.672759, 'last_price_update_time': 1774528281.67277, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727110') HTTP/1.1" 204 0
2026-03-26 12:31:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746518/general/922cfda4-1e34-419a-b835-abbd7d6955a4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726477)
2026-03-26 12:31:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746682/general/fddc5d32-f6b7-44f9-9a3a-8d5d18babcee.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726662)
2026-03-26 12:31:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746682/general/59b52502-7bd5-4dd3-8122-95f118287776.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726662)
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252F78a10333-4471-4eb0-a403-41b995b9e346.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/78a10333-4471-4eb0-a403-41b995b9e346.jpg not downloaded yet
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252F48b3a832-e8a8-42bf-8b95-01943a009966.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/48b3a832-e8a8-42bf-8b95-01943a009966.jpg not downloaded yet
2026-03-26 12:31:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727132> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726640> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726643> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561e0110>
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252F3559b963-5d70-4eb9-a3e5-89042e5d0c12.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/3559b963-5d70-4eb9-a3e5-89042e5d0c12.jpg saved to cache
2026-03-26 12:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a408b7e5-bbd7-5a2c-ac06-df2f14924829
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ce750>
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252Fe40aa6b9-b5e5-41f9-b06c-7a0289a7cb9e.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/e40aa6b9-b5e5-41f9-b06c-7a0289a7cb9e.jpg saved to cache
2026-03-26 12:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a408b7e5-bbd7-5a2c-ac06-df2f14924829
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c9790>
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252Ffdeefeed-65d9-4775-8a95-f8639eb99e0d.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/fdeefeed-65d9-4775-8a95-f8639eb99e0d.jpg saved to cache
2026-03-26 12:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0bcc7a44-bcf4-58e9-9531-381b95abdf5b
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c05a510>
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252Ff4eb5d58-2170-4a79-a741-ff9ed7776dd8.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/f4eb5d58-2170-4a79-a741-ff9ed7776dd8.jpg saved to cache
2026-03-26 12:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0bcc7a44-bcf4-58e9-9531-381b95abdf5b
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156413950>
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252Fe0ad7ea1-25d7-45dd-b792-ee1ee3683312.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/e0ad7ea1-25d7-45dd-b792-ee1ee3683312.jpg saved to cache
2026-03-26 12:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0bcc7a44-bcf4-58e9-9531-381b95abdf5b
2026-03-26 12:31:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 113fbbac-fee0-5c76-b1c9-ee9a243d2272 with identifier: 10726590
2026-03-26 12:31:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 113fbbac-fee0-5c76-b1c9-ee9a243d2272 with scrape type 1
2026-03-26 12:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 113fbbac-fee0-5c76-b1c9-ee9a243d2272
2026-03-26 12:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252F02098759-f766-4e8a-8452-1ca85a222236.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/02098759-f766-4e8a-8452-1ca85a222236.jpg not downloaded yet
2026-03-26 12:31:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746518/general/69a2e2a7-d42c-4667-b3f7-46952a725819.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726477)
2026-03-26 12:31:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746682/general/1701cfdc-be12-40ce-a072-8a5ab40dbc75.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726662)
2026-03-26 12:31:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746682/general/3c261706-25d7-4182-971e-fc6ea92ee6f6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726662)
2026-03-26 12:31:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746518/general/7ddcbcd8-5e27-456a-8310-6af75dfa37ce.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726477)
2026-03-26 12:31:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b6f90>
2026-03-26 12:31:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252F922cfda4-1e34-419a-b835-abbd7d6955a4.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/922cfda4-1e34-419a-b835-abbd7d6955a4.jpg saved to cache
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a408b7e5-bbd7-5a2c-ac06-df2f14924829
2026-03-26 12:31:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1cfdd0>
2026-03-26 12:31:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252Ffddc5d32-f6b7-44f9-9a3a-8d5d18babcee.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/fddc5d32-f6b7-44f9-9a3a-8d5d18babcee.jpg saved to cache
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0bcc7a44-bcf4-58e9-9531-381b95abdf5b
2026-03-26 12:31:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156311610>
2026-03-26 12:31:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252F59b52502-7bd5-4dd3-8122-95f118287776.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/59b52502-7bd5-4dd3-8122-95f118287776.jpg saved to cache
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0bcc7a44-bcf4-58e9-9531-381b95abdf5b
2026-03-26 12:31:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71b5ed61-e4ea-50ac-87f1-eff04554eecc with identifier: 10727132
2026-03-26 12:31:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71b5ed61-e4ea-50ac-87f1-eff04554eecc with scrape type 1
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 71b5ed61-e4ea-50ac-87f1-eff04554eecc
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252F47adc005-2a5d-4cfb-adf5-97566040b8e8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/47adc005-2a5d-4cfb-adf5-97566040b8e8.jpg not downloaded yet
2026-03-26 12:31:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24d05fc0-20b1-5480-bc3f-fa9e6c21986b with identifier: 10726640
2026-03-26 12:31:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24d05fc0-20b1-5480-bc3f-fa9e6c21986b with scrape type 1
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 24d05fc0-20b1-5480-bc3f-fa9e6c21986b
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5614026%252Fgeneral%252F66467beb-c505-412c-8ce1-bb4559546c8b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5614026/general/66467beb-c505-412c-8ce1-bb4559546c8b.jpg already downloaded
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5614026%252Fgeneral%252F24f6aadf-f490-4baf-8b7c-6a880e26339e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5614026/general/24f6aadf-f490-4baf-8b7c-6a880e26339e.jpg already downloaded
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5614026%252Fgeneral%252Fb6d5f28b-c8ca-4c25-8a8c-de937574e825.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5614026/general/b6d5f28b-c8ca-4c25-8a8c-de937574e825.jpg already downloaded
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5614026%252Fgeneral%252F5f1f1346-990f-41e4-a013-a8814affc880.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5614026/general/5f1f1346-990f-41e4-a013-a8814affc880.jpg already downloaded
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5614026%252Fgeneral%252F5c22ef6f-5a0e-4bbb-a3cf-5a766e88bd33.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5614026/general/5c22ef6f-5a0e-4bbb-a3cf-5a766e88bd33.jpg already downloaded
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5614026%252Fgeneral%252Fb25e7c55-fb5a-41a7-863d-f39df0c52987.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5614026/general/b25e7c55-fb5a-41a7-863d-f39df0c52987.jpg already downloaded
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5614026%252Fgeneral%252F4dff74f0-0249-496d-953c-34805372ac38.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5614026/general/4dff74f0-0249-496d-953c-34805372ac38.jpg already downloaded
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5614026%252Fgeneral%252F3909343b-e3e4-4ac6-b363-02cccedd7429.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5614026/general/3909343b-e3e4-4ac6-b363-02cccedd7429.jpg already downloaded
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5614026%252Fgeneral%252F6dc6d2f6-4329-4ef3-9962-3ef4c8f74e27.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5614026/general/6dc6d2f6-4329-4ef3-9962-3ef4c8f74e27.jpg already downloaded
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5614026%252Fgeneral%252Fe6d87b37-616f-4055-aea2-0a08e4964424.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5614026/general/e6d87b37-616f-4055-aea2-0a08e4964424.jpg already downloaded
2026-03-26 12:31:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 24d05fc0-20b1-5480-bc3f-fa9e6c21986b, identifier: 10726640
2026-03-26 12:31:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfc8c99c-132e-546f-8002-9912d3e62b29 with identifier: 10726643
2026-03-26 12:31:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfc8c99c-132e-546f-8002-9912d3e62b29 with scrape type 1
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dfc8c99c-132e-546f-8002-9912d3e62b29
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252F3b47607b-a41d-4870-a526-3b65dfdd37ee.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/3b47607b-a41d-4870-a526-3b65dfdd37ee.jpg not downloaded yet
2026-03-26 12:31:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746735/general/7e0075a6-e495-455b-b5d3-96a5af394c1e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727113)
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252F79b4e0a7-d43f-4c07-a5db-21762d292ab0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/79b4e0a7-d43f-4c07-a5db-21762d292ab0.jpg not downloaded yet
2026-03-26 12:31:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 24d05fc0-20b1-5480-bc3f-fa9e6c21986b with identifier: 10726640
2026-03-26 12:31:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 24d05fc0-20b1-5480-bc3f-fa9e6c21986b with identifier: 10726640
2026-03-26 12:31:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 24d05fc0-20b1-5480-bc3f-fa9e6c21986b with identifier: 10726640 to the API
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726640>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 194,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '24d05fc0-20b1-5480-bc3f-fa9e6c21986b',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '328650',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726640',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'C',
'odometer': 120583,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 28,
'photo_urls': ['https://images.openlane.eu/carimgs/5614026/general/66467beb-c505-412c-8ce1-bb4559546c8b.jpg',
'https://images.openlane.eu/carimgs/5614026/general/24f6aadf-f490-4baf-8b7c-6a880e26339e.jpg',
'https://images.openlane.eu/carimgs/5614026/general/b6d5f28b-c8ca-4c25-8a8c-de937574e825.jpg',
'https://images.openlane.eu/carimgs/5614026/general/5f1f1346-990f-41e4-a013-a8814affc880.jpg',
'https://images.openlane.eu/carimgs/5614026/general/5c22ef6f-5a0e-4bbb-a3cf-5a766e88bd33.jpg',
'https://images.openlane.eu/carimgs/5614026/general/b25e7c55-fb5a-41a7-863d-f39df0c52987.jpg',
'https://images.openlane.eu/carimgs/5614026/general/4dff74f0-0249-496d-953c-34805372ac38.jpg',
'https://images.openlane.eu/carimgs/5614026/general/3909343b-e3e4-4ac6-b363-02cccedd7429.jpg',
'https://images.openlane.eu/carimgs/5614026/general/6dc6d2f6-4329-4ef3-9962-3ef4c8f74e27.jpg',
'https://images.openlane.eu/carimgs/5614026/general/e6d87b37-616f-4055-aea2-0a08e4964424.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24d05fc0-20b1-5480-bc3f-fa9e6c21986b/24d05fc0-20b1-5480-bc3f-fa9e6c21986b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176496,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5614026/general/66467beb-c505-412c-8ce1-bb4559546c8b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24d05fc0-20b1-5480-bc3f-fa9e6c21986b/24d05fc0-20b1-5480-bc3f-fa9e6c21986b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170781,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5614026/general/24f6aadf-f490-4baf-8b7c-6a880e26339e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24d05fc0-20b1-5480-bc3f-fa9e6c21986b/24d05fc0-20b1-5480-bc3f-fa9e6c21986b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177062,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5614026/general/b6d5f28b-c8ca-4c25-8a8c-de937574e825.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24d05fc0-20b1-5480-bc3f-fa9e6c21986b/24d05fc0-20b1-5480-bc3f-fa9e6c21986b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156237,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5614026/general/5f1f1346-990f-41e4-a013-a8814affc880.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24d05fc0-20b1-5480-bc3f-fa9e6c21986b/24d05fc0-20b1-5480-bc3f-fa9e6c21986b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103139,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5614026/general/5c22ef6f-5a0e-4bbb-a3cf-5a766e88bd33.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24d05fc0-20b1-5480-bc3f-fa9e6c21986b/24d05fc0-20b1-5480-bc3f-fa9e6c21986b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161378,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5614026/general/b25e7c55-fb5a-41a7-863d-f39df0c52987.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24d05fc0-20b1-5480-bc3f-fa9e6c21986b/24d05fc0-20b1-5480-bc3f-fa9e6c21986b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116555,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5614026/general/4dff74f0-0249-496d-953c-34805372ac38.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24d05fc0-20b1-5480-bc3f-fa9e6c21986b/24d05fc0-20b1-5480-bc3f-fa9e6c21986b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102211,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5614026/general/3909343b-e3e4-4ac6-b363-02cccedd7429.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24d05fc0-20b1-5480-bc3f-fa9e6c21986b/24d05fc0-20b1-5480-bc3f-fa9e6c21986b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128112,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5614026/general/6dc6d2f6-4329-4ef3-9962-3ef4c8f74e27.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24d05fc0-20b1-5480-bc3f-fa9e6c21986b/24d05fc0-20b1-5480-bc3f-fa9e6c21986b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155348,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5614026/general/e6d87b37-616f-4055-aea2-0a08e4964424.jpg',
'Width': 800}],
'price': 13000,
'price_includes_vat': True,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz C Break 220d Avantgarde - 4-Matic - Diesel - '
'Automatic - 194 hp - 120.583 km',
'transmission': 'automatic',
'trim': 'Avantgarde',
'vin': None,
'year': 2020}
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726640%27 HTTP/1.1" 200 None
2026-03-26 12:31:22 [adesa.de] INFO: Saving data for 10726640: {'created_time': 1774528282.958288, 'last_price_update_time': 1774528282.958322, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726640') HTTP/1.1" 204 0
2026-03-26 12:31:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746518/general/a057e543-6626-4420-b9c9-301a620f0201.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726477)
2026-03-26 12:31:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746682/general/f1d2b114-b9cb-4703-823f-2b686f8f7538.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726662)
2026-03-26 12:31:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746518/general/15a86f14-4cf2-4b78-99eb-033a250b156e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726477)
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252Fae3dac3d-4d1d-4693-bf59-ad8453a658b5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/ae3dac3d-4d1d-4693-bf59-ad8453a658b5.jpg not downloaded yet
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252Fc63864ed-1f11-4ae2-a08c-a35ada912b50.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/c63864ed-1f11-4ae2-a08c-a35ada912b50.jpg not downloaded yet
2026-03-26 12:31: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 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252F22d3b167-ba59-4056-a6be-4ab7fb3005aa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/22d3b167-ba59-4056-a6be-4ab7fb3005aa.jpg not downloaded yet
2026-03-26 12:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746682/general/bf2ae33f-ea91-4eec-9504-b1f494ac2fc0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726662)
2026-03-26 12:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746735/general/95c1c8cb-57ab-44e7-a0a2-64202b553329.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727113)
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252F78905812-8adb-4505-b019-3a77806a94e3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/78905812-8adb-4505-b019-3a77806a94e3.jpg not downloaded yet
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252F3a92c955-9e9c-41f5-957d-4bc029489b86.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/3a92c955-9e9c-41f5-957d-4bc029489b86.jpg not downloaded yet
2026-03-26 12:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746735/general/d0f39eda-f373-4c7d-99fc-5c0fd4632672.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727113)
2026-03-26 12:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746735/general/ab212613-51c2-4b4f-ac40-0a0d7e2a8117.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727113)
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252Ff2144418-71e7-4f40-9c5d-da3b4e62450b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/f2144418-71e7-4f40-9c5d-da3b4e62450b.jpg not downloaded yet
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e81d0>
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252F69a2e2a7-d42c-4667-b3f7-46952a725819.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/69a2e2a7-d42c-4667-b3f7-46952a725819.jpg saved to cache
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a408b7e5-bbd7-5a2c-ac06-df2f14924829
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e3c150>
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252F1701cfdc-be12-40ce-a072-8a5ab40dbc75.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/1701cfdc-be12-40ce-a072-8a5ab40dbc75.jpg saved to cache
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0bcc7a44-bcf4-58e9-9531-381b95abdf5b
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee5a90>
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252F3c261706-25d7-4182-971e-fc6ea92ee6f6.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/3c261706-25d7-4182-971e-fc6ea92ee6f6.jpg saved to cache
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0bcc7a44-bcf4-58e9-9531-381b95abdf5b
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c183a10>
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252F7ddcbcd8-5e27-456a-8310-6af75dfa37ce.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/7ddcbcd8-5e27-456a-8310-6af75dfa37ce.jpg saved to cache
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a408b7e5-bbd7-5a2c-ac06-df2f14924829
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e3d090>
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252F7e0075a6-e495-455b-b5d3-96a5af394c1e.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/7e0075a6-e495-455b-b5d3-96a5af394c1e.jpg saved to cache
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2b9a22f6-ef9c-5fee-9016-001e5738c5c6
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252F136915d4-988a-4317-9b95-9907d40d4c8f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/136915d4-988a-4317-9b95-9907d40d4c8f.jpg not downloaded yet
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252Fcf222eaf-1268-4782-a2aa-397fb2e01e11.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/cf222eaf-1268-4782-a2aa-397fb2e01e11.jpg not downloaded yet
2026-03-26 12:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746682/general/78a10333-4471-4eb0-a403-41b995b9e346.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726662)
2026-03-26 12:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746735/general/bebada0e-a021-4e60-be2d-836c206c8672.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727113)
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252F42c0e9a0-fe41-452b-8c2e-7666f514f4a2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/42c0e9a0-fe41-452b-8c2e-7666f514f4a2.jpg not downloaded yet
2026-03-26 12:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746735/general/7d106335-d25d-4a5f-82fa-d2ee2cc85d58.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727113)
2026-03-26 12:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746518/general/48b3a832-e8a8-42bf-8b95-01943a009966.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726477)
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252Fd17699c4-2781-4020-96f1-2d43ab2c070a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/d17699c4-2781-4020-96f1-2d43ab2c070a.jpg not downloaded yet
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252F1286b713-0954-40e6-83c6-932858291faa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/1286b713-0954-40e6-83c6-932858291faa.jpg not downloaded yet
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e0b6d0>
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252Fa057e543-6626-4420-b9c9-301a620f0201.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/a057e543-6626-4420-b9c9-301a620f0201.jpg saved to cache
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a408b7e5-bbd7-5a2c-ac06-df2f14924829
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e87490>
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252Ff1d2b114-b9cb-4703-823f-2b686f8f7538.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/f1d2b114-b9cb-4703-823f-2b686f8f7538.jpg saved to cache
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0bcc7a44-bcf4-58e9-9531-381b95abdf5b
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015635f710>
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252F15a86f14-4cf2-4b78-99eb-033a250b156e.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/15a86f14-4cf2-4b78-99eb-033a250b156e.jpg saved to cache
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a408b7e5-bbd7-5a2c-ac06-df2f14924829
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156127510>
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252Fbf2ae33f-ea91-4eec-9504-b1f494ac2fc0.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/bf2ae33f-ea91-4eec-9504-b1f494ac2fc0.jpg saved to cache
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0bcc7a44-bcf4-58e9-9531-381b95abdf5b
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015653c310>
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252F95c1c8cb-57ab-44e7-a0a2-64202b553329.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/95c1c8cb-57ab-44e7-a0a2-64202b553329.jpg saved to cache
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2b9a22f6-ef9c-5fee-9016-001e5738c5c6
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563082d0>
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252Fd0f39eda-f373-4c7d-99fc-5c0fd4632672.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/d0f39eda-f373-4c7d-99fc-5c0fd4632672.jpg saved to cache
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2b9a22f6-ef9c-5fee-9016-001e5738c5c6
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562066d0>
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252Fab212613-51c2-4b4f-ac40-0a0d7e2a8117.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/ab212613-51c2-4b4f-ac40-0a0d7e2a8117.jpg saved to cache
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2b9a22f6-ef9c-5fee-9016-001e5738c5c6
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252Fdd66b013-2702-4c9e-82b8-f18aaddd6c08.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/dd66b013-2702-4c9e-82b8-f18aaddd6c08.jpg not downloaded yet
2026-03-26 12:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746751/general/47adc005-2a5d-4cfb-adf5-97566040b8e8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727132)
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252Ffe946977-9c65-4796-9230-864532de93c4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/fe946977-9c65-4796-9230-864532de93c4.jpg not downloaded yet
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252F45128109-fc95-4791-a7cd-e418bc34d41f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/45128109-fc95-4791-a7cd-e418bc34d41f.jpg not downloaded yet
2026-03-26 12:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746663/general/3b47607b-a41d-4870-a526-3b65dfdd37ee.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726643)
2026-03-26 12:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746619/general/02098759-f766-4e8a-8452-1ca85a222236.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726590)
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252Fe8511457-3d35-491a-bb55-861d79966267.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/e8511457-3d35-491a-bb55-861d79966267.jpg not downloaded yet
2026-03-26 12:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726443> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726649> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565c2b50>
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746682%252Fgeneral%252F78a10333-4471-4eb0-a403-41b995b9e346.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746682/general/78a10333-4471-4eb0-a403-41b995b9e346.jpg saved to cache
2026-03-26 12:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0bcc7a44-bcf4-58e9-9531-381b95abdf5b
2026-03-26 12:31:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0bcc7a44-bcf4-58e9-9531-381b95abdf5b, skipping ID generation
2026-03-26 12:31:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bcc7a44-bcf4-58e9-9531-381b95abdf5b with scrape type 1
2026-03-26 12:31:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0bcc7a44-bcf4-58e9-9531-381b95abdf5b sending to next pipeline
2026-03-26 12:31:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 0bcc7a44-bcf4-58e9-9531-381b95abdf5b, identifier: 10726662
2026-03-26 12:31:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015629fe50>
2026-03-26 12:31:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252Fbebada0e-a021-4e60-be2d-836c206c8672.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/bebada0e-a021-4e60-be2d-836c206c8672.jpg saved to cache
2026-03-26 12:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2b9a22f6-ef9c-5fee-9016-001e5738c5c6
2026-03-26 12:31:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e7b290>
2026-03-26 12:31:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746735%252Fgeneral%252F7d106335-d25d-4a5f-82fa-d2ee2cc85d58.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746735/general/7d106335-d25d-4a5f-82fa-d2ee2cc85d58.jpg saved to cache
2026-03-26 12:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2b9a22f6-ef9c-5fee-9016-001e5738c5c6
2026-03-26 12:31:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2b9a22f6-ef9c-5fee-9016-001e5738c5c6, skipping ID generation
2026-03-26 12:31:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b9a22f6-ef9c-5fee-9016-001e5738c5c6 with scrape type 1
2026-03-26 12:31:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2b9a22f6-ef9c-5fee-9016-001e5738c5c6 sending to next pipeline
2026-03-26 12:31:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 2b9a22f6-ef9c-5fee-9016-001e5738c5c6, identifier: 10727113
2026-03-26 12:31:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561f6990>
2026-03-26 12:31:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746518%252Fgeneral%252F48b3a832-e8a8-42bf-8b95-01943a009966.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746518/general/48b3a832-e8a8-42bf-8b95-01943a009966.jpg saved to cache
2026-03-26 12:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a408b7e5-bbd7-5a2c-ac06-df2f14924829
2026-03-26 12:31:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a408b7e5-bbd7-5a2c-ac06-df2f14924829, skipping ID generation
2026-03-26 12:31:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a408b7e5-bbd7-5a2c-ac06-df2f14924829 with scrape type 1
2026-03-26 12:31:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a408b7e5-bbd7-5a2c-ac06-df2f14924829 sending to next pipeline
2026-03-26 12:31:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: a408b7e5-bbd7-5a2c-ac06-df2f14924829, identifier: 10726477
2026-03-26 12:31:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746619/general/22d3b167-ba59-4056-a6be-4ab7fb3005aa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726590)
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252F10a64aef-896f-48d8-bc52-9e55633cff29.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/10a64aef-896f-48d8-bc52-9e55633cff29.jpg not downloaded yet
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252F3fa7225a-55b5-4930-bdb5-f26ca49c0020.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/3fa7225a-55b5-4930-bdb5-f26ca49c0020.jpg not downloaded yet
2026-03-26 12:31:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 0bcc7a44-bcf4-58e9-9531-381b95abdf5b with identifier: 10726662
2026-03-26 12:31:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 0bcc7a44-bcf4-58e9-9531-381b95abdf5b with identifier: 10726662
2026-03-26 12:31:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 0bcc7a44-bcf4-58e9-9531-381b95abdf5b with identifier: 10726662 to the API
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746682/general/78a10333-4471-4eb0-a403-41b995b9e346.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '0bcc7a44-bcf4-58e9-9531-381b95abdf5b',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '421856',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726662',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'GLC',
'odometer': 26359,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 37,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85223,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746682/general/1701cfdc-be12-40ce-a072-8a5ab40dbc75.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87094,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746682/general/fddc5d32-f6b7-44f9-9a3a-8d5d18babcee.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82065,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746682/general/f4eb5d58-2170-4a79-a741-ff9ed7776dd8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80487,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746682/general/fdeefeed-65d9-4775-8a95-f8639eb99e0d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69017,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746682/general/e0ad7ea1-25d7-45dd-b792-ee1ee3683312.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86156,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746682/general/59b52502-7bd5-4dd3-8122-95f118287776.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89333,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746682/general/3c261706-25d7-4182-971e-fc6ea92ee6f6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85812,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746682/general/bf2ae33f-ea91-4eec-9504-b1f494ac2fc0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80420,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746682/general/f1d2b114-b9cb-4703-823f-2b686f8f7538.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0bcc7a44-bcf4-58e9-9531-381b95abdf5b/0bcc7a44-bcf4-58e9-9531-381b95abdf5b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78711,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746682/general/78a10333-4471-4eb0-a403-41b995b9e346.jpg',
'Width': 800}],
'price': 27700,
'price_includes_vat': True,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz GLC 220d Avantgarde Advanced - 4-Matic - Diesel - '
'Automatic - 197 hp - 26.359 km',
'transmission': 'automatic',
'trim': 'Avantgarde Advanced',
'vin': None,
'year': 2023}
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726662%27 HTTP/1.1" 200 None
2026-03-26 12:31:24 [adesa.de] INFO: Saving data for 10726662: {'created_time': 1774528284.897099, 'last_price_update_time': 1774528284.897126, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726662') HTTP/1.1" 204 0
2026-03-26 12:31:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 2b9a22f6-ef9c-5fee-9016-001e5738c5c6 with identifier: 10727113
2026-03-26 12:31:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 2b9a22f6-ef9c-5fee-9016-001e5738c5c6 with identifier: 10727113
2026-03-26 12:31:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 2b9a22f6-ef9c-5fee-9016-001e5738c5c6 with identifier: 10727113 to the API
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:31:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746735/general/7d106335-d25d-4a5f-82fa-d2ee2cc85d58.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '2b9a22f6-ef9c-5fee-9016-001e5738c5c6',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '466708',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727113',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Mercedes-Benz',
'model': 'GLC',
'odometer': 29578,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 39,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104424,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746735/general/bebada0e-a021-4e60-be2d-836c206c8672.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144228,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746735/general/7d106335-d25d-4a5f-82fa-d2ee2cc85d58.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155781,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746735/general/ab212613-51c2-4b4f-ac40-0a0d7e2a8117.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153263,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746735/general/d0f39eda-f373-4c7d-99fc-5c0fd4632672.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79156,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746735/general/5ca5e1a6-342a-4f97-a5e2-47ff21c832d2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100185,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746735/general/95c1c8cb-57ab-44e7-a0a2-64202b553329.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153060,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746735/general/7e0075a6-e495-455b-b5d3-96a5af394c1e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140973,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746735/general/7465498f-d7a1-4ee5-863a-b301005b329a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94139,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746735/general/7d2f4ef9-3db8-49f1-93f0-eade718009c2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2b9a22f6-ef9c-5fee-9016-001e5738c5c6/2b9a22f6-ef9c-5fee-9016-001e5738c5c6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97412,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746735/general/2ea68142-504d-4e27-b012-5adb03dee9b6.jpg',
'Width': 800}],
'price': 42000,
'price_includes_vat': True,
'registration_date': '2025-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz GLC Coupé 220d AMG Line - 4-Matic - Diesel - '
'Automatic - 197 hp - 29.578 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2025}
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727113%27 HTTP/1.1" 200 None
2026-03-26 12:31:25 [adesa.de] INFO: Saving data for 10727113: {'created_time': 1774528285.345714, 'last_price_update_time': 1774528285.345729, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727113') HTTP/1.1" 204 0
2026-03-26 12:31:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: a408b7e5-bbd7-5a2c-ac06-df2f14924829 with identifier: 10726477
2026-03-26 12:31:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: a408b7e5-bbd7-5a2c-ac06-df2f14924829 with identifier: 10726477
2026-03-26 12:31:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: a408b7e5-bbd7-5a2c-ac06-df2f14924829 with identifier: 10726477 to the API
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:31:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746518/general/48b3a832-e8a8-42bf-8b95-01943a009966.jpg>
{'auction_title': '',
'c_o_2_emission_value': 164,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'engine_horse_power': 136,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'a408b7e5-bbd7-5a2c-ac06-df2f14924829',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '314143',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726477',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'Vito',
'odometer': 140633,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 25,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88424,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746518/general/69a2e2a7-d42c-4667-b3f7-46952a725819.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53303,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746518/general/3559b963-5d70-4eb9-a3e5-89042e5d0c12.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46690,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746518/general/86ec88d6-d9ce-4b4b-875b-fd787b0a8733.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47103,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746518/general/c1a52043-3ef9-4c8c-944f-efbef9d7ddca.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48644,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746518/general/e40aa6b9-b5e5-41f9-b06c-7a0289a7cb9e.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45916,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746518/general/922cfda4-1e34-419a-b835-abbd7d6955a4.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94870,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746518/general/7ddcbcd8-5e27-456a-8310-6af75dfa37ce.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84264,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746518/general/a057e543-6626-4420-b9c9-301a620f0201.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85130,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746518/general/15a86f14-4cf2-4b78-99eb-033a250b156e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a408b7e5-bbd7-5a2c-ac06-df2f14924829/a408b7e5-bbd7-5a2c-ac06-df2f14924829_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81228,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746518/general/48b3a832-e8a8-42bf-8b95-01943a009966.jpg',
'Width': 800}],
'price': 9900,
'price_includes_vat': True,
'registration_date': '2020-02-01',
'seats_number': 2,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz Vito 114 CDI - Diesel - Manual - 136 hp - 140.633 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2020}
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726477%27 HTTP/1.1" 200 None
2026-03-26 12:31:25 [adesa.de] INFO: Saving data for 10726477: {'created_time': 1774528285.774442, 'last_price_update_time': 1774528285.774454, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726477') HTTP/1.1" 204 0
2026-03-26 12:31:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746663/general/c63864ed-1f11-4ae2-a08c-a35ada912b50.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726643)
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252F8b3ea45f-b06c-4eb4-a414-32f5ec6cacc8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/8b3ea45f-b06c-4eb4-a414-32f5ec6cacc8.jpg not downloaded yet
2026-03-26 12:31:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746619/general/79b4e0a7-d43f-4c07-a5db-21762d292ab0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726590)
2026-03-26 12:31:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746663/general/cf222eaf-1268-4782-a2aa-397fb2e01e11.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726643)
2026-03-26 12:31:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746751/general/ae3dac3d-4d1d-4693-bf59-ad8453a658b5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727132)
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252F5abbb1d2-976d-4568-9788-da92f2931e4f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/5abbb1d2-976d-4568-9788-da92f2931e4f.jpg not downloaded yet
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252Fc0c4442a-2db2-4c1b-adbf-3818d6345970.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/c0c4442a-2db2-4c1b-adbf-3818d6345970.jpg not downloaded yet
2026-03-26 12:31:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fc9790>
2026-03-26 12:31:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:31:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252F47adc005-2a5d-4cfb-adf5-97566040b8e8.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/47adc005-2a5d-4cfb-adf5-97566040b8e8.jpg saved to cache
2026-03-26 12:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 71b5ed61-e4ea-50ac-87f1-eff04554eecc
2026-03-26 12:31:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fa6810>
2026-03-26 12:31:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:31:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252F3b47607b-a41d-4870-a526-3b65dfdd37ee.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/3b47607b-a41d-4870-a526-3b65dfdd37ee.jpg saved to cache
2026-03-26 12:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item dfc8c99c-132e-546f-8002-9912d3e62b29
2026-03-26 12:31:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156550610>
2026-03-26 12:31:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:31:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252F02098759-f766-4e8a-8452-1ca85a222236.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/02098759-f766-4e8a-8452-1ca85a222236.jpg saved to cache
2026-03-26 12:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 113fbbac-fee0-5c76-b1c9-ee9a243d2272
2026-03-26 12:31:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07a8b581-e344-5cc8-9e7b-9f6b10dc90de with identifier: 10726443
2026-03-26 12:31:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07a8b581-e344-5cc8-9e7b-9f6b10dc90de with scrape type 1
2026-03-26 12:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 07a8b581-e344-5cc8-9e7b-9f6b10dc90de
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252Fef1d1d07-6ede-4ce4-a8ae-e65cd445492f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/ef1d1d07-6ede-4ce4-a8ae-e65cd445492f.jpg not downloaded yet
2026-03-26 12:31:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b04c56a-48c0-5704-8d1c-b6d943d175df with identifier: 10726649
2026-03-26 12:31:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b04c56a-48c0-5704-8d1c-b6d943d175df with scrape type 1
2026-03-26 12:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0b04c56a-48c0-5704-8d1c-b6d943d175df
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252F34ff8649-2744-465f-8df1-967eb28cc7fa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/34ff8649-2744-465f-8df1-967eb28cc7fa.jpg not downloaded yet
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746619/general/f2144418-71e7-4f40-9c5d-da3b4e62450b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726590)
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252F3f2b4280-8b06-415e-a1b7-4f3941d89add.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/3f2b4280-8b06-415e-a1b7-4f3941d89add.jpg not downloaded yet
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746663/general/3a92c955-9e9c-41f5-957d-4bc029489b86.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726643)
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746751/general/136915d4-988a-4317-9b95-9907d40d4c8f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727132)
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252F9a3c4756-03da-43e1-8ad6-2a480745db2e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/9a3c4756-03da-43e1-8ad6-2a480745db2e.jpg not downloaded yet
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252Fa6c0b211-3988-4338-ae7c-9f53a77f376b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/a6c0b211-3988-4338-ae7c-9f53a77f376b.jpg not downloaded yet
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252F75bbda56-c80e-4b59-9797-d8237a781b43.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/75bbda56-c80e-4b59-9797-d8237a781b43.jpg not downloaded yet
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252Ffdc7362d-a3a2-4283-b6a1-90493181bdec.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/fdc7362d-a3a2-4283-b6a1-90493181bdec.jpg not downloaded yet
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015650a990>
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252F22d3b167-ba59-4056-a6be-4ab7fb3005aa.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/22d3b167-ba59-4056-a6be-4ab7fb3005aa.jpg saved to cache
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 113fbbac-fee0-5c76-b1c9-ee9a243d2272
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252Fc5161e01-bf65-4d45-b838-42926af2905b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/c5161e01-bf65-4d45-b838-42926af2905b.jpg not downloaded yet
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf6ec10>
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252Fc63864ed-1f11-4ae2-a08c-a35ada912b50.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/c63864ed-1f11-4ae2-a08c-a35ada912b50.jpg saved to cache
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item dfc8c99c-132e-546f-8002-9912d3e62b29
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156207e10>
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252F79b4e0a7-d43f-4c07-a5db-21762d292ab0.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/79b4e0a7-d43f-4c07-a5db-21762d292ab0.jpg saved to cache
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 113fbbac-fee0-5c76-b1c9-ee9a243d2272
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156124b50>
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252Fcf222eaf-1268-4782-a2aa-397fb2e01e11.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/cf222eaf-1268-4782-a2aa-397fb2e01e11.jpg saved to cache
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item dfc8c99c-132e-546f-8002-9912d3e62b29
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564a6a50>
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252Fae3dac3d-4d1d-4693-bf59-ad8453a658b5.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/ae3dac3d-4d1d-4693-bf59-ad8453a658b5.jpg saved to cache
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 71b5ed61-e4ea-50ac-87f1-eff04554eecc
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746619/general/dd66b013-2702-4c9e-82b8-f18aaddd6c08.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726590)
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252Fefd79016-fb37-49e4-8d07-20788e37b668.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/efd79016-fb37-49e4-8d07-20788e37b668.jpg not downloaded yet
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252F1772dbc8-71af-4afd-9741-a3a6e95a1544.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/1772dbc8-71af-4afd-9741-a3a6e95a1544.jpg not downloaded yet
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252F8b04092b-4348-4aa4-a40d-6d5f9481b834.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/8b04092b-4348-4aa4-a40d-6d5f9481b834.jpg not downloaded yet
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252F0e25e1d2-5966-4c30-84de-98dc5d096530.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/0e25e1d2-5966-4c30-84de-98dc5d096530.jpg not downloaded yet
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746751/general/d17699c4-2781-4020-96f1-2d43ab2c070a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727132)
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746751/general/fe946977-9c65-4796-9230-864532de93c4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727132)
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c05b390>
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252Ff2144418-71e7-4f40-9c5d-da3b4e62450b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/f2144418-71e7-4f40-9c5d-da3b4e62450b.jpg saved to cache
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 113fbbac-fee0-5c76-b1c9-ee9a243d2272
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015656d5d0>
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252F3a92c955-9e9c-41f5-957d-4bc029489b86.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/3a92c955-9e9c-41f5-957d-4bc029489b86.jpg saved to cache
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item dfc8c99c-132e-546f-8002-9912d3e62b29
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156114b90>
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252F136915d4-988a-4317-9b95-9907d40d4c8f.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/136915d4-988a-4317-9b95-9907d40d4c8f.jpg saved to cache
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 71b5ed61-e4ea-50ac-87f1-eff04554eecc
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746663/general/1286b713-0954-40e6-83c6-932858291faa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726643)
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746663/general/45128109-fc95-4791-a7cd-e418bc34d41f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726643)
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746619/general/42c0e9a0-fe41-452b-8c2e-7666f514f4a2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726590)
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746663/general/3fa7225a-55b5-4930-bdb5-f26ca49c0020.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726643)
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746751/general/10a64aef-896f-48d8-bc52-9e55633cff29.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727132)
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252F63568b17-897e-4902-b57c-3066d4c8de53.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/63568b17-897e-4902-b57c-3066d4c8de53.jpg not downloaded yet
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252F6c492163-51c7-4720-b9c5-57e5bd478013.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/6c492163-51c7-4720-b9c5-57e5bd478013.jpg not downloaded yet
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252F3cb692c2-26d5-44de-b12a-247114c9a599.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/3cb692c2-26d5-44de-b12a-247114c9a599.jpg not downloaded yet
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252F016da49b-579e-4ba3-85ae-afbfeb0b413f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/016da49b-579e-4ba3-85ae-afbfeb0b413f.jpg not downloaded yet
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1a9190>
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252Fdd66b013-2702-4c9e-82b8-f18aaddd6c08.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/dd66b013-2702-4c9e-82b8-f18aaddd6c08.jpg saved to cache
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 113fbbac-fee0-5c76-b1c9-ee9a243d2272
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156458f50>
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252Fd17699c4-2781-4020-96f1-2d43ab2c070a.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/d17699c4-2781-4020-96f1-2d43ab2c070a.jpg saved to cache
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 71b5ed61-e4ea-50ac-87f1-eff04554eecc
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156440210>
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252Ffe946977-9c65-4796-9230-864532de93c4.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/fe946977-9c65-4796-9230-864532de93c4.jpg saved to cache
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 71b5ed61-e4ea-50ac-87f1-eff04554eecc
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746751/general/78905812-8adb-4505-b019-3a77806a94e3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727132)
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746619/general/e8511457-3d35-491a-bb55-861d79966267.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726590)
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252Fa37e8c22-1bb2-49ce-82a5-86283f73042d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/a37e8c22-1bb2-49ce-82a5-86283f73042d.jpg not downloaded yet
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252Fb7d9f017-9e2d-4650-a4f1-c0b10c068d92.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/b7d9f017-9e2d-4650-a4f1-c0b10c068d92.jpg not downloaded yet
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746619/general/8b3ea45f-b06c-4eb4-a414-32f5ec6cacc8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726590)
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746619/general/c5161e01-bf65-4d45-b838-42926af2905b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726590)
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746671/general/fdc7362d-a3a2-4283-b6a1-90493181bdec.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726649)
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746492/general/ef1d1d07-6ede-4ce4-a8ae-e65cd445492f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726443)
2026-03-26 12:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746492/general/75bbda56-c80e-4b59-9797-d8237a781b43.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726443)
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252F725bd1e4-d8a2-4fce-af12-b75949d7ce9b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/725bd1e4-d8a2-4fce-af12-b75949d7ce9b.jpg not downloaded yet
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252F174a3bad-1798-48e5-a15c-ae43e0f5bd01.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/174a3bad-1798-48e5-a15c-ae43e0f5bd01.jpg not downloaded yet
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c239dd0>
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252F1286b713-0954-40e6-83c6-932858291faa.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/1286b713-0954-40e6-83c6-932858291faa.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item dfc8c99c-132e-546f-8002-9912d3e62b29
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1cd790>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252F45128109-fc95-4791-a7cd-e418bc34d41f.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/45128109-fc95-4791-a7cd-e418bc34d41f.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item dfc8c99c-132e-546f-8002-9912d3e62b29
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d15d0>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252F42c0e9a0-fe41-452b-8c2e-7666f514f4a2.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/42c0e9a0-fe41-452b-8c2e-7666f514f4a2.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 113fbbac-fee0-5c76-b1c9-ee9a243d2272
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015635c2d0>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252F3fa7225a-55b5-4930-bdb5-f26ca49c0020.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/3fa7225a-55b5-4930-bdb5-f26ca49c0020.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item dfc8c99c-132e-546f-8002-9912d3e62b29
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d26d0>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252F10a64aef-896f-48d8-bc52-9e55633cff29.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/10a64aef-896f-48d8-bc52-9e55633cff29.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 71b5ed61-e4ea-50ac-87f1-eff04554eecc
2026-03-26 12:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746671/general/34ff8649-2744-465f-8df1-967eb28cc7fa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726649)
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252F5341a013-68ed-4c73-bc25-10fa25e46383.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/5341a013-68ed-4c73-bc25-10fa25e46383.jpg not downloaded yet
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252Fcfd6de92-f68a-42fc-a348-45e849167f06.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/cfd6de92-f68a-42fc-a348-45e849167f06.jpg not downloaded yet
2026-03-26 12:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746492/general/8b04092b-4348-4aa4-a40d-6d5f9481b834.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726443)
2026-03-26 12:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746492/general/3cb692c2-26d5-44de-b12a-247114c9a599.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726443)
2026-03-26 12:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746663/general/1772dbc8-71af-4afd-9741-a3a6e95a1544.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726643)
2026-03-26 12:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746663/general/a6c0b211-3988-4338-ae7c-9f53a77f376b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726643)
2026-03-26 12:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746751/general/efd79016-fb37-49e4-8d07-20788e37b668.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727132)
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252F3729a474-269c-460c-82f0-80ddd17aeea6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/3729a474-269c-460c-82f0-80ddd17aeea6.jpg not downloaded yet
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252F0a55c7ac-def5-4524-8256-d141ab89e305.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/0a55c7ac-def5-4524-8256-d141ab89e305.jpg not downloaded yet
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015629d250>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252F78905812-8adb-4505-b019-3a77806a94e3.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/78905812-8adb-4505-b019-3a77806a94e3.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 71b5ed61-e4ea-50ac-87f1-eff04554eecc
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c133190>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252Fe8511457-3d35-491a-bb55-861d79966267.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/e8511457-3d35-491a-bb55-861d79966267.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 113fbbac-fee0-5c76-b1c9-ee9a243d2272
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015623a910>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252F8b3ea45f-b06c-4eb4-a414-32f5ec6cacc8.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/8b3ea45f-b06c-4eb4-a414-32f5ec6cacc8.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 113fbbac-fee0-5c76-b1c9-ee9a243d2272
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156115050>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252Fc5161e01-bf65-4d45-b838-42926af2905b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/c5161e01-bf65-4d45-b838-42926af2905b.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 113fbbac-fee0-5c76-b1c9-ee9a243d2272
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156509f90>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252Ffdc7362d-a3a2-4283-b6a1-90493181bdec.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/fdc7362d-a3a2-4283-b6a1-90493181bdec.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0b04c56a-48c0-5704-8d1c-b6d943d175df
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156127e50>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252Fef1d1d07-6ede-4ce4-a8ae-e65cd445492f.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/ef1d1d07-6ede-4ce4-a8ae-e65cd445492f.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 07a8b581-e344-5cc8-9e7b-9f6b10dc90de
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015623afd0>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252F75bbda56-c80e-4b59-9797-d8237a781b43.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/75bbda56-c80e-4b59-9797-d8237a781b43.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 07a8b581-e344-5cc8-9e7b-9f6b10dc90de
2026-03-26 12:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746671/general/016da49b-579e-4ba3-85ae-afbfeb0b413f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726649)
2026-03-26 12:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746671/general/0e25e1d2-5966-4c30-84de-98dc5d096530.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726649)
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252Feed631e1-2558-4ca5-9e8f-fdee5973eb20.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/eed631e1-2558-4ca5-9e8f-fdee5973eb20.jpg not downloaded yet
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252Fbd508bfb-5bd2-45a4-bdd0-042b6e0bcd86.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/bd508bfb-5bd2-45a4-bdd0-042b6e0bcd86.jpg not downloaded yet
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c176910>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252F34ff8649-2744-465f-8df1-967eb28cc7fa.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/34ff8649-2744-465f-8df1-967eb28cc7fa.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0b04c56a-48c0-5704-8d1c-b6d943d175df
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156348910>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252F8b04092b-4348-4aa4-a40d-6d5f9481b834.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/8b04092b-4348-4aa4-a40d-6d5f9481b834.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 07a8b581-e344-5cc8-9e7b-9f6b10dc90de
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156412f50>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252F3cb692c2-26d5-44de-b12a-247114c9a599.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/3cb692c2-26d5-44de-b12a-247114c9a599.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 07a8b581-e344-5cc8-9e7b-9f6b10dc90de
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015634a7d0>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252F1772dbc8-71af-4afd-9741-a3a6e95a1544.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/1772dbc8-71af-4afd-9741-a3a6e95a1544.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item dfc8c99c-132e-546f-8002-9912d3e62b29
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015629c1d0>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252Fa6c0b211-3988-4338-ae7c-9f53a77f376b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/a6c0b211-3988-4338-ae7c-9f53a77f376b.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item dfc8c99c-132e-546f-8002-9912d3e62b29
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015634b690>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252Fefd79016-fb37-49e4-8d07-20788e37b668.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/efd79016-fb37-49e4-8d07-20788e37b668.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 71b5ed61-e4ea-50ac-87f1-eff04554eecc
2026-03-26 12:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746671/general/6c492163-51c7-4720-b9c5-57e5bd478013.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726649)
2026-03-26 12:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746492/general/63568b17-897e-4902-b57c-3066d4c8de53.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726443)
2026-03-26 12:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746619/general/3f2b4280-8b06-415e-a1b7-4f3941d89add.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726590)
2026-03-26 12:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746663/general/c0c4442a-2db2-4c1b-adbf-3818d6345970.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726643)
2026-03-26 12:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746492/general/5341a013-68ed-4c73-bc25-10fa25e46383.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726443)
2026-03-26 12: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 12: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 12:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746671/general/174a3bad-1798-48e5-a15c-ae43e0f5bd01.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726649)
2026-03-26 12:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746751/general/9a3c4756-03da-43e1-8ad6-2a480745db2e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727132)
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d260310>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252F016da49b-579e-4ba3-85ae-afbfeb0b413f.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/016da49b-579e-4ba3-85ae-afbfeb0b413f.jpg saved to cache
2026-03-26 12:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0b04c56a-48c0-5704-8d1c-b6d943d175df
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5fd90>
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252F0e25e1d2-5966-4c30-84de-98dc5d096530.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/0e25e1d2-5966-4c30-84de-98dc5d096530.jpg saved to cache
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0b04c56a-48c0-5704-8d1c-b6d943d175df
2026-03-26 12:31: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 12:31: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 12:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746671/general/cfd6de92-f68a-42fc-a348-45e849167f06.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726649)
2026-03-26 12:31: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 12:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746492/general/725bd1e4-d8a2-4fce-af12-b75949d7ce9b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726443)
2026-03-26 12:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746492/general/3729a474-269c-460c-82f0-80ddd17aeea6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726443)
2026-03-26 12:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746671/general/b7d9f017-9e2d-4650-a4f1-c0b10c068d92.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726649)
2026-03-26 12:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746492/general/a37e8c22-1bb2-49ce-82a5-86283f73042d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726443)
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564185d0>
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:31:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252F6c492163-51c7-4720-b9c5-57e5bd478013.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/6c492163-51c7-4720-b9c5-57e5bd478013.jpg saved to cache
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0b04c56a-48c0-5704-8d1c-b6d943d175df
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ec6a90>
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:31:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252F63568b17-897e-4902-b57c-3066d4c8de53.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/63568b17-897e-4902-b57c-3066d4c8de53.jpg saved to cache
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 07a8b581-e344-5cc8-9e7b-9f6b10dc90de
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156459510>
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:31:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746619%252Fgeneral%252F3f2b4280-8b06-415e-a1b7-4f3941d89add.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746619/general/3f2b4280-8b06-415e-a1b7-4f3941d89add.jpg saved to cache
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 113fbbac-fee0-5c76-b1c9-ee9a243d2272
2026-03-26 12:31:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 113fbbac-fee0-5c76-b1c9-ee9a243d2272, skipping ID generation
2026-03-26 12:31:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 113fbbac-fee0-5c76-b1c9-ee9a243d2272 with scrape type 1
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 113fbbac-fee0-5c76-b1c9-ee9a243d2272 sending to next pipeline
2026-03-26 12:31:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 113fbbac-fee0-5c76-b1c9-ee9a243d2272, identifier: 10726590
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e47e10>
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:31:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746663%252Fgeneral%252Fc0c4442a-2db2-4c1b-adbf-3818d6345970.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746663/general/c0c4442a-2db2-4c1b-adbf-3818d6345970.jpg saved to cache
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item dfc8c99c-132e-546f-8002-9912d3e62b29
2026-03-26 12:31:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dfc8c99c-132e-546f-8002-9912d3e62b29, skipping ID generation
2026-03-26 12:31:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfc8c99c-132e-546f-8002-9912d3e62b29 with scrape type 1
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dfc8c99c-132e-546f-8002-9912d3e62b29 sending to next pipeline
2026-03-26 12:31:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: dfc8c99c-132e-546f-8002-9912d3e62b29, identifier: 10726643
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ee7c90>
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:31:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252F5341a013-68ed-4c73-bc25-10fa25e46383.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/5341a013-68ed-4c73-bc25-10fa25e46383.jpg saved to cache
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 07a8b581-e344-5cc8-9e7b-9f6b10dc90de
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015650aa90>
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:31:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252F174a3bad-1798-48e5-a15c-ae43e0f5bd01.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/174a3bad-1798-48e5-a15c-ae43e0f5bd01.jpg saved to cache
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0b04c56a-48c0-5704-8d1c-b6d943d175df
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c198f50>
2026-03-26 12:31:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:31:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252F9a3c4756-03da-43e1-8ad6-2a480745db2e.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/9a3c4756-03da-43e1-8ad6-2a480745db2e.jpg saved to cache
2026-03-26 12:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 71b5ed61-e4ea-50ac-87f1-eff04554eecc
2026-03-26 12:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746671/general/0a55c7ac-def5-4524-8256-d141ab89e305.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726649)
2026-03-26 12:31:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 113fbbac-fee0-5c76-b1c9-ee9a243d2272 with identifier: 10726590
2026-03-26 12:31:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 113fbbac-fee0-5c76-b1c9-ee9a243d2272 with identifier: 10726590
2026-03-26 12:31:28 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 113fbbac-fee0-5c76-b1c9-ee9a243d2272 with identifier: 10726590 to the API
2026-03-26 12:31:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:31:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746619/general/3f2b4280-8b06-415e-a1b7-4f3941d89add.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 194,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '113fbbac-fee0-5c76-b1c9-ee9a243d2272',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '430599',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726590',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'CLS',
'odometer': 107384,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 48,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165595,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746619/general/02098759-f766-4e8a-8452-1ca85a222236.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158175,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746619/general/79b4e0a7-d43f-4c07-a5db-21762d292ab0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164917,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746619/general/22d3b167-ba59-4056-a6be-4ab7fb3005aa.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114645,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746619/general/f2144418-71e7-4f40-9c5d-da3b4e62450b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144822,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746619/general/42c0e9a0-fe41-452b-8c2e-7666f514f4a2.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152053,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746619/general/dd66b013-2702-4c9e-82b8-f18aaddd6c08.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90511,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746619/general/e8511457-3d35-491a-bb55-861d79966267.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116797,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746619/general/8b3ea45f-b06c-4eb4-a414-32f5ec6cacc8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104959,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746619/general/3f2b4280-8b06-415e-a1b7-4f3941d89add.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_113fbbac-fee0-5c76-b1c9-ee9a243d2272/113fbbac-fee0-5c76-b1c9-ee9a243d2272_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100400,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746619/general/c5161e01-bf65-4d45-b838-42926af2905b.jpg',
'Width': 800}],
'price': 22400,
'price_includes_vat': True,
'registration_date': '2023-08-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz CLS 220d AMG Line - Diesel - Automatic - 194 hp - '
'107.384 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2023}
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726590%27 HTTP/1.1" 200 None
2026-03-26 12:31:29 [adesa.de] INFO: Saving data for 10726590: {'created_time': 1774528289.205481, 'last_price_update_time': 1774528289.205494, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726590') HTTP/1.1" 204 0
2026-03-26 12:31:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: dfc8c99c-132e-546f-8002-9912d3e62b29 with identifier: 10726643
2026-03-26 12:31:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: dfc8c99c-132e-546f-8002-9912d3e62b29 with identifier: 10726643
2026-03-26 12:31:29 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: dfc8c99c-132e-546f-8002-9912d3e62b29 with identifier: 10726643 to the API
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:31:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746663/general/c0c4442a-2db2-4c1b-adbf-3818d6345970.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 204,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Hybrid',
'id': 'dfc8c99c-132e-546f-8002-9912d3e62b29',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '412077',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726643',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'C',
'odometer': 161286,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 35,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165134,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746663/general/3b47607b-a41d-4870-a526-3b65dfdd37ee.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126972,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746663/general/c63864ed-1f11-4ae2-a08c-a35ada912b50.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131736,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746663/general/3a92c955-9e9c-41f5-957d-4bc029489b86.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138684,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746663/general/cf222eaf-1268-4782-a2aa-397fb2e01e11.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150375,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746663/general/1286b713-0954-40e6-83c6-932858291faa.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152404,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746663/general/45128109-fc95-4791-a7cd-e418bc34d41f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95613,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746663/general/3fa7225a-55b5-4930-bdb5-f26ca49c0020.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124657,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746663/general/c0c4442a-2db2-4c1b-adbf-3818d6345970.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148792,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746663/general/a6c0b211-3988-4338-ae7c-9f53a77f376b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dfc8c99c-132e-546f-8002-9912d3e62b29/dfc8c99c-132e-546f-8002-9912d3e62b29_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106315,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746663/general/1772dbc8-71af-4afd-9741-a3a6e95a1544.jpg',
'Width': 800}],
'price': 14800,
'price_includes_vat': True,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz C Break 300e Avantgarde - Hybrid - Automatic - 204 hp '
'- 161.286 km',
'transmission': 'automatic',
'trim': 'Avantgarde',
'vin': None,
'year': 2023}
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726643%27 HTTP/1.1" 200 None
2026-03-26 12:31:29 [adesa.de] INFO: Saving data for 10726643: {'created_time': 1774528289.6041, 'last_price_update_time': 1774528289.604112, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726643') HTTP/1.1" 204 0
2026-03-26 12:31:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746492/general/eed631e1-2558-4ca5-9e8f-fdee5973eb20.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726443)
2026-03-26 12:31:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746671/general/bd508bfb-5bd2-45a4-bdd0-042b6e0bcd86.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726649)
2026-03-26 12:31:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746751/general/5abbb1d2-976d-4568-9788-da92f2931e4f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727132)
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563115d0>
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252Fcfd6de92-f68a-42fc-a348-45e849167f06.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/cfd6de92-f68a-42fc-a348-45e849167f06.jpg saved to cache
2026-03-26 12:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0b04c56a-48c0-5704-8d1c-b6d943d175df
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156311790>
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252F725bd1e4-d8a2-4fce-af12-b75949d7ce9b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/725bd1e4-d8a2-4fce-af12-b75949d7ce9b.jpg saved to cache
2026-03-26 12:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 07a8b581-e344-5cc8-9e7b-9f6b10dc90de
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561e14d0>
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252F3729a474-269c-460c-82f0-80ddd17aeea6.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/3729a474-269c-460c-82f0-80ddd17aeea6.jpg saved to cache
2026-03-26 12:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 07a8b581-e344-5cc8-9e7b-9f6b10dc90de
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015ddd1d50>
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252Fb7d9f017-9e2d-4650-a4f1-c0b10c068d92.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/b7d9f017-9e2d-4650-a4f1-c0b10c068d92.jpg saved to cache
2026-03-26 12:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0b04c56a-48c0-5704-8d1c-b6d943d175df
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf87750>
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252Fa37e8c22-1bb2-49ce-82a5-86283f73042d.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/a37e8c22-1bb2-49ce-82a5-86283f73042d.jpg saved to cache
2026-03-26 12:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 07a8b581-e344-5cc8-9e7b-9f6b10dc90de
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015634eed0>
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252F0a55c7ac-def5-4524-8256-d141ab89e305.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/0a55c7ac-def5-4524-8256-d141ab89e305.jpg saved to cache
2026-03-26 12:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0b04c56a-48c0-5704-8d1c-b6d943d175df
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e2290>
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746492%252Fgeneral%252Feed631e1-2558-4ca5-9e8f-fdee5973eb20.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746492/general/eed631e1-2558-4ca5-9e8f-fdee5973eb20.jpg saved to cache
2026-03-26 12:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 07a8b581-e344-5cc8-9e7b-9f6b10dc90de
2026-03-26 12:31:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 07a8b581-e344-5cc8-9e7b-9f6b10dc90de, skipping ID generation
2026-03-26 12:31:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07a8b581-e344-5cc8-9e7b-9f6b10dc90de with scrape type 1
2026-03-26 12:31:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 07a8b581-e344-5cc8-9e7b-9f6b10dc90de sending to next pipeline
2026-03-26 12:31:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 07a8b581-e344-5cc8-9e7b-9f6b10dc90de, identifier: 10726443
2026-03-26 12:31:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e2190>
2026-03-26 12:31:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746671%252Fgeneral%252Fbd508bfb-5bd2-45a4-bdd0-042b6e0bcd86.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746671/general/bd508bfb-5bd2-45a4-bdd0-042b6e0bcd86.jpg saved to cache
2026-03-26 12:31:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0b04c56a-48c0-5704-8d1c-b6d943d175df
2026-03-26 12:31:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0b04c56a-48c0-5704-8d1c-b6d943d175df, skipping ID generation
2026-03-26 12:31:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b04c56a-48c0-5704-8d1c-b6d943d175df with scrape type 1
2026-03-26 12:31:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0b04c56a-48c0-5704-8d1c-b6d943d175df sending to next pipeline
2026-03-26 12:31:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 0b04c56a-48c0-5704-8d1c-b6d943d175df, identifier: 10726649
2026-03-26 12:31:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561ed150>
2026-03-26 12:31:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746751%252Fgeneral%252F5abbb1d2-976d-4568-9788-da92f2931e4f.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746751/general/5abbb1d2-976d-4568-9788-da92f2931e4f.jpg saved to cache
2026-03-26 12:31:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 71b5ed61-e4ea-50ac-87f1-eff04554eecc
2026-03-26 12:31:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 71b5ed61-e4ea-50ac-87f1-eff04554eecc, skipping ID generation
2026-03-26 12:31:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71b5ed61-e4ea-50ac-87f1-eff04554eecc with scrape type 1
2026-03-26 12:31:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 71b5ed61-e4ea-50ac-87f1-eff04554eecc sending to next pipeline
2026-03-26 12:31:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 71b5ed61-e4ea-50ac-87f1-eff04554eecc, identifier: 10727132
2026-03-26 12:31:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 07a8b581-e344-5cc8-9e7b-9f6b10dc90de with identifier: 10726443
2026-03-26 12:31:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 07a8b581-e344-5cc8-9e7b-9f6b10dc90de with identifier: 10726443
2026-03-26 12:31:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 07a8b581-e344-5cc8-9e7b-9f6b10dc90de with identifier: 10726443 to the API
2026-03-26 12:31:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746492/general/eed631e1-2558-4ca5-9e8f-fdee5973eb20.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 163,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '07a8b581-e344-5cc8-9e7b-9f6b10dc90de',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '456755',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726443',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Mercedes-Benz',
'model': 'C',
'odometer': 53112,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 36,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90914,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746492/general/ef1d1d07-6ede-4ce4-a8ae-e65cd445492f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76067,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746492/general/75bbda56-c80e-4b59-9797-d8237a781b43.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87102,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746492/general/8b04092b-4348-4aa4-a40d-6d5f9481b834.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80873,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746492/general/63568b17-897e-4902-b57c-3066d4c8de53.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93594,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746492/general/3cb692c2-26d5-44de-b12a-247114c9a599.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70967,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746492/general/a37e8c22-1bb2-49ce-82a5-86283f73042d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73123,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746492/general/725bd1e4-d8a2-4fce-af12-b75949d7ce9b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78709,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746492/general/5341a013-68ed-4c73-bc25-10fa25e46383.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101109,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746492/general/3729a474-269c-460c-82f0-80ddd17aeea6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07a8b581-e344-5cc8-9e7b-9f6b10dc90de/07a8b581-e344-5cc8-9e7b-9f6b10dc90de_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88639,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746492/general/eed631e1-2558-4ca5-9e8f-fdee5973eb20.jpg',
'Width': 800}],
'price': 16800,
'price_includes_vat': True,
'registration_date': '2025-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz C Break 200d Avantgarde Advanced - Diesel - Automatic '
'- 163 hp - 53.112 km',
'transmission': 'automatic',
'trim': 'Avantgarde Advanced',
'vin': None,
'year': 2025}
2026-03-26 12:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726443%27 HTTP/1.1" 200 None
2026-03-26 12:31:30 [adesa.de] INFO: Saving data for 10726443: {'created_time': 1774528290.74707, 'last_price_update_time': 1774528290.747082, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726443') HTTP/1.1" 204 0
2026-03-26 12:31:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 0b04c56a-48c0-5704-8d1c-b6d943d175df with identifier: 10726649
2026-03-26 12:31:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 0b04c56a-48c0-5704-8d1c-b6d943d175df with identifier: 10726649
2026-03-26 12:31:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 0b04c56a-48c0-5704-8d1c-b6d943d175df with identifier: 10726649 to the API
2026-03-26 12:31:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746671/general/bd508bfb-5bd2-45a4-bdd0-042b6e0bcd86.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 131,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '0b04c56a-48c0-5704-8d1c-b6d943d175df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF1RCB00070232567',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726649',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Megane E-Tech',
'odometer': 30637,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 19,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 287767,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746671/general/34ff8649-2744-465f-8df1-967eb28cc7fa.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88717,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746671/general/fdc7362d-a3a2-4283-b6a1-90493181bdec.jpg',
'Width': 799},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 302406,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746671/general/0e25e1d2-5966-4c30-84de-98dc5d096530.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 292638,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746671/general/6c492163-51c7-4720-b9c5-57e5bd478013.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 256786,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746671/general/016da49b-579e-4ba3-85ae-afbfeb0b413f.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95053,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746671/general/b7d9f017-9e2d-4650-a4f1-c0b10c068d92.jpg',
'Width': 798},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173554,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746671/general/174a3bad-1798-48e5-a15c-ae43e0f5bd01.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 282203,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746671/general/cfd6de92-f68a-42fc-a348-45e849167f06.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194158,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746671/general/0a55c7ac-def5-4524-8256-d141ab89e305.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b04c56a-48c0-5704-8d1c-b6d943d175df/0b04c56a-48c0-5704-8d1c-b6d943d175df_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169898,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746671/general/bd508bfb-5bd2-45a4-bdd0-042b6e0bcd86.jpg',
'Width': 1600}],
'price': 11800,
'price_includes_vat': True,
'registration_date': '2002-12-14',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Renault Megane E-Tech Evolution - Electric - Automatic - 131 hp - '
'30.637 km',
'transmission': 'automatic',
'trim': 'Evolution',
'vin': None,
'year': 2002}
2026-03-26 12:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726649%27 HTTP/1.1" 200 None
2026-03-26 12:31:31 [adesa.de] INFO: Saving data for 10726649: {'created_time': 1774528291.52072, 'last_price_update_time': 1774528291.520732, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726649') HTTP/1.1" 204 0
2026-03-26 12:31:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 71b5ed61-e4ea-50ac-87f1-eff04554eecc with identifier: 10727132
2026-03-26 12:31:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 71b5ed61-e4ea-50ac-87f1-eff04554eecc with identifier: 10727132
2026-03-26 12:31:31 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 71b5ed61-e4ea-50ac-87f1-eff04554eecc with identifier: 10727132 to the API
2026-03-26 12:31:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746751/general/5abbb1d2-976d-4568-9788-da92f2931e4f.jpg>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 200,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '71b5ed61-e4ea-50ac-87f1-eff04554eecc',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '368421',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727132',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'C',
'odometer': 108475,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 49,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120195,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746751/general/47adc005-2a5d-4cfb-adf5-97566040b8e8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123198,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746751/general/ae3dac3d-4d1d-4693-bf59-ad8453a658b5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156455,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746751/general/78905812-8adb-4505-b019-3a77806a94e3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158966,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746751/general/136915d4-988a-4317-9b95-9907d40d4c8f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105501,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746751/general/d17699c4-2781-4020-96f1-2d43ab2c070a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115032,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746751/general/fe946977-9c65-4796-9230-864532de93c4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118927,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746751/general/10a64aef-896f-48d8-bc52-9e55633cff29.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156181,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746751/general/5abbb1d2-976d-4568-9788-da92f2931e4f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161483,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746751/general/9a3c4756-03da-43e1-8ad6-2a480745db2e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71b5ed61-e4ea-50ac-87f1-eff04554eecc/71b5ed61-e4ea-50ac-87f1-eff04554eecc_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101109,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746751/general/efd79016-fb37-49e4-8d07-20788e37b668.jpg',
'Width': 800}],
'price': 14200,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz C Break 220d - Diesel - Automatic - 200 hp - 108.475 '
'km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727132%27 HTTP/1.1" 200 None
2026-03-26 12:31:31 [adesa.de] INFO: Saving data for 10727132: {'created_time': 1774528291.937061, 'last_price_update_time': 1774528291.937074, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727132') HTTP/1.1" 204 0
2026-03-26 12:31:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727119> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:31:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2c0db90-fe7c-5dfc-b1b7-78e41f822578 with identifier: 10727119
2026-03-26 12:31:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2c0db90-fe7c-5dfc-b1b7-78e41f822578 with scrape type 1
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b2c0db90-fe7c-5dfc-b1b7-78e41f822578
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F38404772-076c-4bc3-8dd9-21c1ae0a7f8b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/38404772-076c-4bc3-8dd9-21c1ae0a7f8b.jpg not downloaded yet
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F535719b7-902c-445b-a11a-9fa4faf424d5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/535719b7-902c-445b-a11a-9fa4faf424d5.jpg not downloaded yet
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F8784ea47-829a-469a-b78e-d69709172669.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/8784ea47-829a-469a-b78e-d69709172669.jpg not downloaded yet
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F01d8493d-eb72-4f73-9c91-b2e2dff1f600.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/01d8493d-eb72-4f73-9c91-b2e2dff1f600.jpg not downloaded yet
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F6e6de3d6-9c35-4a5a-bd25-7fe644093d96.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/6e6de3d6-9c35-4a5a-bd25-7fe644093d96.jpg not downloaded yet
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F4ce4bd9a-5a8f-4e0d-8936-8009e5733552.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/4ce4bd9a-5a8f-4e0d-8936-8009e5733552.jpg not downloaded yet
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F0756c489-9c6b-4d4e-b8e6-9d25cd9c6ada.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/0756c489-9c6b-4d4e-b8e6-9d25cd9c6ada.jpg not downloaded yet
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F45f41b7f-af29-4fba-b28e-1db30c892406.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/45f41b7f-af29-4fba-b28e-1db30c892406.jpg not downloaded yet
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F1d437623-18b6-4008-bf93-740062f4c9b6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/1d437623-18b6-4008-bf93-740062f4c9b6.jpg not downloaded yet
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252Fbfe1ad89-e4b8-408d-82fd-a6f8f1045807.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/bfe1ad89-e4b8-408d-82fd-a6f8f1045807.jpg not downloaded yet
2026-03-26 12:31:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727104> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31: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 12:31:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73bb2938-4e78-591d-b0e8-b3cc9ec88600 with identifier: 10727104
2026-03-26 12:31:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73bb2938-4e78-591d-b0e8-b3cc9ec88600 with scrape type 1
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 73bb2938-4e78-591d-b0e8-b3cc9ec88600
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F3565ec55-3230-40a3-855e-9e18b9de2023.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/3565ec55-3230-40a3-855e-9e18b9de2023.jpg not downloaded yet
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F778902c5-d7e2-4c52-a465-b3d8cbdefe79.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/778902c5-d7e2-4c52-a465-b3d8cbdefe79.jpg not downloaded yet
2026-03-26 12:31:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746740/general/bfe1ad89-e4b8-408d-82fd-a6f8f1045807.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727119)
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F3e57acbe-6b8d-47c1-a90c-cb15e4c99888.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/3e57acbe-6b8d-47c1-a90c-cb15e4c99888.jpg not downloaded yet
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F540c6fe8-4e24-40a2-83f0-1e3f920013f2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/540c6fe8-4e24-40a2-83f0-1e3f920013f2.jpg not downloaded yet
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252Feace9d1f-43ea-413b-bbcd-39f9e34d2dd9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/eace9d1f-43ea-413b-bbcd-39f9e34d2dd9.jpg not downloaded yet
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F001a1560-91f9-40ff-a222-05611f20ce52.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/001a1560-91f9-40ff-a222-05611f20ce52.jpg not downloaded yet
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F949575ed-addd-4ccf-8b83-22257660a200.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/949575ed-addd-4ccf-8b83-22257660a200.jpg not downloaded yet
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F9a03d754-4479-4293-a0d6-fc4f8ff58a3d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/9a03d754-4479-4293-a0d6-fc4f8ff58a3d.jpg not downloaded yet
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F02ef34d2-55ce-4355-8fb7-62b4b4fd5b87.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/02ef34d2-55ce-4355-8fb7-62b4b4fd5b87.jpg not downloaded yet
2026-03-26 12:31:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c105090>
2026-03-26 12:31:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252Fbfe1ad89-e4b8-408d-82fd-a6f8f1045807.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/bfe1ad89-e4b8-408d-82fd-a6f8f1045807.jpg saved to cache
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b2c0db90-fe7c-5dfc-b1b7-78e41f822578
2026-03-26 12:31:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746729/general/778902c5-d7e2-4c52-a465-b3d8cbdefe79.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727104)
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F94d833cc-c0a5-4651-b118-ad916537eb7a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/94d833cc-c0a5-4651-b118-ad916537eb7a.jpg not downloaded yet
2026-03-26 12:31:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561d9c10>
2026-03-26 12:31:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F778902c5-d7e2-4c52-a465-b3d8cbdefe79.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/778902c5-d7e2-4c52-a465-b3d8cbdefe79.jpg saved to cache
2026-03-26 12:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 73bb2938-4e78-591d-b0e8-b3cc9ec88600
2026-03-26 12:31:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746729/general/02ef34d2-55ce-4355-8fb7-62b4b4fd5b87.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727104)
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c107390>
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F02ef34d2-55ce-4355-8fb7-62b4b4fd5b87.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/02ef34d2-55ce-4355-8fb7-62b4b4fd5b87.jpg saved to cache
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 73bb2938-4e78-591d-b0e8-b3cc9ec88600
2026-03-26 12:31:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746729/general/94d833cc-c0a5-4651-b118-ad916537eb7a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727104)
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565503d0>
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F94d833cc-c0a5-4651-b118-ad916537eb7a.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/94d833cc-c0a5-4651-b118-ad916537eb7a.jpg saved to cache
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 73bb2938-4e78-591d-b0e8-b3cc9ec88600
2026-03-26 12:31:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746729/general/9a03d754-4479-4293-a0d6-fc4f8ff58a3d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727104)
2026-03-26 12:31:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726982> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31: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 12:31:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746729/general/949575ed-addd-4ccf-8b83-22257660a200.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727104)
2026-03-26 12:31:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746729/general/001a1560-91f9-40ff-a222-05611f20ce52.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727104)
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c106110>
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F9a03d754-4479-4293-a0d6-fc4f8ff58a3d.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/9a03d754-4479-4293-a0d6-fc4f8ff58a3d.jpg saved to cache
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 73bb2938-4e78-591d-b0e8-b3cc9ec88600
2026-03-26 12:31:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746729/general/eace9d1f-43ea-413b-bbcd-39f9e34d2dd9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727104)
2026-03-26 12:31:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae03d06e-863f-5b76-a771-5c9464b00b66 with identifier: 10726982
2026-03-26 12:31:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae03d06e-863f-5b76-a771-5c9464b00b66 with scrape type 1
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ae03d06e-863f-5b76-a771-5c9464b00b66
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252F39948f71-9f7e-40ff-9fe9-d0a3e4b5aeba.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/39948f71-9f7e-40ff-9fe9-d0a3e4b5aeba.jpg not downloaded yet
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561f6050>
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F949575ed-addd-4ccf-8b83-22257660a200.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/949575ed-addd-4ccf-8b83-22257660a200.jpg saved to cache
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 73bb2938-4e78-591d-b0e8-b3cc9ec88600
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252F1dfd95d6-9e00-4018-ae10-f91e35cd5e13.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/1dfd95d6-9e00-4018-ae10-f91e35cd5e13.jpg not downloaded yet
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c238890>
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F001a1560-91f9-40ff-a222-05611f20ce52.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/001a1560-91f9-40ff-a222-05611f20ce52.jpg saved to cache
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 73bb2938-4e78-591d-b0e8-b3cc9ec88600
2026-03-26 12:31:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746729/general/540c6fe8-4e24-40a2-83f0-1e3f920013f2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727104)
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252Fec61ee24-ea65-4879-aeba-6116a3f6325b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/ec61ee24-ea65-4879-aeba-6116a3f6325b.jpg not downloaded yet
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252F9e4c48d4-00ff-4f12-a48b-86ffe4ea6216.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/9e4c48d4-00ff-4f12-a48b-86ffe4ea6216.jpg not downloaded yet
2026-03-26 12:31:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727052> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156509950>
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252Feace9d1f-43ea-413b-bbcd-39f9e34d2dd9.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/eace9d1f-43ea-413b-bbcd-39f9e34d2dd9.jpg saved to cache
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 73bb2938-4e78-591d-b0e8-b3cc9ec88600
2026-03-26 12:31:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746729/general/3e57acbe-6b8d-47c1-a90c-cb15e4c99888.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727104)
2026-03-26 12:31: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 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252F9a8ea3c6-598a-48ef-b7e4-fcf1fa594f49.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/9a8ea3c6-598a-48ef-b7e4-fcf1fa594f49.jpg not downloaded yet
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252Ff5fc0d35-a084-4541-9e73-ee817af1ecd8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/f5fc0d35-a084-4541-9e73-ee817af1ecd8.jpg not downloaded yet
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252F5ccb2609-c8cf-4500-aa65-f71169afd602.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/5ccb2609-c8cf-4500-aa65-f71169afd602.jpg not downloaded yet
2026-03-26 12:31:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746694/general/1dfd95d6-9e00-4018-ae10-f91e35cd5e13.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726982)
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156422510>
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F540c6fe8-4e24-40a2-83f0-1e3f920013f2.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/540c6fe8-4e24-40a2-83f0-1e3f920013f2.jpg saved to cache
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 73bb2938-4e78-591d-b0e8-b3cc9ec88600
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252Fe150cc43-a789-4302-8eaf-79a841855479.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/e150cc43-a789-4302-8eaf-79a841855479.jpg not downloaded yet
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252Fc0539b6f-db48-4ca6-a964-f86bf5b6f06b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/c0539b6f-db48-4ca6-a964-f86bf5b6f06b.jpg not downloaded yet
2026-03-26 12:31:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbc57b1b-4c62-5adc-94bb-86a30faa2ed6 with identifier: 10727052
2026-03-26 12:31:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbc57b1b-4c62-5adc-94bb-86a30faa2ed6 with scrape type 1
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bbc57b1b-4c62-5adc-94bb-86a30faa2ed6
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F0bd3a181-c15f-47b7-8984-097a0197da2b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/0bd3a181-c15f-47b7-8984-097a0197da2b.jpg not downloaded yet
2026-03-26 12:31:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746694/general/ec61ee24-ea65-4879-aeba-6116a3f6325b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726982)
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252F49cb39e7-57d7-4890-9368-6284910e93bb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/49cb39e7-57d7-4890-9368-6284910e93bb.jpg not downloaded yet
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F2a8f991e-1c0b-465c-be32-74ab8ab77d23.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/2a8f991e-1c0b-465c-be32-74ab8ab77d23.jpg not downloaded yet
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1cab50>
2026-03-26 12:31:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F3e57acbe-6b8d-47c1-a90c-cb15e4c99888.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/3e57acbe-6b8d-47c1-a90c-cb15e4c99888.jpg saved to cache
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 73bb2938-4e78-591d-b0e8-b3cc9ec88600
2026-03-26 12:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746694/general/9e4c48d4-00ff-4f12-a48b-86ffe4ea6216.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726982)
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252Faeb9e13a-9c72-4dc4-851e-ba21d09d4728.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/aeb9e13a-9c72-4dc4-851e-ba21d09d4728.jpg not downloaded yet
2026-03-26 12:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746694/general/f5fc0d35-a084-4541-9e73-ee817af1ecd8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726982)
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562397d0>
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252F1dfd95d6-9e00-4018-ae10-f91e35cd5e13.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/1dfd95d6-9e00-4018-ae10-f91e35cd5e13.jpg saved to cache
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ae03d06e-863f-5b76-a771-5c9464b00b66
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F3e1a2e84-9812-446e-bbfe-512ea85b02b6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/3e1a2e84-9812-446e-bbfe-512ea85b02b6.jpg not downloaded yet
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fc0d50>
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252Fec61ee24-ea65-4879-aeba-6116a3f6325b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/ec61ee24-ea65-4879-aeba-6116a3f6325b.jpg saved to cache
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ae03d06e-863f-5b76-a771-5c9464b00b66
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F053259aa-1197-4561-8222-4f9463e763d6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/053259aa-1197-4561-8222-4f9463e763d6.jpg not downloaded yet
2026-03-26 12:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746721/general/0bd3a181-c15f-47b7-8984-097a0197da2b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727052)
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F4a1b74b4-8505-4d76-9402-048e6fdd02b2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/4a1b74b4-8505-4d76-9402-048e6fdd02b2.jpg not downloaded yet
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156501310>
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252F9e4c48d4-00ff-4f12-a48b-86ffe4ea6216.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/9e4c48d4-00ff-4f12-a48b-86ffe4ea6216.jpg saved to cache
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ae03d06e-863f-5b76-a771-5c9464b00b66
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562387d0>
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252Ff5fc0d35-a084-4541-9e73-ee817af1ecd8.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/f5fc0d35-a084-4541-9e73-ee817af1ecd8.jpg saved to cache
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ae03d06e-863f-5b76-a771-5c9464b00b66
2026-03-26 12:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746721/general/2a8f991e-1c0b-465c-be32-74ab8ab77d23.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727052)
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F98d020b5-455a-4080-a723-f624878fb67f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/98d020b5-455a-4080-a723-f624878fb67f.jpg not downloaded yet
2026-03-26 12:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746694/general/49cb39e7-57d7-4890-9368-6284910e93bb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726982)
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F32535c0b-2886-4bc9-a5de-56defd50548d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/32535c0b-2886-4bc9-a5de-56defd50548d.jpg not downloaded yet
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633afd0>
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F0bd3a181-c15f-47b7-8984-097a0197da2b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/0bd3a181-c15f-47b7-8984-097a0197da2b.jpg saved to cache
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bbc57b1b-4c62-5adc-94bb-86a30faa2ed6
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F9a06fd27-3a8b-49d8-9676-86be56c3c58e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/9a06fd27-3a8b-49d8-9676-86be56c3c58e.jpg not downloaded yet
2026-03-26 12:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746721/general/3e1a2e84-9812-446e-bbfe-512ea85b02b6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727052)
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F5f0481dd-176d-4a53-8023-06416602ab3f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/5f0481dd-176d-4a53-8023-06416602ab3f.jpg not downloaded yet
2026-03-26 12:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746721/general/4a1b74b4-8505-4d76-9402-048e6fdd02b2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727052)
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e52a10>
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F2a8f991e-1c0b-465c-be32-74ab8ab77d23.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/2a8f991e-1c0b-465c-be32-74ab8ab77d23.jpg saved to cache
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bbc57b1b-4c62-5adc-94bb-86a30faa2ed6
2026-03-26 12:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746721/general/053259aa-1197-4561-8222-4f9463e763d6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727052)
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e845d0>
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252F49cb39e7-57d7-4890-9368-6284910e93bb.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/49cb39e7-57d7-4890-9368-6284910e93bb.jpg saved to cache
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ae03d06e-863f-5b76-a771-5c9464b00b66
2026-03-26 12:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746721/general/32535c0b-2886-4bc9-a5de-56defd50548d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727052)
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f3e790>
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F3e1a2e84-9812-446e-bbfe-512ea85b02b6.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/3e1a2e84-9812-446e-bbfe-512ea85b02b6.jpg saved to cache
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bbc57b1b-4c62-5adc-94bb-86a30faa2ed6
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015629f590>
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F4a1b74b4-8505-4d76-9402-048e6fdd02b2.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/4a1b74b4-8505-4d76-9402-048e6fdd02b2.jpg saved to cache
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bbc57b1b-4c62-5adc-94bb-86a30faa2ed6
2026-03-26 12:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746721/general/5f0481dd-176d-4a53-8023-06416602ab3f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727052)
2026-03-26 12:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746721/general/9a06fd27-3a8b-49d8-9676-86be56c3c58e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727052)
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c197d50>
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F053259aa-1197-4561-8222-4f9463e763d6.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/053259aa-1197-4561-8222-4f9463e763d6.jpg saved to cache
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bbc57b1b-4c62-5adc-94bb-86a30faa2ed6
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015629cb50>
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F32535c0b-2886-4bc9-a5de-56defd50548d.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/32535c0b-2886-4bc9-a5de-56defd50548d.jpg saved to cache
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bbc57b1b-4c62-5adc-94bb-86a30faa2ed6
2026-03-26 12:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746721/general/aeb9e13a-9c72-4dc4-851e-ba21d09d4728.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727052)
2026-03-26 12:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746721/general/98d020b5-455a-4080-a723-f624878fb67f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727052)
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156205a50>
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F5f0481dd-176d-4a53-8023-06416602ab3f.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/5f0481dd-176d-4a53-8023-06416602ab3f.jpg saved to cache
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bbc57b1b-4c62-5adc-94bb-86a30faa2ed6
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e4890>
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F9a06fd27-3a8b-49d8-9676-86be56c3c58e.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/9a06fd27-3a8b-49d8-9676-86be56c3c58e.jpg saved to cache
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bbc57b1b-4c62-5adc-94bb-86a30faa2ed6
2026-03-26 12:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746694/general/c0539b6f-db48-4ca6-a964-f86bf5b6f06b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726982)
2026-03-26 12:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746694/general/e150cc43-a789-4302-8eaf-79a841855479.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726982)
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015630a350>
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252Faeb9e13a-9c72-4dc4-851e-ba21d09d4728.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/aeb9e13a-9c72-4dc4-851e-ba21d09d4728.jpg saved to cache
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bbc57b1b-4c62-5adc-94bb-86a30faa2ed6
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015629ecd0>
2026-03-26 12:31:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746721%252Fgeneral%252F98d020b5-455a-4080-a723-f624878fb67f.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746721/general/98d020b5-455a-4080-a723-f624878fb67f.jpg saved to cache
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bbc57b1b-4c62-5adc-94bb-86a30faa2ed6
2026-03-26 12:31:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bbc57b1b-4c62-5adc-94bb-86a30faa2ed6, skipping ID generation
2026-03-26 12:31:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbc57b1b-4c62-5adc-94bb-86a30faa2ed6 with scrape type 1
2026-03-26 12:31:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bbc57b1b-4c62-5adc-94bb-86a30faa2ed6 sending to next pipeline
2026-03-26 12:31:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: bbc57b1b-4c62-5adc-94bb-86a30faa2ed6, identifier: 10727052
2026-03-26 12:31:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: bbc57b1b-4c62-5adc-94bb-86a30faa2ed6 with identifier: 10727052
2026-03-26 12:31:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: bbc57b1b-4c62-5adc-94bb-86a30faa2ed6 with identifier: 10727052
2026-03-26 12:31:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: bbc57b1b-4c62-5adc-94bb-86a30faa2ed6 with identifier: 10727052 to the API
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:31:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746721/general/98d020b5-455a-4080-a723-f624878fb67f.jpg>
{'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': 430,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'bbc57b1b-4c62-5adc-94bb-86a30faa2ed6',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5343017',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727052',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Maserati',
'model': 'Levante',
'odometer': 51318,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 38,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88849,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746721/general/0bd3a181-c15f-47b7-8984-097a0197da2b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86775,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746721/general/2a8f991e-1c0b-465c-be32-74ab8ab77d23.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83744,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746721/general/aeb9e13a-9c72-4dc4-851e-ba21d09d4728.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85487,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746721/general/3e1a2e84-9812-446e-bbfe-512ea85b02b6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84139,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746721/general/053259aa-1197-4561-8222-4f9463e763d6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90385,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746721/general/4a1b74b4-8505-4d76-9402-048e6fdd02b2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73162,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746721/general/98d020b5-455a-4080-a723-f624878fb67f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74518,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746721/general/32535c0b-2886-4bc9-a5de-56defd50548d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64542,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746721/general/9a06fd27-3a8b-49d8-9676-86be56c3c58e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbc57b1b-4c62-5adc-94bb-86a30faa2ed6/bbc57b1b-4c62-5adc-94bb-86a30faa2ed6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55765,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746721/general/5f0481dd-176d-4a53-8023-06416602ab3f.jpg',
'Width': 800}],
'price': 32000,
'price_includes_vat': True,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Maserati Levante Modena - Q4 - Petrol - Automatic - 430 hp - 51.318 '
'km',
'transmission': 'automatic',
'trim': 'Modena',
'vin': None,
'year': 2023}
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727052%27 HTTP/1.1" 200 None
2026-03-26 12:31:35 [adesa.de] INFO: Saving data for 10727052: {'created_time': 1774528295.609822, 'last_price_update_time': 1774528295.609833, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727052') HTTP/1.1" 204 0
2026-03-26 12:31:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746694/general/5ccb2609-c8cf-4500-aa65-f71169afd602.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726982)
2026-03-26 12:31:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746694/general/9a8ea3c6-598a-48ef-b7e4-fcf1fa594f49.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726982)
2026-03-26 12:31:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746694/general/39948f71-9f7e-40ff-9fe9-d0a3e4b5aeba.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726982)
2026-03-26 12:31:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727003> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156355810>
2026-03-26 12:31:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:31:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252Fc0539b6f-db48-4ca6-a964-f86bf5b6f06b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/c0539b6f-db48-4ca6-a964-f86bf5b6f06b.jpg saved to cache
2026-03-26 12:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ae03d06e-863f-5b76-a771-5c9464b00b66
2026-03-26 12:31:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c056a90>
2026-03-26 12:31:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:31:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252Fe150cc43-a789-4302-8eaf-79a841855479.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/e150cc43-a789-4302-8eaf-79a841855479.jpg saved to cache
2026-03-26 12:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ae03d06e-863f-5b76-a771-5c9464b00b66
2026-03-26 12:31: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 12:31:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156327990>
2026-03-26 12:31:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:31:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252F5ccb2609-c8cf-4500-aa65-f71169afd602.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/5ccb2609-c8cf-4500-aa65-f71169afd602.jpg saved to cache
2026-03-26 12:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ae03d06e-863f-5b76-a771-5c9464b00b66
2026-03-26 12:31:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c197b10>
2026-03-26 12:31:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:31:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252F9a8ea3c6-598a-48ef-b7e4-fcf1fa594f49.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/9a8ea3c6-598a-48ef-b7e4-fcf1fa594f49.jpg saved to cache
2026-03-26 12:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ae03d06e-863f-5b76-a771-5c9464b00b66
2026-03-26 12:31:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156221450>
2026-03-26 12:31:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:31:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746694%252Fgeneral%252F39948f71-9f7e-40ff-9fe9-d0a3e4b5aeba.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746694/general/39948f71-9f7e-40ff-9fe9-d0a3e4b5aeba.jpg saved to cache
2026-03-26 12:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ae03d06e-863f-5b76-a771-5c9464b00b66
2026-03-26 12:31:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ae03d06e-863f-5b76-a771-5c9464b00b66, skipping ID generation
2026-03-26 12:31:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae03d06e-863f-5b76-a771-5c9464b00b66 with scrape type 1
2026-03-26 12:31:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ae03d06e-863f-5b76-a771-5c9464b00b66 sending to next pipeline
2026-03-26 12:31:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: ae03d06e-863f-5b76-a771-5c9464b00b66, identifier: 10726982
2026-03-26 12:31:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf8a5703-3037-5158-93a7-e01fe773adb5 with identifier: 10727003
2026-03-26 12:31:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf8a5703-3037-5158-93a7-e01fe773adb5 with scrape type 1
2026-03-26 12:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item cf8a5703-3037-5158-93a7-e01fe773adb5
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252Fb4c7235c-8b81-4720-a09a-f151bf2b47c4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/b4c7235c-8b81-4720-a09a-f151bf2b47c4.jpg not downloaded yet
2026-03-26 12:31:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: ae03d06e-863f-5b76-a771-5c9464b00b66 with identifier: 10726982
2026-03-26 12:31:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: ae03d06e-863f-5b76-a771-5c9464b00b66 with identifier: 10726982
2026-03-26 12:31:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: ae03d06e-863f-5b76-a771-5c9464b00b66 with identifier: 10726982 to the API
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:31:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746694/general/39948f71-9f7e-40ff-9fe9-d0a3e4b5aeba.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 163,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'ae03d06e-863f-5b76-a771-5c9464b00b66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '467247',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726982',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'C',
'odometer': 41768,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 111,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155248,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746694/general/39948f71-9f7e-40ff-9fe9-d0a3e4b5aeba.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152176,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746694/general/1dfd95d6-9e00-4018-ae10-f91e35cd5e13.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100422,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746694/general/ec61ee24-ea65-4879-aeba-6116a3f6325b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106221,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746694/general/9e4c48d4-00ff-4f12-a48b-86ffe4ea6216.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86996,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746694/general/9a8ea3c6-598a-48ef-b7e4-fcf1fa594f49.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88704,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746694/general/f5fc0d35-a084-4541-9e73-ee817af1ecd8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150608,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746694/general/5ccb2609-c8cf-4500-aa65-f71169afd602.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139482,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746694/general/e150cc43-a789-4302-8eaf-79a841855479.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135814,
'Height': 800,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746694/general/c0539b6f-db48-4ca6-a964-f86bf5b6f06b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ae03d06e-863f-5b76-a771-5c9464b00b66/ae03d06e-863f-5b76-a771-5c9464b00b66_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96035,
'Height': 500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746694/general/49cb39e7-57d7-4890-9368-6284910e93bb.jpg',
'Width': 800}],
'price': 18000,
'price_includes_vat': True,
'registration_date': '2024-11-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz C Break 200d Avantgarde Advanced - Diesel - Automatic '
'- 163 hp - 41.768 km',
'transmission': 'automatic',
'trim': 'Avantgarde Advanced',
'vin': None,
'year': 2024}
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726982%27 HTTP/1.1" 200 None
2026-03-26 12:31:36 [adesa.de] INFO: Saving data for 10726982: {'created_time': 1774528296.397869, 'last_price_update_time': 1774528296.39788, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726982') HTTP/1.1" 204 0
2026-03-26 12:31:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746729/general/3565ec55-3230-40a3-855e-9e18b9de2023.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727104)
2026-03-26 12:31:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746740/general/45f41b7f-af29-4fba-b28e-1db30c892406.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727119)
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252F3e2b9b2a-5121-4ff7-aa8d-0f33727cd690.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/3e2b9b2a-5121-4ff7-aa8d-0f33727cd690.jpg not downloaded yet
2026-03-26 12:31:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746740/general/1d437623-18b6-4008-bf93-740062f4c9b6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727119)
2026-03-26 12:31:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746740/general/0756c489-9c6b-4d4e-b8e6-9d25cd9c6ada.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727119)
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252F2b027eaa-c716-43d6-93c2-db163e286878.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/2b027eaa-c716-43d6-93c2-db163e286878.jpg not downloaded yet
2026-03-26 12:31:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726552> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31: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 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252F2a7fedec-8e2f-4574-ae00-43d375aed079.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/2a7fedec-8e2f-4574-ae00-43d375aed079.jpg not downloaded yet
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252F210072a8-d89c-43f0-9222-fdb9cc591e7d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/210072a8-d89c-43f0-9222-fdb9cc591e7d.jpg not downloaded yet
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252Fb268276e-a379-45cf-b5b2-5b58912fcf81.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/b268276e-a379-45cf-b5b2-5b58912fcf81.jpg not downloaded yet
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252Fff9415fe-cd6f-4e3c-93c5-5caf2899ac79.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/ff9415fe-cd6f-4e3c-93c5-5caf2899ac79.jpg not downloaded yet
2026-03-26 12:31:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015651aed0>
2026-03-26 12:31:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:31:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746729%252Fgeneral%252F3565ec55-3230-40a3-855e-9e18b9de2023.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746729/general/3565ec55-3230-40a3-855e-9e18b9de2023.jpg saved to cache
2026-03-26 12:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 73bb2938-4e78-591d-b0e8-b3cc9ec88600
2026-03-26 12:31:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 73bb2938-4e78-591d-b0e8-b3cc9ec88600, skipping ID generation
2026-03-26 12:31:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73bb2938-4e78-591d-b0e8-b3cc9ec88600 with scrape type 1
2026-03-26 12:31:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 73bb2938-4e78-591d-b0e8-b3cc9ec88600 sending to next pipeline
2026-03-26 12:31:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 73bb2938-4e78-591d-b0e8-b3cc9ec88600, identifier: 10727104
2026-03-26 12:31:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015629cb90>
2026-03-26 12:31:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12: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 12:31:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F45f41b7f-af29-4fba-b28e-1db30c892406.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/45f41b7f-af29-4fba-b28e-1db30c892406.jpg saved to cache
2026-03-26 12:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b2c0db90-fe7c-5dfc-b1b7-78e41f822578
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252F40d5797f-9ab3-4285-86a8-e31fd586cbc9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/40d5797f-9ab3-4285-86a8-e31fd586cbc9.jpg not downloaded yet
2026-03-26 12:31:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 73bb2938-4e78-591d-b0e8-b3cc9ec88600 with identifier: 10727104
2026-03-26 12:31:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 73bb2938-4e78-591d-b0e8-b3cc9ec88600 with identifier: 10727104
2026-03-26 12:31:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 73bb2938-4e78-591d-b0e8-b3cc9ec88600 with identifier: 10727104 to the API
2026-03-26 12:31:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746729/general/3565ec55-3230-40a3-855e-9e18b9de2023.jpg>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 95,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '73bb2938-4e78-591d-b0e8-b3cc9ec88600',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '372058',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727104',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'Citan',
'odometer': 52661,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 26,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53724,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746729/general/3565ec55-3230-40a3-855e-9e18b9de2023.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59422,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746729/general/778902c5-d7e2-4c52-a465-b3d8cbdefe79.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54370,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746729/general/3e57acbe-6b8d-47c1-a90c-cb15e4c99888.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60454,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746729/general/540c6fe8-4e24-40a2-83f0-1e3f920013f2.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50700,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746729/general/eace9d1f-43ea-413b-bbcd-39f9e34d2dd9.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40292,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746729/general/001a1560-91f9-40ff-a222-05611f20ce52.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40731,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746729/general/949575ed-addd-4ccf-8b83-22257660a200.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114187,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746729/general/9a03d754-4479-4293-a0d6-fc4f8ff58a3d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94455,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746729/general/02ef34d2-55ce-4355-8fb7-62b4b4fd5b87.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73bb2938-4e78-591d-b0e8-b3cc9ec88600/73bb2938-4e78-591d-b0e8-b3cc9ec88600_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81883,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746729/general/94d833cc-c0a5-4651-b118-ad916537eb7a.jpg',
'Width': 800}],
'price': 5300,
'price_includes_vat': True,
'registration_date': '2021-09-01',
'seats_number': 2,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz Citan 109 CDI - Diesel - Manual - 95 hp - 52.661 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727104%27 HTTP/1.1" 200 None
2026-03-26 12:31:37 [adesa.de] INFO: Saving data for 10727104: {'created_time': 1774528297.137828, 'last_price_update_time': 1774528297.137843, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727104') HTTP/1.1" 204 0
2026-03-26 12:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746713/general/3e2b9b2a-5121-4ff7-aa8d-0f33727cd690.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727003)
2026-03-26 12:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726538> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cfbf8d0>
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F1d437623-18b6-4008-bf93-740062f4c9b6.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/1d437623-18b6-4008-bf93-740062f4c9b6.jpg saved to cache
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b2c0db90-fe7c-5dfc-b1b7-78e41f822578
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156500950>
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F0756c489-9c6b-4d4e-b8e6-9d25cd9c6ada.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/0756c489-9c6b-4d4e-b8e6-9d25cd9c6ada.jpg saved to cache
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b2c0db90-fe7c-5dfc-b1b7-78e41f822578
2026-03-26 12:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746713/general/b4c7235c-8b81-4720-a09a-f151bf2b47c4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727003)
2026-03-26 12:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746740/general/4ce4bd9a-5a8f-4e0d-8936-8009e5733552.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727119)
2026-03-26 12:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746740/general/01d8493d-eb72-4f73-9c91-b2e2dff1f600.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727119)
2026-03-26 12:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746740/general/6e6de3d6-9c35-4a5a-bd25-7fe644093d96.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727119)
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252F8b54f980-5357-4e40-886b-59aa8c185a22.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/8b54f980-5357-4e40-886b-59aa8c185a22.jpg not downloaded yet
2026-03-26 12:31: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 12:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726669> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d761117a-6f8e-57bd-a07a-8cb1a87666d2 with identifier: 10726552
2026-03-26 12:31:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d761117a-6f8e-57bd-a07a-8cb1a87666d2 with scrape type 1
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d761117a-6f8e-57bd-a07a-8cb1a87666d2
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252F3095c13f-b02c-4713-9f94-9badc89f036b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/3095c13f-b02c-4713-9f94-9badc89f036b.jpg not downloaded yet
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252Fc00a0bdd-311a-43f1-9d92-2c4d03f0a501.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/c00a0bdd-311a-43f1-9d92-2c4d03f0a501.jpg not downloaded yet
2026-03-26 12:31: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 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252Ff4b65cdf-b718-4658-9b27-16a8348da867.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/f4b65cdf-b718-4658-9b27-16a8348da867.jpg not downloaded yet
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156309910>
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252F3e2b9b2a-5121-4ff7-aa8d-0f33727cd690.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/3e2b9b2a-5121-4ff7-aa8d-0f33727cd690.jpg saved to cache
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item cf8a5703-3037-5158-93a7-e01fe773adb5
2026-03-26 12:31:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3b81ef0-34de-5406-95fc-6359d6d67a8e with identifier: 10726538
2026-03-26 12:31:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3b81ef0-34de-5406-95fc-6359d6d67a8e with scrape type 1
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c3b81ef0-34de-5406-95fc-6359d6d67a8e
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252F25d23a7a-3e23-4012-88af-d3700ad10ed7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/25d23a7a-3e23-4012-88af-d3700ad10ed7.jpg not downloaded yet
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252F2f05b89d-a434-42e5-b5a4-9938cddd0385.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/2f05b89d-a434-42e5-b5a4-9938cddd0385.jpg not downloaded yet
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252F915d7993-77aa-416a-a12e-fc69da4d9994.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/915d7993-77aa-416a-a12e-fc69da4d9994.jpg not downloaded yet
2026-03-26 12:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746713/general/2a7fedec-8e2f-4574-ae00-43d375aed079.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727003)
2026-03-26 12:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746713/general/210072a8-d89c-43f0-9222-fdb9cc591e7d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727003)
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252F425bf9b9-9763-4c47-b2a8-b573482494d1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/425bf9b9-9763-4c47-b2a8-b573482494d1.jpg not downloaded yet
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252F5bfe9dde-19aa-4a95-8432-bd4b9611fd93.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/5bfe9dde-19aa-4a95-8432-bd4b9611fd93.jpg not downloaded yet
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015650ae50>
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252Fb4c7235c-8b81-4720-a09a-f151bf2b47c4.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/b4c7235c-8b81-4720-a09a-f151bf2b47c4.jpg saved to cache
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item cf8a5703-3037-5158-93a7-e01fe773adb5
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562abf10>
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F4ce4bd9a-5a8f-4e0d-8936-8009e5733552.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/4ce4bd9a-5a8f-4e0d-8936-8009e5733552.jpg saved to cache
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b2c0db90-fe7c-5dfc-b1b7-78e41f822578
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156473010>
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F01d8493d-eb72-4f73-9c91-b2e2dff1f600.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/01d8493d-eb72-4f73-9c91-b2e2dff1f600.jpg saved to cache
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b2c0db90-fe7c-5dfc-b1b7-78e41f822578
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562eb390>
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F6e6de3d6-9c35-4a5a-bd25-7fe644093d96.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/6e6de3d6-9c35-4a5a-bd25-7fe644093d96.jpg saved to cache
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b2c0db90-fe7c-5dfc-b1b7-78e41f822578
2026-03-26 12:31:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b02dcbda-0fbb-584e-98ff-bc7dd53962d0 with identifier: 10726669
2026-03-26 12:31:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b02dcbda-0fbb-584e-98ff-bc7dd53962d0 with scrape type 1
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b02dcbda-0fbb-584e-98ff-bc7dd53962d0
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252F24317d2f-8404-4b01-97fc-21f1b1363ef1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/24317d2f-8404-4b01-97fc-21f1b1363ef1.jpg not downloaded yet
2026-03-26 12:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746713/general/ff9415fe-cd6f-4e3c-93c5-5caf2899ac79.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727003)
2026-03-26 12:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746713/general/2b027eaa-c716-43d6-93c2-db163e286878.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727003)
2026-03-26 12:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746713/general/b268276e-a379-45cf-b5b2-5b58912fcf81.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727003)
2026-03-26 12:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746713/general/40d5797f-9ab3-4285-86a8-e31fd586cbc9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727003)
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252Fef6a4492-24c7-4a7f-8699-eb6355b2ffe4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/ef6a4492-24c7-4a7f-8699-eb6355b2ffe4.jpg not downloaded yet
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252F87d14290-efbd-43bf-94fa-15358bb167fb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/87d14290-efbd-43bf-94fa-15358bb167fb.jpg not downloaded yet
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252F61d25542-6dd5-4724-993a-0d1809ac6daf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/61d25542-6dd5-4724-993a-0d1809ac6daf.jpg not downloaded yet
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633e690>
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252F2a7fedec-8e2f-4574-ae00-43d375aed079.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/2a7fedec-8e2f-4574-ae00-43d375aed079.jpg saved to cache
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item cf8a5703-3037-5158-93a7-e01fe773adb5
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f1d210>
2026-03-26 12:31:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252F210072a8-d89c-43f0-9222-fdb9cc591e7d.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/210072a8-d89c-43f0-9222-fdb9cc591e7d.jpg saved to cache
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item cf8a5703-3037-5158-93a7-e01fe773adb5
2026-03-26 12:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746713/general/8b54f980-5357-4e40-886b-59aa8c185a22.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727003)
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252F238680b7-78c1-4cbb-9744-3943583fd896.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/238680b7-78c1-4cbb-9744-3943583fd896.jpg not downloaded yet
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252F8e186421-c685-4c91-acaf-99e53250ea76.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/8e186421-c685-4c91-acaf-99e53250ea76.jpg not downloaded yet
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252F8ccd8233-e070-4805-9e06-a67bb9946fc5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/8ccd8233-e070-4805-9e06-a67bb9946fc5.jpg not downloaded yet
2026-03-26 12:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746566/general/915d7993-77aa-416a-a12e-fc69da4d9994.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726538)
2026-03-26 12:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746579/general/2f05b89d-a434-42e5-b5a4-9938cddd0385.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726552)
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252F31784368-b243-4233-ac15-afd8dc97f39d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/31784368-b243-4233-ac15-afd8dc97f39d.jpg not downloaded yet
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252F1a865495-57fc-4acd-bde7-44733e13fd93.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/1a865495-57fc-4acd-bde7-44733e13fd93.jpg not downloaded yet
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252Ff05d72e3-692e-4946-8848-14ced48ac3bd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/f05d72e3-692e-4946-8848-14ced48ac3bd.jpg not downloaded yet
2026-03-26 12:31:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746579/general/f4b65cdf-b718-4658-9b27-16a8348da867.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726552)
2026-03-26 12:31:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746566/general/25d23a7a-3e23-4012-88af-d3700ad10ed7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726538)
2026-03-26 12:31:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746566/general/5bfe9dde-19aa-4a95-8432-bd4b9611fd93.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726538)
2026-03-26 12:31:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746690/general/24317d2f-8404-4b01-97fc-21f1b1363ef1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726669)
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015629f210>
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252Fff9415fe-cd6f-4e3c-93c5-5caf2899ac79.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/ff9415fe-cd6f-4e3c-93c5-5caf2899ac79.jpg saved to cache
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item cf8a5703-3037-5158-93a7-e01fe773adb5
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1cc510>
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252F2b027eaa-c716-43d6-93c2-db163e286878.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/2b027eaa-c716-43d6-93c2-db163e286878.jpg saved to cache
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item cf8a5703-3037-5158-93a7-e01fe773adb5
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563d0ad0>
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252Fb268276e-a379-45cf-b5b2-5b58912fcf81.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/b268276e-a379-45cf-b5b2-5b58912fcf81.jpg saved to cache
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item cf8a5703-3037-5158-93a7-e01fe773adb5
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1ced90>
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252F40d5797f-9ab3-4285-86a8-e31fd586cbc9.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/40d5797f-9ab3-4285-86a8-e31fd586cbc9.jpg saved to cache
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item cf8a5703-3037-5158-93a7-e01fe773adb5
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252F9e89f58f-af3e-45d7-b989-6a099bb5a26a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/9e89f58f-af3e-45d7-b989-6a099bb5a26a.jpg not downloaded yet
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252F834e44b4-ca59-4c7f-8202-69379dfb4682.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/834e44b4-ca59-4c7f-8202-69379dfb4682.jpg not downloaded yet
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252F0e5ab762-733c-43cb-af89-81801c8f5269.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/0e5ab762-733c-43cb-af89-81801c8f5269.jpg not downloaded yet
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156389f10>
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252F8b54f980-5357-4e40-886b-59aa8c185a22.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/8b54f980-5357-4e40-886b-59aa8c185a22.jpg saved to cache
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item cf8a5703-3037-5158-93a7-e01fe773adb5
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f3c850>
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252F915d7993-77aa-416a-a12e-fc69da4d9994.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/915d7993-77aa-416a-a12e-fc69da4d9994.jpg saved to cache
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c3b81ef0-34de-5406-95fc-6359d6d67a8e
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252Fda97a21e-6115-40ef-a478-e67e57e36b49.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/da97a21e-6115-40ef-a478-e67e57e36b49.jpg not downloaded yet
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252Fabfa3dda-4643-496a-b5d3-974f27692440.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/abfa3dda-4643-496a-b5d3-974f27692440.jpg not downloaded yet
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252Fde1c2234-33cc-4a82-a5ab-81b547875299.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/de1c2234-33cc-4a82-a5ab-81b547875299.jpg not downloaded yet
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156144d90>
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252F2f05b89d-a434-42e5-b5a4-9938cddd0385.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/2f05b89d-a434-42e5-b5a4-9938cddd0385.jpg saved to cache
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d761117a-6f8e-57bd-a07a-8cb1a87666d2
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156340690>
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252Ff4b65cdf-b718-4658-9b27-16a8348da867.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/f4b65cdf-b718-4658-9b27-16a8348da867.jpg saved to cache
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d761117a-6f8e-57bd-a07a-8cb1a87666d2
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ecf50>
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252F25d23a7a-3e23-4012-88af-d3700ad10ed7.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/25d23a7a-3e23-4012-88af-d3700ad10ed7.jpg saved to cache
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c3b81ef0-34de-5406-95fc-6359d6d67a8e
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156388310>
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252F5bfe9dde-19aa-4a95-8432-bd4b9611fd93.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/5bfe9dde-19aa-4a95-8432-bd4b9611fd93.jpg saved to cache
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c3b81ef0-34de-5406-95fc-6359d6d67a8e
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645d7d0>
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252F24317d2f-8404-4b01-97fc-21f1b1363ef1.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/24317d2f-8404-4b01-97fc-21f1b1363ef1.jpg saved to cache
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b02dcbda-0fbb-584e-98ff-bc7dd53962d0
2026-03-26 12:31:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746690/general/61d25542-6dd5-4724-993a-0d1809ac6daf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726669)
2026-03-26 12:31:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746566/general/87d14290-efbd-43bf-94fa-15358bb167fb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726538)
2026-03-26 12:31:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746690/general/8ccd8233-e070-4805-9e06-a67bb9946fc5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726669)
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252F5604fce2-0a70-4659-9ec2-8c7f1ad6491b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/5604fce2-0a70-4659-9ec2-8c7f1ad6491b.jpg not downloaded yet
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252F662b8307-fb15-4140-a6de-f283cb4afa43.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/662b8307-fb15-4140-a6de-f283cb4afa43.jpg not downloaded yet
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252F79d83c55-714a-44d8-9ee5-af10010d962d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/79d83c55-714a-44d8-9ee5-af10010d962d.jpg not downloaded yet
2026-03-26 12:31:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746566/general/8e186421-c685-4c91-acaf-99e53250ea76.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726538)
2026-03-26 12:31:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746579/general/ef6a4492-24c7-4a7f-8699-eb6355b2ffe4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726552)
2026-03-26 12:31:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726665> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746579/general/425bf9b9-9763-4c47-b2a8-b573482494d1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726552)
2026-03-26 12:31:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746579/general/238680b7-78c1-4cbb-9744-3943583fd896.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726552)
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252Fd04647f6-6160-4848-be8c-eda9712fb349.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/d04647f6-6160-4848-be8c-eda9712fb349.jpg not downloaded yet
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252F46bf2fd3-f101-4eae-894a-077b9a69d70c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/46bf2fd3-f101-4eae-894a-077b9a69d70c.jpg not downloaded yet
2026-03-26 12:31: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 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252Ffa2d1a86-b888-4f7b-a29a-ee027d165cd4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/fa2d1a86-b888-4f7b-a29a-ee027d165cd4.jpg not downloaded yet
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562b56d0>
2026-03-26 12:31:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252F61d25542-6dd5-4724-993a-0d1809ac6daf.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/61d25542-6dd5-4724-993a-0d1809ac6daf.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b02dcbda-0fbb-584e-98ff-bc7dd53962d0
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f8af90>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252F87d14290-efbd-43bf-94fa-15358bb167fb.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/87d14290-efbd-43bf-94fa-15358bb167fb.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c3b81ef0-34de-5406-95fc-6359d6d67a8e
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e9590>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252F8ccd8233-e070-4805-9e06-a67bb9946fc5.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/8ccd8233-e070-4805-9e06-a67bb9946fc5.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b02dcbda-0fbb-584e-98ff-bc7dd53962d0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252Fe8121708-bdc8-420c-a669-945a33393b74.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/e8121708-bdc8-420c-a669-945a33393b74.jpg not downloaded yet
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746566/general/834e44b4-ca59-4c7f-8202-69379dfb4682.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726538)
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746690/general/0e5ab762-733c-43cb-af89-81801c8f5269.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726669)
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746579/general/9e89f58f-af3e-45d7-b989-6a099bb5a26a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726552)
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746690/general/de1c2234-33cc-4a82-a5ab-81b547875299.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726669)
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746579/general/5604fce2-0a70-4659-9ec2-8c7f1ad6491b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726552)
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746566/general/662b8307-fb15-4140-a6de-f283cb4afa43.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726538)
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746566/general/abfa3dda-4643-496a-b5d3-974f27692440.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726538)
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746690/general/79d83c55-714a-44d8-9ee5-af10010d962d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726669)
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c180910>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252F8e186421-c685-4c91-acaf-99e53250ea76.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/8e186421-c685-4c91-acaf-99e53250ea76.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c3b81ef0-34de-5406-95fc-6359d6d67a8e
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156239290>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252Fef6a4492-24c7-4a7f-8699-eb6355b2ffe4.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/ef6a4492-24c7-4a7f-8699-eb6355b2ffe4.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d761117a-6f8e-57bd-a07a-8cb1a87666d2
2026-03-26 12:31:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c07f5416-32c8-5ee7-947e-7a4b89faa0c1 with identifier: 10726665
2026-03-26 12:31:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c07f5416-32c8-5ee7-947e-7a4b89faa0c1 with scrape type 1
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c07f5416-32c8-5ee7-947e-7a4b89faa0c1
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252F505f7fae-a8b9-40cd-9031-656831c9f3d3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/505f7fae-a8b9-40cd-9031-656831c9f3d3.jpg not downloaded yet
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156103510>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252F425bf9b9-9763-4c47-b2a8-b573482494d1.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/425bf9b9-9763-4c47-b2a8-b573482494d1.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d761117a-6f8e-57bd-a07a-8cb1a87666d2
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156251a90>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252F238680b7-78c1-4cbb-9744-3943583fd896.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/238680b7-78c1-4cbb-9744-3943583fd896.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d761117a-6f8e-57bd-a07a-8cb1a87666d2
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252Ff7ed823c-b217-4c7b-aed7-f0a6e735980b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/f7ed823c-b217-4c7b-aed7-f0a6e735980b.jpg not downloaded yet
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746690/general/46bf2fd3-f101-4eae-894a-077b9a69d70c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726669)
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e7bfd0>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252F834e44b4-ca59-4c7f-8202-69379dfb4682.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/834e44b4-ca59-4c7f-8202-69379dfb4682.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c3b81ef0-34de-5406-95fc-6359d6d67a8e
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015644aed0>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252F0e5ab762-733c-43cb-af89-81801c8f5269.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/0e5ab762-733c-43cb-af89-81801c8f5269.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b02dcbda-0fbb-584e-98ff-bc7dd53962d0
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e84210>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252F9e89f58f-af3e-45d7-b989-6a099bb5a26a.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/9e89f58f-af3e-45d7-b989-6a099bb5a26a.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d761117a-6f8e-57bd-a07a-8cb1a87666d2
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156336590>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252Fde1c2234-33cc-4a82-a5ab-81b547875299.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/de1c2234-33cc-4a82-a5ab-81b547875299.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b02dcbda-0fbb-584e-98ff-bc7dd53962d0
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e84e50>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252F5604fce2-0a70-4659-9ec2-8c7f1ad6491b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/5604fce2-0a70-4659-9ec2-8c7f1ad6491b.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d761117a-6f8e-57bd-a07a-8cb1a87666d2
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e87690>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252F662b8307-fb15-4140-a6de-f283cb4afa43.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/662b8307-fb15-4140-a6de-f283cb4afa43.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c3b81ef0-34de-5406-95fc-6359d6d67a8e
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633d790>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252Fabfa3dda-4643-496a-b5d3-974f27692440.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/abfa3dda-4643-496a-b5d3-974f27692440.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c3b81ef0-34de-5406-95fc-6359d6d67a8e
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015650a790>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252F79d83c55-714a-44d8-9ee5-af10010d962d.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/79d83c55-714a-44d8-9ee5-af10010d962d.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b02dcbda-0fbb-584e-98ff-bc7dd53962d0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252Faf37b5cb-845f-4869-a577-36e49504dfb4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/af37b5cb-845f-4869-a577-36e49504dfb4.jpg not downloaded yet
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746690/general/fa2d1a86-b888-4f7b-a29a-ee027d165cd4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726669)
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746566/general/d04647f6-6160-4848-be8c-eda9712fb349.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726538)
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746690/general/e8121708-bdc8-420c-a669-945a33393b74.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726669)
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746566/general/1a865495-57fc-4acd-bde7-44733e13fd93.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726538)
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746579/general/31784368-b243-4233-ac15-afd8dc97f39d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726552)
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746579/general/da97a21e-6115-40ef-a478-e67e57e36b49.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726552)
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746690/general/f05d72e3-692e-4946-8848-14ced48ac3bd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726669)
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252F8afa4b7e-60f0-4b5f-b234-61a8aa1523b7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/8afa4b7e-60f0-4b5f-b234-61a8aa1523b7.jpg not downloaded yet
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5e910>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252F46bf2fd3-f101-4eae-894a-077b9a69d70c.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/46bf2fd3-f101-4eae-894a-077b9a69d70c.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b02dcbda-0fbb-584e-98ff-bc7dd53962d0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252F8cc37daa-50a7-461a-9b60-ebcb6d83592a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/8cc37daa-50a7-461a-9b60-ebcb6d83592a.jpg not downloaded yet
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746687/general/505f7fae-a8b9-40cd-9031-656831c9f3d3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726665)
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252F8fd3d408-c170-4d85-8156-145442e7700e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/8fd3d408-c170-4d85-8156-145442e7700e.jpg not downloaded yet
2026-03-26 12:31:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726509> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252Fbe35a346-317e-4a86-b4ab-1e45b2ebf431.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/be35a346-317e-4a86-b4ab-1e45b2ebf431.jpg not downloaded yet
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1aa510>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252Ffa2d1a86-b888-4f7b-a29a-ee027d165cd4.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/fa2d1a86-b888-4f7b-a29a-ee027d165cd4.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b02dcbda-0fbb-584e-98ff-bc7dd53962d0
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b9c10>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252Fd04647f6-6160-4848-be8c-eda9712fb349.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/d04647f6-6160-4848-be8c-eda9712fb349.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c3b81ef0-34de-5406-95fc-6359d6d67a8e
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f8ad10>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252Fe8121708-bdc8-420c-a669-945a33393b74.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/e8121708-bdc8-420c-a669-945a33393b74.jpg saved to cache
2026-03-26 12:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b02dcbda-0fbb-584e-98ff-bc7dd53962d0
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e9790>
2026-03-26 12:31:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746566%252Fgeneral%252F1a865495-57fc-4acd-bde7-44733e13fd93.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746566/general/1a865495-57fc-4acd-bde7-44733e13fd93.jpg saved to cache
2026-03-26 12:31:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c3b81ef0-34de-5406-95fc-6359d6d67a8e
2026-03-26 12:31:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c3b81ef0-34de-5406-95fc-6359d6d67a8e, skipping ID generation
2026-03-26 12:31:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3b81ef0-34de-5406-95fc-6359d6d67a8e with scrape type 1
2026-03-26 12:31:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c3b81ef0-34de-5406-95fc-6359d6d67a8e sending to next pipeline
2026-03-26 12:31:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c3b81ef0-34de-5406-95fc-6359d6d67a8e, identifier: 10726538
2026-03-26 12:31:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0549d0>
2026-03-26 12:31:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252F31784368-b243-4233-ac15-afd8dc97f39d.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/31784368-b243-4233-ac15-afd8dc97f39d.jpg saved to cache
2026-03-26 12:31:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d761117a-6f8e-57bd-a07a-8cb1a87666d2
2026-03-26 12:31:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ecc10>
2026-03-26 12:31:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252Fda97a21e-6115-40ef-a478-e67e57e36b49.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/da97a21e-6115-40ef-a478-e67e57e36b49.jpg saved to cache
2026-03-26 12:31:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d761117a-6f8e-57bd-a07a-8cb1a87666d2
2026-03-26 12:31:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015642bdd0>
2026-03-26 12:31:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746690%252Fgeneral%252Ff05d72e3-692e-4946-8848-14ced48ac3bd.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746690/general/f05d72e3-692e-4946-8848-14ced48ac3bd.jpg saved to cache
2026-03-26 12:31:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b02dcbda-0fbb-584e-98ff-bc7dd53962d0
2026-03-26 12:31:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b02dcbda-0fbb-584e-98ff-bc7dd53962d0, skipping ID generation
2026-03-26 12:31:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b02dcbda-0fbb-584e-98ff-bc7dd53962d0 with scrape type 1
2026-03-26 12:31:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b02dcbda-0fbb-584e-98ff-bc7dd53962d0 sending to next pipeline
2026-03-26 12:31:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: b02dcbda-0fbb-584e-98ff-bc7dd53962d0, identifier: 10726669
2026-03-26 12:31:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746740/general/38404772-076c-4bc3-8dd9-21c1ae0a7f8b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727119)
2026-03-26 12:31:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746687/general/af37b5cb-845f-4869-a577-36e49504dfb4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726665)
2026-03-26 12:31:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746687/general/f7ed823c-b217-4c7b-aed7-f0a6e735980b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726665)
2026-03-26 12:31:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c3b81ef0-34de-5406-95fc-6359d6d67a8e with identifier: 10726538
2026-03-26 12:31:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c3b81ef0-34de-5406-95fc-6359d6d67a8e with identifier: 10726538
2026-03-26 12:31:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c3b81ef0-34de-5406-95fc-6359d6d67a8e with identifier: 10726538 to the API
2026-03-26 12:31:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746566/general/1a865495-57fc-4acd-bde7-44733e13fd93.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 306,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'c3b81ef0-34de-5406-95fc-6359d6d67a8e',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '383965',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726538',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 24693,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 30,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170801,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746566/general/25d23a7a-3e23-4012-88af-d3700ad10ed7.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110521,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746566/general/915d7993-77aa-416a-a12e-fc69da4d9994.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109124,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746566/general/5bfe9dde-19aa-4a95-8432-bd4b9611fd93.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153957,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746566/general/87d14290-efbd-43bf-94fa-15358bb167fb.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94934,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746566/general/8e186421-c685-4c91-acaf-99e53250ea76.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109293,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746566/general/1a865495-57fc-4acd-bde7-44733e13fd93.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99432,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746566/general/834e44b4-ca59-4c7f-8202-69379dfb4682.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154720,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746566/general/abfa3dda-4643-496a-b5d3-974f27692440.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136053,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746566/general/662b8307-fb15-4140-a6de-f283cb4afa43.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3b81ef0-34de-5406-95fc-6359d6d67a8e/c3b81ef0-34de-5406-95fc-6359d6d67a8e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105626,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746566/general/d04647f6-6160-4848-be8c-eda9712fb349.jpg',
'Width': 800}],
'price': 24300,
'price_includes_vat': True,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz A AMG 35 AMG Line - 4-Matic - Petrol - Automatic - '
'306 hp - 24.693 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2023}
2026-03-26 12:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726538%27 HTTP/1.1" 200 None
2026-03-26 12:31:41 [adesa.de] INFO: Saving data for 10726538: {'created_time': 1774528301.57632, 'last_price_update_time': 1774528301.576333, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726538') HTTP/1.1" 204 0
2026-03-26 12:31:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: b02dcbda-0fbb-584e-98ff-bc7dd53962d0 with identifier: 10726669
2026-03-26 12:31:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: b02dcbda-0fbb-584e-98ff-bc7dd53962d0 with identifier: 10726669
2026-03-26 12:31:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: b02dcbda-0fbb-584e-98ff-bc7dd53962d0 with identifier: 10726669 to the API
2026-03-26 12:31:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746690/general/f05d72e3-692e-4946-8848-14ced48ac3bd.jpg>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'b02dcbda-0fbb-584e-98ff-bc7dd53962d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5026468',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726669',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Kia',
'model': 'Sportage',
'odometer': 14533,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 44,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103158,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746690/general/24317d2f-8404-4b01-97fc-21f1b1363ef1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145922,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746690/general/61d25542-6dd5-4724-993a-0d1809ac6daf.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98844,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746690/general/8ccd8233-e070-4805-9e06-a67bb9946fc5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96697,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746690/general/f05d72e3-692e-4946-8848-14ced48ac3bd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96589,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746690/general/0e5ab762-733c-43cb-af89-81801c8f5269.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75069,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746690/general/de1c2234-33cc-4a82-a5ab-81b547875299.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139216,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746690/general/79d83c55-714a-44d8-9ee5-af10010d962d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118021,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746690/general/46bf2fd3-f101-4eae-894a-077b9a69d70c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134502,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746690/general/fa2d1a86-b888-4f7b-a29a-ee027d165cd4.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b02dcbda-0fbb-584e-98ff-bc7dd53962d0/b02dcbda-0fbb-584e-98ff-bc7dd53962d0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90186,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746690/general/e8121708-bdc8-420c-a669-945a33393b74.jpg',
'Width': 800}],
'price': 14200,
'price_includes_vat': True,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Kia Sportage 1.6 T-GDI Vision - Petrol - Automatic - 150 hp - '
'14.533 km',
'transmission': 'automatic',
'trim': 'Vision',
'vin': None,
'year': 2023}
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726669%27 HTTP/1.1" 200 None
2026-03-26 12:31:42 [adesa.de] INFO: Saving data for 10726669: {'created_time': 1774528302.037867, 'last_price_update_time': 1774528302.03788, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726669') HTTP/1.1" 204 0
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252Fa61be306-eac3-4fd3-8a6f-6133e90962e2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/a61be306-eac3-4fd3-8a6f-6133e90962e2.jpg not downloaded yet
2026-03-26 12:31: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 12:31:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746579/general/3095c13f-b02c-4713-9f94-9badc89f036b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726552)
2026-03-26 12:31:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746740/general/535719b7-902c-445b-a11a-9fa4faf424d5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727119)
2026-03-26 12:31:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746740/general/8784ea47-829a-469a-b78e-d69709172669.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727119)
2026-03-26 12:31:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746687/general/8afa4b7e-60f0-4b5f-b234-61a8aa1523b7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726665)
2026-03-26 12:31:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727107> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252F8f97be11-da94-4ac2-9544-1ab4631e33d5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/8f97be11-da94-4ac2-9544-1ab4631e33d5.jpg not downloaded yet
2026-03-26 12:31: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 12:31:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746713/general/c00a0bdd-311a-43f1-9d92-2c4d03f0a501.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727003)
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015659d1d0>
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252F505f7fae-a8b9-40cd-9031-656831c9f3d3.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/505f7fae-a8b9-40cd-9031-656831c9f3d3.jpg saved to cache
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c07f5416-32c8-5ee7-947e-7a4b89faa0c1
2026-03-26 12:31:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61143e47-7571-5155-9c2a-d2aa6b41092f with identifier: 10726509
2026-03-26 12:31:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61143e47-7571-5155-9c2a-d2aa6b41092f with scrape type 1
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 61143e47-7571-5155-9c2a-d2aa6b41092f
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252Fa5f055b2-88ef-4e20-a8c8-2312688971df.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/a5f055b2-88ef-4e20-a8c8-2312688971df.jpg not downloaded yet
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156faf650>
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F38404772-076c-4bc3-8dd9-21c1ae0a7f8b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/38404772-076c-4bc3-8dd9-21c1ae0a7f8b.jpg saved to cache
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b2c0db90-fe7c-5dfc-b1b7-78e41f822578
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156446810>
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252Faf37b5cb-845f-4869-a577-36e49504dfb4.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/af37b5cb-845f-4869-a577-36e49504dfb4.jpg saved to cache
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c07f5416-32c8-5ee7-947e-7a4b89faa0c1
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e93690>
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252Ff7ed823c-b217-4c7b-aed7-f0a6e735980b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/f7ed823c-b217-4c7b-aed7-f0a6e735980b.jpg saved to cache
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c07f5416-32c8-5ee7-947e-7a4b89faa0c1
2026-03-26 12:31:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746687/general/8fd3d408-c170-4d85-8156-145442e7700e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726665)
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252F3b887fc9-9513-4005-b7b0-d29161caf55b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/3b887fc9-9513-4005-b7b0-d29161caf55b.jpg not downloaded yet
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252F70dbea3f-f079-4398-97b6-fd656ec6b231.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/70dbea3f-f079-4398-97b6-fd656ec6b231.jpg not downloaded yet
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015623af10>
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746579%252Fgeneral%252F3095c13f-b02c-4713-9f94-9badc89f036b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746579/general/3095c13f-b02c-4713-9f94-9badc89f036b.jpg saved to cache
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d761117a-6f8e-57bd-a07a-8cb1a87666d2
2026-03-26 12:31:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d761117a-6f8e-57bd-a07a-8cb1a87666d2, skipping ID generation
2026-03-26 12:31:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d761117a-6f8e-57bd-a07a-8cb1a87666d2 with scrape type 1
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d761117a-6f8e-57bd-a07a-8cb1a87666d2 sending to next pipeline
2026-03-26 12:31:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: d761117a-6f8e-57bd-a07a-8cb1a87666d2, identifier: 10726552
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562a9d10>
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F535719b7-902c-445b-a11a-9fa4faf424d5.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/535719b7-902c-445b-a11a-9fa4faf424d5.jpg saved to cache
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b2c0db90-fe7c-5dfc-b1b7-78e41f822578
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1a9790>
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746740%252Fgeneral%252F8784ea47-829a-469a-b78e-d69709172669.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746740/general/8784ea47-829a-469a-b78e-d69709172669.jpg saved to cache
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b2c0db90-fe7c-5dfc-b1b7-78e41f822578
2026-03-26 12:31:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b2c0db90-fe7c-5dfc-b1b7-78e41f822578, skipping ID generation
2026-03-26 12:31:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2c0db90-fe7c-5dfc-b1b7-78e41f822578 with scrape type 1
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b2c0db90-fe7c-5dfc-b1b7-78e41f822578 sending to next pipeline
2026-03-26 12:31:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: b2c0db90-fe7c-5dfc-b1b7-78e41f822578, identifier: 10727119
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156494c10>
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252F8afa4b7e-60f0-4b5f-b234-61a8aa1523b7.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/8afa4b7e-60f0-4b5f-b234-61a8aa1523b7.jpg saved to cache
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c07f5416-32c8-5ee7-947e-7a4b89faa0c1
2026-03-26 12:31:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 908e5bbc-7712-5d25-852b-0b4aae6f9844 with identifier: 10727107
2026-03-26 12:31:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 908e5bbc-7712-5d25-852b-0b4aae6f9844 with scrape type 1
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 908e5bbc-7712-5d25-852b-0b4aae6f9844
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252Fb98545c1-b891-4e08-baa8-fd4d5285528c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/b98545c1-b891-4e08-baa8-fd4d5285528c.jpg not downloaded yet
2026-03-26 12:31:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746687/general/be35a346-317e-4a86-b4ab-1e45b2ebf431.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726665)
2026-03-26 12:31:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746687/general/8cc37daa-50a7-461a-9b60-ebcb6d83592a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726665)
2026-03-26 12:31:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727046> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: d761117a-6f8e-57bd-a07a-8cb1a87666d2 with identifier: 10726552
2026-03-26 12:31:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: d761117a-6f8e-57bd-a07a-8cb1a87666d2 with identifier: 10726552
2026-03-26 12:31:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: d761117a-6f8e-57bd-a07a-8cb1a87666d2 with identifier: 10726552 to the API
2026-03-26 12:31:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746579/general/3095c13f-b02c-4713-9f94-9badc89f036b.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 204,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': 'd761117a-6f8e-57bd-a07a-8cb1a87666d2',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5658169',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726552',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Kia',
'model': 'Niro',
'odometer': 18190,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 72,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170749,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746579/general/3095c13f-b02c-4713-9f94-9badc89f036b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151579,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746579/general/f4b65cdf-b718-4658-9b27-16a8348da867.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132387,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746579/general/2f05b89d-a434-42e5-b5a4-9938cddd0385.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138139,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746579/general/425bf9b9-9763-4c47-b2a8-b573482494d1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100910,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746579/general/ef6a4492-24c7-4a7f-8699-eb6355b2ffe4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153961,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746579/general/238680b7-78c1-4cbb-9744-3943583fd896.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113148,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746579/general/31784368-b243-4233-ac15-afd8dc97f39d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155579,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746579/general/9e89f58f-af3e-45d7-b989-6a099bb5a26a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92321,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746579/general/da97a21e-6115-40ef-a478-e67e57e36b49.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d761117a-6f8e-57bd-a07a-8cb1a87666d2/d761117a-6f8e-57bd-a07a-8cb1a87666d2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96881,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746579/general/5604fce2-0a70-4659-9ec2-8c7f1ad6491b.jpg',
'Width': 800}],
'price': 16500,
'price_includes_vat': True,
'registration_date': '2023-08-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Kia Niro Vision - Electric - Automatic - 204 hp - 18.190 km',
'transmission': 'automatic',
'trim': 'Vision',
'vin': None,
'year': 2023}
2026-03-26 12:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726552%27 HTTP/1.1" 200 None
2026-03-26 12:31:44 [adesa.de] INFO: Saving data for 10726552: {'created_time': 1774528304.310814, 'last_price_update_time': 1774528304.310826, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726552') HTTP/1.1" 204 0
2026-03-26 12:31:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: b2c0db90-fe7c-5dfc-b1b7-78e41f822578 with identifier: 10727119
2026-03-26 12:31:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: b2c0db90-fe7c-5dfc-b1b7-78e41f822578 with identifier: 10727119
2026-03-26 12:31:44 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: b2c0db90-fe7c-5dfc-b1b7-78e41f822578 with identifier: 10727119 to the API
2026-03-26 12:31:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746740/general/8784ea47-829a-469a-b78e-d69709172669.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 163,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'b2c0db90-fe7c-5dfc-b1b7-78e41f822578',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '456816',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727119',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'C',
'odometer': 36623,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 33,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145190,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746740/general/38404772-076c-4bc3-8dd9-21c1ae0a7f8b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151420,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746740/general/535719b7-902c-445b-a11a-9fa4faf424d5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92479,
'Height': 450,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746740/general/8784ea47-829a-469a-b78e-d69709172669.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84457,
'Height': 450,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746740/general/01d8493d-eb72-4f73-9c91-b2e2dff1f600.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125430,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746740/general/6e6de3d6-9c35-4a5a-bd25-7fe644093d96.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132684,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746740/general/4ce4bd9a-5a8f-4e0d-8936-8009e5733552.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130632,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746740/general/0756c489-9c6b-4d4e-b8e6-9d25cd9c6ada.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128141,
'Height': 720,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746740/general/45f41b7f-af29-4fba-b28e-1db30c892406.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85877,
'Height': 450,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746740/general/1d437623-18b6-4008-bf93-740062f4c9b6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2c0db90-fe7c-5dfc-b1b7-78e41f822578/b2c0db90-fe7c-5dfc-b1b7-78e41f822578_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82855,
'Height': 450,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746740/general/bfe1ad89-e4b8-408d-82fd-a6f8f1045807.jpg',
'Width': 800}],
'price': 20600,
'price_includes_vat': True,
'registration_date': '2025-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz C Break 200d Avantgarde Advanced - Diesel - Automatic '
'- 163 hp - 36.623 km',
'transmission': 'automatic',
'trim': 'Avantgarde Advanced',
'vin': None,
'year': 2025}
2026-03-26 12:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727119%27 HTTP/1.1" 200 None
2026-03-26 12:31:44 [adesa.de] INFO: Saving data for 10727119: {'created_time': 1774528304.69246, 'last_price_update_time': 1774528304.692472, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727119') HTTP/1.1" 204 0
2026-03-26 12:31:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015621a7d0>
2026-03-26 12:31:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746713%252Fgeneral%252Fc00a0bdd-311a-43f1-9d92-2c4d03f0a501.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746713/general/c00a0bdd-311a-43f1-9d92-2c4d03f0a501.jpg saved to cache
2026-03-26 12:31:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item cf8a5703-3037-5158-93a7-e01fe773adb5
2026-03-26 12:31:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cf8a5703-3037-5158-93a7-e01fe773adb5, skipping ID generation
2026-03-26 12:31:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf8a5703-3037-5158-93a7-e01fe773adb5 with scrape type 1
2026-03-26 12:31:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cf8a5703-3037-5158-93a7-e01fe773adb5 sending to next pipeline
2026-03-26 12:31:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: cf8a5703-3037-5158-93a7-e01fe773adb5, identifier: 10727003
2026-03-26 12:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252Fa99b7d4a-e996-4b2e-9708-7bb16c9ba60c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/a99b7d4a-e996-4b2e-9708-7bb16c9ba60c.jpg not downloaded yet
2026-03-26 12:31: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 12:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252Fa2478b63-7a7c-4da6-a2de-d8414237073a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/a2478b63-7a7c-4da6-a2de-d8414237073a.jpg not downloaded yet
2026-03-26 12:31:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: cf8a5703-3037-5158-93a7-e01fe773adb5 with identifier: 10727003
2026-03-26 12:31:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: cf8a5703-3037-5158-93a7-e01fe773adb5 with identifier: 10727003
2026-03-26 12:31:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: cf8a5703-3037-5158-93a7-e01fe773adb5 with identifier: 10727003 to the API
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:31:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746713/general/c00a0bdd-311a-43f1-9d92-2c4d03f0a501.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 131,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': 'cf8a5703-3037-5158-93a7-e01fe773adb5',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'VF1RCB00870193789',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727003',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Megane E-Tech',
'odometer': 19374,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 19,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189655,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746713/general/b4c7235c-8b81-4720-a09a-f151bf2b47c4.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101741,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746713/general/3e2b9b2a-5121-4ff7-aa8d-0f33727cd690.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171832,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746713/general/2b027eaa-c716-43d6-93c2-db163e286878.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 163443,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746713/general/2a7fedec-8e2f-4574-ae00-43d375aed079.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172024,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746713/general/210072a8-d89c-43f0-9222-fdb9cc591e7d.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 280910,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746713/general/b268276e-a379-45cf-b5b2-5b58912fcf81.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 264761,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746713/general/ff9415fe-cd6f-4e3c-93c5-5caf2899ac79.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168311,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746713/general/40d5797f-9ab3-4285-86a8-e31fd586cbc9.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171832,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746713/general/8b54f980-5357-4e40-886b-59aa8c185a22.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf8a5703-3037-5158-93a7-e01fe773adb5/cf8a5703-3037-5158-93a7-e01fe773adb5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 282294,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746713/general/c00a0bdd-311a-43f1-9d92-2c4d03f0a501.jpg',
'Width': 1600}],
'price': 11800,
'price_includes_vat': True,
'registration_date': '2002-12-13',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Renault Megane E-Tech Evolution - Electric - Automatic - 131 hp - '
'19.374 km',
'transmission': 'automatic',
'trim': 'Evolution',
'vin': None,
'year': 2002}
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727003%27 HTTP/1.1" 200 None
2026-03-26 12:31:45 [adesa.de] INFO: Saving data for 10727003: {'created_time': 1774528305.372742, 'last_price_update_time': 1774528305.372753, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727003') HTTP/1.1" 204 0
2026-03-26 12:31:45 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 12.076(s), this was the 1st time calling it.
2026-03-26 12:31:45 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.764468274536371 seconds as it raised RequestError: RequestError: 520, message=, headers=<CIMultiDictProxy('Date': 'Thu, 26 Mar 2026 12:31:44 GMT', 'Content-Type': 'application/problem+json', 'Content-Length': '214', 'Connection': 'keep-alive', 'Retry-After': '60', 'Request-Id': 'b6273d74da2365f2c2dd4df55df148fc', '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=b6273d74da2365f2c2dd4df55df148fc.
2026-03-26 12:31:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746687/general/a61be306-eac3-4fd3-8a6f-6133e90962e2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726665)
2026-03-26 12:31:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726566> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727051> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156443150>
2026-03-26 12:31:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252F8fd3d408-c170-4d85-8156-145442e7700e.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/8fd3d408-c170-4d85-8156-145442e7700e.jpg saved to cache
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c07f5416-32c8-5ee7-947e-7a4b89faa0c1
2026-03-26 12:31:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746687/general/8f97be11-da94-4ac2-9544-1ab4631e33d5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726665)
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252F6862b335-739f-4d65-87ec-f9ab8fb67477.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/6862b335-739f-4d65-87ec-f9ab8fb67477.jpg not downloaded yet
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252F23e2eb49-e7ae-4c02-a019-99fd00c87fea.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/23e2eb49-e7ae-4c02-a019-99fd00c87fea.jpg not downloaded yet
2026-03-26 12:31: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 12:31: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 12:31:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561e36d0>
2026-03-26 12:31:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252Fbe35a346-317e-4a86-b4ab-1e45b2ebf431.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/be35a346-317e-4a86-b4ab-1e45b2ebf431.jpg saved to cache
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c07f5416-32c8-5ee7-947e-7a4b89faa0c1
2026-03-26 12:31:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5dfd0>
2026-03-26 12:31:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252F8cc37daa-50a7-461a-9b60-ebcb6d83592a.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/8cc37daa-50a7-461a-9b60-ebcb6d83592a.jpg saved to cache
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c07f5416-32c8-5ee7-947e-7a4b89faa0c1
2026-03-26 12:31:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2670da5-5bda-5b3b-add5-3d0b9b76c9f1 with identifier: 10727046
2026-03-26 12:31:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2670da5-5bda-5b3b-add5-3d0b9b76c9f1 with scrape type 1
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b2670da5-5bda-5b3b-add5-3d0b9b76c9f1
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252F7c675ae9-bf51-463d-9eef-08603182a4a8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/7c675ae9-bf51-463d-9eef-08603182a4a8.jpg not downloaded yet
2026-03-26 12:31:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746687/general/3b887fc9-9513-4005-b7b0-d29161caf55b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726665)
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252Ff8838187-9eff-4e59-bc9a-087ea12d3aa2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/f8838187-9eff-4e59-bc9a-087ea12d3aa2.jpg not downloaded yet
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252F09706144-e6dd-4d74-b6c8-89d568407289.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/09706144-e6dd-4d74-b6c8-89d568407289.jpg not downloaded yet
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252F7035c4dd-621a-45e4-ab74-4e07ff43c763.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/7035c4dd-621a-45e4-ab74-4e07ff43c763.jpg not downloaded yet
2026-03-26 12:31:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4087934/general/a5f055b2-88ef-4e20-a8c8-2312688971df.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726509)
2026-03-26 12:31:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d34d0>
2026-03-26 12:31:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252Fa61be306-eac3-4fd3-8a6f-6133e90962e2.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/a61be306-eac3-4fd3-8a6f-6133e90962e2.jpg saved to cache
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c07f5416-32c8-5ee7-947e-7a4b89faa0c1
2026-03-26 12:31:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ee840fd-dab0-537b-996e-3bf7e17cf6d3 with identifier: 10726566
2026-03-26 12:31:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ee840fd-dab0-537b-996e-3bf7e17cf6d3 with scrape type 1
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3ee840fd-dab0-537b-996e-3bf7e17cf6d3
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252F02454177-8e28-401f-8c78-1f1568a894be.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/02454177-8e28-401f-8c78-1f1568a894be.jpg not downloaded yet
2026-03-26 12:31:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e0ab3dc-c369-5660-8218-fe520bf5aa7c with identifier: 10727051
2026-03-26 12:31:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e0ab3dc-c369-5660-8218-fe520bf5aa7c with scrape type 1
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7e0ab3dc-c369-5660-8218-fe520bf5aa7c
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F63620967-d767-41c0-9da6-f03f8cfece37.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/63620967-d767-41c0-9da6-f03f8cfece37.jpg not downloaded yet
2026-03-26 12:31:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d247f50>
2026-03-26 12:31:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252F8f97be11-da94-4ac2-9544-1ab4631e33d5.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/8f97be11-da94-4ac2-9544-1ab4631e33d5.jpg saved to cache
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c07f5416-32c8-5ee7-947e-7a4b89faa0c1
2026-03-26 12:31:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746731/general/b98545c1-b891-4e08-baa8-fd4d5285528c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727107)
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252Fa08dba88-16ef-473e-b6fd-0dc0e4c48ede.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/a08dba88-16ef-473e-b6fd-0dc0e4c48ede.jpg not downloaded yet
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252Fb851fa1e-3ca8-41b7-84c0-d2e2ad484b4d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/b851fa1e-3ca8-41b7-84c0-d2e2ad484b4d.jpg not downloaded yet
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252F7f010c6b-3c89-4aef-a99e-2a58dbad6923.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/7f010c6b-3c89-4aef-a99e-2a58dbad6923.jpg not downloaded yet
2026-03-26 12:31:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746731/general/a2478b63-7a7c-4da6-a2de-d8414237073a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727107)
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252Fc986cbb9-9f18-4a9f-bce5-6655d3648169.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/c986cbb9-9f18-4a9f-bce5-6655d3648169.jpg not downloaded yet
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F75f023bc-57ef-4ad3-9116-224501d0a593.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/75f023bc-57ef-4ad3-9116-224501d0a593.jpg not downloaded yet
2026-03-26 12:31:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4087934/general/a99b7d4a-e996-4b2e-9708-7bb16c9ba60c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726509)
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252F8f531681-8477-4914-904b-232ddefd75e4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/8f531681-8477-4914-904b-232ddefd75e4.jpg not downloaded yet
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252Fa0e1df14-edcf-4309-865e-117f4f1cb418.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/a0e1df14-edcf-4309-865e-117f4f1cb418.jpg not downloaded yet
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252Fa38b1507-99cf-406b-b791-df00a0645355.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/a38b1507-99cf-406b-b791-df00a0645355.jpg not downloaded yet
2026-03-26 12:31:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156550490>
2026-03-26 12:31:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746687%252Fgeneral%252F3b887fc9-9513-4005-b7b0-d29161caf55b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746687/general/3b887fc9-9513-4005-b7b0-d29161caf55b.jpg saved to cache
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c07f5416-32c8-5ee7-947e-7a4b89faa0c1
2026-03-26 12:31:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c07f5416-32c8-5ee7-947e-7a4b89faa0c1, skipping ID generation
2026-03-26 12:31:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c07f5416-32c8-5ee7-947e-7a4b89faa0c1 with scrape type 1
2026-03-26 12:31:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c07f5416-32c8-5ee7-947e-7a4b89faa0c1 sending to next pipeline
2026-03-26 12:31:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c07f5416-32c8-5ee7-947e-7a4b89faa0c1, identifier: 10726665
2026-03-26 12:31:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562be350>
2026-03-26 12:31:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252Fa5f055b2-88ef-4e20-a8c8-2312688971df.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/a5f055b2-88ef-4e20-a8c8-2312688971df.jpg saved to cache
2026-03-26 12:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 61143e47-7571-5155-9c2a-d2aa6b41092f
2026-03-26 12:31:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4087934/general/70dbea3f-f079-4398-97b6-fd656ec6b231.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726509)
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252Fe5246395-76dc-43ee-ae68-d4ab87086ca5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/e5246395-76dc-43ee-ae68-d4ab87086ca5.jpg not downloaded yet
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F20567571-20c6-45d1-92c5-1ebcec364634.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/20567571-20c6-45d1-92c5-1ebcec364634.jpg not downloaded yet
2026-03-26 12:31:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c07f5416-32c8-5ee7-947e-7a4b89faa0c1 with identifier: 10726665
2026-03-26 12:31:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c07f5416-32c8-5ee7-947e-7a4b89faa0c1 with identifier: 10726665
2026-03-26 12:31:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c07f5416-32c8-5ee7-947e-7a4b89faa0c1 with identifier: 10726665 to the API
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746687/general/3b887fc9-9513-4005-b7b0-d29161caf55b.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 180,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'c07f5416-32c8-5ee7-947e-7a4b89faa0c1',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '354394',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726665',
'listing': 'auction',
'location': 'Düren (Germany)',
'make': 'Iveco',
'model': 'Daily',
'odometer': 113686,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 26,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81439,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746687/general/505f7fae-a8b9-40cd-9031-656831c9f3d3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78870,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746687/general/f7ed823c-b217-4c7b-aed7-f0a6e735980b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49973,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746687/general/af37b5cb-845f-4869-a577-36e49504dfb4.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77658,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746687/general/8afa4b7e-60f0-4b5f-b234-61a8aa1523b7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90953,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746687/general/8cc37daa-50a7-461a-9b60-ebcb6d83592a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84849,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746687/general/8fd3d408-c170-4d85-8156-145442e7700e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108583,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746687/general/be35a346-317e-4a86-b4ab-1e45b2ebf431.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87256,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746687/general/a61be306-eac3-4fd3-8a6f-6133e90962e2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77720,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746687/general/8f97be11-da94-4ac2-9544-1ab4631e33d5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c07f5416-32c8-5ee7-947e-7a4b89faa0c1/c07f5416-32c8-5ee7-947e-7a4b89faa0c1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62876,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746687/general/3b887fc9-9513-4005-b7b0-d29161caf55b.jpg',
'Width': 800}],
'price': 14700,
'price_includes_vat': True,
'registration_date': '2021-10-01',
'seats_number': 3,
'seller_name': 'Mobility Concept GmbH',
'title': 'Iveco Daily - Diesel - Manual - 180 hp - 113.686 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726665%27 HTTP/1.1" 200 None
2026-03-26 12:31:46 [adesa.de] INFO: Saving data for 10726665: {'created_time': 1774528306.681261, 'last_price_update_time': 1774528306.681272, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726665') HTTP/1.1" 204 0
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252Faafe4714-e1aa-414e-84c0-fdbded74dcd7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/aafe4714-e1aa-414e-84c0-fdbded74dcd7.jpg not downloaded yet
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252F121f1dbe-3261-4790-82b3-cf43f6e8024d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/121f1dbe-3261-4790-82b3-cf43f6e8024d.jpg not downloaded yet
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252F0b775ef0-1166-40e2-a5a1-5b2220942c82.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/0b775ef0-1166-40e2-a5a1-5b2220942c82.jpg not downloaded yet
2026-03-26 12:31:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746715/general/7c675ae9-bf51-463d-9eef-08603182a4a8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727046)
2026-03-26 12:31:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746715/general/7035c4dd-621a-45e4-ab74-4e07ff43c763.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727046)
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252F53740de1-344d-4848-91a8-981f4fd35d96.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/53740de1-344d-4848-91a8-981f4fd35d96.jpg not downloaded yet
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F78e12f7f-be3f-4a8e-8d00-367a475014c0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/78e12f7f-be3f-4a8e-8d00-367a475014c0.jpg not downloaded yet
2026-03-26 12:31:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726639> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156100b90>
2026-03-26 12:31:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252Fb98545c1-b891-4e08-baa8-fd4d5285528c.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/b98545c1-b891-4e08-baa8-fd4d5285528c.jpg saved to cache
2026-03-26 12:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 908e5bbc-7712-5d25-852b-0b4aae6f9844
2026-03-26 12:31:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0c4fd0>
2026-03-26 12:31:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252Fa2478b63-7a7c-4da6-a2de-d8414237073a.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/a2478b63-7a7c-4da6-a2de-d8414237073a.jpg saved to cache
2026-03-26 12:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 908e5bbc-7712-5d25-852b-0b4aae6f9844
2026-03-26 12:31:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c059dd0>
2026-03-26 12:31:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252Fa99b7d4a-e996-4b2e-9708-7bb16c9ba60c.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/a99b7d4a-e996-4b2e-9708-7bb16c9ba60c.jpg saved to cache
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 61143e47-7571-5155-9c2a-d2aa6b41092f
2026-03-26 12:31:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746720/general/63620967-d767-41c0-9da6-f03f8cfece37.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727051)
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252F155d3aa8-542b-4caf-aa4d-6f47783275aa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/155d3aa8-542b-4caf-aa4d-6f47783275aa.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252F36fa991c-db03-49c0-baf8-f049a5baeb7c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/36fa991c-db03-49c0-baf8-f049a5baeb7c.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252Fdc2f0ee9-ad25-4d5e-a6d6-b0be5ce77abe.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/dc2f0ee9-ad25-4d5e-a6d6-b0be5ce77abe.jpg not downloaded yet
2026-03-26 12:31: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 12:31:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726586> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726504> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156509610>
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252F70dbea3f-f079-4398-97b6-fd656ec6b231.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/70dbea3f-f079-4398-97b6-fd656ec6b231.jpg saved to cache
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 61143e47-7571-5155-9c2a-d2aa6b41092f
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252F2b6577cc-3e8f-49ef-ae6c-34704a77d609.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/2b6577cc-3e8f-49ef-ae6c-34704a77d609.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F08f7e9b9-2780-4a09-8a88-211acdf5a151.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/08f7e9b9-2780-4a09-8a88-211acdf5a151.jpg not downloaded yet
2026-03-26 12:31: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 12:31: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 12:31:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746715/general/7f010c6b-3c89-4aef-a99e-2a58dbad6923.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727046)
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252Fadbcd145-ee29-408c-b65a-c97563c25685.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/adbcd145-ee29-408c-b65a-c97563c25685.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252F3d8416db-55ce-4a51-902c-6a1f4e73d4f1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/3d8416db-55ce-4a51-902c-6a1f4e73d4f1.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252Ff6024959-34a2-44b5-8f53-0f2aaa0d6cb1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/f6024959-34a2-44b5-8f53-0f2aaa0d6cb1.jpg not downloaded yet
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156100250>
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252F7c675ae9-bf51-463d-9eef-08603182a4a8.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/7c675ae9-bf51-463d-9eef-08603182a4a8.jpg saved to cache
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b2670da5-5bda-5b3b-add5-3d0b9b76c9f1
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c156810>
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252F7035c4dd-621a-45e4-ab74-4e07ff43c763.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/7035c4dd-621a-45e4-ab74-4e07ff43c763.jpg saved to cache
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b2670da5-5bda-5b3b-add5-3d0b9b76c9f1
2026-03-26 12:31:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 639b167d-877a-5850-b456-33c508c00f7b with identifier: 10726639
2026-03-26 12:31:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 639b167d-877a-5850-b456-33c508c00f7b with scrape type 1
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 639b167d-877a-5850-b456-33c508c00f7b
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252Fa54c8523-2f08-4b53-9766-5026092aa605.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/a54c8523-2f08-4b53-9766-5026092aa605.jpg not downloaded yet
2026-03-26 12:31:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746720/general/75f023bc-57ef-4ad3-9116-224501d0a593.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727051)
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252F0cc00a89-07e2-4388-b7dc-21f9d1fa62d9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/0cc00a89-07e2-4388-b7dc-21f9d1fa62d9.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252Ff1718ed0-dc32-46a2-ae1b-e8d2517eb805.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/f1718ed0-dc32-46a2-ae1b-e8d2517eb805.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252Fc5d874e7-dc94-4ae4-8125-6d6bc76003e1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/c5d874e7-dc94-4ae4-8125-6d6bc76003e1.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252Fff6baad2-35a3-42a9-946d-af8d8f9d50b6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/ff6baad2-35a3-42a9-946d-af8d8f9d50b6.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252F183bee87-376b-4bff-a756-8e5db44d0c5b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/183bee87-376b-4bff-a756-8e5db44d0c5b.jpg not downloaded yet
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e5550>
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F63620967-d767-41c0-9da6-f03f8cfece37.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/63620967-d767-41c0-9da6-f03f8cfece37.jpg saved to cache
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7e0ab3dc-c369-5660-8218-fe520bf5aa7c
2026-03-26 12:31:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746720/general/20567571-20c6-45d1-92c5-1ebcec364634.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727051)
2026-03-26 12:31:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746593/general/e5246395-76dc-43ee-ae68-d4ab87086ca5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726566)
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252Fd1dd74b3-dd44-479e-b5b4-ae91a2e0ef09.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/d1dd74b3-dd44-479e-b5b4-ae91a2e0ef09.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F4c084bbd-2f20-426b-b455-59ea7436b37a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/4c084bbd-2f20-426b-b455-59ea7436b37a.jpg not downloaded yet
2026-03-26 12:31:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33f5061e-58ea-5bc5-be9f-f532703561bb with identifier: 10726586
2026-03-26 12:31:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33f5061e-58ea-5bc5-be9f-f532703561bb with scrape type 1
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 33f5061e-58ea-5bc5-be9f-f532703561bb
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252F03d6f726-6ed0-4852-a561-6e4d8f4c69c5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/03d6f726-6ed0-4852-a561-6e4d8f4c69c5.jpg not downloaded yet
2026-03-26 12:31:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05381285-ce88-5a1a-abab-5b66309cd227 with identifier: 10726504
2026-03-26 12:31:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05381285-ce88-5a1a-abab-5b66309cd227 with scrape type 1
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 05381285-ce88-5a1a-abab-5b66309cd227
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252Fba03fa48-f614-42fe-8d57-23695261bce5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/ba03fa48-f614-42fe-8d57-23695261bce5.jpg not downloaded yet
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156594650>
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252F7f010c6b-3c89-4aef-a99e-2a58dbad6923.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/7f010c6b-3c89-4aef-a99e-2a58dbad6923.jpg saved to cache
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b2670da5-5bda-5b3b-add5-3d0b9b76c9f1
2026-03-26 12:31:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746715/general/0b775ef0-1166-40e2-a5a1-5b2220942c82.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727046)
2026-03-26 12:31:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746731/general/121f1dbe-3261-4790-82b3-cf43f6e8024d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727107)
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252F0d496259-62f0-4561-9615-b721a9bfc9db.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/0d496259-62f0-4561-9615-b721a9bfc9db.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252Fadf070af-0bec-483a-bbb9-8f7354e2e483.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/adf070af-0bec-483a-bbb9-8f7354e2e483.jpg not downloaded yet
2026-03-26 12:31:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746593/general/53740de1-344d-4848-91a8-981f4fd35d96.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726566)
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252F06581c28-e280-4b45-a3d7-6dde21c4b567.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/06581c28-e280-4b45-a3d7-6dde21c4b567.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F5e850e5b-c037-40a8-8753-b25a78d0d753.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/5e850e5b-c037-40a8-8753-b25a78d0d753.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252F311dfcf4-1d43-405f-87cf-05de1177533f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/311dfcf4-1d43-405f-87cf-05de1177533f.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252Fd2eac024-531a-4187-91bb-20cecb0a8180.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/d2eac024-531a-4187-91bb-20cecb0a8180.jpg not downloaded yet
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156253350>
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F75f023bc-57ef-4ad3-9116-224501d0a593.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/75f023bc-57ef-4ad3-9116-224501d0a593.jpg saved to cache
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7e0ab3dc-c369-5660-8218-fe520bf5aa7c
2026-03-26 12:31:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746720/general/78e12f7f-be3f-4a8e-8d00-367a475014c0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727051)
2026-03-26 12:31:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746715/general/dc2f0ee9-ad25-4d5e-a6d6-b0be5ce77abe.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727046)
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252F5912ca20-18d9-4acc-b00b-1744a2ca9fc2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/5912ca20-18d9-4acc-b00b-1744a2ca9fc2.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252Ffd55845e-6838-4c4f-8919-a33a2a5119ea.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/fd55845e-6838-4c4f-8919-a33a2a5119ea.jpg not downloaded yet
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156336150>
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F20567571-20c6-45d1-92c5-1ebcec364634.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/20567571-20c6-45d1-92c5-1ebcec364634.jpg saved to cache
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7e0ab3dc-c369-5660-8218-fe520bf5aa7c
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564103d0>
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252Fe5246395-76dc-43ee-ae68-d4ab87086ca5.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/e5246395-76dc-43ee-ae68-d4ab87086ca5.jpg saved to cache
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3ee840fd-dab0-537b-996e-3bf7e17cf6d3
2026-03-26 12:31:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746720/general/08f7e9b9-2780-4a09-8a88-211acdf5a151.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727051)
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252Fb07d32ed-3d24-411c-8fda-98a81d8d311d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/b07d32ed-3d24-411c-8fda-98a81d8d311d.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F7490b48e-3946-487e-8f4c-dd5bbbe51e38.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/7490b48e-3946-487e-8f4c-dd5bbbe51e38.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252F3aef909e-634c-4478-a440-4a3abec4440a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/3aef909e-634c-4478-a440-4a3abec4440a.jpg not downloaded yet
2026-03-26 12:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252F95c36960-1bbe-465a-a8ec-1f082997b093.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/95c36960-1bbe-465a-a8ec-1f082997b093.jpg not downloaded yet
2026-03-26 12:31:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746720/general/f1718ed0-dc32-46a2-ae1b-e8d2517eb805.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727051)
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252F826e1445-6ebe-4972-bd53-52d0e366dafb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/826e1445-6ebe-4972-bd53-52d0e366dafb.jpg not downloaded yet
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563372d0>
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252F0b775ef0-1166-40e2-a5a1-5b2220942c82.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/0b775ef0-1166-40e2-a5a1-5b2220942c82.jpg saved to cache
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b2670da5-5bda-5b3b-add5-3d0b9b76c9f1
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563ba050>
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252F121f1dbe-3261-4790-82b3-cf43f6e8024d.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/121f1dbe-3261-4790-82b3-cf43f6e8024d.jpg saved to cache
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 908e5bbc-7712-5d25-852b-0b4aae6f9844
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564be5d0>
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252F53740de1-344d-4848-91a8-981f4fd35d96.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/53740de1-344d-4848-91a8-981f4fd35d96.jpg saved to cache
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3ee840fd-dab0-537b-996e-3bf7e17cf6d3
2026-03-26 12:31:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746658/general/183bee87-376b-4bff-a756-8e5db44d0c5b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726639)
2026-03-26 12:31:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746593/general/0cc00a89-07e2-4388-b7dc-21f9d1fa62d9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726566)
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252F8a5224f6-d44f-49a2-9bd8-12cb55191e0f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/8a5224f6-d44f-49a2-9bd8-12cb55191e0f.jpg not downloaded yet
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F3fb1e4b4-b35a-4c37-a0b9-c77898d9eafc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/3fb1e4b4-b35a-4c37-a0b9-c77898d9eafc.jpg not downloaded yet
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252Fadd0f0ad-f4a7-434c-a27d-bfee21cf06bf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/add0f0ad-f4a7-434c-a27d-bfee21cf06bf.jpg not downloaded yet
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252F143bc35a-de4f-4fd0-aa0d-1c307f123491.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/143bc35a-de4f-4fd0-aa0d-1c307f123491.jpg not downloaded yet
2026-03-26 12:31:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726561> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1e2590>
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F78e12f7f-be3f-4a8e-8d00-367a475014c0.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/78e12f7f-be3f-4a8e-8d00-367a475014c0.jpg saved to cache
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7e0ab3dc-c369-5660-8218-fe520bf5aa7c
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e45290>
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252Fdc2f0ee9-ad25-4d5e-a6d6-b0be5ce77abe.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/dc2f0ee9-ad25-4d5e-a6d6-b0be5ce77abe.jpg saved to cache
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b2670da5-5bda-5b3b-add5-3d0b9b76c9f1
2026-03-26 12:31:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746715/general/ff6baad2-35a3-42a9-946d-af8d8f9d50b6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727046)
2026-03-26 12:31:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746535/general/ba03fa48-f614-42fe-8d57-23695261bce5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726504)
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252F9d4868aa-8630-4412-850c-37503086f0ab.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/9d4868aa-8630-4412-850c-37503086f0ab.jpg not downloaded yet
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252Ffcf4b65e-4770-4d0b-a150-0738fdb40e67.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/fcf4b65e-4770-4d0b-a150-0738fdb40e67.jpg not downloaded yet
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252F0b45b261-64cd-41a1-8eef-149478f0d8a2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/0b45b261-64cd-41a1-8eef-149478f0d8a2.jpg not downloaded yet
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015650a5d0>
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F08f7e9b9-2780-4a09-8a88-211acdf5a151.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/08f7e9b9-2780-4a09-8a88-211acdf5a151.jpg saved to cache
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7e0ab3dc-c369-5660-8218-fe520bf5aa7c
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156402f10>
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252Ff1718ed0-dc32-46a2-ae1b-e8d2517eb805.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/f1718ed0-dc32-46a2-ae1b-e8d2517eb805.jpg saved to cache
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7e0ab3dc-c369-5660-8218-fe520bf5aa7c
2026-03-26 12:31:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746715/general/0d496259-62f0-4561-9615-b721a9bfc9db.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727046)
2026-03-26 12:31:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746658/general/adf070af-0bec-483a-bbb9-8f7354e2e483.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726639)
2026-03-26 12:31:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746535/general/d2eac024-531a-4187-91bb-20cecb0a8180.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726504)
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252F76f03348-2530-4ed6-8824-b871b972ba91.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/76f03348-2530-4ed6-8824-b871b972ba91.jpg not downloaded yet
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015656e090>
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252F183bee87-376b-4bff-a756-8e5db44d0c5b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/183bee87-376b-4bff-a756-8e5db44d0c5b.jpg saved to cache
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 639b167d-877a-5850-b456-33c508c00f7b
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564e6490>
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252F0cc00a89-07e2-4388-b7dc-21f9d1fa62d9.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/0cc00a89-07e2-4388-b7dc-21f9d1fa62d9.jpg saved to cache
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3ee840fd-dab0-537b-996e-3bf7e17cf6d3
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252Fbd678df6-3731-4c13-9187-f323cf9f7d36.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/bd678df6-3731-4c13-9187-f323cf9f7d36.jpg not downloaded yet
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252F7e0eacfc-c163-49f2-8da8-0ba2c419e727.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/7e0eacfc-c163-49f2-8da8-0ba2c419e727.jpg not downloaded yet
2026-03-26 12:31:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c48b29c5-3e08-5221-9908-7ace9861f198 with identifier: 10726561
2026-03-26 12:31:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c48b29c5-3e08-5221-9908-7ace9861f198 with scrape type 1
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c48b29c5-3e08-5221-9908-7ace9861f198
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252F67f4a02b-4762-4a83-a55e-499b37f23a4e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/67f4a02b-4762-4a83-a55e-499b37f23a4e.jpg not downloaded yet
2026-03-26 12:31:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746614/general/3aef909e-634c-4478-a440-4a3abec4440a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726586)
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252Fc46a92e6-1609-4fd5-87f0-4436523e1d1c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/c46a92e6-1609-4fd5-87f0-4436523e1d1c.jpg not downloaded yet
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563c9c10>
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252Fff6baad2-35a3-42a9-946d-af8d8f9d50b6.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/ff6baad2-35a3-42a9-946d-af8d8f9d50b6.jpg saved to cache
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b2670da5-5bda-5b3b-add5-3d0b9b76c9f1
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563891d0>
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252Fba03fa48-f614-42fe-8d57-23695261bce5.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/ba03fa48-f614-42fe-8d57-23695261bce5.jpg saved to cache
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 05381285-ce88-5a1a-abab-5b66309cd227
2026-03-26 12:31:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746658/general/fd55845e-6838-4c4f-8919-a33a2a5119ea.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726639)
2026-03-26 12:31:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746535/general/95c36960-1bbe-465a-a8ec-1f082997b093.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726504)
2026-03-26 12:31:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746658/general/826e1445-6ebe-4972-bd53-52d0e366dafb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726639)
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252Fba7f1d3c-3445-4222-ac5e-88e7fc420e6f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/ba7f1d3c-3445-4222-ac5e-88e7fc420e6f.jpg not downloaded yet
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252F9fe0647a-76fb-484c-a17c-d654874adef6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/9fe0647a-76fb-484c-a17c-d654874adef6.jpg not downloaded yet
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252F855d8fc3-51d4-4bcd-99e6-f8efae1df02c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/855d8fc3-51d4-4bcd-99e6-f8efae1df02c.jpg not downloaded yet
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562b1310>
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252F0d496259-62f0-4561-9615-b721a9bfc9db.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/0d496259-62f0-4561-9615-b721a9bfc9db.jpg saved to cache
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b2670da5-5bda-5b3b-add5-3d0b9b76c9f1
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565262d0>
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252Fadf070af-0bec-483a-bbb9-8f7354e2e483.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/adf070af-0bec-483a-bbb9-8f7354e2e483.jpg saved to cache
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 639b167d-877a-5850-b456-33c508c00f7b
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c176d90>
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252Fd2eac024-531a-4187-91bb-20cecb0a8180.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/d2eac024-531a-4187-91bb-20cecb0a8180.jpg saved to cache
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 05381285-ce88-5a1a-abab-5b66309cd227
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746720/general/7490b48e-3946-487e-8f4c-dd5bbbe51e38.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727051)
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252Fcaf68316-05eb-4970-853a-ec9c9b65879b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/caf68316-05eb-4970-853a-ec9c9b65879b.jpg not downloaded yet
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746593/general/b07d32ed-3d24-411c-8fda-98a81d8d311d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726566)
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746658/general/9d4868aa-8630-4412-850c-37503086f0ab.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726639)
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252F83e823bf-c35d-407e-8521-829bb7e750c5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/83e823bf-c35d-407e-8521-829bb7e750c5.jpg not downloaded yet
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252Fc29bcd8f-3468-4c15-852a-fa43a1b312dc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/c29bcd8f-3468-4c15-852a-fa43a1b312dc.jpg not downloaded yet
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252Fc0ad2018-6c59-4a97-bed7-3aecfa099a7c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/c0ad2018-6c59-4a97-bed7-3aecfa099a7c.jpg not downloaded yet
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565279d0>
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252F3aef909e-634c-4478-a440-4a3abec4440a.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/3aef909e-634c-4478-a440-4a3abec4440a.jpg saved to cache
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 33f5061e-58ea-5bc5-be9f-f532703561bb
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746535/general/143bc35a-de4f-4fd0-aa0d-1c307f123491.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726504)
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746614/general/add0f0ad-f4a7-434c-a27d-bfee21cf06bf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726586)
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252Ffc51bb54-9d31-4899-9160-c0bccafc6148.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/fc51bb54-9d31-4899-9160-c0bccafc6148.jpg not downloaded yet
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e08c10>
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252Ffd55845e-6838-4c4f-8919-a33a2a5119ea.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/fd55845e-6838-4c4f-8919-a33a2a5119ea.jpg saved to cache
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 639b167d-877a-5850-b456-33c508c00f7b
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156354fd0>
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252F95c36960-1bbe-465a-a8ec-1f082997b093.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/95c36960-1bbe-465a-a8ec-1f082997b093.jpg saved to cache
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 05381285-ce88-5a1a-abab-5b66309cd227
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565102d0>
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252F826e1445-6ebe-4972-bd53-52d0e366dafb.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/826e1445-6ebe-4972-bd53-52d0e366dafb.jpg saved to cache
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 639b167d-877a-5850-b456-33c508c00f7b
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252F8fc988e1-9369-494d-b992-ffa49bbcc93f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/8fc988e1-9369-494d-b992-ffa49bbcc93f.jpg not downloaded yet
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252F4ad1600c-bc07-4a2a-a755-8ab6da149d67.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/4ad1600c-bc07-4a2a-a755-8ab6da149d67.jpg not downloaded yet
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252F50e12e0a-47cf-4200-95e7-c0649e3314f4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/50e12e0a-47cf-4200-95e7-c0649e3314f4.jpg not downloaded yet
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746589/general/67f4a02b-4762-4a83-a55e-499b37f23a4e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726561)
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746658/general/76f03348-2530-4ed6-8824-b871b972ba91.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726639)
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746535/general/7e0eacfc-c163-49f2-8da8-0ba2c419e727.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726504)
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156332f90>
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F7490b48e-3946-487e-8f4c-dd5bbbe51e38.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/7490b48e-3946-487e-8f4c-dd5bbbe51e38.jpg saved to cache
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7e0ab3dc-c369-5660-8218-fe520bf5aa7c
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156146410>
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252Fb07d32ed-3d24-411c-8fda-98a81d8d311d.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/b07d32ed-3d24-411c-8fda-98a81d8d311d.jpg saved to cache
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3ee840fd-dab0-537b-996e-3bf7e17cf6d3
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015659d650>
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252F9d4868aa-8630-4412-850c-37503086f0ab.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/9d4868aa-8630-4412-850c-37503086f0ab.jpg saved to cache
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 639b167d-877a-5850-b456-33c508c00f7b
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746614/general/bd678df6-3731-4c13-9187-f323cf9f7d36.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726586)
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252Fd12c3725-2c1f-4094-a324-6e7507ee8e8f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/d12c3725-2c1f-4094-a324-6e7507ee8e8f.jpg not downloaded yet
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252F6fc56429-b89e-4fce-b1f6-9bc8e5f50bc9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/6fc56429-b89e-4fce-b1f6-9bc8e5f50bc9.jpg not downloaded yet
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252Fd23c42da-136c-43ea-b62e-f7d39c9b95c4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/d23c42da-136c-43ea-b62e-f7d39c9b95c4.jpg not downloaded yet
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563d1910>
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252F143bc35a-de4f-4fd0-aa0d-1c307f123491.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/143bc35a-de4f-4fd0-aa0d-1c307f123491.jpg saved to cache
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 05381285-ce88-5a1a-abab-5b66309cd227
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b80d0>
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252Fadd0f0ad-f4a7-434c-a27d-bfee21cf06bf.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/add0f0ad-f4a7-434c-a27d-bfee21cf06bf.jpg saved to cache
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 33f5061e-58ea-5bc5-be9f-f532703561bb
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746658/general/c46a92e6-1609-4fd5-87f0-4436523e1d1c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726639)
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746535/general/9fe0647a-76fb-484c-a17c-d654874adef6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726504)
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746589/general/855d8fc3-51d4-4bcd-99e6-f8efae1df02c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726561)
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746658/general/caf68316-05eb-4970-853a-ec9c9b65879b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726639)
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252Fb3cf8f95-a710-44d3-997c-bf1d451f9568.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/b3cf8f95-a710-44d3-997c-bf1d451f9568.jpg not downloaded yet
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156309fd0>
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252F67f4a02b-4762-4a83-a55e-499b37f23a4e.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/67f4a02b-4762-4a83-a55e-499b37f23a4e.jpg saved to cache
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c48b29c5-3e08-5221-9908-7ace9861f198
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562ea910>
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252F76f03348-2530-4ed6-8824-b871b972ba91.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/76f03348-2530-4ed6-8824-b871b972ba91.jpg saved to cache
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 639b167d-877a-5850-b456-33c508c00f7b
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e026d0>
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252F7e0eacfc-c163-49f2-8da8-0ba2c419e727.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/7e0eacfc-c163-49f2-8da8-0ba2c419e727.jpg saved to cache
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 05381285-ce88-5a1a-abab-5b66309cd227
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746614/general/ba7f1d3c-3445-4222-ac5e-88e7fc420e6f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726586)
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252Fe21b4e18-7805-493b-92a1-fdbd73bb76ad.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/e21b4e18-7805-493b-92a1-fdbd73bb76ad.jpg not downloaded yet
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746589/general/c0ad2018-6c59-4a97-bed7-3aecfa099a7c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726561)
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746658/general/fc51bb54-9d31-4899-9160-c0bccafc6148.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726639)
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746535/general/c29bcd8f-3468-4c15-852a-fa43a1b312dc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726504)
2026-03-26 12:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727100> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565586d0>
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252Fbd678df6-3731-4c13-9187-f323cf9f7d36.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/bd678df6-3731-4c13-9187-f323cf9f7d36.jpg saved to cache
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 33f5061e-58ea-5bc5-be9f-f532703561bb
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156428e90>
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252Fc46a92e6-1609-4fd5-87f0-4436523e1d1c.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/c46a92e6-1609-4fd5-87f0-4436523e1d1c.jpg saved to cache
2026-03-26 12:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 639b167d-877a-5850-b456-33c508c00f7b
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25b1d0>
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:31:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252F9fe0647a-76fb-484c-a17c-d654874adef6.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/9fe0647a-76fb-484c-a17c-d654874adef6.jpg saved to cache
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 05381285-ce88-5a1a-abab-5b66309cd227
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562b7110>
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252F855d8fc3-51d4-4bcd-99e6-f8efae1df02c.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/855d8fc3-51d4-4bcd-99e6-f8efae1df02c.jpg saved to cache
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c48b29c5-3e08-5221-9908-7ace9861f198
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562a9790>
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252Fcaf68316-05eb-4970-853a-ec9c9b65879b.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/caf68316-05eb-4970-853a-ec9c9b65879b.jpg saved to cache
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 639b167d-877a-5850-b456-33c508c00f7b
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252F5fb0ab5e-d1c4-4d1d-9d1b-ce2706436505.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/5fb0ab5e-d1c4-4d1d-9d1b-ce2706436505.jpg not downloaded yet
2026-03-26 12:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746535/general/4ad1600c-bc07-4a2a-a755-8ab6da149d67.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726504)
2026-03-26 12:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746589/general/50e12e0a-47cf-4200-95e7-c0649e3314f4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726561)
2026-03-26 12:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746589/general/d23c42da-136c-43ea-b62e-f7d39c9b95c4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726561)
2026-03-26 12:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746535/general/6fc56429-b89e-4fce-b1f6-9bc8e5f50bc9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726504)
2026-03-26 12:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746614/general/d12c3725-2c1f-4094-a324-6e7507ee8e8f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726586)
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252F45b486b0-8ddf-4229-a9ee-0ffb0b0e3b6e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/45b486b0-8ddf-4229-a9ee-0ffb0b0e3b6e.jpg not downloaded yet
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015621bd50>
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252Fba7f1d3c-3445-4222-ac5e-88e7fc420e6f.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/ba7f1d3c-3445-4222-ac5e-88e7fc420e6f.jpg saved to cache
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 33f5061e-58ea-5bc5-be9f-f532703561bb
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156faf050>
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252Fc0ad2018-6c59-4a97-bed7-3aecfa099a7c.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/c0ad2018-6c59-4a97-bed7-3aecfa099a7c.jpg saved to cache
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c48b29c5-3e08-5221-9908-7ace9861f198
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e5150>
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252Ffc51bb54-9d31-4899-9160-c0bccafc6148.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/fc51bb54-9d31-4899-9160-c0bccafc6148.jpg saved to cache
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 639b167d-877a-5850-b456-33c508c00f7b
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ab890>
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252Fc29bcd8f-3468-4c15-852a-fa43a1b312dc.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/c29bcd8f-3468-4c15-852a-fa43a1b312dc.jpg saved to cache
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 05381285-ce88-5a1a-abab-5b66309cd227
2026-03-26 12:31:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbd77d23-7128-56f6-a321-1f320822bf8e with identifier: 10727100
2026-03-26 12:31:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbd77d23-7128-56f6-a321-1f320822bf8e with scrape type 1
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item cbd77d23-7128-56f6-a321-1f320822bf8e
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252F05b00d81-b0eb-4348-a4a0-301d25193f9c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/05b00d81-b0eb-4348-a4a0-301d25193f9c.jpg not downloaded yet
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252Fe723e0fe-d1da-4a07-8dee-3ce500a932e1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/e723e0fe-d1da-4a07-8dee-3ce500a932e1.jpg not downloaded yet
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252Ff185b51d-9d9f-4bb3-9cf0-2d273cdcede1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/f185b51d-9d9f-4bb3-9cf0-2d273cdcede1.jpg not downloaded yet
2026-03-26 12:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746589/general/b3cf8f95-a710-44d3-997c-bf1d451f9568.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726561)
2026-03-26 12:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746614/general/8fc988e1-9369-494d-b992-ffa49bbcc93f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726586)
2026-03-26 12:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746614/general/83e823bf-c35d-407e-8521-829bb7e750c5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726586)
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156408790>
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252F4ad1600c-bc07-4a2a-a755-8ab6da149d67.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/4ad1600c-bc07-4a2a-a755-8ab6da149d67.jpg saved to cache
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 05381285-ce88-5a1a-abab-5b66309cd227
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156399fd0>
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252F50e12e0a-47cf-4200-95e7-c0649e3314f4.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/50e12e0a-47cf-4200-95e7-c0649e3314f4.jpg saved to cache
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c48b29c5-3e08-5221-9908-7ace9861f198
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c195ad0>
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252Fd23c42da-136c-43ea-b62e-f7d39c9b95c4.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/d23c42da-136c-43ea-b62e-f7d39c9b95c4.jpg saved to cache
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c48b29c5-3e08-5221-9908-7ace9861f198
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645edd0>
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252F6fc56429-b89e-4fce-b1f6-9bc8e5f50bc9.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/6fc56429-b89e-4fce-b1f6-9bc8e5f50bc9.jpg saved to cache
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 05381285-ce88-5a1a-abab-5b66309cd227
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015640cd50>
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252Fd12c3725-2c1f-4094-a324-6e7507ee8e8f.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/d12c3725-2c1f-4094-a324-6e7507ee8e8f.jpg saved to cache
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 33f5061e-58ea-5bc5-be9f-f532703561bb
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252Fe1c40b09-720a-4815-8c40-5c992f1cbfa9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/e1c40b09-720a-4815-8c40-5c992f1cbfa9.jpg not downloaded yet
2026-03-26 12:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746589/general/5fb0ab5e-d1c4-4d1d-9d1b-ce2706436505.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726561)
2026-03-26 12:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746535/general/0b45b261-64cd-41a1-8eef-149478f0d8a2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726504)
2026-03-26 12:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746589/general/e21b4e18-7805-493b-92a1-fdbd73bb76ad.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726561)
2026-03-26 12:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746614/general/fcf4b65e-4770-4d0b-a150-0738fdb40e67.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726586)
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252Fe1b095d9-53e6-4cc3-a4f5-9a57920d8230.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/e1b095d9-53e6-4cc3-a4f5-9a57920d8230.jpg not downloaded yet
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0de410>
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252Fb3cf8f95-a710-44d3-997c-bf1d451f9568.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/b3cf8f95-a710-44d3-997c-bf1d451f9568.jpg saved to cache
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c48b29c5-3e08-5221-9908-7ace9861f198
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015657c750>
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252F8fc988e1-9369-494d-b992-ffa49bbcc93f.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/8fc988e1-9369-494d-b992-ffa49bbcc93f.jpg saved to cache
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 33f5061e-58ea-5bc5-be9f-f532703561bb
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b78d0>
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252F83e823bf-c35d-407e-8521-829bb7e750c5.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/83e823bf-c35d-407e-8521-829bb7e750c5.jpg saved to cache
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 33f5061e-58ea-5bc5-be9f-f532703561bb
2026-03-26 12:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746720/general/3fb1e4b4-b35a-4c37-a0b9-c77898d9eafc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727051)
2026-03-26 12:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746715/general/5912ca20-18d9-4acc-b00b-1744a2ca9fc2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727046)
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252Fc90d5ac9-13df-4f81-893a-162db9b1b60e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/c90d5ac9-13df-4f81-893a-162db9b1b60e.jpg not downloaded yet
2026-03-26 12:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746593/general/8a5224f6-d44f-49a2-9bd8-12cb55191e0f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726566)
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e87a10>
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252F5fb0ab5e-d1c4-4d1d-9d1b-ce2706436505.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/5fb0ab5e-d1c4-4d1d-9d1b-ce2706436505.jpg saved to cache
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c48b29c5-3e08-5221-9908-7ace9861f198
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563c8410>
2026-03-26 12:31:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746535%252Fgeneral%252F0b45b261-64cd-41a1-8eef-149478f0d8a2.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746535/general/0b45b261-64cd-41a1-8eef-149478f0d8a2.jpg saved to cache
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 05381285-ce88-5a1a-abab-5b66309cd227
2026-03-26 12:31:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 05381285-ce88-5a1a-abab-5b66309cd227, skipping ID generation
2026-03-26 12:31:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05381285-ce88-5a1a-abab-5b66309cd227 with scrape type 1
2026-03-26 12:31:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 05381285-ce88-5a1a-abab-5b66309cd227 sending to next pipeline
2026-03-26 12:31:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 05381285-ce88-5a1a-abab-5b66309cd227, identifier: 10726504
2026-03-26 12:31:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015cf74310>
2026-03-26 12:31:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252Fe21b4e18-7805-493b-92a1-fdbd73bb76ad.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/e21b4e18-7805-493b-92a1-fdbd73bb76ad.jpg saved to cache
2026-03-26 12:31:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c48b29c5-3e08-5221-9908-7ace9861f198
2026-03-26 12:31:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fb5710>
2026-03-26 12:31:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252Ffcf4b65e-4770-4d0b-a150-0738fdb40e67.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/fcf4b65e-4770-4d0b-a150-0738fdb40e67.jpg saved to cache
2026-03-26 12:31:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 33f5061e-58ea-5bc5-be9f-f532703561bb
2026-03-26 12:31:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746726/general/05b00d81-b0eb-4348-a4a0-301d25193f9c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727100)
2026-03-26 12:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252F8384d48d-ccb9-487f-a992-eeae209e9612.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/8384d48d-ccb9-487f-a992-eeae209e9612.jpg not downloaded yet
2026-03-26 12:31:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 05381285-ce88-5a1a-abab-5b66309cd227 with identifier: 10726504
2026-03-26 12:31:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 05381285-ce88-5a1a-abab-5b66309cd227 with identifier: 10726504
2026-03-26 12:31:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 05381285-ce88-5a1a-abab-5b66309cd227 with identifier: 10726504 to the API
2026-03-26 12:31:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746535/general/0b45b261-64cd-41a1-8eef-149478f0d8a2.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 204,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '05381285-ce88-5a1a-abab-5b66309cd227',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '459762',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726504',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 49847,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 40,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92578,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746535/general/ba03fa48-f614-42fe-8d57-23695261bce5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106423,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746535/general/d2eac024-531a-4187-91bb-20cecb0a8180.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152422,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746535/general/95c36960-1bbe-465a-a8ec-1f082997b093.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150697,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746535/general/143bc35a-de4f-4fd0-aa0d-1c307f123491.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77455,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746535/general/0b45b261-64cd-41a1-8eef-149478f0d8a2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92786,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746535/general/7e0eacfc-c163-49f2-8da8-0ba2c419e727.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102140,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746535/general/9fe0647a-76fb-484c-a17c-d654874adef6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78659,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746535/general/c29bcd8f-3468-4c15-852a-fa43a1b312dc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82580,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746535/general/4ad1600c-bc07-4a2a-a755-8ab6da149d67.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_05381285-ce88-5a1a-abab-5b66309cd227/05381285-ce88-5a1a-abab-5b66309cd227_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68591,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746535/general/6fc56429-b89e-4fce-b1f6-9bc8e5f50bc9.jpg',
'Width': 800}],
'price': 11100,
'price_includes_vat': True,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Hyundai e-Kona Plus - Electric - Automatic - 204 hp - 49.847 km',
'transmission': 'automatic',
'trim': 'Plus',
'vin': None,
'year': 2021}
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726504%27 HTTP/1.1" 200 None
2026-03-26 12:31:52 [adesa.de] INFO: Saving data for 10726504: {'created_time': 1774528312.138282, 'last_price_update_time': 1774528312.138295, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726504') HTTP/1.1" 204 0
2026-03-26 12:31:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746589/general/45b486b0-8ddf-4229-a9ee-0ffb0b0e3b6e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726561)
2026-03-26 12:31:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 12:31:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746726/general/f185b51d-9d9f-4bb3-9cf0-2d273cdcede1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727100)
2026-03-26 12:31:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746726/general/e1c40b09-720a-4815-8c40-5c992f1cbfa9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727100)
2026-03-26 12:31:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746589/general/e723e0fe-d1da-4a07-8dee-3ce500a932e1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726561)
2026-03-26 12:31:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746614/general/311dfcf4-1d43-405f-87cf-05de1177533f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726586)
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252F3c233550-168c-4b98-add1-209e655e4c61.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/3c233550-168c-4b98-add1-209e655e4c61.jpg not downloaded yet
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156522690>
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F3fb1e4b4-b35a-4c37-a0b9-c77898d9eafc.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/3fb1e4b4-b35a-4c37-a0b9-c77898d9eafc.jpg saved to cache
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7e0ab3dc-c369-5660-8218-fe520bf5aa7c
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562b73d0>
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252F5912ca20-18d9-4acc-b00b-1744a2ca9fc2.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/5912ca20-18d9-4acc-b00b-1744a2ca9fc2.jpg saved to cache
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b2670da5-5bda-5b3b-add5-3d0b9b76c9f1
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156418e90>
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252F8a5224f6-d44f-49a2-9bd8-12cb55191e0f.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/8a5224f6-d44f-49a2-9bd8-12cb55191e0f.jpg saved to cache
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3ee840fd-dab0-537b-996e-3bf7e17cf6d3
2026-03-26 12:31:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746720/general/5e850e5b-c037-40a8-8753-b25a78d0d753.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727051)
2026-03-26 12:31:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746593/general/06581c28-e280-4b45-a3d7-6dde21c4b567.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726566)
2026-03-26 12:31:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727114> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252Fa38bedf2-3a8c-446e-bb26-9960b1660250.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/a38bedf2-3a8c-446e-bb26-9960b1660250.jpg not downloaded yet
2026-03-26 12:31:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746726/general/e1b095d9-53e6-4cc3-a4f5-9a57920d8230.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727100)
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c04a650>
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252F05b00d81-b0eb-4348-a4a0-301d25193f9c.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/05b00d81-b0eb-4348-a4a0-301d25193f9c.jpg saved to cache
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item cbd77d23-7128-56f6-a321-1f320822bf8e
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562bef90>
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252F45b486b0-8ddf-4229-a9ee-0ffb0b0e3b6e.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/45b486b0-8ddf-4229-a9ee-0ffb0b0e3b6e.jpg saved to cache
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c48b29c5-3e08-5221-9908-7ace9861f198
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156429910>
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252Ff185b51d-9d9f-4bb3-9cf0-2d273cdcede1.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/f185b51d-9d9f-4bb3-9cf0-2d273cdcede1.jpg saved to cache
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item cbd77d23-7128-56f6-a321-1f320822bf8e
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156509190>
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252Fe1c40b09-720a-4815-8c40-5c992f1cbfa9.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/e1c40b09-720a-4815-8c40-5c992f1cbfa9.jpg saved to cache
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item cbd77d23-7128-56f6-a321-1f320822bf8e
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156354210>
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746589%252Fgeneral%252Fe723e0fe-d1da-4a07-8dee-3ce500a932e1.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746589/general/e723e0fe-d1da-4a07-8dee-3ce500a932e1.jpg saved to cache
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c48b29c5-3e08-5221-9908-7ace9861f198
2026-03-26 12:31:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c48b29c5-3e08-5221-9908-7ace9861f198, skipping ID generation
2026-03-26 12:31:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c48b29c5-3e08-5221-9908-7ace9861f198 with scrape type 1
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c48b29c5-3e08-5221-9908-7ace9861f198 sending to next pipeline
2026-03-26 12:31:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c48b29c5-3e08-5221-9908-7ace9861f198, identifier: 10726561
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c04bed0>
2026-03-26 12:31:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252F311dfcf4-1d43-405f-87cf-05de1177533f.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/311dfcf4-1d43-405f-87cf-05de1177533f.jpg saved to cache
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 33f5061e-58ea-5bc5-be9f-f532703561bb
2026-03-26 12:31:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746593/general/d1dd74b3-dd44-479e-b5b4-ae91a2e0ef09.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726566)
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252F28dab341-a37f-498b-8438-fc2d1fecbd43.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/28dab341-a37f-498b-8438-fc2d1fecbd43.jpg not downloaded yet
2026-03-26 12:31:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c48b29c5-3e08-5221-9908-7ace9861f198 with identifier: 10726561
2026-03-26 12:31:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c48b29c5-3e08-5221-9908-7ace9861f198 with identifier: 10726561
2026-03-26 12:31:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c48b29c5-3e08-5221-9908-7ace9861f198 with identifier: 10726561 to the API
2026-03-26 12:31:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746589/general/e723e0fe-d1da-4a07-8dee-3ce500a932e1.jpg>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Hybrid',
'id': 'c48b29c5-3e08-5221-9908-7ace9861f198',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4332077',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726561',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Cupra',
'model': 'Leon',
'odometer': 22724,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 24,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104101,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746589/general/67f4a02b-4762-4a83-a55e-499b37f23a4e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99420,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746589/general/855d8fc3-51d4-4bcd-99e6-f8efae1df02c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104527,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746589/general/c0ad2018-6c59-4a97-bed7-3aecfa099a7c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98818,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746589/general/50e12e0a-47cf-4200-95e7-c0649e3314f4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80561,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746589/general/d23c42da-136c-43ea-b62e-f7d39c9b95c4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81164,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746589/general/b3cf8f95-a710-44d3-997c-bf1d451f9568.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95495,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746589/general/e21b4e18-7805-493b-92a1-fdbd73bb76ad.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54434,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746589/general/5fb0ab5e-d1c4-4d1d-9d1b-ce2706436505.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56093,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746589/general/45b486b0-8ddf-4229-a9ee-0ffb0b0e3b6e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c48b29c5-3e08-5221-9908-7ace9861f198/c48b29c5-3e08-5221-9908-7ace9861f198_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96257,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746589/general/e723e0fe-d1da-4a07-8dee-3ce500a932e1.jpg',
'Width': 800}],
'price': 14900,
'price_includes_vat': True,
'registration_date': '2022-05-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Cupra Leon 1.4 e-Hybrid VZ - Hybrid - Automatic - 150 hp - 22.724 '
'km',
'transmission': 'automatic',
'trim': 'VZ',
'vin': None,
'year': 2022}
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726561%27 HTTP/1.1" 200 None
2026-03-26 12:31:58 [adesa.de] INFO: Saving data for 10726561: {'created_time': 1774528318.243663, 'last_price_update_time': 1774528318.243674, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726561') HTTP/1.1" 204 0
2026-03-26 12:31:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746726/general/c90d5ac9-13df-4f81-893a-162db9b1b60e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727100)
2026-03-26 12:31:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746726/general/8384d48d-ccb9-487f-a992-eeae209e9612.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727100)
2026-03-26 12:31:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746731/general/c5d874e7-dc94-4ae4-8125-6d6bc76003e1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727107)
2026-03-26 12:31:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746720/general/4c084bbd-2f20-426b-b455-59ea7436b37a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727051)
2026-03-26 12:31:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746658/general/a54c8523-2f08-4b53-9766-5026092aa605.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726639)
2026-03-26 12:31:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746614/general/03d6f726-6ed0-4852-a561-6e4d8f4c69c5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726586)
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252F3e290a31-cd52-4f5d-a915-f4bdd0d99c20.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/3e290a31-cd52-4f5d-a915-f4bdd0d99c20.jpg not downloaded yet
2026-03-26 12:31:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726994> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c65b410>
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F5e850e5b-c037-40a8-8753-b25a78d0d753.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/5e850e5b-c037-40a8-8753-b25a78d0d753.jpg saved to cache
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7e0ab3dc-c369-5660-8218-fe520bf5aa7c
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e3e50>
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252F06581c28-e280-4b45-a3d7-6dde21c4b567.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/06581c28-e280-4b45-a3d7-6dde21c4b567.jpg saved to cache
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3ee840fd-dab0-537b-996e-3bf7e17cf6d3
2026-03-26 12:31:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d87efe7-644e-595b-8b7d-2f3be57ae6ff with identifier: 10727114
2026-03-26 12:31:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d87efe7-644e-595b-8b7d-2f3be57ae6ff with scrape type 1
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8d87efe7-644e-595b-8b7d-2f3be57ae6ff
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252F72a61dc9-da78-4c0c-ab8c-4ff5db486cc4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/72a61dc9-da78-4c0c-ab8c-4ff5db486cc4.jpg not downloaded yet
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015650aa10>
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252Fe1b095d9-53e6-4cc3-a4f5-9a57920d8230.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/e1b095d9-53e6-4cc3-a4f5-9a57920d8230.jpg saved to cache
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item cbd77d23-7128-56f6-a321-1f320822bf8e
2026-03-26 12:31:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726612> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:31:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746715/general/f6024959-34a2-44b5-8f53-0f2aaa0d6cb1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727046)
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252F56873ae9-33b6-485b-9d2d-f9c4cfc1f175.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/56873ae9-33b6-485b-9d2d-f9c4cfc1f175.jpg not downloaded yet
2026-03-26 12:31:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746731/general/3d8416db-55ce-4a51-902c-6a1f4e73d4f1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727107)
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015623b4d0>
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252Fd1dd74b3-dd44-479e-b5b4-ae91a2e0ef09.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/d1dd74b3-dd44-479e-b5b4-ae91a2e0ef09.jpg saved to cache
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3ee840fd-dab0-537b-996e-3bf7e17cf6d3
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ef3690>
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252Fc90d5ac9-13df-4f81-893a-162db9b1b60e.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/c90d5ac9-13df-4f81-893a-162db9b1b60e.jpg saved to cache
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item cbd77d23-7128-56f6-a321-1f320822bf8e
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015634d1d0>
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252F8384d48d-ccb9-487f-a992-eeae209e9612.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/8384d48d-ccb9-487f-a992-eeae209e9612.jpg saved to cache
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item cbd77d23-7128-56f6-a321-1f320822bf8e
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1bac10>
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252Fc5d874e7-dc94-4ae4-8125-6d6bc76003e1.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/c5d874e7-dc94-4ae4-8125-6d6bc76003e1.jpg saved to cache
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 908e5bbc-7712-5d25-852b-0b4aae6f9844
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156126a10>
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746720%252Fgeneral%252F4c084bbd-2f20-426b-b455-59ea7436b37a.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746720/general/4c084bbd-2f20-426b-b455-59ea7436b37a.jpg saved to cache
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7e0ab3dc-c369-5660-8218-fe520bf5aa7c
2026-03-26 12:31:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7e0ab3dc-c369-5660-8218-fe520bf5aa7c, skipping ID generation
2026-03-26 12:31:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e0ab3dc-c369-5660-8218-fe520bf5aa7c with scrape type 1
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7e0ab3dc-c369-5660-8218-fe520bf5aa7c sending to next pipeline
2026-03-26 12:31:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 7e0ab3dc-c369-5660-8218-fe520bf5aa7c, identifier: 10727051
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d455a10>
2026-03-26 12:31:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746658%252Fgeneral%252Fa54c8523-2f08-4b53-9766-5026092aa605.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746658/general/a54c8523-2f08-4b53-9766-5026092aa605.jpg saved to cache
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 639b167d-877a-5850-b456-33c508c00f7b
2026-03-26 12:31:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 639b167d-877a-5850-b456-33c508c00f7b, skipping ID generation
2026-03-26 12:31:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 639b167d-877a-5850-b456-33c508c00f7b with scrape type 1
2026-03-26 12:31:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 639b167d-877a-5850-b456-33c508c00f7b sending to next pipeline
2026-03-26 12:31:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 639b167d-877a-5850-b456-33c508c00f7b, identifier: 10726639
2026-03-26 12:31:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:31:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e3da50>
2026-03-26 12:31:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:31: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 12:31:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:31:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746614%252Fgeneral%252F03d6f726-6ed0-4852-a561-6e4d8f4c69c5.jpg') HTTP/1.1" 204 0
2026-03-26 12:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746614/general/03d6f726-6ed0-4852-a561-6e4d8f4c69c5.jpg saved to cache
2026-03-26 12:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 33f5061e-58ea-5bc5-be9f-f532703561bb
2026-03-26 12:31:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 33f5061e-58ea-5bc5-be9f-f532703561bb, skipping ID generation
2026-03-26 12:31:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33f5061e-58ea-5bc5-be9f-f532703561bb with scrape type 1
2026-03-26 12:31:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 33f5061e-58ea-5bc5-be9f-f532703561bb sending to next pipeline
2026-03-26 12:31:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 33f5061e-58ea-5bc5-be9f-f532703561bb, identifier: 10726586
2026-03-26 12:31:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 594af6b1-6dad-5c11-bb2c-a2f84363c596 with identifier: 10726994
2026-03-26 12:31:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 594af6b1-6dad-5c11-bb2c-a2f84363c596 with scrape type 1
2026-03-26 12:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 594af6b1-6dad-5c11-bb2c-a2f84363c596
2026-03-26 12:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252F25451662-1533-44da-8226-5e64eb923cf6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/25451662-1533-44da-8226-5e64eb923cf6.jpg not downloaded yet
2026-03-26 12:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252F7d01e27d-f1d4-4f9a-895f-c164ad71c032.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/7d01e27d-f1d4-4f9a-895f-c164ad71c032.jpg not downloaded yet
2026-03-26 12:31:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 7e0ab3dc-c369-5660-8218-fe520bf5aa7c with identifier: 10727051
2026-03-26 12:31:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 7e0ab3dc-c369-5660-8218-fe520bf5aa7c with identifier: 10727051
2026-03-26 12:31:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 7e0ab3dc-c369-5660-8218-fe520bf5aa7c with identifier: 10727051 to the API
2026-03-26 12:31:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746720/general/4c084bbd-2f20-426b-b455-59ea7436b37a.jpg>
{'auction_title': '',
'c_o_2_emission_value': 207,
'category': 'Pickup',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 212,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '7e0ab3dc-c369-5660-8218-fe520bf5aa7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4154477',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727051',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Ford',
'model': 'Ranger',
'odometer': 39783,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 33,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124706,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746720/general/63620967-d767-41c0-9da6-f03f8cfece37.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135021,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746720/general/75f023bc-57ef-4ad3-9116-224501d0a593.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161357,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746720/general/20567571-20c6-45d1-92c5-1ebcec364634.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166221,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746720/general/78e12f7f-be3f-4a8e-8d00-367a475014c0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166449,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746720/general/08f7e9b9-2780-4a09-8a88-211acdf5a151.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88841,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746720/general/f1718ed0-dc32-46a2-ae1b-e8d2517eb805.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158165,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746720/general/4c084bbd-2f20-426b-b455-59ea7436b37a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127106,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746720/general/5e850e5b-c037-40a8-8753-b25a78d0d753.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139942,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746720/general/7490b48e-3946-487e-8f4c-dd5bbbe51e38.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e0ab3dc-c369-5660-8218-fe520bf5aa7c/7e0ab3dc-c369-5660-8218-fe520bf5aa7c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157655,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746720/general/3fb1e4b4-b35a-4c37-a0b9-c77898d9eafc.jpg',
'Width': 1280}],
'price': 19100,
'price_includes_vat': True,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Ford Ranger 2.0 Wildtrak - AWD - Diesel - Automatic - 212 hp - '
'39.783 km',
'transmission': 'automatic',
'trim': 'Wildtrak',
'vin': None,
'year': 2022}
2026-03-26 12:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727051%27 HTTP/1.1" 200 None
2026-03-26 12:31:59 [adesa.de] INFO: Saving data for 10727051: {'created_time': 1774528319.526337, 'last_price_update_time': 1774528319.52635, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727051') HTTP/1.1" 204 0
2026-03-26 12:31:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 639b167d-877a-5850-b456-33c508c00f7b with identifier: 10726639
2026-03-26 12:31:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 639b167d-877a-5850-b456-33c508c00f7b with identifier: 10726639
2026-03-26 12:31:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 639b167d-877a-5850-b456-33c508c00f7b with identifier: 10726639 to the API
2026-03-26 12:31:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:31: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 12:31:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746658/general/a54c8523-2f08-4b53-9766-5026092aa605.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '639b167d-877a-5850-b456-33c508c00f7b',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '431669',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726639',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Ford',
'model': 'Focus',
'odometer': 60060,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 40,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168406,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746658/general/a54c8523-2f08-4b53-9766-5026092aa605.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113243,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746658/general/183bee87-376b-4bff-a756-8e5db44d0c5b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160420,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746658/general/adf070af-0bec-483a-bbb9-8f7354e2e483.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158296,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746658/general/fd55845e-6838-4c4f-8919-a33a2a5119ea.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94199,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746658/general/826e1445-6ebe-4972-bd53-52d0e366dafb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99863,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746658/general/9d4868aa-8630-4412-850c-37503086f0ab.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120154,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746658/general/76f03348-2530-4ed6-8824-b871b972ba91.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142583,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746658/general/c46a92e6-1609-4fd5-87f0-4436523e1d1c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77774,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746658/general/caf68316-05eb-4970-853a-ec9c9b65879b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_639b167d-877a-5850-b456-33c508c00f7b/639b167d-877a-5850-b456-33c508c00f7b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79575,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746658/general/fc51bb54-9d31-4899-9160-c0bccafc6148.jpg',
'Width': 800}],
'price': 9700,
'price_includes_vat': True,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Ford Focus 1.0 EcoBoost ST Line - Petrol - Manual - 125 hp - 60.060 '
'km',
'transmission': 'manual',
'trim': 'ST Line',
'vin': None,
'year': 2021}
2026-03-26 12:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726639%27 HTTP/1.1" 200 None
2026-03-26 12:31:59 [adesa.de] INFO: Saving data for 10726639: {'created_time': 1774528319.937808, 'last_price_update_time': 1774528319.93782, 'auction_closing_time': 1774962000.0}
2026-03-26 12:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726639') HTTP/1.1" 204 0
2026-03-26 12:31:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 33f5061e-58ea-5bc5-be9f-f532703561bb with identifier: 10726586
2026-03-26 12:31:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 33f5061e-58ea-5bc5-be9f-f532703561bb with identifier: 10726586
2026-03-26 12:32:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 33f5061e-58ea-5bc5-be9f-f532703561bb with identifier: 10726586 to the API
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746614/general/03d6f726-6ed0-4852-a561-6e4d8f4c69c5.jpg>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'engine_horse_power': 152,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Hybrid',
'id': '33f5061e-58ea-5bc5-be9f-f532703561bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4442844',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726586',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Ford',
'model': 'Kuga',
'odometer': 33816,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 26,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168387,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746614/general/03d6f726-6ed0-4852-a561-6e4d8f4c69c5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125756,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746614/general/311dfcf4-1d43-405f-87cf-05de1177533f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122669,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746614/general/3aef909e-634c-4478-a440-4a3abec4440a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123292,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746614/general/add0f0ad-f4a7-434c-a27d-bfee21cf06bf.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90077,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746614/general/fcf4b65e-4770-4d0b-a150-0738fdb40e67.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108587,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746614/general/bd678df6-3731-4c13-9187-f323cf9f7d36.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83801,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746614/general/ba7f1d3c-3445-4222-ac5e-88e7fc420e6f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99730,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746614/general/83e823bf-c35d-407e-8521-829bb7e750c5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111757,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746614/general/8fc988e1-9369-494d-b992-ffa49bbcc93f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33f5061e-58ea-5bc5-be9f-f532703561bb/33f5061e-58ea-5bc5-be9f-f532703561bb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105613,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746614/general/d12c3725-2c1f-4094-a324-6e7507ee8e8f.jpg',
'Width': 800}],
'price': 15000,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Ford Kuga 2.5 ST Line X - Hybrid - Automatic - 152 hp - 33.816 km',
'transmission': 'automatic',
'trim': 'ST Line X',
'vin': None,
'year': 2022}
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726586%27 HTTP/1.1" 200 None
2026-03-26 12:32:00 [adesa.de] INFO: Saving data for 10726586: {'created_time': 1774528320.342464, 'last_price_update_time': 1774528320.342479, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726586') HTTP/1.1" 204 0
2026-03-26 12:32:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746593/general/2b6577cc-3e8f-49ef-ae6c-34704a77d609.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726566)
2026-03-26 12:32:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4087934/general/adbcd145-ee29-408c-b65a-c97563c25685.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726509)
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252F414833ad-ce3c-4abd-915e-1795cb7cc09a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/414833ad-ce3c-4abd-915e-1795cb7cc09a.jpg not downloaded yet
2026-03-26 12:32:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746726/general/a38bedf2-3a8c-446e-bb26-9960b1660250.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727100)
2026-03-26 12:32:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746726/general/3c233550-168c-4b98-add1-209e655e4c61.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727100)
2026-03-26 12:32:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746726/general/28dab341-a37f-498b-8438-fc2d1fecbd43.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727100)
2026-03-26 12:32:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746731/general/36fa991c-db03-49c0-baf8-f049a5baeb7c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727107)
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252F074b36cb-1ba9-4173-9c37-d9eab58d76ab.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/074b36cb-1ba9-4173-9c37-d9eab58d76ab.jpg not downloaded yet
2026-03-26 12:32:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75e15f27-f49c-50ec-bd4c-423e06bf334b with identifier: 10726612
2026-03-26 12:32:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75e15f27-f49c-50ec-bd4c-423e06bf334b with scrape type 1
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 75e15f27-f49c-50ec-bd4c-423e06bf334b
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252F6f635b5d-256e-4a00-956d-de20f9517ce3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/6f635b5d-256e-4a00-956d-de20f9517ce3.jpg not downloaded yet
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e51710>
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252Ff6024959-34a2-44b5-8f53-0f2aaa0d6cb1.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/f6024959-34a2-44b5-8f53-0f2aaa0d6cb1.jpg saved to cache
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b2670da5-5bda-5b3b-add5-3d0b9b76c9f1
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c9610>
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252F3d8416db-55ce-4a51-902c-6a1f4e73d4f1.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/3d8416db-55ce-4a51-902c-6a1f4e73d4f1.jpg saved to cache
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 908e5bbc-7712-5d25-852b-0b4aae6f9844
2026-03-26 12:32:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4087934/general/155d3aa8-542b-4caf-aa4d-6f47783275aa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726509)
2026-03-26 12:32:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4087934/general/aafe4714-e1aa-414e-84c0-fdbded74dcd7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726509)
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252Fcad1e8bd-c971-4b0e-b264-8a565b1acc7e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/cad1e8bd-c971-4b0e-b264-8a565b1acc7e.jpg not downloaded yet
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252F4728f569-f1f9-4abf-b338-8ca6e76e2a76.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/4728f569-f1f9-4abf-b338-8ca6e76e2a76.jpg not downloaded yet
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252Fa517111a-c2e3-49d4-85ad-8c2344867be1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/a517111a-c2e3-49d4-85ad-8c2344867be1.jpg not downloaded yet
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252Fcbb03ab8-ab51-4ada-9d88-7d8785383fc8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/cbb03ab8-ab51-4ada-9d88-7d8785383fc8.jpg not downloaded yet
2026-03-26 12:32:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746715/general/a38b1507-99cf-406b-b791-df00a0645355.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727046)
2026-03-26 12:32:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746731/general/a0e1df14-edcf-4309-865e-117f4f1cb418.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727107)
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252Fe6b31cb4-5327-47ab-90fc-f70806cce501.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/e6b31cb4-5327-47ab-90fc-f70806cce501.jpg not downloaded yet
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252Fff44f236-0d7e-4eca-a528-c8d6878c1b04.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/ff44f236-0d7e-4eca-a528-c8d6878c1b04.jpg not downloaded yet
2026-03-26 12:32:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746736/general/72a61dc9-da78-4c0c-ab8c-4ff5db486cc4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727114)
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252Fc5c08a8c-b251-4a18-97f9-ee16d5a6fd13.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/c5c08a8c-b251-4a18-97f9-ee16d5a6fd13.jpg not downloaded yet
2026-03-26 12:32:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727125> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562a9c50>
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252F2b6577cc-3e8f-49ef-ae6c-34704a77d609.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/2b6577cc-3e8f-49ef-ae6c-34704a77d609.jpg saved to cache
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3ee840fd-dab0-537b-996e-3bf7e17cf6d3
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561da890>
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252Fadbcd145-ee29-408c-b65a-c97563c25685.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/adbcd145-ee29-408c-b65a-c97563c25685.jpg saved to cache
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 61143e47-7571-5155-9c2a-d2aa6b41092f
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015641add0>
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252Fa38bedf2-3a8c-446e-bb26-9960b1660250.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/a38bedf2-3a8c-446e-bb26-9960b1660250.jpg saved to cache
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item cbd77d23-7128-56f6-a321-1f320822bf8e
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561d94d0>
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252F3c233550-168c-4b98-add1-209e655e4c61.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/3c233550-168c-4b98-add1-209e655e4c61.jpg saved to cache
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item cbd77d23-7128-56f6-a321-1f320822bf8e
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015641a1d0>
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252F28dab341-a37f-498b-8438-fc2d1fecbd43.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/28dab341-a37f-498b-8438-fc2d1fecbd43.jpg saved to cache
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item cbd77d23-7128-56f6-a321-1f320822bf8e
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0abd10>
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252F36fa991c-db03-49c0-baf8-f049a5baeb7c.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/36fa991c-db03-49c0-baf8-f049a5baeb7c.jpg saved to cache
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 908e5bbc-7712-5d25-852b-0b4aae6f9844
2026-03-26 12:32:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746736/general/7d01e27d-f1d4-4f9a-895f-c164ad71c032.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727114)
2026-03-26 12:32:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746726/general/3e290a31-cd52-4f5d-a915-f4bdd0d99c20.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727100)
2026-03-26 12:32:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746706/general/25451662-1533-44da-8226-5e64eb923cf6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726994)
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252F85681af0-d76f-450e-b477-647a166e91f6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/85681af0-d76f-450e-b477-647a166e91f6.jpg not downloaded yet
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252Faf8e870d-8d12-4199-b7ed-ff9465744d9e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/af8e870d-8d12-4199-b7ed-ff9465744d9e.jpg not downloaded yet
2026-03-26 12:32:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746736/general/56873ae9-33b6-485b-9d2d-f9c4cfc1f175.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727114)
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252F283b8b3b-30ef-4c20-8543-a8468745cfe4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/283b8b3b-30ef-4c20-8543-a8468745cfe4.jpg not downloaded yet
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565020d0>
2026-03-26 12:32:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252F155d3aa8-542b-4caf-aa4d-6f47783275aa.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/155d3aa8-542b-4caf-aa4d-6f47783275aa.jpg saved to cache
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 61143e47-7571-5155-9c2a-d2aa6b41092f
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e1bfd0>
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252Faafe4714-e1aa-414e-84c0-fdbded74dcd7.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/aafe4714-e1aa-414e-84c0-fdbded74dcd7.jpg saved to cache
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 61143e47-7571-5155-9c2a-d2aa6b41092f
2026-03-26 12:32:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4087934/general/8f531681-8477-4914-904b-232ddefd75e4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726509)
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252F3f2bb303-fbd8-4448-a3dc-65ba2d7fa12e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/3f2bb303-fbd8-4448-a3dc-65ba2d7fa12e.jpg not downloaded yet
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252F630070df-5676-43c6-be83-89a37171db0b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/630070df-5676-43c6-be83-89a37171db0b.jpg not downloaded yet
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252Fe6221df9-71d7-4e94-a27d-b5bdb028acc5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/e6221df9-71d7-4e94-a27d-b5bdb028acc5.jpg not downloaded yet
2026-03-26 12:32:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746736/general/074b36cb-1ba9-4173-9c37-d9eab58d76ab.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727114)
2026-03-26 12:32:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746731/general/b851fa1e-3ca8-41b7-84c0-d2e2ad484b4d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727107)
2026-03-26 12:32:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4087934/general/a08dba88-16ef-473e-b6fd-0dc0e4c48ede.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726509)
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252Feb1a5f63-1bda-4e5e-8851-35aa4d59ff35.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/eb1a5f63-1bda-4e5e-8851-35aa4d59ff35.jpg not downloaded yet
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252Fbd76be2c-0962-42ea-84dc-acda91a5e783.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/bd76be2c-0962-42ea-84dc-acda91a5e783.jpg not downloaded yet
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563c1790>
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746715%252Fgeneral%252Fa38b1507-99cf-406b-b791-df00a0645355.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746715/general/a38b1507-99cf-406b-b791-df00a0645355.jpg saved to cache
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b2670da5-5bda-5b3b-add5-3d0b9b76c9f1
2026-03-26 12:32:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b2670da5-5bda-5b3b-add5-3d0b9b76c9f1, skipping ID generation
2026-03-26 12:32:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2670da5-5bda-5b3b-add5-3d0b9b76c9f1 with scrape type 1
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b2670da5-5bda-5b3b-add5-3d0b9b76c9f1 sending to next pipeline
2026-03-26 12:32:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: b2670da5-5bda-5b3b-add5-3d0b9b76c9f1, identifier: 10727046
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d028bd0>
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252Fa0e1df14-edcf-4309-865e-117f4f1cb418.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/a0e1df14-edcf-4309-865e-117f4f1cb418.jpg saved to cache
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 908e5bbc-7712-5d25-852b-0b4aae6f9844
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1fd710>
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252F72a61dc9-da78-4c0c-ab8c-4ff5db486cc4.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/72a61dc9-da78-4c0c-ab8c-4ff5db486cc4.jpg saved to cache
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8d87efe7-644e-595b-8b7d-2f3be57ae6ff
2026-03-26 12:32:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0502f181-49d3-5ddb-b032-6631fcf32777 with identifier: 10727125
2026-03-26 12:32:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0502f181-49d3-5ddb-b032-6631fcf32777 with scrape type 1
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0502f181-49d3-5ddb-b032-6631fcf32777
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F814e5fb0-2bf4-4524-8340-d621430fae4b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/814e5fb0-2bf4-4524-8340-d621430fae4b.jpg not downloaded yet
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5f7d0>
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252F7d01e27d-f1d4-4f9a-895f-c164ad71c032.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/7d01e27d-f1d4-4f9a-895f-c164ad71c032.jpg saved to cache
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8d87efe7-644e-595b-8b7d-2f3be57ae6ff
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25b090>
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746726%252Fgeneral%252F3e290a31-cd52-4f5d-a915-f4bdd0d99c20.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746726/general/3e290a31-cd52-4f5d-a915-f4bdd0d99c20.jpg saved to cache
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item cbd77d23-7128-56f6-a321-1f320822bf8e
2026-03-26 12:32:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cbd77d23-7128-56f6-a321-1f320822bf8e, skipping ID generation
2026-03-26 12:32:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbd77d23-7128-56f6-a321-1f320822bf8e with scrape type 1
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cbd77d23-7128-56f6-a321-1f320822bf8e sending to next pipeline
2026-03-26 12:32:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: cbd77d23-7128-56f6-a321-1f320822bf8e, identifier: 10727100
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561256d0>
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252F25451662-1533-44da-8226-5e64eb923cf6.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/25451662-1533-44da-8226-5e64eb923cf6.jpg saved to cache
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 594af6b1-6dad-5c11-bb2c-a2f84363c596
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c155390>
2026-03-26 12:32:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252F56873ae9-33b6-485b-9d2d-f9c4cfc1f175.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/56873ae9-33b6-485b-9d2d-f9c4cfc1f175.jpg saved to cache
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8d87efe7-644e-595b-8b7d-2f3be57ae6ff
2026-03-26 12:32:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746593/general/c986cbb9-9f18-4a9f-bce5-6655d3648169.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726566)
2026-03-26 12:32:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746638/general/6f635b5d-256e-4a00-956d-de20f9517ce3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726612)
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252F78b7a052-551e-4009-afab-8d0933a09213.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/78b7a052-551e-4009-afab-8d0933a09213.jpg not downloaded yet
2026-03-26 12:32:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: b2670da5-5bda-5b3b-add5-3d0b9b76c9f1 with identifier: 10727046
2026-03-26 12:32:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: b2670da5-5bda-5b3b-add5-3d0b9b76c9f1 with identifier: 10727046
2026-03-26 12:32:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: b2670da5-5bda-5b3b-add5-3d0b9b76c9f1 with identifier: 10727046 to the API
2026-03-26 12:32:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746715/general/a38b1507-99cf-406b-b791-df00a0645355.jpg>
{'auction_title': '',
'c_o_2_emission_value': 164,
'category': 'Minibus',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'b2670da5-5bda-5b3b-add5-3d0b9b76c9f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4347146',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727046',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Ford',
'model': 'Transit',
'odometer': 50637,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 30,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168585,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746715/general/7c675ae9-bf51-463d-9eef-08603182a4a8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120666,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746715/general/7035c4dd-621a-45e4-ab74-4e07ff43c763.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165745,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746715/general/7f010c6b-3c89-4aef-a99e-2a58dbad6923.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169011,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746715/general/a38b1507-99cf-406b-b791-df00a0645355.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162407,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746715/general/0b775ef0-1166-40e2-a5a1-5b2220942c82.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156085,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746715/general/dc2f0ee9-ad25-4d5e-a6d6-b0be5ce77abe.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138830,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746715/general/f6024959-34a2-44b5-8f53-0f2aaa0d6cb1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151462,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746715/general/ff6baad2-35a3-42a9-946d-af8d8f9d50b6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155460,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746715/general/0d496259-62f0-4561-9615-b721a9bfc9db.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2670da5-5bda-5b3b-add5-3d0b9b76c9f1/b2670da5-5bda-5b3b-add5-3d0b9b76c9f1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107462,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746715/general/5912ca20-18d9-4acc-b00b-1744a2ca9fc2.jpg',
'Width': 800}],
'price': 16900,
'price_includes_vat': True,
'registration_date': '2021-11-01',
'seats_number': 8,
'seller_name': 'Mobility Concept GmbH',
'title': 'Ford Transit Custom Titanium - Diesel - Manual - 130 hp - 50.637 km',
'transmission': 'manual',
'trim': 'Titanium',
'vin': None,
'year': 2021}
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727046%27 HTTP/1.1" 200 None
2026-03-26 12:32:03 [adesa.de] INFO: Saving data for 10727046: {'created_time': 1774528323.189531, 'last_price_update_time': 1774528323.189547, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727046') HTTP/1.1" 204 0
2026-03-26 12:32:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: cbd77d23-7128-56f6-a321-1f320822bf8e with identifier: 10727100
2026-03-26 12:32:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: cbd77d23-7128-56f6-a321-1f320822bf8e with identifier: 10727100
2026-03-26 12:32:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: cbd77d23-7128-56f6-a321-1f320822bf8e with identifier: 10727100 to the API
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746726/general/3e290a31-cd52-4f5d-a915-f4bdd0d99c20.jpg>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 300,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'cbd77d23-7128-56f6-a321-1f320822bf8e',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4243274',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727100',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Cupra',
'model': 'Leon',
'odometer': 40225,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 45,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166229,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746726/general/05b00d81-b0eb-4348-a4a0-301d25193f9c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118035,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746726/general/f185b51d-9d9f-4bb3-9cf0-2d273cdcede1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120455,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746726/general/e1c40b09-720a-4815-8c40-5c992f1cbfa9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117669,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746726/general/e1b095d9-53e6-4cc3-a4f5-9a57920d8230.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101487,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746726/general/c90d5ac9-13df-4f81-893a-162db9b1b60e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112947,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746726/general/8384d48d-ccb9-487f-a992-eeae209e9612.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170402,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746726/general/3c233550-168c-4b98-add1-209e655e4c61.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138124,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746726/general/a38bedf2-3a8c-446e-bb26-9960b1660250.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134812,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746726/general/28dab341-a37f-498b-8438-fc2d1fecbd43.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cbd77d23-7128-56f6-a321-1f320822bf8e/cbd77d23-7128-56f6-a321-1f320822bf8e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154854,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746726/general/3e290a31-cd52-4f5d-a915-f4bdd0d99c20.jpg',
'Width': 1280}],
'price': 15400,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Cupra Leon 2.0 TSI VZ - Petrol - Automatic - 300 hp - 40.225 km',
'transmission': 'automatic',
'trim': 'VZ',
'vin': None,
'year': 2022}
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727100%27 HTTP/1.1" 200 None
2026-03-26 12:32:03 [adesa.de] INFO: Saving data for 10727100: {'created_time': 1774528323.675411, 'last_price_update_time': 1774528323.675424, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727100') HTTP/1.1" 204 0
2026-03-26 12:32:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746706/general/cbb03ab8-ab51-4ada-9d88-7d8785383fc8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726994)
2026-03-26 12:32:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746638/general/a517111a-c2e3-49d4-85ad-8c2344867be1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726612)
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252F582a529c-343d-4274-a281-37960470a21c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/582a529c-343d-4274-a281-37960470a21c.jpg not downloaded yet
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252F6d0cddaf-acb9-4ab5-bb10-f9916640ac45.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/6d0cddaf-acb9-4ab5-bb10-f9916640ac45.jpg not downloaded yet
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F458354f0-1b3d-4ef2-8043-2983c398a8dc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/458354f0-1b3d-4ef2-8043-2983c398a8dc.jpg not downloaded yet
2026-03-26 12:32:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746736/general/e6b31cb4-5327-47ab-90fc-f70806cce501.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727114)
2026-03-26 12:32:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746736/general/4728f569-f1f9-4abf-b338-8ca6e76e2a76.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727114)
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252F58944e45-7bab-4b64-b6c0-66a22b718e2f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/58944e45-7bab-4b64-b6c0-66a22b718e2f.jpg not downloaded yet
2026-03-26 12:32:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727048> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fc9110>
2026-03-26 12:32:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252F8f531681-8477-4914-904b-232ddefd75e4.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/8f531681-8477-4914-904b-232ddefd75e4.jpg saved to cache
2026-03-26 12:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 61143e47-7571-5155-9c2a-d2aa6b41092f
2026-03-26 12:32:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c199610>
2026-03-26 12:32:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252F074b36cb-1ba9-4173-9c37-d9eab58d76ab.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/074b36cb-1ba9-4173-9c37-d9eab58d76ab.jpg saved to cache
2026-03-26 12:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8d87efe7-644e-595b-8b7d-2f3be57ae6ff
2026-03-26 12:32:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015642a6d0>
2026-03-26 12:32:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252Fb851fa1e-3ca8-41b7-84c0-d2e2ad484b4d.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/b851fa1e-3ca8-41b7-84c0-d2e2ad484b4d.jpg saved to cache
2026-03-26 12:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 908e5bbc-7712-5d25-852b-0b4aae6f9844
2026-03-26 12:32:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015656cc90>
2026-03-26 12:32:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252Fa08dba88-16ef-473e-b6fd-0dc0e4c48ede.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/a08dba88-16ef-473e-b6fd-0dc0e4c48ede.jpg saved to cache
2026-03-26 12:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 61143e47-7571-5155-9c2a-d2aa6b41092f
2026-03-26 12:32:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746638/general/ff44f236-0d7e-4eca-a528-c8d6878c1b04.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726612)
2026-03-26 12:32:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746706/general/c5c08a8c-b251-4a18-97f9-ee16d5a6fd13.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726994)
2026-03-26 12:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252F8503cd35-68a0-4f51-857d-2e0565d36eea.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/8503cd35-68a0-4f51-857d-2e0565d36eea.jpg not downloaded yet
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252Fa34c2f5b-bcd6-49cb-a097-fbb7f1c9ca77.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/a34c2f5b-bcd6-49cb-a097-fbb7f1c9ca77.jpg not downloaded yet
2026-03-26 12:32:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726502> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746706/general/414833ad-ce3c-4abd-915e-1795cb7cc09a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726994)
2026-03-26 12:32:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746706/general/cad1e8bd-c971-4b0e-b264-8a565b1acc7e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726994)
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252F3a17b4b1-bbac-4c45-9df9-e82ec152a8bd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/3a17b4b1-bbac-4c45-9df9-e82ec152a8bd.jpg not downloaded yet
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ede590>
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252Fc986cbb9-9f18-4a9f-bce5-6655d3648169.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/c986cbb9-9f18-4a9f-bce5-6655d3648169.jpg saved to cache
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3ee840fd-dab0-537b-996e-3bf7e17cf6d3
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f76710>
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252F6f635b5d-256e-4a00-956d-de20f9517ce3.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/6f635b5d-256e-4a00-956d-de20f9517ce3.jpg saved to cache
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 75e15f27-f49c-50ec-bd4c-423e06bf334b
2026-03-26 12:32:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746736/general/85681af0-d76f-450e-b477-647a166e91f6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727114)
2026-03-26 12:32:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746736/general/3f2bb303-fbd8-4448-a3dc-65ba2d7fa12e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727114)
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252F43017ca3-a454-4d7e-918c-9dc57882a6ff.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/43017ca3-a454-4d7e-918c-9dc57882a6ff.jpg not downloaded yet
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F24ff1452-6053-4b24-8a9f-03414f88460e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/24ff1452-6053-4b24-8a9f-03414f88460e.jpg not downloaded yet
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156428450>
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252Fcbb03ab8-ab51-4ada-9d88-7d8785383fc8.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/cbb03ab8-ab51-4ada-9d88-7d8785383fc8.jpg saved to cache
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 594af6b1-6dad-5c11-bb2c-a2f84363c596
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156208490>
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252Fa517111a-c2e3-49d4-85ad-8c2344867be1.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/a517111a-c2e3-49d4-85ad-8c2344867be1.jpg saved to cache
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 75e15f27-f49c-50ec-bd4c-423e06bf334b
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562bd590>
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252Fe6b31cb4-5327-47ab-90fc-f70806cce501.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/e6b31cb4-5327-47ab-90fc-f70806cce501.jpg saved to cache
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8d87efe7-644e-595b-8b7d-2f3be57ae6ff
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e296d0>
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252F4728f569-f1f9-4abf-b338-8ca6e76e2a76.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/4728f569-f1f9-4abf-b338-8ca6e76e2a76.jpg saved to cache
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8d87efe7-644e-595b-8b7d-2f3be57ae6ff
2026-03-26 12:32:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3a5d055-1619-5bfe-ab0c-db70ac9e718f with identifier: 10727048
2026-03-26 12:32:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3a5d055-1619-5bfe-ab0c-db70ac9e718f with scrape type 1
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f3a5d055-1619-5bfe-ab0c-db70ac9e718f
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252Fb514d746-ff2c-4e7f-83fc-14435994d0c0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/b514d746-ff2c-4e7f-83fc-14435994d0c0.jpg not downloaded yet
2026-03-26 12:32:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746706/general/e6221df9-71d7-4e94-a27d-b5bdb028acc5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726994)
2026-03-26 12:32:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746638/general/630070df-5676-43c6-be83-89a37171db0b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726612)
2026-03-26 12:32:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746638/general/af8e870d-8d12-4199-b7ed-ff9465744d9e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726612)
2026-03-26 12:32:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746706/general/283b8b3b-30ef-4c20-8543-a8468745cfe4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726994)
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252Fac7807e7-cecf-46f4-945c-726490f46a80.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/ac7807e7-cecf-46f4-945c-726490f46a80.jpg not downloaded yet
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F27d947c7-5e14-4667-ae92-10a8743a8dfd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/27d947c7-5e14-4667-ae92-10a8743a8dfd.jpg not downloaded yet
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252Fab4b459c-43a6-420f-b123-2203cea181f8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/ab4b459c-43a6-420f-b123-2203cea181f8.jpg not downloaded yet
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ecffd0>
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252Fff44f236-0d7e-4eca-a528-c8d6878c1b04.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/ff44f236-0d7e-4eca-a528-c8d6878c1b04.jpg saved to cache
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 75e15f27-f49c-50ec-bd4c-423e06bf334b
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156568d10>
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252Fc5c08a8c-b251-4a18-97f9-ee16d5a6fd13.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/c5c08a8c-b251-4a18-97f9-ee16d5a6fd13.jpg saved to cache
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 594af6b1-6dad-5c11-bb2c-a2f84363c596
2026-03-26 12:32:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73eb7d66-9e9d-5c92-a006-511b0455a66b with identifier: 10726502
2026-03-26 12:32:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73eb7d66-9e9d-5c92-a006-511b0455a66b with scrape type 1
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 73eb7d66-9e9d-5c92-a006-511b0455a66b
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720427%252Fgeneral%252F0fabb338-4ceb-4c54-862b-8d9bf55fda39.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720427/general/0fabb338-4ceb-4c54-862b-8d9bf55fda39.jpg already downloaded
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720427%252Fgeneral%252F6a947339-bec5-4c46-9883-060268287300.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720427/general/6a947339-bec5-4c46-9883-060268287300.jpg already downloaded
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720427%252Fgeneral%252Fc53d1ec4-517b-4fb2-9368-10145878099e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720427/general/c53d1ec4-517b-4fb2-9368-10145878099e.jpg already downloaded
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720427%252Fgeneral%252Ff9b60de0-3bb4-42ba-8542-81767ca48f98.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720427/general/f9b60de0-3bb4-42ba-8542-81767ca48f98.jpg already downloaded
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720427%252Fgeneral%252Fe704da69-4396-4b98-a9c2-6bc1a353eb65.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720427/general/e704da69-4396-4b98-a9c2-6bc1a353eb65.jpg already downloaded
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720427%252Fgeneral%252Fe6172687-a731-4cf6-824c-08a9a68b7fc2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720427/general/e6172687-a731-4cf6-824c-08a9a68b7fc2.jpg already downloaded
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720427%252Fgeneral%252Fba639e85-0935-4607-8244-c69f5ec496bd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720427/general/ba639e85-0935-4607-8244-c69f5ec496bd.jpg already downloaded
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720427%252Fgeneral%252Fd6a08f6a-afef-46d0-8179-611c48c87c37.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720427/general/d6a08f6a-afef-46d0-8179-611c48c87c37.jpg already downloaded
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720427%252Fgeneral%252Ff664d796-1bf5-407f-a96d-ee4eabc46cd5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720427/general/f664d796-1bf5-407f-a96d-ee4eabc46cd5.jpg already downloaded
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720427%252Fgeneral%252F7e9b6fd2-b805-4385-8eea-e3145dfc0218.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720427/general/7e9b6fd2-b805-4385-8eea-e3145dfc0218.jpg not downloaded yet
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015656b610>
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252F414833ad-ce3c-4abd-915e-1795cb7cc09a.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/414833ad-ce3c-4abd-915e-1795cb7cc09a.jpg saved to cache
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 594af6b1-6dad-5c11-bb2c-a2f84363c596
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156442bd0>
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252Fcad1e8bd-c971-4b0e-b264-8a565b1acc7e.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/cad1e8bd-c971-4b0e-b264-8a565b1acc7e.jpg saved to cache
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 594af6b1-6dad-5c11-bb2c-a2f84363c596
2026-03-26 12:32:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746706/general/78b7a052-551e-4009-afab-8d0933a09213.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726994)
2026-03-26 12:32:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746744/general/814e5fb0-2bf4-4524-8340-d621430fae4b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727125)
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e016d0>
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252F85681af0-d76f-450e-b477-647a166e91f6.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/85681af0-d76f-450e-b477-647a166e91f6.jpg saved to cache
2026-03-26 12:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8d87efe7-644e-595b-8b7d-2f3be57ae6ff
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f66690>
2026-03-26 12:32:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252F3f2bb303-fbd8-4448-a3dc-65ba2d7fa12e.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/3f2bb303-fbd8-4448-a3dc-65ba2d7fa12e.jpg saved to cache
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8d87efe7-644e-595b-8b7d-2f3be57ae6ff
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F5a079d2b-9547-4ca6-9960-21ea1095efdb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/5a079d2b-9547-4ca6-9960-21ea1095efdb.jpg not downloaded yet
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252F80b95644-1fb6-4d57-b4df-9a59764b2f8d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/80b95644-1fb6-4d57-b4df-9a59764b2f8d.jpg not downloaded yet
2026-03-26 12:32:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746744/general/458354f0-1b3d-4ef2-8043-2983c398a8dc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727125)
2026-03-26 12:32:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746736/general/eb1a5f63-1bda-4e5e-8851-35aa4d59ff35.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727114)
2026-03-26 12:32:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746638/general/6d0cddaf-acb9-4ab5-bb10-f9916640ac45.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726612)
2026-03-26 12:32:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746736/general/582a529c-343d-4274-a281-37960470a21c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727114)
2026-03-26 12:32:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746638/general/bd76be2c-0962-42ea-84dc-acda91a5e783.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726612)
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c058590>
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252Fe6221df9-71d7-4e94-a27d-b5bdb028acc5.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/e6221df9-71d7-4e94-a27d-b5bdb028acc5.jpg saved to cache
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 594af6b1-6dad-5c11-bb2c-a2f84363c596
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fca7d0>
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252F630070df-5676-43c6-be83-89a37171db0b.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/630070df-5676-43c6-be83-89a37171db0b.jpg saved to cache
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 75e15f27-f49c-50ec-bd4c-423e06bf334b
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156253dd0>
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252Faf8e870d-8d12-4199-b7ed-ff9465744d9e.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/af8e870d-8d12-4199-b7ed-ff9465744d9e.jpg saved to cache
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 75e15f27-f49c-50ec-bd4c-423e06bf334b
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fcadd0>
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252F283b8b3b-30ef-4c20-8543-a8468745cfe4.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/283b8b3b-30ef-4c20-8543-a8468745cfe4.jpg saved to cache
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 594af6b1-6dad-5c11-bb2c-a2f84363c596
2026-03-26 12:32:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746706/general/58944e45-7bab-4b64-b6c0-66a22b718e2f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726994)
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F58adb652-e193-4ab0-b6a9-aea99ddf9a80.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/58adb652-e193-4ab0-b6a9-aea99ddf9a80.jpg not downloaded yet
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252Fa18f7eae-cd74-4913-bb8e-7e2fbbba1141.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/a18f7eae-cd74-4913-bb8e-7e2fbbba1141.jpg not downloaded yet
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156429990>
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252F78b7a052-551e-4009-afab-8d0933a09213.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/78b7a052-551e-4009-afab-8d0933a09213.jpg saved to cache
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 594af6b1-6dad-5c11-bb2c-a2f84363c596
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015629cd90>
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F814e5fb0-2bf4-4524-8340-d621430fae4b.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/814e5fb0-2bf4-4524-8340-d621430fae4b.jpg saved to cache
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0502f181-49d3-5ddb-b032-6631fcf32777
2026-03-26 12:32:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746593/general/02454177-8e28-401f-8c78-1f1568a894be.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726566)
2026-03-26 12:32:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746706/general/3a17b4b1-bbac-4c45-9df9-e82ec152a8bd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726994)
2026-03-26 12:32:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746731/general/09706144-e6dd-4d74-b6c8-89d568407289.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727107)
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F0157aab1-7112-4219-b2a3-5c3e6ef2217f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/0157aab1-7112-4219-b2a3-5c3e6ef2217f.jpg not downloaded yet
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252F8a1bea1f-1f1e-4a01-aedf-0977fe7f71fc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/8a1bea1f-1f1e-4a01-aedf-0977fe7f71fc.jpg not downloaded yet
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1949d0>
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F458354f0-1b3d-4ef2-8043-2983c398a8dc.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/458354f0-1b3d-4ef2-8043-2983c398a8dc.jpg saved to cache
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0502f181-49d3-5ddb-b032-6631fcf32777
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156144850>
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252Feb1a5f63-1bda-4e5e-8851-35aa4d59ff35.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/eb1a5f63-1bda-4e5e-8851-35aa4d59ff35.jpg saved to cache
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8d87efe7-644e-595b-8b7d-2f3be57ae6ff
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ecfad0>
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252F6d0cddaf-acb9-4ab5-bb10-f9916640ac45.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/6d0cddaf-acb9-4ab5-bb10-f9916640ac45.jpg saved to cache
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 75e15f27-f49c-50ec-bd4c-423e06bf334b
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156408bd0>
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746736%252Fgeneral%252F582a529c-343d-4274-a281-37960470a21c.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746736/general/582a529c-343d-4274-a281-37960470a21c.jpg saved to cache
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8d87efe7-644e-595b-8b7d-2f3be57ae6ff
2026-03-26 12:32:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8d87efe7-644e-595b-8b7d-2f3be57ae6ff, skipping ID generation
2026-03-26 12:32:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d87efe7-644e-595b-8b7d-2f3be57ae6ff with scrape type 1
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8d87efe7-644e-595b-8b7d-2f3be57ae6ff sending to next pipeline
2026-03-26 12:32:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 8d87efe7-644e-595b-8b7d-2f3be57ae6ff, identifier: 10727114
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0cd290>
2026-03-26 12:32:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252Fbd76be2c-0962-42ea-84dc-acda91a5e783.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/bd76be2c-0962-42ea-84dc-acda91a5e783.jpg saved to cache
2026-03-26 12:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 75e15f27-f49c-50ec-bd4c-423e06bf334b
2026-03-26 12:32:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746744/general/a34c2f5b-bcd6-49cb-a097-fbb7f1c9ca77.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727125)
2026-03-26 12:32:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746731/general/23e2eb49-e7ae-4c02-a019-99fd00c87fea.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727107)
2026-03-26 12:32:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746638/general/8503cd35-68a0-4f51-857d-2e0565d36eea.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726612)
2026-03-26 12:32:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4087934/general/f8838187-9eff-4e59-bc9a-087ea12d3aa2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726509)
2026-03-26 12:32:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 8d87efe7-644e-595b-8b7d-2f3be57ae6ff with identifier: 10727114
2026-03-26 12:32:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 8d87efe7-644e-595b-8b7d-2f3be57ae6ff with identifier: 10727114
2026-03-26 12:32:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 8d87efe7-644e-595b-8b7d-2f3be57ae6ff with identifier: 10727114 to the API
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746736/general/582a529c-343d-4274-a281-37960470a21c.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 265,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '8d87efe7-644e-595b-8b7d-2f3be57ae6ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '6471759',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727114',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 7,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 20,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129190,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746736/general/72a61dc9-da78-4c0c-ab8c-4ff5db486cc4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127707,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746736/general/56873ae9-33b6-485b-9d2d-f9c4cfc1f175.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53040,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746736/general/7d01e27d-f1d4-4f9a-895f-c164ad71c032.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59971,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746736/general/074b36cb-1ba9-4173-9c37-d9eab58d76ab.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65247,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746736/general/4728f569-f1f9-4abf-b338-8ca6e76e2a76.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50917,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746736/general/e6b31cb4-5327-47ab-90fc-f70806cce501.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40997,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746736/general/85681af0-d76f-450e-b477-647a166e91f6.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47601,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746736/general/3f2bb303-fbd8-4448-a3dc-65ba2d7fa12e.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75358,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746736/general/eb1a5f63-1bda-4e5e-8851-35aa4d59ff35.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d87efe7-644e-595b-8b7d-2f3be57ae6ff/8d87efe7-644e-595b-8b7d-2f3be57ae6ff_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65089,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746736/general/582a529c-343d-4274-a281-37960470a21c.jpg',
'Width': 800}],
'price': 26000,
'price_includes_vat': True,
'registration_date': '2025-07-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Cupra Formentor 2.0 TSI VZ - Petrol - Automatic - 265 hp - 7 km',
'transmission': 'automatic',
'trim': 'VZ',
'vin': None,
'year': 2025}
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727114%27 HTTP/1.1" 200 None
2026-03-26 12:32:06 [adesa.de] INFO: Saving data for 10727114: {'created_time': 1774528326.466542, 'last_price_update_time': 1774528326.466554, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727114') HTTP/1.1" 204 0
2026-03-26 12:32: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 12:32: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 12:32: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 12:32: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 12:32:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565c2cd0>
2026-03-26 12:32:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252F58944e45-7bab-4b64-b6c0-66a22b718e2f.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/58944e45-7bab-4b64-b6c0-66a22b718e2f.jpg saved to cache
2026-03-26 12:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 594af6b1-6dad-5c11-bb2c-a2f84363c596
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F8fb342cf-f3fa-4d38-9892-7d907ef78cc2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/8fb342cf-f3fa-4d38-9892-7d907ef78cc2.jpg not downloaded yet
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252F31cfab19-fa09-47c5-9fd1-0a8050d87a2b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/31cfab19-fa09-47c5-9fd1-0a8050d87a2b.jpg not downloaded yet
2026-03-26 12:32:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/4087934/general/6862b335-739f-4d65-87ec-f9ab8fb67477.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726509)
2026-03-26 12:32:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746717/general/b514d746-ff2c-4e7f-83fc-14435994d0c0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727048)
2026-03-26 12:32:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d2569d0>
2026-03-26 12:32:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746593%252Fgeneral%252F02454177-8e28-401f-8c78-1f1568a894be.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746593/general/02454177-8e28-401f-8c78-1f1568a894be.jpg saved to cache
2026-03-26 12:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3ee840fd-dab0-537b-996e-3bf7e17cf6d3
2026-03-26 12:32:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3ee840fd-dab0-537b-996e-3bf7e17cf6d3, skipping ID generation
2026-03-26 12:32:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ee840fd-dab0-537b-996e-3bf7e17cf6d3 with scrape type 1
2026-03-26 12:32:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3ee840fd-dab0-537b-996e-3bf7e17cf6d3 sending to next pipeline
2026-03-26 12:32:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 3ee840fd-dab0-537b-996e-3bf7e17cf6d3, identifier: 10726566
2026-03-26 12:32:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561ed550>
2026-03-26 12:32:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746706%252Fgeneral%252F3a17b4b1-bbac-4c45-9df9-e82ec152a8bd.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746706/general/3a17b4b1-bbac-4c45-9df9-e82ec152a8bd.jpg saved to cache
2026-03-26 12:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 594af6b1-6dad-5c11-bb2c-a2f84363c596
2026-03-26 12:32:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 594af6b1-6dad-5c11-bb2c-a2f84363c596, skipping ID generation
2026-03-26 12:32:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 594af6b1-6dad-5c11-bb2c-a2f84363c596 with scrape type 1
2026-03-26 12:32:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 594af6b1-6dad-5c11-bb2c-a2f84363c596 sending to next pipeline
2026-03-26 12:32:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 594af6b1-6dad-5c11-bb2c-a2f84363c596, identifier: 10726994
2026-03-26 12:32:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156354490>
2026-03-26 12:32:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252F09706144-e6dd-4d74-b6c8-89d568407289.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/09706144-e6dd-4d74-b6c8-89d568407289.jpg saved to cache
2026-03-26 12:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 908e5bbc-7712-5d25-852b-0b4aae6f9844
2026-03-26 12:32:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5720427/general/7e9b6fd2-b805-4385-8eea-e3145dfc0218.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726502)
2026-03-26 12:32:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746744/general/24ff1452-6053-4b24-8a9f-03414f88460e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727125)
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F916b7f3a-26cd-4f5e-9dc0-bd49c9351a77.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/916b7f3a-26cd-4f5e-9dc0-bd49c9351a77.jpg not downloaded yet
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252Fa8dd356c-d717-410d-8328-17a932f1be18.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/a8dd356c-d717-410d-8328-17a932f1be18.jpg not downloaded yet
2026-03-26 12:32:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 3ee840fd-dab0-537b-996e-3bf7e17cf6d3 with identifier: 10726566
2026-03-26 12:32:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 3ee840fd-dab0-537b-996e-3bf7e17cf6d3 with identifier: 10726566
2026-03-26 12:32:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 3ee840fd-dab0-537b-996e-3bf7e17cf6d3 with identifier: 10726566 to the API
2026-03-26 12:32:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746593/general/02454177-8e28-401f-8c78-1f1568a894be.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '3ee840fd-dab0-537b-996e-3bf7e17cf6d3',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4836892',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726566',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Ford',
'model': 'Puma',
'odometer': 35425,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 29,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115621,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746593/general/02454177-8e28-401f-8c78-1f1568a894be.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111991,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746593/general/c986cbb9-9f18-4a9f-bce5-6655d3648169.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118019,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746593/general/e5246395-76dc-43ee-ae68-d4ab87086ca5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116707,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746593/general/53740de1-344d-4848-91a8-981f4fd35d96.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64464,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746593/general/2b6577cc-3e8f-49ef-ae6c-34704a77d609.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98871,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746593/general/0cc00a89-07e2-4388-b7dc-21f9d1fa62d9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58215,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746593/general/d1dd74b3-dd44-479e-b5b4-ae91a2e0ef09.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98599,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746593/general/06581c28-e280-4b45-a3d7-6dde21c4b567.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88489,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746593/general/b07d32ed-3d24-411c-8fda-98a81d8d311d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ee840fd-dab0-537b-996e-3bf7e17cf6d3/3ee840fd-dab0-537b-996e-3bf7e17cf6d3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104084,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746593/general/8a5224f6-d44f-49a2-9bd8-12cb55191e0f.jpg',
'Width': 800}],
'price': 10100,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Ford Puma 1.0 ST Line X - Petrol - Manual - 125 hp - 35.425 km',
'transmission': 'manual',
'trim': 'ST Line X',
'vin': None,
'year': 2022}
2026-03-26 12:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726566%27 HTTP/1.1" 200 None
2026-03-26 12:32:07 [adesa.de] INFO: Saving data for 10726566: {'created_time': 1774528327.414881, 'last_price_update_time': 1774528327.414897, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726566') HTTP/1.1" 204 0
2026-03-26 12:32:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 594af6b1-6dad-5c11-bb2c-a2f84363c596 with identifier: 10726994
2026-03-26 12:32:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 594af6b1-6dad-5c11-bb2c-a2f84363c596 with identifier: 10726994
2026-03-26 12:32:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 594af6b1-6dad-5c11-bb2c-a2f84363c596 with identifier: 10726994 to the API
2026-03-26 12:32:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746706/general/3a17b4b1-bbac-4c45-9df9-e82ec152a8bd.jpg>
{'auction_title': '',
'c_o_2_emission_value': 175,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 310,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '594af6b1-6dad-5c11-bb2c-a2f84363c596',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4283184',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726994',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 46552,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 33,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114105,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746706/general/25451662-1533-44da-8226-5e64eb923cf6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105889,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746706/general/414833ad-ce3c-4abd-915e-1795cb7cc09a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103855,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746706/general/cad1e8bd-c971-4b0e-b264-8a565b1acc7e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79144,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746706/general/cbb03ab8-ab51-4ada-9d88-7d8785383fc8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82492,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746706/general/c5c08a8c-b251-4a18-97f9-ee16d5a6fd13.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92082,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746706/general/283b8b3b-30ef-4c20-8543-a8468745cfe4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78828,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746706/general/e6221df9-71d7-4e94-a27d-b5bdb028acc5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66613,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746706/general/78b7a052-551e-4009-afab-8d0933a09213.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134207,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746706/general/58944e45-7bab-4b64-b6c0-66a22b718e2f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_594af6b1-6dad-5c11-bb2c-a2f84363c596/594af6b1-6dad-5c11-bb2c-a2f84363c596_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62165,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746706/general/3a17b4b1-bbac-4c45-9df9-e82ec152a8bd.jpg',
'Width': 800}],
'price': 16600,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Cupra Formentor 2.0 TSI VZ - AWD - Petrol - Automatic - 310 hp - '
'46.552 km',
'transmission': 'automatic',
'trim': 'VZ',
'vin': None,
'year': 2022}
2026-03-26 12:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726994%27 HTTP/1.1" 200 None
2026-03-26 12:32:07 [adesa.de] INFO: Saving data for 10726994: {'created_time': 1774528327.842174, 'last_price_update_time': 1774528327.842188, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726994') HTTP/1.1" 204 0
2026-03-26 12:32:07 [scrapy.extensions.logstats] INFO: Crawled 384 pages (at 43 pages/min), scraped 328 items (at 39 items/min)
2026-03-26 12:32:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-26 12:32:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156366550>
2026-03-26 12:32:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252Fa34c2f5b-bcd6-49cb-a097-fbb7f1c9ca77.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/a34c2f5b-bcd6-49cb-a097-fbb7f1c9ca77.jpg saved to cache
2026-03-26 12:32:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0502f181-49d3-5ddb-b032-6631fcf32777
2026-03-26 12:32:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c18f110>
2026-03-26 12:32:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746731%252Fgeneral%252F23e2eb49-e7ae-4c02-a019-99fd00c87fea.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746731/general/23e2eb49-e7ae-4c02-a019-99fd00c87fea.jpg saved to cache
2026-03-26 12:32:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 908e5bbc-7712-5d25-852b-0b4aae6f9844
2026-03-26 12:32:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 908e5bbc-7712-5d25-852b-0b4aae6f9844, skipping ID generation
2026-03-26 12:32:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 908e5bbc-7712-5d25-852b-0b4aae6f9844 with scrape type 1
2026-03-26 12:32:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 908e5bbc-7712-5d25-852b-0b4aae6f9844 sending to next pipeline
2026-03-26 12:32:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 908e5bbc-7712-5d25-852b-0b4aae6f9844, identifier: 10727107
2026-03-26 12:32:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562bc550>
2026-03-26 12:32:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252F8503cd35-68a0-4f51-857d-2e0565d36eea.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/8503cd35-68a0-4f51-857d-2e0565d36eea.jpg saved to cache
2026-03-26 12:32:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 75e15f27-f49c-50ec-bd4c-423e06bf334b
2026-03-26 12:32:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156206190>
2026-03-26 12:32:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252Ff8838187-9eff-4e59-bc9a-087ea12d3aa2.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/f8838187-9eff-4e59-bc9a-087ea12d3aa2.jpg saved to cache
2026-03-26 12:32:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 61143e47-7571-5155-9c2a-d2aa6b41092f
2026-03-26 12:32:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746717/general/ab4b459c-43a6-420f-b123-2203cea181f8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727048)
2026-03-26 12:32:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746744/general/27d947c7-5e14-4667-ae92-10a8743a8dfd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727125)
2026-03-26 12:32:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746638/general/43017ca3-a454-4d7e-918c-9dc57882a6ff.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726612)
2026-03-26 12:32:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746638/general/ac7807e7-cecf-46f4-945c-726490f46a80.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726612)
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252F782fa95d-709c-4d7d-95b1-f48e25826c4d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/782fa95d-709c-4d7d-95b1-f48e25826c4d.jpg not downloaded yet
2026-03-26 12:32:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 908e5bbc-7712-5d25-852b-0b4aae6f9844 with identifier: 10727107
2026-03-26 12:32:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 908e5bbc-7712-5d25-852b-0b4aae6f9844 with identifier: 10727107
2026-03-26 12:32:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 908e5bbc-7712-5d25-852b-0b4aae6f9844 with identifier: 10727107 to the API
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:32:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746731/general/23e2eb49-e7ae-4c02-a019-99fd00c87fea.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 155,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '908e5bbc-7712-5d25-852b-0b4aae6f9844',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5372483',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727107',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Ford',
'model': 'Puma',
'odometer': 50023,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 30,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165394,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746731/general/b98545c1-b891-4e08-baa8-fd4d5285528c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120650,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746731/general/a2478b63-7a7c-4da6-a2de-d8414237073a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127629,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746731/general/23e2eb49-e7ae-4c02-a019-99fd00c87fea.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123631,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746731/general/09706144-e6dd-4d74-b6c8-89d568407289.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114507,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746731/general/b851fa1e-3ca8-41b7-84c0-d2e2ad484b4d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109533,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746731/general/a0e1df14-edcf-4309-865e-117f4f1cb418.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155103,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746731/general/121f1dbe-3261-4790-82b3-cf43f6e8024d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129486,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746731/general/36fa991c-db03-49c0-baf8-f049a5baeb7c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92959,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746731/general/3d8416db-55ce-4a51-902c-6a1f4e73d4f1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_908e5bbc-7712-5d25-852b-0b4aae6f9844/908e5bbc-7712-5d25-852b-0b4aae6f9844_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114958,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746731/general/c5d874e7-dc94-4ae4-8125-6d6bc76003e1.jpg',
'Width': 800}],
'price': 10000,
'price_includes_vat': True,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Ford Puma 1.0 ST Line - Petrol - Automatic - 155 hp - 50.023 km',
'transmission': 'automatic',
'trim': 'ST Line',
'vin': None,
'year': 2023}
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727107%27 HTTP/1.1" 200 None
2026-03-26 12:32:08 [adesa.de] INFO: Saving data for 10727107: {'created_time': 1774528328.593405, 'last_price_update_time': 1774528328.593418, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727107') HTTP/1.1" 204 0
2026-03-26 12:32: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 12:32: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 12:32:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f99ed0>
2026-03-26 12:32:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F4087934%252Fgeneral%252F6862b335-739f-4d65-87ec-f9ab8fb67477.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/4087934/general/6862b335-739f-4d65-87ec-f9ab8fb67477.jpg saved to cache
2026-03-26 12:32:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 61143e47-7571-5155-9c2a-d2aa6b41092f
2026-03-26 12:32:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 61143e47-7571-5155-9c2a-d2aa6b41092f, skipping ID generation
2026-03-26 12:32:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61143e47-7571-5155-9c2a-d2aa6b41092f with scrape type 1
2026-03-26 12:32:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 61143e47-7571-5155-9c2a-d2aa6b41092f sending to next pipeline
2026-03-26 12:32:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 61143e47-7571-5155-9c2a-d2aa6b41092f, identifier: 10726509
2026-03-26 12:32:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1b1350>
2026-03-26 12:32:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252Fb514d746-ff2c-4e7f-83fc-14435994d0c0.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/b514d746-ff2c-4e7f-83fc-14435994d0c0.jpg saved to cache
2026-03-26 12:32:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f3a5d055-1619-5bfe-ab0c-db70ac9e718f
2026-03-26 12:32:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746744/general/5a079d2b-9547-4ca6-9960-21ea1095efdb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727125)
2026-03-26 12:32:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746717/general/80b95644-1fb6-4d57-b4df-9a59764b2f8d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727048)
2026-03-26 12:32:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 61143e47-7571-5155-9c2a-d2aa6b41092f with identifier: 10726509
2026-03-26 12:32:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 61143e47-7571-5155-9c2a-d2aa6b41092f with identifier: 10726509
2026-03-26 12:32:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 61143e47-7571-5155-9c2a-d2aa6b41092f with identifier: 10726509 to the API
2026-03-26 12:32:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/4087934/general/6862b335-739f-4d65-87ec-f9ab8fb67477.jpg>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 155,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '61143e47-7571-5155-9c2a-d2aa6b41092f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '510071',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726509',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Ford',
'model': 'Puma',
'odometer': 72753,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 43,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90594,
'Height': 537,
'OriginUrl': 'https://images.openlane.eu/carimgs/4087934/general/a5f055b2-88ef-4e20-a8c8-2312688971df.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178029,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4087934/general/70dbea3f-f079-4398-97b6-fd656ec6b231.jpg',
'Width': 799},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93425,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4087934/general/a99b7d4a-e996-4b2e-9708-7bb16c9ba60c.jpg',
'Width': 799},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87601,
'Height': 544,
'OriginUrl': 'https://images.openlane.eu/carimgs/4087934/general/6862b335-739f-4d65-87ec-f9ab8fb67477.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90889,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4087934/general/f8838187-9eff-4e59-bc9a-087ea12d3aa2.jpg',
'Width': 799},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88168,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4087934/general/a08dba88-16ef-473e-b6fd-0dc0e4c48ede.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100045,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4087934/general/8f531681-8477-4914-904b-232ddefd75e4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108472,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4087934/general/aafe4714-e1aa-414e-84c0-fdbded74dcd7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97658,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4087934/general/155d3aa8-542b-4caf-aa4d-6f47783275aa.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61143e47-7571-5155-9c2a-d2aa6b41092f/61143e47-7571-5155-9c2a-d2aa6b41092f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81463,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/4087934/general/adbcd145-ee29-408c-b65a-c97563c25685.jpg',
'Width': 800}],
'price': 7800,
'price_includes_vat': True,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Ford Puma 1.0 Titanium X - Petrol - Manual - 155 hp - 72.753 km',
'transmission': 'manual',
'trim': 'Titanium X',
'vin': None,
'year': 2020}
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726509%27 HTTP/1.1" 200 None
2026-03-26 12:32:09 [adesa.de] INFO: Saving data for 10726509: {'created_time': 1774528329.205624, 'last_price_update_time': 1774528329.205636, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726509') HTTP/1.1" 204 0
2026-03-26 12:32:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746744/general/58adb652-e193-4ab0-b6a9-aea99ddf9a80.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727125)
2026-03-26 12:32:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746717/general/a18f7eae-cd74-4913-bb8e-7e2fbbba1141.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727048)
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252F7fb04528-8ac3-41c8-8a31-0cc2c4aefdbe.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/7fb04528-8ac3-41c8-8a31-0cc2c4aefdbe.jpg not downloaded yet
2026-03-26 12:32:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645b090>
2026-03-26 12:32:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73eb7d66-9e9d-5c92-a006-511b0455a66b/73eb7d66-9e9d-5c92-a006-511b0455a66b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5720427%252Fgeneral%252F7e9b6fd2-b805-4385-8eea-e3145dfc0218.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5720427/general/7e9b6fd2-b805-4385-8eea-e3145dfc0218.jpg saved to cache
2026-03-26 12:32:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 73eb7d66-9e9d-5c92-a006-511b0455a66b
2026-03-26 12:32:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 73eb7d66-9e9d-5c92-a006-511b0455a66b, skipping ID generation
2026-03-26 12:32:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73eb7d66-9e9d-5c92-a006-511b0455a66b with scrape type 1
2026-03-26 12:32:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 73eb7d66-9e9d-5c92-a006-511b0455a66b sending to next pipeline
2026-03-26 12:32:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 73eb7d66-9e9d-5c92-a006-511b0455a66b, identifier: 10726502
2026-03-26 12:32:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e5f650>
2026-03-26 12:32:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F24ff1452-6053-4b24-8a9f-03414f88460e.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/24ff1452-6053-4b24-8a9f-03414f88460e.jpg saved to cache
2026-03-26 12:32:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0502f181-49d3-5ddb-b032-6631fcf32777
2026-03-26 12:32: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 12:32: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 12:32:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746717/general/8a1bea1f-1f1e-4a01-aedf-0977fe7f71fc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727048)
2026-03-26 12:32:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 73eb7d66-9e9d-5c92-a006-511b0455a66b with identifier: 10726502
2026-03-26 12:32:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 73eb7d66-9e9d-5c92-a006-511b0455a66b with identifier: 10726502
2026-03-26 12:32:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 73eb7d66-9e9d-5c92-a006-511b0455a66b with identifier: 10726502 to the API
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5720427/general/7e9b6fd2-b805-4385-8eea-e3145dfc0218.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '73eb7d66-9e9d-5c92-a006-511b0455a66b',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5680546',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726502',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Cupra',
'model': 'Leon',
'odometer': 27145,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 28,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73eb7d66-9e9d-5c92-a006-511b0455a66b/73eb7d66-9e9d-5c92-a006-511b0455a66b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108211,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720427/general/0fabb338-4ceb-4c54-862b-8d9bf55fda39.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73eb7d66-9e9d-5c92-a006-511b0455a66b/73eb7d66-9e9d-5c92-a006-511b0455a66b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109079,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720427/general/6a947339-bec5-4c46-9883-060268287300.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73eb7d66-9e9d-5c92-a006-511b0455a66b/73eb7d66-9e9d-5c92-a006-511b0455a66b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108283,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720427/general/c53d1ec4-517b-4fb2-9368-10145878099e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73eb7d66-9e9d-5c92-a006-511b0455a66b/73eb7d66-9e9d-5c92-a006-511b0455a66b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113919,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720427/general/f9b60de0-3bb4-42ba-8542-81767ca48f98.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73eb7d66-9e9d-5c92-a006-511b0455a66b/73eb7d66-9e9d-5c92-a006-511b0455a66b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82135,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720427/general/e704da69-4396-4b98-a9c2-6bc1a353eb65.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73eb7d66-9e9d-5c92-a006-511b0455a66b/73eb7d66-9e9d-5c92-a006-511b0455a66b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82527,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720427/general/e6172687-a731-4cf6-824c-08a9a68b7fc2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73eb7d66-9e9d-5c92-a006-511b0455a66b/73eb7d66-9e9d-5c92-a006-511b0455a66b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91495,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720427/general/ba639e85-0935-4607-8244-c69f5ec496bd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73eb7d66-9e9d-5c92-a006-511b0455a66b/73eb7d66-9e9d-5c92-a006-511b0455a66b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87719,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720427/general/d6a08f6a-afef-46d0-8179-611c48c87c37.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73eb7d66-9e9d-5c92-a006-511b0455a66b/73eb7d66-9e9d-5c92-a006-511b0455a66b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71643,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720427/general/f664d796-1bf5-407f-a96d-ee4eabc46cd5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73eb7d66-9e9d-5c92-a006-511b0455a66b/73eb7d66-9e9d-5c92-a006-511b0455a66b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70231,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5720427/general/7e9b6fd2-b805-4385-8eea-e3145dfc0218.jpg',
'Width': 800}],
'price': 13900,
'price_includes_vat': True,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Cupra Leon 1.5 eTSI - Petrol - Automatic - 150 hp - 27.145 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726502%27 HTTP/1.1" 200 None
2026-03-26 12:32:09 [adesa.de] INFO: Saving data for 10726502: {'created_time': 1774528329.909307, 'last_price_update_time': 1774528329.909322, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726502') HTTP/1.1" 204 0
2026-03-26 12:32:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746744/general/0157aab1-7112-4219-b2a3-5c3e6ef2217f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727125)
2026-03-26 12:32:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746717/general/31cfab19-fa09-47c5-9fd1-0a8050d87a2b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727048)
2026-03-26 12:32:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746744/general/8fb342cf-f3fa-4d38-9892-7d907ef78cc2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727125)
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252Fbaf0d252-73eb-4a36-a80d-c36f751b4d20.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/baf0d252-73eb-4a36-a80d-c36f751b4d20.jpg not downloaded yet
2026-03-26 12:32:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c156cd0>
2026-03-26 12:32:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252Fab4b459c-43a6-420f-b123-2203cea181f8.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/ab4b459c-43a6-420f-b123-2203cea181f8.jpg saved to cache
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f3a5d055-1619-5bfe-ab0c-db70ac9e718f
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1c9150>
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F27d947c7-5e14-4667-ae92-10a8743a8dfd.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/27d947c7-5e14-4667-ae92-10a8743a8dfd.jpg saved to cache
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0502f181-49d3-5ddb-b032-6631fcf32777
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f65990>
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252F43017ca3-a454-4d7e-918c-9dc57882a6ff.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/43017ca3-a454-4d7e-918c-9dc57882a6ff.jpg saved to cache
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 75e15f27-f49c-50ec-bd4c-423e06bf334b
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e46d90>
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746638%252Fgeneral%252Fac7807e7-cecf-46f4-945c-726490f46a80.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746638/general/ac7807e7-cecf-46f4-945c-726490f46a80.jpg saved to cache
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 75e15f27-f49c-50ec-bd4c-423e06bf334b
2026-03-26 12:32:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 75e15f27-f49c-50ec-bd4c-423e06bf334b, skipping ID generation
2026-03-26 12:32:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75e15f27-f49c-50ec-bd4c-423e06bf334b with scrape type 1
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 75e15f27-f49c-50ec-bd4c-423e06bf334b sending to next pipeline
2026-03-26 12:32:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 75e15f27-f49c-50ec-bd4c-423e06bf334b, identifier: 10726612
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564966d0>
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F5a079d2b-9547-4ca6-9960-21ea1095efdb.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/5a079d2b-9547-4ca6-9960-21ea1095efdb.jpg saved to cache
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0502f181-49d3-5ddb-b032-6631fcf32777
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f661d0>
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252F80b95644-1fb6-4d57-b4df-9a59764b2f8d.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/80b95644-1fb6-4d57-b4df-9a59764b2f8d.jpg saved to cache
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f3a5d055-1619-5bfe-ab0c-db70ac9e718f
2026-03-26 12:32:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 75e15f27-f49c-50ec-bd4c-423e06bf334b with identifier: 10726612
2026-03-26 12:32:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 75e15f27-f49c-50ec-bd4c-423e06bf334b with identifier: 10726612
2026-03-26 12:32:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 75e15f27-f49c-50ec-bd4c-423e06bf334b with identifier: 10726612 to the API
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746638/general/ac7807e7-cecf-46f4-945c-726490f46a80.jpg>
{'auction_title': '',
'c_o_2_emission_value': 175,
'category': 'SUV',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 310,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '75e15f27-f49c-50ec-bd4c-423e06bf334b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '4261654',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726612',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 42304,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123649,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746638/general/6f635b5d-256e-4a00-956d-de20f9517ce3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127644,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746638/general/a517111a-c2e3-49d4-85ad-8c2344867be1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119283,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746638/general/ff44f236-0d7e-4eca-a528-c8d6878c1b04.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107466,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746638/general/af8e870d-8d12-4199-b7ed-ff9465744d9e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109158,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746638/general/630070df-5676-43c6-be83-89a37171db0b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79217,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746638/general/bd76be2c-0962-42ea-84dc-acda91a5e783.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118628,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746638/general/6d0cddaf-acb9-4ab5-bb10-f9916640ac45.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108013,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746638/general/8503cd35-68a0-4f51-857d-2e0565d36eea.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66753,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746638/general/43017ca3-a454-4d7e-918c-9dc57882a6ff.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e15f27-f49c-50ec-bd4c-423e06bf334b/75e15f27-f49c-50ec-bd4c-423e06bf334b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90781,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746638/general/ac7807e7-cecf-46f4-945c-726490f46a80.jpg',
'Width': 800}],
'price': 17200,
'price_includes_vat': True,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Cupra Formentor 2.0 TSI VZ - AWD - Petrol - Automatic - 310 hp - '
'42.304 km',
'transmission': 'automatic',
'trim': 'VZ',
'vin': None,
'year': 2022}
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726612%27 HTTP/1.1" 200 None
2026-03-26 12:32:10 [adesa.de] INFO: Saving data for 10726612: {'created_time': 1774528330.796648, 'last_price_update_time': 1774528330.79666, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726612') HTTP/1.1" 204 0
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0b5490>
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F58adb652-e193-4ab0-b6a9-aea99ddf9a80.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/58adb652-e193-4ab0-b6a9-aea99ddf9a80.jpg saved to cache
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0502f181-49d3-5ddb-b032-6631fcf32777
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f7ac10>
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252Fa18f7eae-cd74-4913-bb8e-7e2fbbba1141.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/a18f7eae-cd74-4913-bb8e-7e2fbbba1141.jpg saved to cache
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f3a5d055-1619-5bfe-ab0c-db70ac9e718f
2026-03-26 12:32:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746717/general/a8dd356c-d717-410d-8328-17a932f1be18.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727048)
2026-03-26 12:32:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746744/general/916b7f3a-26cd-4f5e-9dc0-bd49c9351a77.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727125)
2026-03-26 12:32:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746717/general/782fa95d-709c-4d7d-95b1-f48e25826c4d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727048)
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015629a650>
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252F8a1bea1f-1f1e-4a01-aedf-0977fe7f71fc.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/8a1bea1f-1f1e-4a01-aedf-0977fe7f71fc.jpg saved to cache
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f3a5d055-1619-5bfe-ab0c-db70ac9e718f
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156438910>
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F0157aab1-7112-4219-b2a3-5c3e6ef2217f.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/0157aab1-7112-4219-b2a3-5c3e6ef2217f.jpg saved to cache
2026-03-26 12:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0502f181-49d3-5ddb-b032-6631fcf32777
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156428310>
2026-03-26 12:32:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252F31cfab19-fa09-47c5-9fd1-0a8050d87a2b.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/31cfab19-fa09-47c5-9fd1-0a8050d87a2b.jpg saved to cache
2026-03-26 12:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f3a5d055-1619-5bfe-ab0c-db70ac9e718f
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156371950>
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F8fb342cf-f3fa-4d38-9892-7d907ef78cc2.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/8fb342cf-f3fa-4d38-9892-7d907ef78cc2.jpg saved to cache
2026-03-26 12:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0502f181-49d3-5ddb-b032-6631fcf32777
2026-03-26 12:32:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746717/general/7fb04528-8ac3-41c8-8a31-0cc2c4aefdbe.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727048)
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015633cad0>
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252Fa8dd356c-d717-410d-8328-17a932f1be18.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/a8dd356c-d717-410d-8328-17a932f1be18.jpg saved to cache
2026-03-26 12:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f3a5d055-1619-5bfe-ab0c-db70ac9e718f
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562528d0>
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746744%252Fgeneral%252F916b7f3a-26cd-4f5e-9dc0-bd49c9351a77.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746744/general/916b7f3a-26cd-4f5e-9dc0-bd49c9351a77.jpg saved to cache
2026-03-26 12:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0502f181-49d3-5ddb-b032-6631fcf32777
2026-03-26 12:32:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0502f181-49d3-5ddb-b032-6631fcf32777, skipping ID generation
2026-03-26 12:32:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0502f181-49d3-5ddb-b032-6631fcf32777 with scrape type 1
2026-03-26 12:32:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0502f181-49d3-5ddb-b032-6631fcf32777 sending to next pipeline
2026-03-26 12:32:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 0502f181-49d3-5ddb-b032-6631fcf32777, identifier: 10727125
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156298f50>
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252F782fa95d-709c-4d7d-95b1-f48e25826c4d.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/782fa95d-709c-4d7d-95b1-f48e25826c4d.jpg saved to cache
2026-03-26 12:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f3a5d055-1619-5bfe-ab0c-db70ac9e718f
2026-03-26 12:32:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 0502f181-49d3-5ddb-b032-6631fcf32777 with identifier: 10727125
2026-03-26 12:32:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 0502f181-49d3-5ddb-b032-6631fcf32777 with identifier: 10727125
2026-03-26 12:32:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 0502f181-49d3-5ddb-b032-6631fcf32777 with identifier: 10727125 to the API
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746744/general/916b7f3a-26cd-4f5e-9dc0-bd49c9351a77.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 163,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '0502f181-49d3-5ddb-b032-6631fcf32777',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '456759',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727125',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Mercedes-Benz',
'model': 'C',
'odometer': 29748,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 50,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106628,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746744/general/814e5fb0-2bf4-4524-8340-d621430fae4b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108416,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746744/general/458354f0-1b3d-4ef2-8043-2983c398a8dc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96805,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746744/general/a34c2f5b-bcd6-49cb-a097-fbb7f1c9ca77.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91581,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746744/general/24ff1452-6053-4b24-8a9f-03414f88460e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85741,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746744/general/27d947c7-5e14-4667-ae92-10a8743a8dfd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85444,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746744/general/5a079d2b-9547-4ca6-9960-21ea1095efdb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94204,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746744/general/58adb652-e193-4ab0-b6a9-aea99ddf9a80.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84678,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746744/general/0157aab1-7112-4219-b2a3-5c3e6ef2217f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90918,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746744/general/8fb342cf-f3fa-4d38-9892-7d907ef78cc2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0502f181-49d3-5ddb-b032-6631fcf32777/0502f181-49d3-5ddb-b032-6631fcf32777_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75780,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746744/general/916b7f3a-26cd-4f5e-9dc0-bd49c9351a77.jpg',
'Width': 800}],
'price': 19700,
'price_includes_vat': True,
'registration_date': '2025-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Mercedes-Benz C Break 200d Avantgarde Advanced - Diesel - Automatic '
'- 163 hp - 29.748 km',
'transmission': 'automatic',
'trim': 'Avantgarde Advanced',
'vin': None,
'year': 2025}
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727125%27 HTTP/1.1" 200 None
2026-03-26 12:32:11 [adesa.de] INFO: Saving data for 10727125: {'created_time': 1774528331.710186, 'last_price_update_time': 1774528331.710198, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727125') HTTP/1.1" 204 0
2026-03-26 12:32:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746717/general/baf0d252-73eb-4a36-a80d-c36f751b4d20.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727048)
2026-03-26 12:32:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702430/general/03590702-bb20-44ab-af23-8cc5b1a930df.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727900)
2026-03-26 12:32:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726592> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702430/general/1990e725-390b-40c6-93c1-b7d48e36749c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727900)
2026-03-26 12:32: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 12:32:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726531> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726602> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726671> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ecd890>
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252F7fb04528-8ac3-41c8-8a31-0cc2c4aefdbe.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/7fb04528-8ac3-41c8-8a31-0cc2c4aefdbe.jpg saved to cache
2026-03-26 12:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f3a5d055-1619-5bfe-ab0c-db70ac9e718f
2026-03-26 12:32: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 12:32: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 12:32: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 12:32:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702430/general/e83adcbc-cc3a-43b2-afd6-1ee39e90f456.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727900)
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156144590>
2026-03-26 12:32:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746717%252Fgeneral%252Fbaf0d252-73eb-4a36-a80d-c36f751b4d20.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746717/general/baf0d252-73eb-4a36-a80d-c36f751b4d20.jpg saved to cache
2026-03-26 12:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f3a5d055-1619-5bfe-ab0c-db70ac9e718f
2026-03-26 12:32:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f3a5d055-1619-5bfe-ab0c-db70ac9e718f, skipping ID generation
2026-03-26 12:32:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3a5d055-1619-5bfe-ab0c-db70ac9e718f with scrape type 1
2026-03-26 12:32:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f3a5d055-1619-5bfe-ab0c-db70ac9e718f sending to next pipeline
2026-03-26 12:32:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f3a5d055-1619-5bfe-ab0c-db70ac9e718f, identifier: 10727048
2026-03-26 12:32:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f3a5d055-1619-5bfe-ab0c-db70ac9e718f with identifier: 10727048
2026-03-26 12:32:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f3a5d055-1619-5bfe-ab0c-db70ac9e718f with identifier: 10727048
2026-03-26 12:32:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f3a5d055-1619-5bfe-ab0c-db70ac9e718f with identifier: 10727048 to the API
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746717/general/baf0d252-73eb-4a36-a80d-c36f751b4d20.jpg>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 180,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'f3a5d055-1619-5bfe-ab0c-db70ac9e718f',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5330133',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727048',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 31316,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 37,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73341,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746717/general/b514d746-ff2c-4e7f-83fc-14435994d0c0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94427,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746717/general/ab4b459c-43a6-420f-b123-2203cea181f8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95727,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746717/general/80b95644-1fb6-4d57-b4df-9a59764b2f8d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94315,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746717/general/a18f7eae-cd74-4913-bb8e-7e2fbbba1141.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64161,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746717/general/8a1bea1f-1f1e-4a01-aedf-0977fe7f71fc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86504,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746717/general/31cfab19-fa09-47c5-9fd1-0a8050d87a2b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87548,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746717/general/a8dd356c-d717-410d-8328-17a932f1be18.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94729,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746717/general/782fa95d-709c-4d7d-95b1-f48e25826c4d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49128,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746717/general/7fb04528-8ac3-41c8-8a31-0cc2c4aefdbe.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f3a5d055-1619-5bfe-ab0c-db70ac9e718f/f3a5d055-1619-5bfe-ab0c-db70ac9e718f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83548,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746717/general/baf0d252-73eb-4a36-a80d-c36f751b4d20.jpg',
'Width': 800}],
'price': 16900,
'price_includes_vat': True,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Hyundai Tucson 1.6 T-GDI N Line - AWD - Petrol - Automatic - 180 hp '
'- 31.316 km',
'transmission': 'automatic',
'trim': 'N Line',
'vin': None,
'year': 2023}
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727048%27 HTTP/1.1" 200 None
2026-03-26 12:32:12 [adesa.de] INFO: Saving data for 10727048: {'created_time': 1774528332.424499, 'last_price_update_time': 1774528332.424514, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727048') HTTP/1.1" 204 0
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156298ad0>
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252F03590702-bb20-44ab-af23-8cc5b1a930df.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/03590702-bb20-44ab-af23-8cc5b1a930df.jpg saved to cache
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a45b31ba-b2f6-5972-94e3-6aa82835a9c5
2026-03-26 12:32:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702430/general/57773abf-8a89-45cb-bfb7-280f314e0fe5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727900)
2026-03-26 12:32:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702430/general/34d77037-f020-47fc-a543-f246eec70ba4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727900)
2026-03-26 12:32:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702430/general/017ec4d4-b997-4d54-8e14-dcddbba83638.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727900)
2026-03-26 12:32:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702430/general/9615c31c-548e-42a3-a089-d901dba9cc07.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727900)
2026-03-26 12:32:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702430/general/99356ecf-0999-4669-a4af-a56edc586f55.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727900)
2026-03-26 12:32:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702430/general/b2c3cc56-e22a-4c91-ab1c-e26de971a6bc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727900)
2026-03-26 12:32:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a474f243-9e1b-5c49-9502-ef8f6f4d3c1d with identifier: 10726592
2026-03-26 12:32:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a474f243-9e1b-5c49-9502-ef8f6f4d3c1d with scrape type 1
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a474f243-9e1b-5c49-9502-ef8f6f4d3c1d
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252F301a7278-016c-4056-9260-7d70a4cb976b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/301a7278-016c-4056-9260-7d70a4cb976b.jpg not downloaded yet
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015613b7d0>
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252F1990e725-390b-40c6-93c1-b7d48e36749c.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/1990e725-390b-40c6-93c1-b7d48e36749c.jpg saved to cache
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a45b31ba-b2f6-5972-94e3-6aa82835a9c5
2026-03-26 12:32:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad97b097-fba2-5c90-81c0-5af842caaf46 with identifier: 10726531
2026-03-26 12:32:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad97b097-fba2-5c90-81c0-5af842caaf46 with scrape type 1
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ad97b097-fba2-5c90-81c0-5af842caaf46
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252F7aa19b72-e25a-41c1-9c5f-05b3b59d5824.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/7aa19b72-e25a-41c1-9c5f-05b3b59d5824.jpg not downloaded yet
2026-03-26 12:32:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fa04de4-8875-5e9d-8222-775cef7c4904 with identifier: 10726602
2026-03-26 12:32:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fa04de4-8875-5e9d-8222-775cef7c4904 with scrape type 1
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9fa04de4-8875-5e9d-8222-775cef7c4904
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252F4cab74b7-747b-4196-9df5-01e357dd712b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/4cab74b7-747b-4196-9df5-01e357dd712b.jpg not downloaded yet
2026-03-26 12:32:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0833c09-e4e2-55ec-8674-a1a142b12190 with identifier: 10726671
2026-03-26 12:32:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0833c09-e4e2-55ec-8674-a1a142b12190 with scrape type 1
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c0833c09-e4e2-55ec-8674-a1a142b12190
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252F2374108f-c381-44c1-8918-f6700676e91c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/2374108f-c381-44c1-8918-f6700676e91c.jpg not downloaded yet
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562b3d50>
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252Fe83adcbc-cc3a-43b2-afd6-1ee39e90f456.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/e83adcbc-cc3a-43b2-afd6-1ee39e90f456.jpg saved to cache
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a45b31ba-b2f6-5972-94e3-6aa82835a9c5
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252Fd9d402d2-d3b5-4356-9d6b-ab0387708e97.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/d9d402d2-d3b5-4356-9d6b-ab0387708e97.jpg not downloaded yet
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252Fa26a987c-295c-44cc-a94b-5afae0d69450.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/a26a987c-295c-44cc-a94b-5afae0d69450.jpg not downloaded yet
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252Fdc1d67ed-b152-41c4-a0fb-666db989e6a3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/dc1d67ed-b152-41c4-a0fb-666db989e6a3.jpg not downloaded yet
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252F3de91920-b462-437c-b3ce-aa1ef58f8118.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/3de91920-b462-437c-b3ce-aa1ef58f8118.jpg not downloaded yet
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252Fa5836c95-0388-429d-8845-b60b0e44157c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/a5836c95-0388-429d-8845-b60b0e44157c.jpg not downloaded yet
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252F39006d9f-2b30-448b-b2e2-08cf82c66cf3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/39006d9f-2b30-448b-b2e2-08cf82c66cf3.jpg not downloaded yet
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252Fa07cb11f-6e23-4956-99af-cb5d3060c9e1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/a07cb11f-6e23-4956-99af-cb5d3060c9e1.jpg not downloaded yet
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252F67c3f19e-2b96-4f26-9efa-8fede2bcdd4a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/67c3f19e-2b96-4f26-9efa-8fede2bcdd4a.jpg not downloaded yet
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563c1310>
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252F57773abf-8a89-45cb-bfb7-280f314e0fe5.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/57773abf-8a89-45cb-bfb7-280f314e0fe5.jpg saved to cache
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a45b31ba-b2f6-5972-94e3-6aa82835a9c5
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565694d0>
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252F34d77037-f020-47fc-a543-f246eec70ba4.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/34d77037-f020-47fc-a543-f246eec70ba4.jpg saved to cache
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a45b31ba-b2f6-5972-94e3-6aa82835a9c5
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156408910>
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252F017ec4d4-b997-4d54-8e14-dcddbba83638.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/017ec4d4-b997-4d54-8e14-dcddbba83638.jpg saved to cache
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a45b31ba-b2f6-5972-94e3-6aa82835a9c5
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156103310>
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252F9615c31c-548e-42a3-a089-d901dba9cc07.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/9615c31c-548e-42a3-a089-d901dba9cc07.jpg saved to cache
2026-03-26 12:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a45b31ba-b2f6-5972-94e3-6aa82835a9c5
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156497350>
2026-03-26 12:32:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252F99356ecf-0999-4669-a4af-a56edc586f55.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/99356ecf-0999-4669-a4af-a56edc586f55.jpg saved to cache
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a45b31ba-b2f6-5972-94e3-6aa82835a9c5
2026-03-26 12:32:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c133e10>
2026-03-26 12:32:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702430%252Fgeneral%252Fb2c3cc56-e22a-4c91-ab1c-e26de971a6bc.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702430/general/b2c3cc56-e22a-4c91-ab1c-e26de971a6bc.jpg saved to cache
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a45b31ba-b2f6-5972-94e3-6aa82835a9c5
2026-03-26 12:32:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a45b31ba-b2f6-5972-94e3-6aa82835a9c5, skipping ID generation
2026-03-26 12:32:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a45b31ba-b2f6-5972-94e3-6aa82835a9c5 with scrape type 1
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a45b31ba-b2f6-5972-94e3-6aa82835a9c5 sending to next pipeline
2026-03-26 12:32:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: a45b31ba-b2f6-5972-94e3-6aa82835a9c5, identifier: 10727900
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252F9232d975-5255-43cc-9e24-2d49933cc499.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/9232d975-5255-43cc-9e24-2d49933cc499.jpg not downloaded yet
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252F8bfdd3dc-6966-43ac-b555-f602b6915e8f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/8bfdd3dc-6966-43ac-b555-f602b6915e8f.jpg not downloaded yet
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252F9f9356db-5866-44e4-9935-361a88bbf07b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/9f9356db-5866-44e4-9935-361a88bbf07b.jpg not downloaded yet
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252F36107bc0-357d-402d-ad73-a4e74febe8db.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/36107bc0-357d-402d-ad73-a4e74febe8db.jpg not downloaded yet
2026-03-26 12:32:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: a45b31ba-b2f6-5972-94e3-6aa82835a9c5 with identifier: 10727900
2026-03-26 12:32:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: a45b31ba-b2f6-5972-94e3-6aa82835a9c5 with identifier: 10727900
2026-03-26 12:32:13 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: a45b31ba-b2f6-5972-94e3-6aa82835a9c5 with identifier: 10727900 to the API
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5702430/general/b2c3cc56-e22a-4c91-ab1c-e26de971a6bc.jpg>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:44:40Z',
'fuel_type': 'Hybrid',
'id': 'a45b31ba-b2f6-5972-94e3-6aa82835a9c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990971-2508734',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727900',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 44049,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 46,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74972,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702430/general/99356ecf-0999-4669-a4af-a56edc586f55.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74563,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702430/general/9615c31c-548e-42a3-a089-d901dba9cc07.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125230,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702430/general/57773abf-8a89-45cb-bfb7-280f314e0fe5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128434,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702430/general/017ec4d4-b997-4d54-8e14-dcddbba83638.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148142,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702430/general/b2c3cc56-e22a-4c91-ab1c-e26de971a6bc.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78491,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702430/general/34d77037-f020-47fc-a543-f246eec70ba4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 202277,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702430/general/e83adcbc-cc3a-43b2-afd6-1ee39e90f456.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143962,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702430/general/1990e725-390b-40c6-93c1-b7d48e36749c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91093,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702430/general/03590702-bb20-44ab-af23-8cc5b1a930df.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a45b31ba-b2f6-5972-94e3-6aa82835a9c5/a45b31ba-b2f6-5972-94e3-6aa82835a9c5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108858,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702430/general/b0157e37-4191-4d2c-a04b-ee75b330e931.jpg',
'Width': 1280}],
'price': 16400,
'price_includes_vat': True,
'registration_date': '2022-11-23',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 44.049 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727900%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [adesa.de] INFO: Saving data for 10727900: {'created_time': 1774528333.626278, 'last_price_update_time': 1774528333.62629, 'auction_closing_time': 1774619080.0}
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727900') HTTP/1.1" 204 0
2026-03-26 12:32:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726496> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252F2da61e62-d96e-4947-838a-8d547c32a61f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/2da61e62-d96e-4947-838a-8d547c32a61f.jpg not downloaded yet
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252Fdedbb657-c2e1-4dea-be89-70371bdf4402.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/dedbb657-c2e1-4dea-be89-70371bdf4402.jpg not downloaded yet
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252Fc0430c5f-7463-4208-8482-01c65c7f16ac.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/c0430c5f-7463-4208-8482-01c65c7f16ac.jpg not downloaded yet
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252F0048fa5d-3714-41af-b967-0fa33aa6891e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/0048fa5d-3714-41af-b967-0fa33aa6891e.jpg not downloaded yet
2026-03-26 12:32: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 12:32:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727131> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32: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 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252Fbf5d7c07-53cb-47b7-b9bb-e919b81366f3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/bf5d7c07-53cb-47b7-b9bb-e919b81366f3.jpg not downloaded yet
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252F785e7561-59c8-490f-bb42-c1db65f45e92.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/785e7561-59c8-490f-bb42-c1db65f45e92.jpg not downloaded yet
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252F277c897b-8d55-4229-b31e-f6e4cd25d738.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/277c897b-8d55-4229-b31e-f6e4cd25d738.jpg not downloaded yet
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252Fa9104a13-889a-465e-b6ef-ceb863ad85d9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/a9104a13-889a-465e-b6ef-ceb863ad85d9.jpg not downloaded yet
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252F89f5cecd-f70f-47ba-b9c6-8e01fd8ba9d7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/89f5cecd-f70f-47ba-b9c6-8e01fd8ba9d7.jpg not downloaded yet
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252F3cf5ce63-57a2-4a4a-bed3-52da94f0c03f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/3cf5ce63-57a2-4a4a-bed3-52da94f0c03f.jpg not downloaded yet
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252F7ea9f32a-6b65-4171-b00d-575b775bbb48.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/7ea9f32a-6b65-4171-b00d-575b775bbb48.jpg not downloaded yet
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252Fe07827fd-d9f3-48f1-be2a-057c67ce47d0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/e07827fd-d9f3-48f1-be2a-057c67ce47d0.jpg not downloaded yet
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252F97944d27-f039-4190-bb5c-9df145182170.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/97944d27-f039-4190-bb5c-9df145182170.jpg not downloaded yet
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252F6ec28f31-eec4-48e1-b941-a352e15d2804.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/6ec28f31-eec4-48e1-b941-a352e15d2804.jpg not downloaded yet
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252F11eaaf68-e0ec-4b97-8352-8b41b6b20287.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/11eaaf68-e0ec-4b97-8352-8b41b6b20287.jpg not downloaded yet
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252F89f2cdee-b5a8-4057-a25c-7774b45d19cd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/89f2cdee-b5a8-4057-a25c-7774b45d19cd.jpg not downloaded yet
2026-03-26 12:32:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97a4bb9a-fff8-5c56-9458-1887a378aa46 with identifier: 10726496
2026-03-26 12:32:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97a4bb9a-fff8-5c56-9458-1887a378aa46 with scrape type 1
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 97a4bb9a-fff8-5c56-9458-1887a378aa46
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252F2049cbdb-098f-4ab2-9c27-8bcaa7ea0229.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/2049cbdb-098f-4ab2-9c27-8bcaa7ea0229.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252F9d55a86b-374d-450a-9d3b-0c1e766ba1e8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/9d55a86b-374d-450a-9d3b-0c1e766ba1e8.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252Ff7684d94-1b73-4b07-ba61-0116eef88ffe.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/f7684d94-1b73-4b07-ba61-0116eef88ffe.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252F6f10a3a7-25f4-4289-b257-21d1234b6a63.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/6f10a3a7-25f4-4289-b257-21d1234b6a63.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252F4678652b-4cd0-460e-b7a4-27a341793b20.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/4678652b-4cd0-460e-b7a4-27a341793b20.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252F4b93a662-9659-4e90-8c1d-4f3b5a457884.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/4b93a662-9659-4e90-8c1d-4f3b5a457884.jpg not downloaded yet
2026-03-26 12:32:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746628/general/9f9356db-5866-44e4-9935-361a88bbf07b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726602)
2026-03-26 12:32:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746692/general/36107bc0-357d-402d-ad73-a4e74febe8db.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726671)
2026-03-26 12:32:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4ccd06d-193e-5620-aa59-513791c554c6 with identifier: 10727131
2026-03-26 12:32:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4ccd06d-193e-5620-aa59-513791c554c6 with scrape type 1
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d4ccd06d-193e-5620-aa59-513791c554c6
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F53ac1ebe-6351-4d2c-902a-f282f504f6e8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/53ac1ebe-6351-4d2c-902a-f282f504f6e8.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252F3f082b46-8690-4f2f-9547-868cff0e58f7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/3f082b46-8690-4f2f-9547-868cff0e58f7.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252F993433ba-19a3-4b06-83ad-071ac46cca96.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/993433ba-19a3-4b06-83ad-071ac46cca96.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252Fcd3cc2a3-4808-46f2-9f26-740c02945960.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/cd3cc2a3-4808-46f2-9f26-740c02945960.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252Ff463b5bc-3519-480e-b3ee-064f46509f55.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/f463b5bc-3519-480e-b3ee-064f46509f55.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252F50ec526f-911c-4e70-a66d-c7e827bbff2f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/50ec526f-911c-4e70-a66d-c7e827bbff2f.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F72630da8-b99e-4995-8348-321a7b5bdf6e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/72630da8-b99e-4995-8348-321a7b5bdf6e.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252Fae49932d-adc3-4981-a594-038c128c11b4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/ae49932d-adc3-4981-a594-038c128c11b4.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F0beee6ff-d3bb-446e-be23-bddf50d65878.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/0beee6ff-d3bb-446e-be23-bddf50d65878.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252F5e17c0ec-da6d-4565-801c-d160996e8588.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/5e17c0ec-da6d-4565-801c-d160996e8588.jpg not downloaded yet
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015656bbd0>
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252F9f9356db-5866-44e4-9935-361a88bbf07b.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/9f9356db-5866-44e4-9935-361a88bbf07b.jpg saved to cache
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9fa04de4-8875-5e9d-8222-775cef7c4904
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015644b990>
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252F36107bc0-357d-402d-ad73-a4e74febe8db.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/36107bc0-357d-402d-ad73-a4e74febe8db.jpg saved to cache
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c0833c09-e4e2-55ec-8674-a1a142b12190
2026-03-26 12:32:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746692/general/89f2cdee-b5a8-4057-a25c-7774b45d19cd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726671)
2026-03-26 12:32:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746529/general/2049cbdb-098f-4ab2-9c27-8bcaa7ea0229.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726496)
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F9d43def8-9ae6-4cdf-aa9c-3c06dcf37db3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/9d43def8-9ae6-4cdf-aa9c-3c06dcf37db3.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252Ffbf63770-7583-4034-98cf-59f35444701d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/fbf63770-7583-4034-98cf-59f35444701d.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F5be95368-1a44-4422-abda-c5496aa0dd48.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/5be95368-1a44-4422-abda-c5496aa0dd48.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252F7ccd832c-61ab-4fac-932f-d935667a01df.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/7ccd832c-61ab-4fac-932f-d935667a01df.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F1303d219-97a6-4e9b-aea9-0432702b3596.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/1303d219-97a6-4e9b-aea9-0432702b3596.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252Ffa003ce8-4684-4032-bfc6-58ffa5d7bfc2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/fa003ce8-4684-4032-bfc6-58ffa5d7bfc2.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F6993998a-5b96-48b8-a355-ce1395f7afc4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/6993998a-5b96-48b8-a355-ce1395f7afc4.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252F5581124a-a83b-4958-a248-003f9ad5f5dd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/5581124a-a83b-4958-a248-003f9ad5f5dd.jpg not downloaded yet
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F2507fea0-372d-44e9-baa5-2ff21ba5bb16.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/2507fea0-372d-44e9-baa5-2ff21ba5bb16.jpg not downloaded yet
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156faf0d0>
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252F89f2cdee-b5a8-4057-a25c-7774b45d19cd.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/89f2cdee-b5a8-4057-a25c-7774b45d19cd.jpg saved to cache
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c0833c09-e4e2-55ec-8674-a1a142b12190
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ec6290>
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252F2049cbdb-098f-4ab2-9c27-8bcaa7ea0229.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/2049cbdb-098f-4ab2-9c27-8bcaa7ea0229.jpg saved to cache
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 97a4bb9a-fff8-5c56-9458-1887a378aa46
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252Fb98214ba-5854-46bf-82aa-41c630968b3e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/b98214ba-5854-46bf-82aa-41c630968b3e.jpg not downloaded yet
2026-03-26 12:32:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746529/general/ae49932d-adc3-4981-a594-038c128c11b4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726496)
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F52e3609f-9e82-40fd-962c-a6ca517f3d10.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/52e3609f-9e82-40fd-962c-a6ca517f3d10.jpg not downloaded yet
2026-03-26 12:32:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746750/general/0beee6ff-d3bb-446e-be23-bddf50d65878.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727131)
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F344cbee7-48ab-4a6e-8a81-b48285f89ea2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/344cbee7-48ab-4a6e-8a81-b48285f89ea2.jpg not downloaded yet
2026-03-26 12:32:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746750/general/2507fea0-372d-44e9-baa5-2ff21ba5bb16.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727131)
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0991d0>
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252Fae49932d-adc3-4981-a594-038c128c11b4.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/ae49932d-adc3-4981-a594-038c128c11b4.jpg saved to cache
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 97a4bb9a-fff8-5c56-9458-1887a378aa46
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156568490>
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F0beee6ff-d3bb-446e-be23-bddf50d65878.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/0beee6ff-d3bb-446e-be23-bddf50d65878.jpg saved to cache
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d4ccd06d-193e-5620-aa59-513791c554c6
2026-03-26 12:32:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746529/general/b98214ba-5854-46bf-82aa-41c630968b3e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726496)
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562b6590>
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F2507fea0-372d-44e9-baa5-2ff21ba5bb16.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/2507fea0-372d-44e9-baa5-2ff21ba5bb16.jpg saved to cache
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d4ccd06d-193e-5620-aa59-513791c554c6
2026-03-26 12:32:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746750/general/344cbee7-48ab-4a6e-8a81-b48285f89ea2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727131)
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25f590>
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252Fb98214ba-5854-46bf-82aa-41c630968b3e.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/b98214ba-5854-46bf-82aa-41c630968b3e.jpg saved to cache
2026-03-26 12:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 97a4bb9a-fff8-5c56-9458-1887a378aa46
2026-03-26 12:32:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746750/general/52e3609f-9e82-40fd-962c-a6ca517f3d10.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727131)
2026-03-26 12:32:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746529/general/5581124a-a83b-4958-a248-003f9ad5f5dd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726496)
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562b4c50>
2026-03-26 12:32:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F344cbee7-48ab-4a6e-8a81-b48285f89ea2.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/344cbee7-48ab-4a6e-8a81-b48285f89ea2.jpg saved to cache
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d4ccd06d-193e-5620-aa59-513791c554c6
2026-03-26 12:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746750/general/6993998a-5b96-48b8-a355-ce1395f7afc4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727131)
2026-03-26 12:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746529/general/fa003ce8-4684-4032-bfc6-58ffa5d7bfc2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726496)
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c154f90>
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F52e3609f-9e82-40fd-962c-a6ca517f3d10.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/52e3609f-9e82-40fd-962c-a6ca517f3d10.jpg saved to cache
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d4ccd06d-193e-5620-aa59-513791c554c6
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562b5790>
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252F5581124a-a83b-4958-a248-003f9ad5f5dd.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/5581124a-a83b-4958-a248-003f9ad5f5dd.jpg saved to cache
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 97a4bb9a-fff8-5c56-9458-1887a378aa46
2026-03-26 12:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746750/general/1303d219-97a6-4e9b-aea9-0432702b3596.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727131)
2026-03-26 12:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746529/general/7ccd832c-61ab-4fac-932f-d935667a01df.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726496)
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156447590>
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F6993998a-5b96-48b8-a355-ce1395f7afc4.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/6993998a-5b96-48b8-a355-ce1395f7afc4.jpg saved to cache
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d4ccd06d-193e-5620-aa59-513791c554c6
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d31c110>
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252Ffa003ce8-4684-4032-bfc6-58ffa5d7bfc2.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/fa003ce8-4684-4032-bfc6-58ffa5d7bfc2.jpg saved to cache
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 97a4bb9a-fff8-5c56-9458-1887a378aa46
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156eb8ad0>
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F1303d219-97a6-4e9b-aea9-0432702b3596.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/1303d219-97a6-4e9b-aea9-0432702b3596.jpg saved to cache
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d4ccd06d-193e-5620-aa59-513791c554c6
2026-03-26 12:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746750/general/5be95368-1a44-4422-abda-c5496aa0dd48.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727131)
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25b850>
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252F7ccd832c-61ab-4fac-932f-d935667a01df.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/7ccd832c-61ab-4fac-932f-d935667a01df.jpg saved to cache
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 97a4bb9a-fff8-5c56-9458-1887a378aa46
2026-03-26 12:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746529/general/fbf63770-7583-4034-98cf-59f35444701d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726496)
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015620af90>
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F5be95368-1a44-4422-abda-c5496aa0dd48.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/5be95368-1a44-4422-abda-c5496aa0dd48.jpg saved to cache
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d4ccd06d-193e-5620-aa59-513791c554c6
2026-03-26 12:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746750/general/9d43def8-9ae6-4cdf-aa9c-3c06dcf37db3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727131)
2026-03-26 12:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746529/general/5e17c0ec-da6d-4565-801c-d160996e8588.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726496)
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156239650>
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252Ffbf63770-7583-4034-98cf-59f35444701d.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/fbf63770-7583-4034-98cf-59f35444701d.jpg saved to cache
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 97a4bb9a-fff8-5c56-9458-1887a378aa46
2026-03-26 12:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746750/general/72630da8-b99e-4995-8348-321a7b5bdf6e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727131)
2026-03-26 12:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746529/general/50ec526f-911c-4e70-a66d-c7e827bbff2f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726496)
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01561f4cd0>
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F9d43def8-9ae6-4cdf-aa9c-3c06dcf37db3.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/9d43def8-9ae6-4cdf-aa9c-3c06dcf37db3.jpg saved to cache
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d4ccd06d-193e-5620-aa59-513791c554c6
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e53f50>
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252F5e17c0ec-da6d-4565-801c-d160996e8588.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/5e17c0ec-da6d-4565-801c-d160996e8588.jpg saved to cache
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 97a4bb9a-fff8-5c56-9458-1887a378aa46
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015620ae10>
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F72630da8-b99e-4995-8348-321a7b5bdf6e.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/72630da8-b99e-4995-8348-321a7b5bdf6e.jpg saved to cache
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d4ccd06d-193e-5620-aa59-513791c554c6
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156550d50>
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252F50ec526f-911c-4e70-a66d-c7e827bbff2f.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/50ec526f-911c-4e70-a66d-c7e827bbff2f.jpg saved to cache
2026-03-26 12:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 97a4bb9a-fff8-5c56-9458-1887a378aa46
2026-03-26 12:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746628/general/cd3cc2a3-4808-46f2-9f26-740c02945960.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726602)
2026-03-26 12:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726513> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746692/general/f463b5bc-3519-480e-b3ee-064f46509f55.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726671)
2026-03-26 12:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727053> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746620/general/3f082b46-8690-4f2f-9547-868cff0e58f7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726592)
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156412050>
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252Fcd3cc2a3-4808-46f2-9f26-740c02945960.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/cd3cc2a3-4808-46f2-9f26-740c02945960.jpg saved to cache
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9fa04de4-8875-5e9d-8222-775cef7c4904
2026-03-26 12:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746561/general/993433ba-19a3-4b06-83ad-071ac46cca96.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726531)
2026-03-26 12:32:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21b799eb-1a09-540f-bbbc-ee4940f6a8fe with identifier: 10726513
2026-03-26 12:32:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21b799eb-1a09-540f-bbbc-ee4940f6a8fe with scrape type 1
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 21b799eb-1a09-540f-bbbc-ee4940f6a8fe
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252F1911556d-cf15-4c58-a7ac-482acdfcd063.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/1911556d-cf15-4c58-a7ac-482acdfcd063.jpg not downloaded yet
2026-03-26 12:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746750/general/53ac1ebe-6351-4d2c-902a-f282f504f6e8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727131)
2026-03-26 12:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746529/general/4b93a662-9659-4e90-8c1d-4f3b5a457884.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726496)
2026-03-26 12:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746692/general/4678652b-4cd0-460e-b7a4-27a341793b20.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726671)
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252Ff5dfcf08-4231-4b13-b6df-51e24f551ee0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/f5dfcf08-4231-4b13-b6df-51e24f551ee0.jpg not downloaded yet
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015641c310>
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252Ff463b5bc-3519-480e-b3ee-064f46509f55.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/f463b5bc-3519-480e-b3ee-064f46509f55.jpg saved to cache
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c0833c09-e4e2-55ec-8674-a1a142b12190
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252F2fa5555c-481b-4388-8f4a-02ac2982eb43.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/2fa5555c-481b-4388-8f4a-02ac2982eb43.jpg not downloaded yet
2026-03-26 12:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727892> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32: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 12:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746628/general/6f10a3a7-25f4-4289-b257-21d1234b6a63.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726602)
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252Fb3e24883-4071-4c82-ba01-4aa7bb2a3b3c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/b3e24883-4071-4c82-ba01-4aa7bb2a3b3c.jpg not downloaded yet
2026-03-26 12:32:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11 with identifier: 10727053
2026-03-26 12:32:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11 with scrape type 1
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252F497b7b96-a6f3-43ad-9bbd-c2be32403a6d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/497b7b96-a6f3-43ad-9bbd-c2be32403a6d.jpg not downloaded yet
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ec7350>
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252F3f082b46-8690-4f2f-9547-868cff0e58f7.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/3f082b46-8690-4f2f-9547-868cff0e58f7.jpg saved to cache
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a474f243-9e1b-5c49-9502-ef8f6f4d3c1d
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156415510>
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252F993433ba-19a3-4b06-83ad-071ac46cca96.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/993433ba-19a3-4b06-83ad-071ac46cca96.jpg saved to cache
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ad97b097-fba2-5c90-81c0-5af842caaf46
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252F42b6adbd-dcbe-491c-a891-a603183a94a5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/42b6adbd-dcbe-491c-a891-a603183a94a5.jpg not downloaded yet
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252F45fc63ef-b2c4-4de0-b49d-8cb10dfcb288.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/45fc63ef-b2c4-4de0-b49d-8cb10dfcb288.jpg not downloaded yet
2026-03-26 12:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746561/general/f7684d94-1b73-4b07-ba61-0116eef88ffe.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726531)
2026-03-26 12:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746620/general/9d55a86b-374d-450a-9d3b-0c1e766ba1e8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726592)
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c057f50>
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746750%252Fgeneral%252F53ac1ebe-6351-4d2c-902a-f282f504f6e8.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746750/general/53ac1ebe-6351-4d2c-902a-f282f504f6e8.jpg saved to cache
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d4ccd06d-193e-5620-aa59-513791c554c6
2026-03-26 12:32:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d4ccd06d-193e-5620-aa59-513791c554c6, skipping ID generation
2026-03-26 12:32:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4ccd06d-193e-5620-aa59-513791c554c6 with scrape type 1
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d4ccd06d-193e-5620-aa59-513791c554c6 sending to next pipeline
2026-03-26 12:32:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: d4ccd06d-193e-5620-aa59-513791c554c6, identifier: 10727131
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e3ef90>
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746529%252Fgeneral%252F4b93a662-9659-4e90-8c1d-4f3b5a457884.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746529/general/4b93a662-9659-4e90-8c1d-4f3b5a457884.jpg saved to cache
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 97a4bb9a-fff8-5c56-9458-1887a378aa46
2026-03-26 12:32:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 97a4bb9a-fff8-5c56-9458-1887a378aa46, skipping ID generation
2026-03-26 12:32:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97a4bb9a-fff8-5c56-9458-1887a378aa46 with scrape type 1
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 97a4bb9a-fff8-5c56-9458-1887a378aa46 sending to next pipeline
2026-03-26 12:32:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 97a4bb9a-fff8-5c56-9458-1887a378aa46, identifier: 10726496
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156551450>
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252F4678652b-4cd0-460e-b7a4-27a341793b20.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/4678652b-4cd0-460e-b7a4-27a341793b20.jpg saved to cache
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c0833c09-e4e2-55ec-8674-a1a142b12190
2026-03-26 12:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746628/general/11eaaf68-e0ec-4b97-8352-8b41b6b20287.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726602)
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252Fba88ac56-c32c-41cc-9843-9f36a9523ebb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/ba88ac56-c32c-41cc-9843-9f36a9523ebb.jpg not downloaded yet
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252F7e5e914f-aeeb-448c-8ea8-f7c6ab84a941.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/7e5e914f-aeeb-448c-8ea8-f7c6ab84a941.jpg not downloaded yet
2026-03-26 12:32:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: d4ccd06d-193e-5620-aa59-513791c554c6 with identifier: 10727131
2026-03-26 12:32:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: d4ccd06d-193e-5620-aa59-513791c554c6 with identifier: 10727131
2026-03-26 12:32:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: d4ccd06d-193e-5620-aa59-513791c554c6 with identifier: 10727131 to the API
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746750/general/53ac1ebe-6351-4d2c-902a-f282f504f6e8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 190,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'd4ccd06d-193e-5620-aa59-513791c554c6',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '408248',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727131',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': '3 Series',
'odometer': 97468,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 55,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169540,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746750/general/53ac1ebe-6351-4d2c-902a-f282f504f6e8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129907,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746750/general/72630da8-b99e-4995-8348-321a7b5bdf6e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166413,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746750/general/0beee6ff-d3bb-446e-be23-bddf50d65878.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118777,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746750/general/9d43def8-9ae6-4cdf-aa9c-3c06dcf37db3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141687,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746750/general/5be95368-1a44-4422-abda-c5496aa0dd48.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152661,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746750/general/1303d219-97a6-4e9b-aea9-0432702b3596.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117818,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746750/general/6993998a-5b96-48b8-a355-ce1395f7afc4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107617,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746750/general/2507fea0-372d-44e9-baa5-2ff21ba5bb16.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105366,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746750/general/52e3609f-9e82-40fd-962c-a6ca517f3d10.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d4ccd06d-193e-5620-aa59-513791c554c6/d4ccd06d-193e-5620-aa59-513791c554c6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101678,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746750/general/344cbee7-48ab-4a6e-8a81-b48285f89ea2.jpg',
'Width': 800}],
'price': 18600,
'price_includes_vat': True,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'BMW 3 Series Touring 320d - xDrive - Diesel - Automatic - 190 hp - '
'97.468 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727131%27 HTTP/1.1" 200 None
2026-03-26 12:32:17 [adesa.de] INFO: Saving data for 10727131: {'created_time': 1774528337.391692, 'last_price_update_time': 1774528337.391704, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727131') HTTP/1.1" 204 0
2026-03-26 12:32:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 97a4bb9a-fff8-5c56-9458-1887a378aa46 with identifier: 10726496
2026-03-26 12:32:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 97a4bb9a-fff8-5c56-9458-1887a378aa46 with identifier: 10726496
2026-03-26 12:32:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 97a4bb9a-fff8-5c56-9458-1887a378aa46 with identifier: 10726496 to the API
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746529/general/4b93a662-9659-4e90-8c1d-4f3b5a457884.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 184,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': '97a4bb9a-fff8-5c56-9458-1887a378aa46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '472970',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726496',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': '3 Series',
'odometer': 12866,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 40,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109519,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746529/general/2049cbdb-098f-4ab2-9c27-8bcaa7ea0229.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117681,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746529/general/4b93a662-9659-4e90-8c1d-4f3b5a457884.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151515,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746529/general/50ec526f-911c-4e70-a66d-c7e827bbff2f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161691,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746529/general/ae49932d-adc3-4981-a594-038c128c11b4.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91238,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746529/general/5e17c0ec-da6d-4565-801c-d160996e8588.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154892,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746529/general/fbf63770-7583-4034-98cf-59f35444701d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156025,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746529/general/7ccd832c-61ab-4fac-932f-d935667a01df.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162039,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746529/general/fa003ce8-4684-4032-bfc6-58ffa5d7bfc2.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98792,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746529/general/5581124a-a83b-4958-a248-003f9ad5f5dd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_97a4bb9a-fff8-5c56-9458-1887a378aa46/97a4bb9a-fff8-5c56-9458-1887a378aa46_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116079,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746529/general/b98214ba-5854-46bf-82aa-41c630968b3e.jpg',
'Width': 800}],
'price': 23300,
'price_includes_vat': True,
'registration_date': '2024-12-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'BMW 3 Series Touring 320i - Petrol - Automatic - 184 hp - 12.866 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726496%27 HTTP/1.1" 200 None
2026-03-26 12:32:17 [adesa.de] INFO: Saving data for 10726496: {'created_time': 1774528337.787322, 'last_price_update_time': 1774528337.787334, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726496') HTTP/1.1" 204 0
2026-03-26 12:32:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f24121c6-f99e-54c6-a129-85c6c12f6663 with identifier: 10727892
2026-03-26 12:32:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f24121c6-f99e-54c6-a129-85c6c12f6663 with scrape type 1
2026-03-26 12:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f24121c6-f99e-54c6-a129-85c6c12f6663
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702425%252Fgeneral%252F7f2e0a08-7d2f-465b-88bc-285042aa9e95.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702425/general/7f2e0a08-7d2f-465b-88bc-285042aa9e95.jpg already downloaded
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702425%252Fgeneral%252F1df09ac2-c79a-42a2-961b-6072aee98d5e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702425/general/1df09ac2-c79a-42a2-961b-6072aee98d5e.jpg already downloaded
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702425%252Fgeneral%252Fc68ee323-f185-483a-968c-c36f37509f26.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702425/general/c68ee323-f185-483a-968c-c36f37509f26.jpg already downloaded
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702425%252Fgeneral%252Fe5333c4c-1366-4fca-acaa-9d3a28d5280e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702425/general/e5333c4c-1366-4fca-acaa-9d3a28d5280e.jpg not downloaded yet
2026-03-26 12:32:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0a9650>
2026-03-26 12:32:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252F6f10a3a7-25f4-4289-b257-21d1234b6a63.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/6f10a3a7-25f4-4289-b257-21d1234b6a63.jpg saved to cache
2026-03-26 12:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9fa04de4-8875-5e9d-8222-775cef7c4904
2026-03-26 12:32:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746543/general/f5dfcf08-4231-4b13-b6df-51e24f551ee0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726513)
2026-03-26 12:32:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746543/general/2fa5555c-481b-4388-8f4a-02ac2982eb43.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726513)
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252Ffff6f824-cabd-4b9c-adf4-2c945c915a41.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/fff6f824-cabd-4b9c-adf4-2c945c915a41.jpg not downloaded yet
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252Fc530a390-8e62-4253-a326-453a9aa62ce1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/c530a390-8e62-4253-a326-453a9aa62ce1.jpg not downloaded yet
2026-03-26 12:32:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726412> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c182610>
2026-03-26 12:32:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252Ff7684d94-1b73-4b07-ba61-0116eef88ffe.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/f7684d94-1b73-4b07-ba61-0116eef88ffe.jpg saved to cache
2026-03-26 12:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ad97b097-fba2-5c90-81c0-5af842caaf46
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e44690>
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252F9d55a86b-374d-450a-9d3b-0c1e766ba1e8.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/9d55a86b-374d-450a-9d3b-0c1e766ba1e8.jpg saved to cache
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a474f243-9e1b-5c49-9502-ef8f6f4d3c1d
2026-03-26 12:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746543/general/b3e24883-4071-4c82-ba01-4aa7bb2a3b3c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726513)
2026-03-26 12:32: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 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702425%252Fgeneral%252F2e792bf3-d3c2-4d54-848b-1f484dcb0419.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702425/general/2e792bf3-d3c2-4d54-848b-1f484dcb0419.jpg already downloaded
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702425%252Fgeneral%252F9854e008-b153-40d5-869a-51f89c21a64a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702425/general/9854e008-b153-40d5-869a-51f89c21a64a.jpg already downloaded
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702425%252Fgeneral%252F0e8c5f5e-68a5-441e-89ce-76ccf549a002.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702425/general/0e8c5f5e-68a5-441e-89ce-76ccf549a002.jpg already downloaded
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702425%252Fgeneral%252Fe68659eb-c11b-43a1-8882-d995b53e9940.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702425/general/e68659eb-c11b-43a1-8882-d995b53e9940.jpg already downloaded
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702425%252Fgeneral%252F9397230d-b77e-4e6e-978f-48b555d65641.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702425/general/9397230d-b77e-4e6e-978f-48b555d65641.jpg already downloaded
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702425%252Fgeneral%252F07b0fdca-9c7e-47a0-aecf-9c1e46553f74.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702425/general/07b0fdca-9c7e-47a0-aecf-9c1e46553f74.jpg already downloaded
2026-03-26 12:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727128> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156147f90>
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252F11eaaf68-e0ec-4b97-8352-8b41b6b20287.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/11eaaf68-e0ec-4b97-8352-8b41b6b20287.jpg saved to cache
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9fa04de4-8875-5e9d-8222-775cef7c4904
2026-03-26 12:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746722/general/497b7b96-a6f3-43ad-9bbd-c2be32403a6d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727053)
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252F410e0896-8144-47c4-9227-e4fc49e5aeaa.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/410e0896-8144-47c4-9227-e4fc49e5aeaa.jpg not downloaded yet
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252F237d539c-2dcf-41dd-a14e-aabb5003e721.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/237d539c-2dcf-41dd-a14e-aabb5003e721.jpg not downloaded yet
2026-03-26 12:32: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 12:32:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f66090>
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252Ff5dfcf08-4231-4b13-b6df-51e24f551ee0.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/f5dfcf08-4231-4b13-b6df-51e24f551ee0.jpg saved to cache
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 21b799eb-1a09-540f-bbbc-ee4940f6a8fe
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015612e390>
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252F2fa5555c-481b-4388-8f4a-02ac2982eb43.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/2fa5555c-481b-4388-8f4a-02ac2982eb43.jpg saved to cache
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 21b799eb-1a09-540f-bbbc-ee4940f6a8fe
2026-03-26 12:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746722/general/45fc63ef-b2c4-4de0-b49d-8cb10dfcb288.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727053)
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252Faf7bdebe-9541-42c8-aa0a-77736b91e14c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/af7bdebe-9541-42c8-aa0a-77736b91e14c.jpg not downloaded yet
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252F735cb670-84c2-496d-83f6-bdbcf7ce2cd0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/735cb670-84c2-496d-83f6-bdbcf7ce2cd0.jpg not downloaded yet
2026-03-26 12:32:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a508dfa9-562d-5e64-9ce2-c594f2cac160 with identifier: 10726412
2026-03-26 12:32:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a508dfa9-562d-5e64-9ce2-c594f2cac160 with scrape type 1
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a508dfa9-562d-5e64-9ce2-c594f2cac160
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252Fe9161d09-b677-4ff4-b67b-c5580f75b5e8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/e9161d09-b677-4ff4-b67b-c5580f75b5e8.jpg not downloaded yet
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09bad0>
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252Fb3e24883-4071-4c82-ba01-4aa7bb2a3b3c.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/b3e24883-4071-4c82-ba01-4aa7bb2a3b3c.jpg saved to cache
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 21b799eb-1a09-540f-bbbc-ee4940f6a8fe
2026-03-26 12:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746543/general/ba88ac56-c32c-41cc-9843-9f36a9523ebb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726513)
2026-03-26 12:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746722/general/7e5e914f-aeeb-448c-8ea8-f7c6ab84a941.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727053)
2026-03-26 12:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746543/general/42b6adbd-dcbe-491c-a891-a603183a94a5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726513)
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252Fd2d6eb0a-d13b-4294-aa1b-a7525d46de01.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/d2d6eb0a-d13b-4294-aa1b-a7525d46de01.jpg not downloaded yet
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252F03dee269-4d4b-473b-ac89-91c3fc8ceb8f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/03dee269-4d4b-473b-ac89-91c3fc8ceb8f.jpg not downloaded yet
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252F7fd0c7fb-a292-4372-9160-00c2e2047a0c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/7fd0c7fb-a292-4372-9160-00c2e2047a0c.jpg not downloaded yet
2026-03-26 12:32:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d901f6c5-5eb7-5262-923f-a0b41fd09d50 with identifier: 10727128
2026-03-26 12:32:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d901f6c5-5eb7-5262-923f-a0b41fd09d50 with scrape type 1
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d901f6c5-5eb7-5262-923f-a0b41fd09d50
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F6dc4d586-5a46-4780-bba7-caaa86608574.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/6dc4d586-5a46-4780-bba7-caaa86608574.jpg not downloaded yet
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156102d10>
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252F497b7b96-a6f3-43ad-9bbd-c2be32403a6d.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/497b7b96-a6f3-43ad-9bbd-c2be32403a6d.jpg saved to cache
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11
2026-03-26 12:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702425/general/e5333c4c-1366-4fca-acaa-9d3a28d5280e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727892)
2026-03-26 12:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746543/general/fff6f824-cabd-4b9c-adf4-2c945c915a41.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726513)
2026-03-26 12:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746722/general/c530a390-8e62-4253-a326-453a9aa62ce1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727053)
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252F4592f047-5752-4b84-b74b-7a617a1d9bef.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/4592f047-5752-4b84-b74b-7a617a1d9bef.jpg not downloaded yet
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252F78add7a2-d6de-483e-a8e0-ab4024750efc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/78add7a2-d6de-483e-a8e0-ab4024750efc.jpg not downloaded yet
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F780f1702-e9a9-4904-8474-664c44e88c71.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/780f1702-e9a9-4904-8474-664c44e88c71.jpg not downloaded yet
2026-03-26 12:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746722/general/237d539c-2dcf-41dd-a14e-aabb5003e721.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727053)
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015612eed0>
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252F45fc63ef-b2c4-4de0-b49d-8cb10dfcb288.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/45fc63ef-b2c4-4de0-b49d-8cb10dfcb288.jpg saved to cache
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156334450>
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252Fba88ac56-c32c-41cc-9843-9f36a9523ebb.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/ba88ac56-c32c-41cc-9843-9f36a9523ebb.jpg saved to cache
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 21b799eb-1a09-540f-bbbc-ee4940f6a8fe
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156578e10>
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252F7e5e914f-aeeb-448c-8ea8-f7c6ab84a941.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/7e5e914f-aeeb-448c-8ea8-f7c6ab84a941.jpg saved to cache
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015638bd50>
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252F42b6adbd-dcbe-491c-a891-a603183a94a5.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/42b6adbd-dcbe-491c-a891-a603183a94a5.jpg saved to cache
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 21b799eb-1a09-540f-bbbc-ee4940f6a8fe
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252Fd5e24ec2-d66c-4636-83ae-02097d5cda0d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/d5e24ec2-d66c-4636-83ae-02097d5cda0d.jpg not downloaded yet
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252Fb21a1a6e-db92-47c7-9e72-1259fe2e587b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/b21a1a6e-db92-47c7-9e72-1259fe2e587b.jpg not downloaded yet
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F6b926d2a-1736-4a76-af3a-1b56f3ef3c20.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/6b926d2a-1736-4a76-af3a-1b56f3ef3c20.jpg not downloaded yet
2026-03-26 12:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746467/general/e9161d09-b677-4ff4-b67b-c5580f75b5e8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726412)
2026-03-26 12:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746543/general/410e0896-8144-47c4-9227-e4fc49e5aeaa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726513)
2026-03-26 12:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746561/general/6ec28f31-eec4-48e1-b941-a352e15d2804.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726531)
2026-03-26 12:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746543/general/af7bdebe-9541-42c8-aa0a-77736b91e14c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726513)
2026-03-26 12:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746722/general/735cb670-84c2-496d-83f6-bdbcf7ce2cd0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727053)
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252F509dff68-4cf6-464f-9ddb-23d962befb7b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/509dff68-4cf6-464f-9ddb-23d962befb7b.jpg not downloaded yet
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252Ff376b721-781f-4d54-b5b6-525d7aadc45d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/f376b721-781f-4d54-b5b6-525d7aadc45d.jpg not downloaded yet
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F9efed58b-149f-4d55-a468-9776601db7f2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/9efed58b-149f-4d55-a468-9776601db7f2.jpg not downloaded yet
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156243d10>
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f24121c6-f99e-54c6-a129-85c6c12f6663/f24121c6-f99e-54c6-a129-85c6c12f6663_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702425%252Fgeneral%252Fe5333c4c-1366-4fca-acaa-9d3a28d5280e.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702425/general/e5333c4c-1366-4fca-acaa-9d3a28d5280e.jpg saved to cache
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f24121c6-f99e-54c6-a129-85c6c12f6663
2026-03-26 12:32:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f24121c6-f99e-54c6-a129-85c6c12f6663, skipping ID generation
2026-03-26 12:32:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f24121c6-f99e-54c6-a129-85c6c12f6663 with scrape type 1
2026-03-26 12:32:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f24121c6-f99e-54c6-a129-85c6c12f6663 sending to next pipeline
2026-03-26 12:32:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f24121c6-f99e-54c6-a129-85c6c12f6663, identifier: 10727892
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ea5510>
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252Ffff6f824-cabd-4b9c-adf4-2c945c915a41.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/fff6f824-cabd-4b9c-adf4-2c945c915a41.jpg saved to cache
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 21b799eb-1a09-540f-bbbc-ee4940f6a8fe
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5c190>
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252Fc530a390-8e62-4253-a326-453a9aa62ce1.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/c530a390-8e62-4253-a326-453a9aa62ce1.jpg saved to cache
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645fd90>
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252F237d539c-2dcf-41dd-a14e-aabb5003e721.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/237d539c-2dcf-41dd-a14e-aabb5003e721.jpg saved to cache
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11
2026-03-26 12:32:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746543/general/1911556d-cf15-4c58-a7ac-482acdfcd063.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726513)
2026-03-26 12:32:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f24121c6-f99e-54c6-a129-85c6c12f6663 with identifier: 10727892
2026-03-26 12:32:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f24121c6-f99e-54c6-a129-85c6c12f6663 with identifier: 10727892
2026-03-26 12:32:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f24121c6-f99e-54c6-a129-85c6c12f6663 with identifier: 10727892 to the API
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5702425/general/e5333c4c-1366-4fca-acaa-9d3a28d5280e.jpg>
{'auction_title': '',
'c_o_2_emission_value': 163,
'category': 'SUV',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:35:20Z',
'fuel_type': 'Hybrid',
'id': 'f24121c6-f99e-54c6-a129-85c6c12f6663',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990930-2512520',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727892',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 25581,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f24121c6-f99e-54c6-a129-85c6c12f6663/f24121c6-f99e-54c6-a129-85c6c12f6663_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156955,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702425/general/7f2e0a08-7d2f-465b-88bc-285042aa9e95.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f24121c6-f99e-54c6-a129-85c6c12f6663/f24121c6-f99e-54c6-a129-85c6c12f6663_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240909,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702425/general/9397230d-b77e-4e6e-978f-48b555d65641.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f24121c6-f99e-54c6-a129-85c6c12f6663/f24121c6-f99e-54c6-a129-85c6c12f6663_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 220844,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702425/general/07b0fdca-9c7e-47a0-aecf-9c1e46553f74.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f24121c6-f99e-54c6-a129-85c6c12f6663/f24121c6-f99e-54c6-a129-85c6c12f6663_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 203977,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702425/general/2e792bf3-d3c2-4d54-848b-1f484dcb0419.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f24121c6-f99e-54c6-a129-85c6c12f6663/f24121c6-f99e-54c6-a129-85c6c12f6663_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127022,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702425/general/e5333c4c-1366-4fca-acaa-9d3a28d5280e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f24121c6-f99e-54c6-a129-85c6c12f6663/f24121c6-f99e-54c6-a129-85c6c12f6663_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218941,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702425/general/9854e008-b153-40d5-869a-51f89c21a64a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f24121c6-f99e-54c6-a129-85c6c12f6663/f24121c6-f99e-54c6-a129-85c6c12f6663_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157132,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702425/general/0e8c5f5e-68a5-441e-89ce-76ccf549a002.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f24121c6-f99e-54c6-a129-85c6c12f6663/f24121c6-f99e-54c6-a129-85c6c12f6663_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128802,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702425/general/1df09ac2-c79a-42a2-961b-6072aee98d5e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f24121c6-f99e-54c6-a129-85c6c12f6663/f24121c6-f99e-54c6-a129-85c6c12f6663_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115643,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702425/general/c68ee323-f185-483a-968c-c36f37509f26.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f24121c6-f99e-54c6-a129-85c6c12f6663/f24121c6-f99e-54c6-a129-85c6c12f6663_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259365,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702425/general/e68659eb-c11b-43a1-8882-d995b53e9940.jpg',
'Width': 1280}],
'price': 14300,
'price_includes_vat': True,
'registration_date': '2021-08-30',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 25.581 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2021}
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727892%27 HTTP/1.1" 200 None
2026-03-26 12:32:24 [adesa.de] INFO: Saving data for 10727892: {'created_time': 1774528344.59709, 'last_price_update_time': 1774528344.597102, 'auction_closing_time': 1774618520.0}
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727892') HTTP/1.1" 204 0
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252F136b7fb5-3b9a-460e-b1a7-447f59660fd2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/136b7fb5-3b9a-460e-b1a7-447f59660fd2.jpg not downloaded yet
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F6f621501-6cbd-46f2-80c6-74f06ad3a3e1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/6f621501-6cbd-46f2-80c6-74f06ad3a3e1.jpg not downloaded yet
2026-03-26 12:32:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746748/general/6dc4d586-5a46-4780-bba7-caaa86608574.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727128)
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156ecd090>
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252Fe9161d09-b677-4ff4-b67b-c5580f75b5e8.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/e9161d09-b677-4ff4-b67b-c5580f75b5e8.jpg saved to cache
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a508dfa9-562d-5e64-9ce2-c594f2cac160
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015639b590>
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252F410e0896-8144-47c4-9227-e4fc49e5aeaa.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/410e0896-8144-47c4-9227-e4fc49e5aeaa.jpg saved to cache
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 21b799eb-1a09-540f-bbbc-ee4940f6a8fe
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d258250>
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252F6ec28f31-eec4-48e1-b941-a352e15d2804.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/6ec28f31-eec4-48e1-b941-a352e15d2804.jpg saved to cache
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ad97b097-fba2-5c90-81c0-5af842caaf46
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562be350>
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252Faf7bdebe-9541-42c8-aa0a-77736b91e14c.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/af7bdebe-9541-42c8-aa0a-77736b91e14c.jpg saved to cache
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 21b799eb-1a09-540f-bbbc-ee4940f6a8fe
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ab290>
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252F735cb670-84c2-496d-83f6-bdbcf7ce2cd0.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/735cb670-84c2-496d-83f6-bdbcf7ce2cd0.jpg saved to cache
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252F28b028f1-4cf1-4291-a0b5-416e78da63c4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/28b028f1-4cf1-4291-a0b5-416e78da63c4.jpg not downloaded yet
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F74b956ea-e7ba-420a-a1c2-fe73ad86e5e2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/74b956ea-e7ba-420a-a1c2-fe73ad86e5e2.jpg not downloaded yet
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562bca50>
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252F1911556d-cf15-4c58-a7ac-482acdfcd063.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/1911556d-cf15-4c58-a7ac-482acdfcd063.jpg saved to cache
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 21b799eb-1a09-540f-bbbc-ee4940f6a8fe
2026-03-26 12:32:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746467/general/b21a1a6e-db92-47c7-9e72-1259fe2e587b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726412)
2026-03-26 12:32:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746748/general/780f1702-e9a9-4904-8474-664c44e88c71.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727128)
2026-03-26 12:32:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746748/general/6b926d2a-1736-4a76-af3a-1b56f3ef3c20.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727128)
2026-03-26 12:32:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746467/general/78add7a2-d6de-483e-a8e0-ab4024750efc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726412)
2026-03-26 12:32:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746722/general/d5e24ec2-d66c-4636-83ae-02097d5cda0d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727053)
2026-03-26 12:32:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746722/general/4592f047-5752-4b84-b74b-7a617a1d9bef.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727053)
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252Fcbfe2b82-92f7-4d6f-8697-6e9d3bc8b477.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/cbfe2b82-92f7-4d6f-8697-6e9d3bc8b477.jpg not downloaded yet
2026-03-26 12:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F8a0bb29f-6d53-4a95-9211-fbaa025cb32d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/8a0bb29f-6d53-4a95-9211-fbaa025cb32d.jpg not downloaded yet
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015641c690>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F6dc4d586-5a46-4780-bba7-caaa86608574.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/6dc4d586-5a46-4780-bba7-caaa86608574.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d901f6c5-5eb7-5262-923f-a0b41fd09d50
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252F01da6035-dbcc-4d49-8332-6efd8a17ae03.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/01da6035-dbcc-4d49-8332-6efd8a17ae03.jpg not downloaded yet
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F9377b3d4-4a23-4c66-8395-bca1c732c02e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/9377b3d4-4a23-4c66-8395-bca1c732c02e.jpg not downloaded yet
2026-03-26 12:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746748/general/9efed58b-149f-4d55-a468-9776601db7f2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727128)
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015623e810>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252Fb21a1a6e-db92-47c7-9e72-1259fe2e587b.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/b21a1a6e-db92-47c7-9e72-1259fe2e587b.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a508dfa9-562d-5e64-9ce2-c594f2cac160
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562539d0>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F780f1702-e9a9-4904-8474-664c44e88c71.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/780f1702-e9a9-4904-8474-664c44e88c71.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d901f6c5-5eb7-5262-923f-a0b41fd09d50
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645a990>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F6b926d2a-1736-4a76-af3a-1b56f3ef3c20.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/6b926d2a-1736-4a76-af3a-1b56f3ef3c20.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d901f6c5-5eb7-5262-923f-a0b41fd09d50
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0ab250>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252F78add7a2-d6de-483e-a8e0-ab4024750efc.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/78add7a2-d6de-483e-a8e0-ab4024750efc.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a508dfa9-562d-5e64-9ce2-c594f2cac160
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015645ae10>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252Fd5e24ec2-d66c-4636-83ae-02097d5cda0d.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/d5e24ec2-d66c-4636-83ae-02097d5cda0d.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015634d290>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252F4592f047-5752-4b84-b74b-7a617a1d9bef.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/4592f047-5752-4b84-b74b-7a617a1d9bef.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11
2026-03-26 12:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746467/general/28b028f1-4cf1-4291-a0b5-416e78da63c4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726412)
2026-03-26 12:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746722/general/509dff68-4cf6-464f-9ddb-23d962befb7b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727053)
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252Ff485a39c-7785-4d28-81cd-027dc6253892.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/f485a39c-7785-4d28-81cd-027dc6253892.jpg not downloaded yet
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F0938f60c-06ba-4aa4-ae38-ab4ca61bc3ab.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/0938f60c-06ba-4aa4-ae38-ab4ca61bc3ab.jpg not downloaded yet
2026-03-26 12:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746467/general/f376b721-781f-4d54-b5b6-525d7aadc45d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726412)
2026-03-26 12:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746467/general/136b7fb5-3b9a-460e-b1a7-447f59660fd2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726412)
2026-03-26 12:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746748/general/6f621501-6cbd-46f2-80c6-74f06ad3a3e1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727128)
2026-03-26 12:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746748/general/74b956ea-e7ba-420a-a1c2-fe73ad86e5e2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727128)
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252Fd33dc63c-d2ad-4d24-908e-f726cfa917bc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/d33dc63c-d2ad-4d24-908e-f726cfa917bc.jpg not downloaded yet
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fedd50>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F9efed58b-149f-4d55-a468-9776601db7f2.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/9efed58b-149f-4d55-a468-9776601db7f2.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d901f6c5-5eb7-5262-923f-a0b41fd09d50
2026-03-26 12:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746467/general/01da6035-dbcc-4d49-8332-6efd8a17ae03.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726412)
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156356d10>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252F28b028f1-4cf1-4291-a0b5-416e78da63c4.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/28b028f1-4cf1-4291-a0b5-416e78da63c4.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a508dfa9-562d-5e64-9ce2-c594f2cac160
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564be010>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252F509dff68-4cf6-464f-9ddb-23d962befb7b.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/509dff68-4cf6-464f-9ddb-23d962befb7b.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11
2026-03-26 12:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746748/general/9377b3d4-4a23-4c66-8395-bca1c732c02e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727128)
2026-03-26 12:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746748/general/8a0bb29f-6d53-4a95-9211-fbaa025cb32d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727128)
2026-03-26 12:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746467/general/7fd0c7fb-a292-4372-9160-00c2e2047a0c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726412)
2026-03-26 12:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746722/general/03dee269-4d4b-473b-ac89-91c3fc8ceb8f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727053)
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563488d0>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252Ff376b721-781f-4d54-b5b6-525d7aadc45d.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/f376b721-781f-4d54-b5b6-525d7aadc45d.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a508dfa9-562d-5e64-9ce2-c594f2cac160
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e87210>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252F136b7fb5-3b9a-460e-b1a7-447f59660fd2.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/136b7fb5-3b9a-460e-b1a7-447f59660fd2.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a508dfa9-562d-5e64-9ce2-c594f2cac160
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564bc650>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F6f621501-6cbd-46f2-80c6-74f06ad3a3e1.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/6f621501-6cbd-46f2-80c6-74f06ad3a3e1.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d901f6c5-5eb7-5262-923f-a0b41fd09d50
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156371990>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F74b956ea-e7ba-420a-a1c2-fe73ad86e5e2.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/74b956ea-e7ba-420a-a1c2-fe73ad86e5e2.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d901f6c5-5eb7-5262-923f-a0b41fd09d50
2026-03-26 12:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746467/general/cbfe2b82-92f7-4d6f-8697-6e9d3bc8b477.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726412)
2026-03-26 12:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746543/general/d2d6eb0a-d13b-4294-aa1b-a7525d46de01.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726513)
2026-03-26 12:32:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746748/general/d33dc63c-d2ad-4d24-908e-f726cfa917bc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727128)
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156424b50>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252F01da6035-dbcc-4d49-8332-6efd8a17ae03.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/01da6035-dbcc-4d49-8332-6efd8a17ae03.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a508dfa9-562d-5e64-9ce2-c594f2cac160
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156298910>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F9377b3d4-4a23-4c66-8395-bca1c732c02e.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/9377b3d4-4a23-4c66-8395-bca1c732c02e.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d901f6c5-5eb7-5262-923f-a0b41fd09d50
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156480e10>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F8a0bb29f-6d53-4a95-9211-fbaa025cb32d.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/8a0bb29f-6d53-4a95-9211-fbaa025cb32d.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d901f6c5-5eb7-5262-923f-a0b41fd09d50
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015629afd0>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252F7fd0c7fb-a292-4372-9160-00c2e2047a0c.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/7fd0c7fb-a292-4372-9160-00c2e2047a0c.jpg saved to cache
2026-03-26 12:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a508dfa9-562d-5e64-9ce2-c594f2cac160
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e39d0>
2026-03-26 12:32:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746722%252Fgeneral%252F03dee269-4d4b-473b-ac89-91c3fc8ceb8f.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746722/general/03dee269-4d4b-473b-ac89-91c3fc8ceb8f.jpg saved to cache
2026-03-26 12:32:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11
2026-03-26 12:32:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11, skipping ID generation
2026-03-26 12:32:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11 with scrape type 1
2026-03-26 12:32:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11 sending to next pipeline
2026-03-26 12:32:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11, identifier: 10727053
2026-03-26 12:32:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11 with identifier: 10727053
2026-03-26 12:32:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11 with identifier: 10727053
2026-03-26 12:32:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 5e80a768-7ff5-5cad-9c02-5b03a0e9ef11 with identifier: 10727053 to the API
2026-03-26 12:32:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746722/general/03dee269-4d4b-473b-ac89-91c3fc8ceb8f.jpg>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 245,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '5e80a768-7ff5-5cad-9c02-5b03a0e9ef11',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '392264',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727053',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Audi',
'model': 'A6',
'odometer': 84097,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 53,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111116,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746722/general/497b7b96-a6f3-43ad-9bbd-c2be32403a6d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147760,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746722/general/45fc63ef-b2c4-4de0-b49d-8cb10dfcb288.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109147,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746722/general/7e5e914f-aeeb-448c-8ea8-f7c6ab84a941.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124529,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746722/general/c530a390-8e62-4253-a326-453a9aa62ce1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84427,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746722/general/237d539c-2dcf-41dd-a14e-aabb5003e721.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79651,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746722/general/735cb670-84c2-496d-83f6-bdbcf7ce2cd0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71564,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746722/general/03dee269-4d4b-473b-ac89-91c3fc8ceb8f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73549,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746722/general/4592f047-5752-4b84-b74b-7a617a1d9bef.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116942,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746722/general/d5e24ec2-d66c-4636-83ae-02097d5cda0d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e80a768-7ff5-5cad-9c02-5b03a0e9ef11/5e80a768-7ff5-5cad-9c02-5b03a0e9ef11_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57418,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746722/general/509dff68-4cf6-464f-9ddb-23d962befb7b.jpg',
'Width': 800}],
'price': 21300,
'price_includes_vat': True,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Audi A6 Allroad 45 TDI - Quattro - Diesel - Automatic - 245 hp - '
'84.097 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727053%27 HTTP/1.1" 200 None
2026-03-26 12:32:26 [adesa.de] INFO: Saving data for 10727053: {'created_time': 1774528346.740836, 'last_price_update_time': 1774528346.740851, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727053') HTTP/1.1" 204 0
2026-03-26 12:32:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746748/general/0938f60c-06ba-4aa4-ae38-ab4ca61bc3ab.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727128)
2026-03-26 12:32:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746467/general/f485a39c-7785-4d28-81cd-027dc6253892.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726412)
2026-03-26 12:32:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746620/general/97944d27-f039-4190-bb5c-9df145182170.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726592)
2026-03-26 12:32:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746692/general/e07827fd-d9f3-48f1-be2a-057c67ce47d0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726671)
2026-03-26 12:32:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727887> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727835> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156298910>
2026-03-26 12:32:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252Fcbfe2b82-92f7-4d6f-8697-6e9d3bc8b477.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/cbfe2b82-92f7-4d6f-8697-6e9d3bc8b477.jpg saved to cache
2026-03-26 12:32:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a508dfa9-562d-5e64-9ce2-c594f2cac160
2026-03-26 12:32:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d11c150>
2026-03-26 12:32:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746543%252Fgeneral%252Fd2d6eb0a-d13b-4294-aa1b-a7525d46de01.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746543/general/d2d6eb0a-d13b-4294-aa1b-a7525d46de01.jpg saved to cache
2026-03-26 12:32:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 21b799eb-1a09-540f-bbbc-ee4940f6a8fe
2026-03-26 12:32:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 21b799eb-1a09-540f-bbbc-ee4940f6a8fe, skipping ID generation
2026-03-26 12:32:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21b799eb-1a09-540f-bbbc-ee4940f6a8fe with scrape type 1
2026-03-26 12:32:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 21b799eb-1a09-540f-bbbc-ee4940f6a8fe sending to next pipeline
2026-03-26 12:32:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 21b799eb-1a09-540f-bbbc-ee4940f6a8fe, identifier: 10726513
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e34050>
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252Fd33dc63c-d2ad-4d24-908e-f726cfa917bc.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/d33dc63c-d2ad-4d24-908e-f726cfa917bc.jpg saved to cache
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d901f6c5-5eb7-5262-923f-a0b41fd09d50
2026-03-26 12:32:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746628/general/7ea9f32a-6b65-4171-b00d-575b775bbb48.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726602)
2026-03-26 12:32:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746561/general/3cf5ce63-57a2-4a4a-bed3-52da94f0c03f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726531)
2026-03-26 12:32: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 12:32:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 21b799eb-1a09-540f-bbbc-ee4940f6a8fe with identifier: 10726513
2026-03-26 12:32:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 21b799eb-1a09-540f-bbbc-ee4940f6a8fe with identifier: 10726513
2026-03-26 12:32:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 21b799eb-1a09-540f-bbbc-ee4940f6a8fe with identifier: 10726513 to the API
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746543/general/d2d6eb0a-d13b-4294-aa1b-a7525d46de01.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 190,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '21b799eb-1a09-540f-bbbc-ee4940f6a8fe',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '402560',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726513',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': '3 Series',
'odometer': 107910,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 38,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141949,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746543/general/1911556d-cf15-4c58-a7ac-482acdfcd063.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133645,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746543/general/f5dfcf08-4231-4b13-b6df-51e24f551ee0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116534,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746543/general/2fa5555c-481b-4388-8f4a-02ac2982eb43.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60897,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746543/general/b3e24883-4071-4c82-ba01-4aa7bb2a3b3c.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71698,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746543/general/42b6adbd-dcbe-491c-a891-a603183a94a5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53702,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746543/general/ba88ac56-c32c-41cc-9843-9f36a9523ebb.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92122,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746543/general/fff6f824-cabd-4b9c-adf4-2c945c915a41.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84019,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746543/general/410e0896-8144-47c4-9227-e4fc49e5aeaa.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86697,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746543/general/af7bdebe-9541-42c8-aa0a-77736b91e14c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21b799eb-1a09-540f-bbbc-ee4940f6a8fe/21b799eb-1a09-540f-bbbc-ee4940f6a8fe_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69639,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746543/general/d2d6eb0a-d13b-4294-aa1b-a7525d46de01.jpg',
'Width': 800}],
'price': 18800,
'price_includes_vat': True,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'BMW 3 Series Touring 320d - xDrive - Diesel - Automatic - 190 hp - '
'107.910 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726513%27 HTTP/1.1" 200 None
2026-03-26 12:32:27 [adesa.de] INFO: Saving data for 10726513: {'created_time': 1774528347.460075, 'last_price_update_time': 1774528347.460087, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726513') HTTP/1.1" 204 0
2026-03-26 12:32:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746620/general/89f5cecd-f70f-47ba-b9c6-8e01fd8ba9d7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726592)
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c05afd0>
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746748%252Fgeneral%252F0938f60c-06ba-4aa4-ae38-ab4ca61bc3ab.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746748/general/0938f60c-06ba-4aa4-ae38-ab4ca61bc3ab.jpg saved to cache
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d901f6c5-5eb7-5262-923f-a0b41fd09d50
2026-03-26 12:32:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d901f6c5-5eb7-5262-923f-a0b41fd09d50, skipping ID generation
2026-03-26 12:32:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d901f6c5-5eb7-5262-923f-a0b41fd09d50 with scrape type 1
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d901f6c5-5eb7-5262-923f-a0b41fd09d50 sending to next pipeline
2026-03-26 12:32:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: d901f6c5-5eb7-5262-923f-a0b41fd09d50, identifier: 10727128
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015656b450>
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746467%252Fgeneral%252Ff485a39c-7785-4d28-81cd-027dc6253892.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746467/general/f485a39c-7785-4d28-81cd-027dc6253892.jpg saved to cache
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a508dfa9-562d-5e64-9ce2-c594f2cac160
2026-03-26 12:32:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a508dfa9-562d-5e64-9ce2-c594f2cac160, skipping ID generation
2026-03-26 12:32:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a508dfa9-562d-5e64-9ce2-c594f2cac160 with scrape type 1
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a508dfa9-562d-5e64-9ce2-c594f2cac160 sending to next pipeline
2026-03-26 12:32:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: a508dfa9-562d-5e64-9ce2-c594f2cac160, identifier: 10726412
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d254bd0>
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252F97944d27-f039-4190-bb5c-9df145182170.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/97944d27-f039-4190-bb5c-9df145182170.jpg saved to cache
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a474f243-9e1b-5c49-9502-ef8f6f4d3c1d
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c6580d0>
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252Fe07827fd-d9f3-48f1-be2a-057c67ce47d0.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/e07827fd-d9f3-48f1-be2a-057c67ce47d0.jpg saved to cache
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c0833c09-e4e2-55ec-8674-a1a142b12190
2026-03-26 12:32:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 899ce73e-bd94-5e98-af0c-14c10b14e5c6 with identifier: 10727887
2026-03-26 12:32:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 899ce73e-bd94-5e98-af0c-14c10b14e5c6 with scrape type 1
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 899ce73e-bd94-5e98-af0c-14c10b14e5c6
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636288%252Fgeneral%252F35fb3860-b053-4bef-9cd1-c4a3e4d57962.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636288/general/35fb3860-b053-4bef-9cd1-c4a3e4d57962.jpg already downloaded
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636288%252Fgeneral%252Ff09e75ab-022f-4ec6-829f-d1d024c7fb79.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636288/general/f09e75ab-022f-4ec6-829f-d1d024c7fb79.jpg already downloaded
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636288%252Fgeneral%252Febfdc363-faa6-42b6-ac35-7b9b13ab4673.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636288/general/ebfdc363-faa6-42b6-ac35-7b9b13ab4673.jpg already downloaded
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636288%252Fgeneral%252F1aac4be1-af84-4e95-a8a5-dfe205a5cc03.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636288/general/1aac4be1-af84-4e95-a8a5-dfe205a5cc03.jpg already downloaded
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636288%252Fgeneral%252F805244eb-4f98-4b13-9ac0-06e911b0b469.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636288/general/805244eb-4f98-4b13-9ac0-06e911b0b469.jpg already downloaded
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636288%252Fgeneral%252F807cee0b-3555-4d3c-b892-39e322df807c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636288/general/807cee0b-3555-4d3c-b892-39e322df807c.jpg already downloaded
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636288%252Fgeneral%252F030aa7bf-a8c8-4834-9d99-8da85e21e51a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636288/general/030aa7bf-a8c8-4834-9d99-8da85e21e51a.jpg already downloaded
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636288%252Fgeneral%252F763e27b0-c964-4b0a-8970-812db40bf17a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636288/general/763e27b0-c964-4b0a-8970-812db40bf17a.jpg already downloaded
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636288%252Fgeneral%252F5b7b4e46-2c46-448a-b1e1-9c5749ffbce3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636288/general/5b7b4e46-2c46-448a-b1e1-9c5749ffbce3.jpg already downloaded
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5636288%252Fgeneral%252F4dd725e2-48fe-4179-8754-441d7979384f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5636288/general/4dd725e2-48fe-4179-8754-441d7979384f.jpg already downloaded
2026-03-26 12:32:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 899ce73e-bd94-5e98-af0c-14c10b14e5c6, identifier: 10727887
2026-03-26 12:32:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa12ff83-8be9-5773-a97e-cad7336bc0ff with identifier: 10727835
2026-03-26 12:32:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa12ff83-8be9-5773-a97e-cad7336bc0ff with scrape type 1
2026-03-26 12:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item aa12ff83-8be9-5773-a97e-cad7336bc0ff
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715203%252Fgeneral%252Fb2edf32f-0dc1-4bac-8cfe-011bb7117da8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715203/general/b2edf32f-0dc1-4bac-8cfe-011bb7117da8.jpg already downloaded
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715203%252Fgeneral%252F37399217-1d56-47b8-afb5-22e853ebc9bc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715203/general/37399217-1d56-47b8-afb5-22e853ebc9bc.jpg already downloaded
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715203%252Fgeneral%252Fedf31600-13d1-410d-a890-6afec0b1658a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715203/general/edf31600-13d1-410d-a890-6afec0b1658a.jpg already downloaded
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715203%252Fgeneral%252F0c177c86-93ef-4892-b616-c050034ddf39.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715203/general/0c177c86-93ef-4892-b616-c050034ddf39.jpg already downloaded
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715203%252Fgeneral%252Fcc04a9bf-c7dd-49be-b2b4-2e1f6ce61590.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715203/general/cc04a9bf-c7dd-49be-b2b4-2e1f6ce61590.jpg already downloaded
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715203%252Fgeneral%252Fa7d3fb5b-ed6a-4b35-9438-26d3763e0688.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715203/general/a7d3fb5b-ed6a-4b35-9438-26d3763e0688.jpg already downloaded
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715203%252Fgeneral%252Fd83608ff-c787-4c78-950c-c095488219a8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715203/general/d83608ff-c787-4c78-950c-c095488219a8.jpg already downloaded
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715203%252Fgeneral%252F471b3b1d-d542-4a45-a852-ebc64395bb8f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715203/general/471b3b1d-d542-4a45-a852-ebc64395bb8f.jpg already downloaded
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715203%252Fgeneral%252F67f9df76-a3ed-4860-9412-160e50615893.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715203/general/67f9df76-a3ed-4860-9412-160e50615893.jpg already downloaded
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715203%252Fgeneral%252F6f5aa21d-da75-4df0-8b96-5255c7386307.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715203/general/6f5aa21d-da75-4df0-8b96-5255c7386307.jpg already downloaded
2026-03-26 12:32:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: aa12ff83-8be9-5773-a97e-cad7336bc0ff, identifier: 10727835
2026-03-26 12:32:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: d901f6c5-5eb7-5262-923f-a0b41fd09d50 with identifier: 10727128
2026-03-26 12:32:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: d901f6c5-5eb7-5262-923f-a0b41fd09d50 with identifier: 10727128
2026-03-26 12:32:28 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: d901f6c5-5eb7-5262-923f-a0b41fd09d50 with identifier: 10727128 to the API
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:32:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746748/general/0938f60c-06ba-4aa4-ae38-ab4ca61bc3ab.jpg>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 178,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'd901f6c5-5eb7-5262-923f-a0b41fd09d50',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '429002',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727128',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': '1 Series',
'odometer': 47247,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 54,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121978,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746748/general/6dc4d586-5a46-4780-bba7-caaa86608574.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121548,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746748/general/780f1702-e9a9-4904-8474-664c44e88c71.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112045,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746748/general/6b926d2a-1736-4a76-af3a-1b56f3ef3c20.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107402,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746748/general/9efed58b-149f-4d55-a468-9776601db7f2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74714,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746748/general/6f621501-6cbd-46f2-80c6-74f06ad3a3e1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84207,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746748/general/74b956ea-e7ba-420a-a1c2-fe73ad86e5e2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87357,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746748/general/8a0bb29f-6d53-4a95-9211-fbaa025cb32d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64038,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746748/general/9377b3d4-4a23-4c66-8395-bca1c732c02e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94544,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746748/general/0938f60c-06ba-4aa4-ae38-ab4ca61bc3ab.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d901f6c5-5eb7-5262-923f-a0b41fd09d50/d901f6c5-5eb7-5262-923f-a0b41fd09d50_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86091,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746748/general/d33dc63c-d2ad-4d24-908e-f726cfa917bc.jpg',
'Width': 800}],
'price': 12900,
'price_includes_vat': True,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'BMW 1 Series 120i M Sport - Petrol - Automatic - 178 hp - 47.247 km',
'transmission': 'automatic',
'trim': 'M Sport',
'vin': None,
'year': 2023}
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727128%27 HTTP/1.1" 200 None
2026-03-26 12:32:28 [adesa.de] INFO: Saving data for 10727128: {'created_time': 1774528348.928852, 'last_price_update_time': 1774528348.928864, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727128') HTTP/1.1" 204 0
2026-03-26 12:32:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: a508dfa9-562d-5e64-9ce2-c594f2cac160 with identifier: 10726412
2026-03-26 12:32:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: a508dfa9-562d-5e64-9ce2-c594f2cac160 with identifier: 10726412
2026-03-26 12:32:29 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: a508dfa9-562d-5e64-9ce2-c594f2cac160 with identifier: 10726412 to the API
2026-03-26 12:32:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:32:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746467/general/f485a39c-7785-4d28-81cd-027dc6253892.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 163,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Hybrid',
'id': 'a508dfa9-562d-5e64-9ce2-c594f2cac160',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '384395',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726412',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': '3 Series',
'odometer': 47210,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 30,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85177,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746467/general/e9161d09-b677-4ff4-b67b-c5580f75b5e8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86141,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746467/general/7fd0c7fb-a292-4372-9160-00c2e2047a0c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74888,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746467/general/78add7a2-d6de-483e-a8e0-ab4024750efc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64809,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746467/general/b21a1a6e-db92-47c7-9e72-1259fe2e587b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67326,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746467/general/f376b721-781f-4d54-b5b6-525d7aadc45d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73083,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746467/general/136b7fb5-3b9a-460e-b1a7-447f59660fd2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61347,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746467/general/28b028f1-4cf1-4291-a0b5-416e78da63c4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83410,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746467/general/cbfe2b82-92f7-4d6f-8697-6e9d3bc8b477.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81315,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746467/general/01da6035-dbcc-4d49-8332-6efd8a17ae03.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a508dfa9-562d-5e64-9ce2-c594f2cac160/a508dfa9-562d-5e64-9ce2-c594f2cac160_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80139,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746467/general/f485a39c-7785-4d28-81cd-027dc6253892.jpg',
'Width': 800}],
'price': 19000,
'price_includes_vat': True,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'BMW 3 Series GT - Hybrid - Automatic - 163 hp - 47.210 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726412%27 HTTP/1.1" 200 None
2026-03-26 12:32:30 [adesa.de] INFO: Saving data for 10726412: {'created_time': 1774528350.167225, 'last_price_update_time': 1774528350.167236, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726412') HTTP/1.1" 204 0
2026-03-26 12:32:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 899ce73e-bd94-5e98-af0c-14c10b14e5c6 with identifier: 10727887
2026-03-26 12:32:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 899ce73e-bd94-5e98-af0c-14c10b14e5c6 with identifier: 10727887
2026-03-26 12:32:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 899ce73e-bd94-5e98-af0c-14c10b14e5c6 with identifier: 10727887 to the API
2026-03-26 12:32:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:32:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727887>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:41:20Z',
'fuel_type': 'Hybrid',
'id': '899ce73e-bd94-5e98-af0c-14c10b14e5c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990938-2485065',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727887',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 137552,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 15,
'photo_urls': ['https://images.openlane.eu/carimgs/5636288/general/35fb3860-b053-4bef-9cd1-c4a3e4d57962.jpg',
'https://images.openlane.eu/carimgs/5636288/general/f09e75ab-022f-4ec6-829f-d1d024c7fb79.jpg',
'https://images.openlane.eu/carimgs/5636288/general/ebfdc363-faa6-42b6-ac35-7b9b13ab4673.jpg',
'https://images.openlane.eu/carimgs/5636288/general/1aac4be1-af84-4e95-a8a5-dfe205a5cc03.jpg',
'https://images.openlane.eu/carimgs/5636288/general/805244eb-4f98-4b13-9ac0-06e911b0b469.jpg',
'https://images.openlane.eu/carimgs/5636288/general/807cee0b-3555-4d3c-b892-39e322df807c.jpg',
'https://images.openlane.eu/carimgs/5636288/general/030aa7bf-a8c8-4834-9d99-8da85e21e51a.jpg',
'https://images.openlane.eu/carimgs/5636288/general/763e27b0-c964-4b0a-8970-812db40bf17a.jpg',
'https://images.openlane.eu/carimgs/5636288/general/5b7b4e46-2c46-448a-b1e1-9c5749ffbce3.jpg',
'https://images.openlane.eu/carimgs/5636288/general/4dd725e2-48fe-4179-8754-441d7979384f.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_899ce73e-bd94-5e98-af0c-14c10b14e5c6/899ce73e-bd94-5e98-af0c-14c10b14e5c6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109965,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636288/general/35fb3860-b053-4bef-9cd1-c4a3e4d57962.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_899ce73e-bd94-5e98-af0c-14c10b14e5c6/899ce73e-bd94-5e98-af0c-14c10b14e5c6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91188,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636288/general/f09e75ab-022f-4ec6-829f-d1d024c7fb79.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_899ce73e-bd94-5e98-af0c-14c10b14e5c6/899ce73e-bd94-5e98-af0c-14c10b14e5c6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148741,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636288/general/ebfdc363-faa6-42b6-ac35-7b9b13ab4673.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_899ce73e-bd94-5e98-af0c-14c10b14e5c6/899ce73e-bd94-5e98-af0c-14c10b14e5c6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105777,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636288/general/1aac4be1-af84-4e95-a8a5-dfe205a5cc03.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_899ce73e-bd94-5e98-af0c-14c10b14e5c6/899ce73e-bd94-5e98-af0c-14c10b14e5c6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81211,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636288/general/805244eb-4f98-4b13-9ac0-06e911b0b469.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_899ce73e-bd94-5e98-af0c-14c10b14e5c6/899ce73e-bd94-5e98-af0c-14c10b14e5c6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108279,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636288/general/807cee0b-3555-4d3c-b892-39e322df807c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_899ce73e-bd94-5e98-af0c-14c10b14e5c6/899ce73e-bd94-5e98-af0c-14c10b14e5c6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81841,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636288/general/030aa7bf-a8c8-4834-9d99-8da85e21e51a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_899ce73e-bd94-5e98-af0c-14c10b14e5c6/899ce73e-bd94-5e98-af0c-14c10b14e5c6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 197922,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636288/general/763e27b0-c964-4b0a-8970-812db40bf17a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_899ce73e-bd94-5e98-af0c-14c10b14e5c6/899ce73e-bd94-5e98-af0c-14c10b14e5c6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155466,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636288/general/5b7b4e46-2c46-448a-b1e1-9c5749ffbce3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_899ce73e-bd94-5e98-af0c-14c10b14e5c6/899ce73e-bd94-5e98-af0c-14c10b14e5c6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144921,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5636288/general/4dd725e2-48fe-4179-8754-441d7979384f.jpg',
'Width': 1280}],
'price': 12300,
'price_includes_vat': True,
'registration_date': '2022-10-19',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 137.552 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727887%27 HTTP/1.1" 200 None
2026-03-26 12:32:30 [adesa.de] INFO: Saving data for 10727887: {'created_time': 1774528350.560308, 'last_price_update_time': 1774528350.560319, 'auction_closing_time': 1774618880.0}
2026-03-26 12:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727887') HTTP/1.1" 204 0
2026-03-26 12:32:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: aa12ff83-8be9-5773-a97e-cad7336bc0ff with identifier: 10727835
2026-03-26 12:32:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: aa12ff83-8be9-5773-a97e-cad7336bc0ff with identifier: 10727835
2026-03-26 12:32:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: aa12ff83-8be9-5773-a97e-cad7336bc0ff with identifier: 10727835 to the API
2026-03-26 12:32:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12: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 12:32:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727835>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:35:40Z',
'fuel_type': 'Hybrid',
'id': 'aa12ff83-8be9-5773-a97e-cad7336bc0ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990954-2479734',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727835',
'listing': 'auction',
'location': 'Amberg (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 26274,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 16,
'photo_urls': ['https://images.openlane.eu/carimgs/5715203/general/b2edf32f-0dc1-4bac-8cfe-011bb7117da8.jpg',
'https://images.openlane.eu/carimgs/5715203/general/37399217-1d56-47b8-afb5-22e853ebc9bc.jpg',
'https://images.openlane.eu/carimgs/5715203/general/edf31600-13d1-410d-a890-6afec0b1658a.jpg',
'https://images.openlane.eu/carimgs/5715203/general/0c177c86-93ef-4892-b616-c050034ddf39.jpg',
'https://images.openlane.eu/carimgs/5715203/general/cc04a9bf-c7dd-49be-b2b4-2e1f6ce61590.jpg',
'https://images.openlane.eu/carimgs/5715203/general/a7d3fb5b-ed6a-4b35-9438-26d3763e0688.jpg',
'https://images.openlane.eu/carimgs/5715203/general/d83608ff-c787-4c78-950c-c095488219a8.jpg',
'https://images.openlane.eu/carimgs/5715203/general/471b3b1d-d542-4a45-a852-ebc64395bb8f.jpg',
'https://images.openlane.eu/carimgs/5715203/general/67f9df76-a3ed-4860-9412-160e50615893.jpg',
'https://images.openlane.eu/carimgs/5715203/general/6f5aa21d-da75-4df0-8b96-5255c7386307.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aa12ff83-8be9-5773-a97e-cad7336bc0ff/aa12ff83-8be9-5773-a97e-cad7336bc0ff_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95419,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715203/general/b2edf32f-0dc1-4bac-8cfe-011bb7117da8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aa12ff83-8be9-5773-a97e-cad7336bc0ff/aa12ff83-8be9-5773-a97e-cad7336bc0ff_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218858,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715203/general/37399217-1d56-47b8-afb5-22e853ebc9bc.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aa12ff83-8be9-5773-a97e-cad7336bc0ff/aa12ff83-8be9-5773-a97e-cad7336bc0ff_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169827,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715203/general/edf31600-13d1-410d-a890-6afec0b1658a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aa12ff83-8be9-5773-a97e-cad7336bc0ff/aa12ff83-8be9-5773-a97e-cad7336bc0ff_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 179987,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715203/general/6f5aa21d-da75-4df0-8b96-5255c7386307.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aa12ff83-8be9-5773-a97e-cad7336bc0ff/aa12ff83-8be9-5773-a97e-cad7336bc0ff_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91450,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715203/general/cc04a9bf-c7dd-49be-b2b4-2e1f6ce61590.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aa12ff83-8be9-5773-a97e-cad7336bc0ff/aa12ff83-8be9-5773-a97e-cad7336bc0ff_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142959,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715203/general/0c177c86-93ef-4892-b616-c050034ddf39.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aa12ff83-8be9-5773-a97e-cad7336bc0ff/aa12ff83-8be9-5773-a97e-cad7336bc0ff_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119825,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715203/general/a7d3fb5b-ed6a-4b35-9438-26d3763e0688.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aa12ff83-8be9-5773-a97e-cad7336bc0ff/aa12ff83-8be9-5773-a97e-cad7336bc0ff_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93751,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715203/general/d83608ff-c787-4c78-950c-c095488219a8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aa12ff83-8be9-5773-a97e-cad7336bc0ff/aa12ff83-8be9-5773-a97e-cad7336bc0ff_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167488,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715203/general/471b3b1d-d542-4a45-a852-ebc64395bb8f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aa12ff83-8be9-5773-a97e-cad7336bc0ff/aa12ff83-8be9-5773-a97e-cad7336bc0ff_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113709,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715203/general/67f9df76-a3ed-4860-9412-160e50615893.jpg',
'Width': 1280}],
'price': 16600,
'price_includes_vat': True,
'registration_date': '2022-08-15',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - Hybrid - Automatic - 181 hp - 26.274 '
'km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727835%27 HTTP/1.1" 200 None
2026-03-26 12:32:30 [adesa.de] INFO: Saving data for 10727835: {'created_time': 1774528350.93408, 'last_price_update_time': 1774528350.934094, 'auction_closing_time': 1774618540.0}
2026-03-26 12:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727835') HTTP/1.1" 204 0
2026-03-26 12:32:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746628/general/277c897b-8d55-4229-b31e-f6e4cd25d738.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726602)
2026-03-26 12:32:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156145b10>
2026-03-26 12:32:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252F7ea9f32a-6b65-4171-b00d-575b775bbb48.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/7ea9f32a-6b65-4171-b00d-575b775bbb48.jpg saved to cache
2026-03-26 12:32:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9fa04de4-8875-5e9d-8222-775cef7c4904
2026-03-26 12:32:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562e5710>
2026-03-26 12:32:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252F3cf5ce63-57a2-4a4a-bed3-52da94f0c03f.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/3cf5ce63-57a2-4a4a-bed3-52da94f0c03f.jpg saved to cache
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ad97b097-fba2-5c90-81c0-5af842caaf46
2026-03-26 12:32:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746692/general/a9104a13-889a-465e-b6ef-ceb863ad85d9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726671)
2026-03-26 12:32:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746561/general/785e7561-59c8-490f-bb42-c1db65f45e92.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726531)
2026-03-26 12:32:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746561/general/dedbb657-c2e1-4dea-be89-70371bdf4402.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726531)
2026-03-26 12:32:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746692/general/0048fa5d-3714-41af-b967-0fa33aa6891e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726671)
2026-03-26 12:32:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746620/general/bf5d7c07-53cb-47b7-b9bb-e919b81366f3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726592)
2026-03-26 12:32:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728044> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746628/general/c0430c5f-7463-4208-8482-01c65c7f16ac.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726602)
2026-03-26 12:32:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746620/general/2da61e62-d96e-4947-838a-8d547c32a61f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726592)
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015640c9d0>
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252F89f5cecd-f70f-47ba-b9c6-8e01fd8ba9d7.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/89f5cecd-f70f-47ba-b9c6-8e01fd8ba9d7.jpg saved to cache
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a474f243-9e1b-5c49-9502-ef8f6f4d3c1d
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f5c8d0>
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252F277c897b-8d55-4229-b31e-f6e4cd25d738.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/277c897b-8d55-4229-b31e-f6e4cd25d738.jpg saved to cache
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9fa04de4-8875-5e9d-8222-775cef7c4904
2026-03-26 12:32:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746561/general/8bfdd3dc-6966-43ac-b555-f602b6915e8f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726531)
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156101610>
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252Fa9104a13-889a-465e-b6ef-ceb863ad85d9.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/a9104a13-889a-465e-b6ef-ceb863ad85d9.jpg saved to cache
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c0833c09-e4e2-55ec-8674-a1a142b12190
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1986d0>
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252F785e7561-59c8-490f-bb42-c1db65f45e92.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/785e7561-59c8-490f-bb42-c1db65f45e92.jpg saved to cache
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ad97b097-fba2-5c90-81c0-5af842caaf46
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156f79450>
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252Fdedbb657-c2e1-4dea-be89-70371bdf4402.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/dedbb657-c2e1-4dea-be89-70371bdf4402.jpg saved to cache
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ad97b097-fba2-5c90-81c0-5af842caaf46
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156459490>
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252F0048fa5d-3714-41af-b967-0fa33aa6891e.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/0048fa5d-3714-41af-b967-0fa33aa6891e.jpg saved to cache
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c0833c09-e4e2-55ec-8674-a1a142b12190
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09c710>
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252Fbf5d7c07-53cb-47b7-b9bb-e919b81366f3.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/bf5d7c07-53cb-47b7-b9bb-e919b81366f3.jpg saved to cache
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a474f243-9e1b-5c49-9502-ef8f6f4d3c1d
2026-03-26 12:32:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f367edcf-b8e7-557c-8a89-d3539df349c6 with identifier: 10728044
2026-03-26 12:32:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f367edcf-b8e7-557c-8a89-d3539df349c6 with scrape type 1
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f367edcf-b8e7-557c-8a89-d3539df349c6
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680959%252Fgeneral%252Fc2214d17-891c-4766-8283-4d4ddb357a4f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680959/general/c2214d17-891c-4766-8283-4d4ddb357a4f.jpg already downloaded
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680959%252Fgeneral%252F5b09b421-794f-4c21-9921-20202888f833.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680959/general/5b09b421-794f-4c21-9921-20202888f833.jpg already downloaded
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680959%252Fgeneral%252Fc91bcc6f-e2da-40b3-b317-4a68b75110fc.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680959/general/c91bcc6f-e2da-40b3-b317-4a68b75110fc.jpg already downloaded
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680959%252Fgeneral%252F44b2ab90-4374-4526-9328-a8f397cd0cb3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680959/general/44b2ab90-4374-4526-9328-a8f397cd0cb3.jpg already downloaded
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680959%252Fgeneral%252F29d50cbe-0b55-4cae-8b79-201b4ce4426a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680959/general/29d50cbe-0b55-4cae-8b79-201b4ce4426a.jpg already downloaded
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680959%252Fgeneral%252Fd08ace07-b537-4244-8779-366791ace080.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680959/general/d08ace07-b537-4244-8779-366791ace080.jpg already downloaded
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680959%252Fgeneral%252Fa4ef8e99-31e2-4705-b40e-4a153b464b52.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680959/general/a4ef8e99-31e2-4705-b40e-4a153b464b52.jpg already downloaded
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680959%252Fgeneral%252F1773a23a-cf6c-44db-9a50-79f5ca50a782.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680959/general/1773a23a-cf6c-44db-9a50-79f5ca50a782.jpg already downloaded
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680959%252Fgeneral%252F896a9509-1d1b-4afb-9aa4-d6ca707ea03e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680959/general/896a9509-1d1b-4afb-9aa4-d6ca707ea03e.jpg already downloaded
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680959%252Fgeneral%252Fb04ae162-aa7e-42da-bd03-6dcba35f2ab7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680959/general/b04ae162-aa7e-42da-bd03-6dcba35f2ab7.jpg already downloaded
2026-03-26 12:32:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f367edcf-b8e7-557c-8a89-d3539df349c6, identifier: 10728044
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e2be50>
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252Fc0430c5f-7463-4208-8482-01c65c7f16ac.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/c0430c5f-7463-4208-8482-01c65c7f16ac.jpg saved to cache
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9fa04de4-8875-5e9d-8222-775cef7c4904
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c106610>
2026-03-26 12:32:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252F2da61e62-d96e-4947-838a-8d547c32a61f.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/2da61e62-d96e-4947-838a-8d547c32a61f.jpg saved to cache
2026-03-26 12:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a474f243-9e1b-5c49-9502-ef8f6f4d3c1d
2026-03-26 12:32:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746620/general/9232d975-5255-43cc-9e24-2d49933cc499.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726592)
2026-03-26 12:32:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f367edcf-b8e7-557c-8a89-d3539df349c6 with identifier: 10728044
2026-03-26 12:32:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f367edcf-b8e7-557c-8a89-d3539df349c6 with identifier: 10728044
2026-03-26 12:32:31 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f367edcf-b8e7-557c-8a89-d3539df349c6 with identifier: 10728044 to the API
2026-03-26 12:32:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728044>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 200,
'expiration_date': '2026-03-27T13:30:20Z',
'fuel_type': 'Hybrid',
'id': 'f367edcf-b8e7-557c-8a89-d3539df349c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990956-2506773',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728044',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 63102,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 10,
'photo_urls': ['https://images.openlane.eu/carimgs/5680959/general/c2214d17-891c-4766-8283-4d4ddb357a4f.jpg',
'https://images.openlane.eu/carimgs/5680959/general/5b09b421-794f-4c21-9921-20202888f833.jpg',
'https://images.openlane.eu/carimgs/5680959/general/c91bcc6f-e2da-40b3-b317-4a68b75110fc.jpg',
'https://images.openlane.eu/carimgs/5680959/general/44b2ab90-4374-4526-9328-a8f397cd0cb3.jpg',
'https://images.openlane.eu/carimgs/5680959/general/29d50cbe-0b55-4cae-8b79-201b4ce4426a.jpg',
'https://images.openlane.eu/carimgs/5680959/general/d08ace07-b537-4244-8779-366791ace080.jpg',
'https://images.openlane.eu/carimgs/5680959/general/a4ef8e99-31e2-4705-b40e-4a153b464b52.jpg',
'https://images.openlane.eu/carimgs/5680959/general/1773a23a-cf6c-44db-9a50-79f5ca50a782.jpg',
'https://images.openlane.eu/carimgs/5680959/general/896a9509-1d1b-4afb-9aa4-d6ca707ea03e.jpg',
'https://images.openlane.eu/carimgs/5680959/general/b04ae162-aa7e-42da-bd03-6dcba35f2ab7.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f367edcf-b8e7-557c-8a89-d3539df349c6/f367edcf-b8e7-557c-8a89-d3539df349c6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144365,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680959/general/c2214d17-891c-4766-8283-4d4ddb357a4f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f367edcf-b8e7-557c-8a89-d3539df349c6/f367edcf-b8e7-557c-8a89-d3539df349c6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 272930,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680959/general/5b09b421-794f-4c21-9921-20202888f833.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f367edcf-b8e7-557c-8a89-d3539df349c6/f367edcf-b8e7-557c-8a89-d3539df349c6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232679,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680959/general/c91bcc6f-e2da-40b3-b317-4a68b75110fc.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f367edcf-b8e7-557c-8a89-d3539df349c6/f367edcf-b8e7-557c-8a89-d3539df349c6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236933,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680959/general/44b2ab90-4374-4526-9328-a8f397cd0cb3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f367edcf-b8e7-557c-8a89-d3539df349c6/f367edcf-b8e7-557c-8a89-d3539df349c6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152261,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680959/general/29d50cbe-0b55-4cae-8b79-201b4ce4426a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f367edcf-b8e7-557c-8a89-d3539df349c6/f367edcf-b8e7-557c-8a89-d3539df349c6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119165,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680959/general/d08ace07-b537-4244-8779-366791ace080.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f367edcf-b8e7-557c-8a89-d3539df349c6/f367edcf-b8e7-557c-8a89-d3539df349c6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 265867,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680959/general/a4ef8e99-31e2-4705-b40e-4a153b464b52.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f367edcf-b8e7-557c-8a89-d3539df349c6/f367edcf-b8e7-557c-8a89-d3539df349c6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222017,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680959/general/1773a23a-cf6c-44db-9a50-79f5ca50a782.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f367edcf-b8e7-557c-8a89-d3539df349c6/f367edcf-b8e7-557c-8a89-d3539df349c6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 248717,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680959/general/896a9509-1d1b-4afb-9aa4-d6ca707ea03e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f367edcf-b8e7-557c-8a89-d3539df349c6/f367edcf-b8e7-557c-8a89-d3539df349c6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 275857,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680959/general/b04ae162-aa7e-42da-bd03-6dcba35f2ab7.jpg',
'Width': 1280}],
'price': 16200,
'price_includes_vat': True,
'registration_date': '2022-10-13',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - AWD - Hybrid - Automatic - 200 hp - '
'63.102 km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728044%27 HTTP/1.1" 200 None
2026-03-26 12:32:32 [adesa.de] INFO: Saving data for 10728044: {'created_time': 1774528352.201831, 'last_price_update_time': 1774528352.201843, 'auction_closing_time': 1774618220.0}
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728044') HTTP/1.1" 204 0
2026-03-26 12:32:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746561/general/39006d9f-2b30-448b-b2e2-08cf82c66cf3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726531)
2026-03-26 12:32:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746628/general/a07cb11f-6e23-4956-99af-cb5d3060c9e1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726602)
2026-03-26 12:32:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746692/general/67c3f19e-2b96-4f26-9efa-8fede2bcdd4a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726671)
2026-03-26 12:32:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746620/general/a5836c95-0388-429d-8845-b60b0e44157c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726592)
2026-03-26 12:32:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746628/general/dc1d67ed-b152-41c4-a0fb-666db989e6a3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726602)
2026-03-26 12:32: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 12:32: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 12:32:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563bbb90>
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252F8bfdd3dc-6966-43ac-b555-f602b6915e8f.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/8bfdd3dc-6966-43ac-b555-f602b6915e8f.jpg saved to cache
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ad97b097-fba2-5c90-81c0-5af842caaf46
2026-03-26 12:32:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746692/general/3de91920-b462-437c-b3ce-aa1ef58f8118.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726671)
2026-03-26 12:32:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746561/general/a26a987c-295c-44cc-a94b-5afae0d69450.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726531)
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1862d0>
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252F9232d975-5255-43cc-9e24-2d49933cc499.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/9232d975-5255-43cc-9e24-2d49933cc499.jpg saved to cache
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a474f243-9e1b-5c49-9502-ef8f6f4d3c1d
2026-03-26 12:32:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746620/general/d9d402d2-d3b5-4356-9d6b-ab0387708e97.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726592)
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156508410>
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252F39006d9f-2b30-448b-b2e2-08cf82c66cf3.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/39006d9f-2b30-448b-b2e2-08cf82c66cf3.jpg saved to cache
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ad97b097-fba2-5c90-81c0-5af842caaf46
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c131350>
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252Fa07cb11f-6e23-4956-99af-cb5d3060c9e1.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/a07cb11f-6e23-4956-99af-cb5d3060c9e1.jpg saved to cache
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9fa04de4-8875-5e9d-8222-775cef7c4904
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0de250>
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252F67c3f19e-2b96-4f26-9efa-8fede2bcdd4a.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/67c3f19e-2b96-4f26-9efa-8fede2bcdd4a.jpg saved to cache
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c0833c09-e4e2-55ec-8674-a1a142b12190
2026-03-26 12:32:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746620/general/301a7278-016c-4056-9260-7d70a4cb976b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726592)
2026-03-26 12:32:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746692/general/2374108f-c381-44c1-8918-f6700676e91c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726671)
2026-03-26 12:32:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746628/general/4cab74b7-747b-4196-9df5-01e357dd712b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726602)
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156338290>
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252Fa5836c95-0388-429d-8845-b60b0e44157c.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/a5836c95-0388-429d-8845-b60b0e44157c.jpg saved to cache
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a474f243-9e1b-5c49-9502-ef8f6f4d3c1d
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0498d0>
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252Fdc1d67ed-b152-41c4-a0fb-666db989e6a3.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/dc1d67ed-b152-41c4-a0fb-666db989e6a3.jpg saved to cache
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9fa04de4-8875-5e9d-8222-775cef7c4904
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156426ed0>
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252F3de91920-b462-437c-b3ce-aa1ef58f8118.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/3de91920-b462-437c-b3ce-aa1ef58f8118.jpg saved to cache
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c0833c09-e4e2-55ec-8674-a1a142b12190
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e47a90>
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252Fa26a987c-295c-44cc-a94b-5afae0d69450.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/a26a987c-295c-44cc-a94b-5afae0d69450.jpg saved to cache
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ad97b097-fba2-5c90-81c0-5af842caaf46
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015634a990>
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252Fd9d402d2-d3b5-4356-9d6b-ab0387708e97.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/d9d402d2-d3b5-4356-9d6b-ab0387708e97.jpg saved to cache
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a474f243-9e1b-5c49-9502-ef8f6f4d3c1d
2026-03-26 12:32:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746561/general/7aa19b72-e25a-41c1-9c5f-05b3b59d5824.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726531)
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563cbf90>
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746620%252Fgeneral%252F301a7278-016c-4056-9260-7d70a4cb976b.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746620/general/301a7278-016c-4056-9260-7d70a4cb976b.jpg saved to cache
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a474f243-9e1b-5c49-9502-ef8f6f4d3c1d
2026-03-26 12:32:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a474f243-9e1b-5c49-9502-ef8f6f4d3c1d, skipping ID generation
2026-03-26 12:32:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a474f243-9e1b-5c49-9502-ef8f6f4d3c1d with scrape type 1
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a474f243-9e1b-5c49-9502-ef8f6f4d3c1d sending to next pipeline
2026-03-26 12:32:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: a474f243-9e1b-5c49-9502-ef8f6f4d3c1d, identifier: 10726592
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015613a090>
2026-03-26 12:32:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746692%252Fgeneral%252F2374108f-c381-44c1-8918-f6700676e91c.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746692/general/2374108f-c381-44c1-8918-f6700676e91c.jpg saved to cache
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c0833c09-e4e2-55ec-8674-a1a142b12190
2026-03-26 12:32:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c0833c09-e4e2-55ec-8674-a1a142b12190, skipping ID generation
2026-03-26 12:32:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0833c09-e4e2-55ec-8674-a1a142b12190 with scrape type 1
2026-03-26 12:32:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c0833c09-e4e2-55ec-8674-a1a142b12190 sending to next pipeline
2026-03-26 12:32:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: c0833c09-e4e2-55ec-8674-a1a142b12190, identifier: 10726671
2026-03-26 12:32:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fc1bd0>
2026-03-26 12:32:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746628%252Fgeneral%252F4cab74b7-747b-4196-9df5-01e357dd712b.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746628/general/4cab74b7-747b-4196-9df5-01e357dd712b.jpg saved to cache
2026-03-26 12:32:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9fa04de4-8875-5e9d-8222-775cef7c4904
2026-03-26 12:32:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9fa04de4-8875-5e9d-8222-775cef7c4904, skipping ID generation
2026-03-26 12:32:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fa04de4-8875-5e9d-8222-775cef7c4904 with scrape type 1
2026-03-26 12:32:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9fa04de4-8875-5e9d-8222-775cef7c4904 sending to next pipeline
2026-03-26 12:32:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 9fa04de4-8875-5e9d-8222-775cef7c4904, identifier: 10726602
2026-03-26 12:32:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: a474f243-9e1b-5c49-9502-ef8f6f4d3c1d with identifier: 10726592
2026-03-26 12:32:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: a474f243-9e1b-5c49-9502-ef8f6f4d3c1d with identifier: 10726592
2026-03-26 12:32:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: a474f243-9e1b-5c49-9502-ef8f6f4d3c1d with identifier: 10726592 to the API
2026-03-26 12:32:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746620/general/301a7278-016c-4056-9260-7d70a4cb976b.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'a474f243-9e1b-5c49-9502-ef8f6f4d3c1d',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '6128175',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726592',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Citroën',
'model': 'C4',
'odometer': 13830,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 27,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92212,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746620/general/301a7278-016c-4056-9260-7d70a4cb976b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85818,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746620/general/d9d402d2-d3b5-4356-9d6b-ab0387708e97.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91860,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746620/general/a5836c95-0388-429d-8845-b60b0e44157c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86250,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746620/general/9232d975-5255-43cc-9e24-2d49933cc499.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76776,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746620/general/2da61e62-d96e-4947-838a-8d547c32a61f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81085,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746620/general/bf5d7c07-53cb-47b7-b9bb-e919b81366f3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97394,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746620/general/89f5cecd-f70f-47ba-b9c6-8e01fd8ba9d7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90357,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746620/general/97944d27-f039-4190-bb5c-9df145182170.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103801,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746620/general/9d55a86b-374d-450a-9d3b-0c1e766ba1e8.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a474f243-9e1b-5c49-9502-ef8f6f4d3c1d/a474f243-9e1b-5c49-9502-ef8f6f4d3c1d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27614,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746620/general/3f082b46-8690-4f2f-9547-868cff0e58f7.jpg',
'Width': 800}],
'price': 12800,
'price_includes_vat': True,
'registration_date': '2025-02-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Citroën C4 Max - Petrol - Automatic - 136 hp - 13.830 km',
'transmission': 'automatic',
'trim': 'Max',
'vin': None,
'year': 2025}
2026-03-26 12:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726592%27 HTTP/1.1" 200 None
2026-03-26 12:32:33 [adesa.de] INFO: Saving data for 10726592: {'created_time': 1774528353.632021, 'last_price_update_time': 1774528353.632034, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726592') HTTP/1.1" 204 0
2026-03-26 12:32:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: c0833c09-e4e2-55ec-8674-a1a142b12190 with identifier: 10726671
2026-03-26 12:32:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: c0833c09-e4e2-55ec-8674-a1a142b12190 with identifier: 10726671
2026-03-26 12:32:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: c0833c09-e4e2-55ec-8674-a1a142b12190 with identifier: 10726671 to the API
2026-03-26 12:32:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746692/general/2374108f-c381-44c1-8918-f6700676e91c.jpg>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'c0833c09-e4e2-55ec-8674-a1a142b12190',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5806987',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726671',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 38623,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 32,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130042,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746692/general/2374108f-c381-44c1-8918-f6700676e91c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135963,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746692/general/3de91920-b462-437c-b3ce-aa1ef58f8118.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119779,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746692/general/67c3f19e-2b96-4f26-9efa-8fede2bcdd4a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104171,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746692/general/36107bc0-357d-402d-ad73-a4e74febe8db.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99655,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746692/general/0048fa5d-3714-41af-b967-0fa33aa6891e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104165,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746692/general/a9104a13-889a-465e-b6ef-ceb863ad85d9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113209,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746692/general/e07827fd-d9f3-48f1-be2a-057c67ce47d0.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95572,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746692/general/89f2cdee-b5a8-4057-a25c-7774b45d19cd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81709,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746692/general/4678652b-4cd0-460e-b7a4-27a341793b20.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0833c09-e4e2-55ec-8674-a1a142b12190/c0833c09-e4e2-55ec-8674-a1a142b12190_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73329,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746692/general/f463b5bc-3519-480e-b3ee-064f46509f55.jpg',
'Width': 800}],
'price': 12900,
'price_includes_vat': True,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Cupra Formentor 1.5 TSI - Petrol - Automatic - 150 hp - 38.623 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-26 12:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726671%27 HTTP/1.1" 200 None
2026-03-26 12:32:34 [adesa.de] INFO: Saving data for 10726671: {'created_time': 1774528354.055378, 'last_price_update_time': 1774528354.055389, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726671') HTTP/1.1" 204 0
2026-03-26 12:32:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 9fa04de4-8875-5e9d-8222-775cef7c4904 with identifier: 10726602
2026-03-26 12:32:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 9fa04de4-8875-5e9d-8222-775cef7c4904 with identifier: 10726602
2026-03-26 12:32:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 9fa04de4-8875-5e9d-8222-775cef7c4904 with identifier: 10726602 to the API
2026-03-26 12:32:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746628/general/4cab74b7-747b-4196-9df5-01e357dd712b.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 286,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Diesel',
'id': '9fa04de4-8875-5e9d-8222-775cef7c4904',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '404117',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726602',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': 'X3',
'odometer': 120660,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 26,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105594,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746628/general/4cab74b7-747b-4196-9df5-01e357dd712b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151341,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746628/general/dc1d67ed-b152-41c4-a0fb-666db989e6a3.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128588,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746628/general/a07cb11f-6e23-4956-99af-cb5d3060c9e1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123077,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746628/general/9f9356db-5866-44e4-9935-361a88bbf07b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142985,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746628/general/c0430c5f-7463-4208-8482-01c65c7f16ac.jpg',
'Width': 960},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62971,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746628/general/277c897b-8d55-4229-b31e-f6e4cd25d738.jpg',
'Width': 450},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146827,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746628/general/7ea9f32a-6b65-4171-b00d-575b775bbb48.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145569,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746628/general/11eaaf68-e0ec-4b97-8352-8b41b6b20287.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72772,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746628/general/6f10a3a7-25f4-4289-b257-21d1234b6a63.jpg',
'Width': 450},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9fa04de4-8875-5e9d-8222-775cef7c4904/9fa04de4-8875-5e9d-8222-775cef7c4904_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60421,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746628/general/cd3cc2a3-4808-46f2-9f26-740c02945960.jpg',
'Width': 450}],
'price': 24000,
'price_includes_vat': True,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'BMW X3 30d - xDrive - Diesel - Automatic - 286 hp - 120.660 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726602%27 HTTP/1.1" 200 None
2026-03-26 12:32:34 [adesa.de] INFO: Saving data for 10726602: {'created_time': 1774528354.476307, 'last_price_update_time': 1774528354.476317, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726602') HTTP/1.1" 204 0
2026-03-26 12:32:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562ac390>
2026-03-26 12:32:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746561%252Fgeneral%252F7aa19b72-e25a-41c1-9c5f-05b3b59d5824.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746561/general/7aa19b72-e25a-41c1-9c5f-05b3b59d5824.jpg saved to cache
2026-03-26 12:32:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ad97b097-fba2-5c90-81c0-5af842caaf46
2026-03-26 12:32:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ad97b097-fba2-5c90-81c0-5af842caaf46, skipping ID generation
2026-03-26 12:32:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad97b097-fba2-5c90-81c0-5af842caaf46 with scrape type 1
2026-03-26 12:32:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ad97b097-fba2-5c90-81c0-5af842caaf46 sending to next pipeline
2026-03-26 12:32:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: ad97b097-fba2-5c90-81c0-5af842caaf46, identifier: 10726531
2026-03-26 12:32:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: ad97b097-fba2-5c90-81c0-5af842caaf46 with identifier: 10726531
2026-03-26 12:32:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: ad97b097-fba2-5c90-81c0-5af842caaf46 with identifier: 10726531
2026-03-26 12:32:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: ad97b097-fba2-5c90-81c0-5af842caaf46 with identifier: 10726531 to the API
2026-03-26 12:32:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746561/general/7aa19b72-e25a-41c1-9c5f-05b3b59d5824.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 286,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': 'ad97b097-fba2-5c90-81c0-5af842caaf46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '5787568',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726531',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': 'i4',
'odometer': 37290,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 40,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166944,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746561/general/7aa19b72-e25a-41c1-9c5f-05b3b59d5824.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107835,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746561/general/a26a987c-295c-44cc-a94b-5afae0d69450.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125328,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746561/general/39006d9f-2b30-448b-b2e2-08cf82c66cf3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173680,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746561/general/8bfdd3dc-6966-43ac-b555-f602b6915e8f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108818,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746561/general/dedbb657-c2e1-4dea-be89-70371bdf4402.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119356,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746561/general/785e7561-59c8-490f-bb42-c1db65f45e92.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161226,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746561/general/3cf5ce63-57a2-4a4a-bed3-52da94f0c03f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109152,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746561/general/6ec28f31-eec4-48e1-b941-a352e15d2804.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95917,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746561/general/f7684d94-1b73-4b07-ba61-0116eef88ffe.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad97b097-fba2-5c90-81c0-5af842caaf46/ad97b097-fba2-5c90-81c0-5af842caaf46_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103275,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746561/general/993433ba-19a3-4b06-83ad-071ac46cca96.jpg',
'Width': 800}],
'price': 22400,
'price_includes_vat': True,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'BMW i4 35 - Electric - Automatic - 286 hp - 37.290 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-26 12:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726531%27 HTTP/1.1" 200 None
2026-03-26 12:32:35 [adesa.de] INFO: Saving data for 10726531: {'created_time': 1774528355.047702, 'last_price_update_time': 1774528355.047713, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726531') HTTP/1.1" 204 0
2026-03-26 12:32:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726622> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32: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 12:32:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1 with identifier: 10726622
2026-03-26 12:32:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1 with scrape type 1
2026-03-26 12:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252Fd36b78cd-aa5d-4ba7-85da-d67df10751a5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/d36b78cd-aa5d-4ba7-85da-d67df10751a5.jpg not downloaded yet
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252F95c5abee-86a2-487f-b364-0516ae20df4f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/95c5abee-86a2-487f-b364-0516ae20df4f.jpg not downloaded yet
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252F2c9d3b09-991e-451d-b920-a41ad97c0d77.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/2c9d3b09-991e-451d-b920-a41ad97c0d77.jpg not downloaded yet
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252Fbd3acbbd-427a-4457-b181-3af58bece260.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/bd3acbbd-427a-4457-b181-3af58bece260.jpg not downloaded yet
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252F4f185d4f-bf06-45c7-ba2a-9d3d6567dbed.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/4f185d4f-bf06-45c7-ba2a-9d3d6567dbed.jpg not downloaded yet
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252F5ca09348-a87e-45d2-b9a9-e9e13594f9b6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/5ca09348-a87e-45d2-b9a9-e9e13594f9b6.jpg not downloaded yet
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252Fb2fa901c-c832-4919-9fea-6715b2e9e5fd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/b2fa901c-c832-4919-9fea-6715b2e9e5fd.jpg not downloaded yet
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252F85870d5b-e38e-46f3-9616-f169e11b2f36.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/85870d5b-e38e-46f3-9616-f169e11b2f36.jpg not downloaded yet
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252Fcb6efe23-c7f8-425d-86ca-d9a6cabd2637.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/cb6efe23-c7f8-425d-86ca-d9a6cabd2637.jpg not downloaded yet
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252F8bc3f214-6c07-47be-85d8-97441538e55e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/8bc3f214-6c07-47be-85d8-97441538e55e.jpg not downloaded yet
2026-03-26 12:32:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726667> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32: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 12:32:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746645/general/8bc3f214-6c07-47be-85d8-97441538e55e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726622)
2026-03-26 12:32:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cf58899-698e-51b6-9640-136475212a7a with identifier: 10726667
2026-03-26 12:32:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cf58899-698e-51b6-9640-136475212a7a with scrape type 1
2026-03-26 12:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0cf58899-698e-51b6-9640-136475212a7a
2026-03-26 12:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252Fd5bd7ac6-bea5-40fa-ac4b-f3b881e82d43.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/d5bd7ac6-bea5-40fa-ac4b-f3b881e82d43.jpg not downloaded yet
2026-03-26 12:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252F04a06fe3-1b60-47d4-a5d7-e096fbfcc338.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/04a06fe3-1b60-47d4-a5d7-e096fbfcc338.jpg not downloaded yet
2026-03-26 12:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252F3a05bb85-7488-413b-8884-67aa2a3c7c9f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/3a05bb85-7488-413b-8884-67aa2a3c7c9f.jpg not downloaded yet
2026-03-26 12:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252F6a7d146f-fda2-48b5-b8f2-ea9c6d209bf4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/6a7d146f-fda2-48b5-b8f2-ea9c6d209bf4.jpg not downloaded yet
2026-03-26 12:32:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746645/general/cb6efe23-c7f8-425d-86ca-d9a6cabd2637.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726622)
2026-03-26 12:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252Fbe5a97b7-9830-4d18-8947-1f77985df920.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/be5a97b7-9830-4d18-8947-1f77985df920.jpg not downloaded yet
2026-03-26 12:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252F512593cb-c224-416c-89af-6cea2e0e37bd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/512593cb-c224-416c-89af-6cea2e0e37bd.jpg not downloaded yet
2026-03-26 12:32:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564bd210>
2026-03-26 12:32:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252F8bc3f214-6c07-47be-85d8-97441538e55e.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/8bc3f214-6c07-47be-85d8-97441538e55e.jpg saved to cache
2026-03-26 12:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1
2026-03-26 12:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252Fc963201b-1fdc-4e39-bddf-57407f89f120.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/c963201b-1fdc-4e39-bddf-57407f89f120.jpg not downloaded yet
2026-03-26 12:32:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746688/general/3a05bb85-7488-413b-8884-67aa2a3c7c9f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726667)
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252Ff68142e3-207e-48bc-a8fe-8e72e8ebf339.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/f68142e3-207e-48bc-a8fe-8e72e8ebf339.jpg not downloaded yet
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252F89c39227-ea9f-476f-a7c5-4a6487bad0c3.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/89c39227-ea9f-476f-a7c5-4a6487bad0c3.jpg not downloaded yet
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fd54d0>
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252Fcb6efe23-c7f8-425d-86ca-d9a6cabd2637.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/cb6efe23-c7f8-425d-86ca-d9a6cabd2637.jpg saved to cache
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252Fac67b5a3-1126-480f-b63c-2595cf541cbf.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/ac67b5a3-1126-480f-b63c-2595cf541cbf.jpg not downloaded yet
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c05b690>
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252F3a05bb85-7488-413b-8884-67aa2a3c7c9f.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/3a05bb85-7488-413b-8884-67aa2a3c7c9f.jpg saved to cache
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0cf58899-698e-51b6-9640-136475212a7a
2026-03-26 12:32:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746688/general/512593cb-c224-416c-89af-6cea2e0e37bd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726667)
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0d0910>
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252F512593cb-c224-416c-89af-6cea2e0e37bd.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/512593cb-c224-416c-89af-6cea2e0e37bd.jpg saved to cache
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0cf58899-698e-51b6-9640-136475212a7a
2026-03-26 12:32:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746688/general/ac67b5a3-1126-480f-b63c-2595cf541cbf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726667)
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156357a10>
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252Fac67b5a3-1126-480f-b63c-2595cf541cbf.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/ac67b5a3-1126-480f-b63c-2595cf541cbf.jpg saved to cache
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0cf58899-698e-51b6-9640-136475212a7a
2026-03-26 12:32:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746688/general/89c39227-ea9f-476f-a7c5-4a6487bad0c3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726667)
2026-03-26 12:32:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746688/general/f68142e3-207e-48bc-a8fe-8e72e8ebf339.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726667)
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c059f90>
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252F89c39227-ea9f-476f-a7c5-4a6487bad0c3.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/89c39227-ea9f-476f-a7c5-4a6487bad0c3.jpg saved to cache
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0cf58899-698e-51b6-9640-136475212a7a
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156355f10>
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252Ff68142e3-207e-48bc-a8fe-8e72e8ebf339.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/f68142e3-207e-48bc-a8fe-8e72e8ebf339.jpg saved to cache
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0cf58899-698e-51b6-9640-136475212a7a
2026-03-26 12:32:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746688/general/c963201b-1fdc-4e39-bddf-57407f89f120.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726667)
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156e1ad50>
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252Fc963201b-1fdc-4e39-bddf-57407f89f120.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/c963201b-1fdc-4e39-bddf-57407f89f120.jpg saved to cache
2026-03-26 12:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0cf58899-698e-51b6-9640-136475212a7a
2026-03-26 12:32:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746688/general/be5a97b7-9830-4d18-8947-1f77985df920.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726667)
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156355750>
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252Fbe5a97b7-9830-4d18-8947-1f77985df920.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/be5a97b7-9830-4d18-8947-1f77985df920.jpg saved to cache
2026-03-26 12:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0cf58899-698e-51b6-9640-136475212a7a
2026-03-26 12:32:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746688/general/6a7d146f-fda2-48b5-b8f2-ea9c6d209bf4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726667)
2026-03-26 12:32:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746688/general/04a06fe3-1b60-47d4-a5d7-e096fbfcc338.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726667)
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156426b10>
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252F6a7d146f-fda2-48b5-b8f2-ea9c6d209bf4.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/6a7d146f-fda2-48b5-b8f2-ea9c6d209bf4.jpg saved to cache
2026-03-26 12:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0cf58899-698e-51b6-9640-136475212a7a
2026-03-26 12:32:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746688/general/d5bd7ac6-bea5-40fa-ac4b-f3b881e82d43.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726667)
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563540d0>
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252F04a06fe3-1b60-47d4-a5d7-e096fbfcc338.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/04a06fe3-1b60-47d4-a5d7-e096fbfcc338.jpg saved to cache
2026-03-26 12:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0cf58899-698e-51b6-9640-136475212a7a
2026-03-26 12:32:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746645/general/85870d5b-e38e-46f3-9616-f169e11b2f36.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726622)
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c0cf790>
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746688%252Fgeneral%252Fd5bd7ac6-bea5-40fa-ac4b-f3b881e82d43.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746688/general/d5bd7ac6-bea5-40fa-ac4b-f3b881e82d43.jpg saved to cache
2026-03-26 12:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0cf58899-698e-51b6-9640-136475212a7a
2026-03-26 12:32:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0cf58899-698e-51b6-9640-136475212a7a, skipping ID generation
2026-03-26 12:32:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cf58899-698e-51b6-9640-136475212a7a with scrape type 1
2026-03-26 12:32:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0cf58899-698e-51b6-9640-136475212a7a sending to next pipeline
2026-03-26 12:32:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 0cf58899-698e-51b6-9640-136475212a7a, identifier: 10726667
2026-03-26 12:32:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 0cf58899-698e-51b6-9640-136475212a7a with identifier: 10726667
2026-03-26 12:32:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 0cf58899-698e-51b6-9640-136475212a7a with identifier: 10726667
2026-03-26 12:32:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 0cf58899-698e-51b6-9640-136475212a7a with identifier: 10726667 to the API
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746688/general/d5bd7ac6-bea5-40fa-ac4b-f3b881e82d43.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 204,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Electric',
'id': '0cf58899-698e-51b6-9640-136475212a7a',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '6482603',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726667',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Cupra',
'model': 'Born',
'odometer': 48259,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93305,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746688/general/d5bd7ac6-bea5-40fa-ac4b-f3b881e82d43.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93366,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746688/general/04a06fe3-1b60-47d4-a5d7-e096fbfcc338.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98044,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746688/general/3a05bb85-7488-413b-8884-67aa2a3c7c9f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112899,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746688/general/6a7d146f-fda2-48b5-b8f2-ea9c6d209bf4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85525,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746688/general/be5a97b7-9830-4d18-8947-1f77985df920.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79341,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746688/general/512593cb-c224-416c-89af-6cea2e0e37bd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89364,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746688/general/c963201b-1fdc-4e39-bddf-57407f89f120.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70818,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746688/general/f68142e3-207e-48bc-a8fe-8e72e8ebf339.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90644,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746688/general/89c39227-ea9f-476f-a7c5-4a6487bad0c3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cf58899-698e-51b6-9640-136475212a7a/0cf58899-698e-51b6-9640-136475212a7a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73772,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746688/general/ac67b5a3-1126-480f-b63c-2595cf541cbf.jpg',
'Width': 800}],
'price': 13200,
'price_includes_vat': True,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'Cupra Born 58 kWh - Electric - Automatic - 204 hp - 48.259 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726667%27 HTTP/1.1" 200 None
2026-03-26 12:32:48 [adesa.de] INFO: Saving data for 10726667: {'created_time': 1774528368.828821, 'last_price_update_time': 1774528368.828834, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726667') HTTP/1.1" 204 0
2026-03-26 12:32:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746645/general/b2fa901c-c832-4919-9fea-6715b2e9e5fd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726622)
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562ac050>
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252F85870d5b-e38e-46f3-9616-f169e11b2f36.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/85870d5b-e38e-46f3-9616-f169e11b2f36.jpg saved to cache
2026-03-26 12:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156398e50>
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252Fb2fa901c-c832-4919-9fea-6715b2e9e5fd.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/b2fa901c-c832-4919-9fea-6715b2e9e5fd.jpg saved to cache
2026-03-26 12:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1
2026-03-26 12:32:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746645/general/5ca09348-a87e-45d2-b9a9-e9e13594f9b6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726622)
2026-03-26 12:32:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746645/general/4f185d4f-bf06-45c7-ba2a-9d3d6567dbed.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726622)
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01562bda50>
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252F5ca09348-a87e-45d2-b9a9-e9e13594f9b6.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/5ca09348-a87e-45d2-b9a9-e9e13594f9b6.jpg saved to cache
2026-03-26 12:32:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1
2026-03-26 12:32:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746645/general/bd3acbbd-427a-4457-b181-3af58bece260.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726622)
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156399410>
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252F4f185d4f-bf06-45c7-ba2a-9d3d6567dbed.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/4f185d4f-bf06-45c7-ba2a-9d3d6567dbed.jpg saved to cache
2026-03-26 12:32:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1
2026-03-26 12:32:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746645/general/2c9d3b09-991e-451d-b920-a41ad97c0d77.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726622)
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c058650>
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252Fbd3acbbd-427a-4457-b181-3af58bece260.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/bd3acbbd-427a-4457-b181-3af58bece260.jpg saved to cache
2026-03-26 12:32:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1
2026-03-26 12:32:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746645/general/95c5abee-86a2-487f-b364-0516ae20df4f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726622)
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01565781d0>
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252F2c9d3b09-991e-451d-b920-a41ad97c0d77.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/2c9d3b09-991e-451d-b920-a41ad97c0d77.jpg saved to cache
2026-03-26 12:32:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1
2026-03-26 12:32:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746645/general/d36b78cd-aa5d-4ba7-85da-d67df10751a5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726622)
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156355a90>
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252F95c5abee-86a2-487f-b364-0516ae20df4f.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/95c5abee-86a2-487f-b364-0516ae20df4f.jpg saved to cache
2026-03-26 12:32:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015657b1d0>
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 12:32:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746645%252Fgeneral%252Fd36b78cd-aa5d-4ba7-85da-d67df10751a5.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746645/general/d36b78cd-aa5d-4ba7-85da-d67df10751a5.jpg saved to cache
2026-03-26 12:32:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1
2026-03-26 12:32:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1, skipping ID generation
2026-03-26 12:32:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1 with scrape type 1
2026-03-26 12:32:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1 sending to next pipeline
2026-03-26 12:32:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1, identifier: 10726622
2026-03-26 12:32:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1 with identifier: 10726622
2026-03-26 12:32:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1 with identifier: 10726622
2026-03-26 12:32:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1 with identifier: 10726622 to the API
2026-03-26 12:32:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746645/general/d36b78cd-aa5d-4ba7-85da-d67df10751a5.jpg>
{'auction_title': '',
'c_o_2_emission_value': 47,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 286,
'expiration_date': '2026-03-31T13:00:00Z',
'fuel_type': 'Hybrid',
'id': 'f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1',
'is_damaged': True,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '427871',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726622',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': 'X5',
'odometer': 109594,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 38,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96968,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746645/general/d36b78cd-aa5d-4ba7-85da-d67df10751a5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94442,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746645/general/95c5abee-86a2-487f-b364-0516ae20df4f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90765,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746645/general/2c9d3b09-991e-451d-b920-a41ad97c0d77.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94969,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746645/general/bd3acbbd-427a-4457-b181-3af58bece260.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118305,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746645/general/4f185d4f-bf06-45c7-ba2a-9d3d6567dbed.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67682,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746645/general/5ca09348-a87e-45d2-b9a9-e9e13594f9b6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76405,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746645/general/b2fa901c-c832-4919-9fea-6715b2e9e5fd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91765,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746645/general/85870d5b-e38e-46f3-9616-f169e11b2f36.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84081,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746645/general/cb6efe23-c7f8-425d-86ca-d9a6cabd2637.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1/f71bb2d7-9cc2-5f0b-9a96-44e6e8c72dd1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72050,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746645/general/8bc3f214-6c07-47be-85d8-97441538e55e.jpg',
'Width': 800}],
'price': 21400,
'price_includes_vat': True,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': 'Mobility Concept GmbH',
'title': 'BMW X5 45e - xDrive - Hybrid - Automatic - 286 hp - 109.594 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710726622%27 HTTP/1.1" 200 None
2026-03-26 12:32:50 [adesa.de] INFO: Saving data for 10726622: {'created_time': 1774528370.081684, 'last_price_update_time': 1774528370.081695, 'auction_closing_time': 1774962000.0}
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10726622') HTTP/1.1" 204 0
2026-03-26 12:32:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727926> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32: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 12:32:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33a1b24c-e1b6-5d58-a60f-64efc3318a63 with identifier: 10727926
2026-03-26 12:32:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33a1b24c-e1b6-5d58-a60f-64efc3318a63 with scrape type 1
2026-03-26 12:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 33a1b24c-e1b6-5d58-a60f-64efc3318a63
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680899%252Fgeneral%252Fe6895bd3-3f45-4c6b-b2e9-19ba3cef33c5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680899/general/e6895bd3-3f45-4c6b-b2e9-19ba3cef33c5.jpg already downloaded
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680899%252Fgeneral%252F6b73cd1d-94d2-468f-980b-382c0c879dab.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680899/general/6b73cd1d-94d2-468f-980b-382c0c879dab.jpg already downloaded
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680899%252Fgeneral%252Faed0af37-f8b3-4675-8eb4-7bac2b88ff4b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680899/general/aed0af37-f8b3-4675-8eb4-7bac2b88ff4b.jpg already downloaded
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680899%252Fgeneral%252F80a01712-b9dd-47f3-bb27-360dfdd0fba7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680899/general/80a01712-b9dd-47f3-bb27-360dfdd0fba7.jpg already downloaded
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680899%252Fgeneral%252F098abcc4-06b0-4fc9-8193-9c3d5548109d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680899/general/098abcc4-06b0-4fc9-8193-9c3d5548109d.jpg already downloaded
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680899%252Fgeneral%252F2d38a008-0bbd-497a-b541-22d3ab85b484.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680899/general/2d38a008-0bbd-497a-b541-22d3ab85b484.jpg already downloaded
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680899%252Fgeneral%252Fdf586ebc-4bb0-4c84-937a-c23d41504e35.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680899/general/df586ebc-4bb0-4c84-937a-c23d41504e35.jpg already downloaded
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680899%252Fgeneral%252F34759437-4fc8-40bb-9ba3-0d84806e1b24.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680899/general/34759437-4fc8-40bb-9ba3-0d84806e1b24.jpg already downloaded
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680899%252Fgeneral%252F1ccd9c03-ea0b-467d-81d7-ea494177cfae.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680899/general/1ccd9c03-ea0b-467d-81d7-ea494177cfae.jpg already downloaded
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680899%252Fgeneral%252Fbd3c8b6d-d6bd-4235-a849-1ec6e9b6bd44.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680899/general/bd3c8b6d-d6bd-4235-a849-1ec6e9b6bd44.jpg already downloaded
2026-03-26 12:32:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 33a1b24c-e1b6-5d58-a60f-64efc3318a63, identifier: 10727926
2026-03-26 12:32:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 33a1b24c-e1b6-5d58-a60f-64efc3318a63 with identifier: 10727926
2026-03-26 12:32:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 33a1b24c-e1b6-5d58-a60f-64efc3318a63 with identifier: 10727926
2026-03-26 12:32:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 33a1b24c-e1b6-5d58-a60f-64efc3318a63 with identifier: 10727926 to the API
2026-03-26 12:32:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727926>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': 'SUV',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 200,
'expiration_date': '2026-03-27T13:31:20Z',
'fuel_type': 'Hybrid',
'id': '33a1b24c-e1b6-5d58-a60f-64efc3318a63',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990948-2506806',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727926',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 48007,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 14,
'photo_urls': ['https://images.openlane.eu/carimgs/5680899/general/e6895bd3-3f45-4c6b-b2e9-19ba3cef33c5.jpg',
'https://images.openlane.eu/carimgs/5680899/general/6b73cd1d-94d2-468f-980b-382c0c879dab.jpg',
'https://images.openlane.eu/carimgs/5680899/general/aed0af37-f8b3-4675-8eb4-7bac2b88ff4b.jpg',
'https://images.openlane.eu/carimgs/5680899/general/80a01712-b9dd-47f3-bb27-360dfdd0fba7.jpg',
'https://images.openlane.eu/carimgs/5680899/general/098abcc4-06b0-4fc9-8193-9c3d5548109d.jpg',
'https://images.openlane.eu/carimgs/5680899/general/2d38a008-0bbd-497a-b541-22d3ab85b484.jpg',
'https://images.openlane.eu/carimgs/5680899/general/df586ebc-4bb0-4c84-937a-c23d41504e35.jpg',
'https://images.openlane.eu/carimgs/5680899/general/34759437-4fc8-40bb-9ba3-0d84806e1b24.jpg',
'https://images.openlane.eu/carimgs/5680899/general/1ccd9c03-ea0b-467d-81d7-ea494177cfae.jpg',
'https://images.openlane.eu/carimgs/5680899/general/bd3c8b6d-d6bd-4235-a849-1ec6e9b6bd44.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33a1b24c-e1b6-5d58-a60f-64efc3318a63/33a1b24c-e1b6-5d58-a60f-64efc3318a63_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101370,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680899/general/e6895bd3-3f45-4c6b-b2e9-19ba3cef33c5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33a1b24c-e1b6-5d58-a60f-64efc3318a63/33a1b24c-e1b6-5d58-a60f-64efc3318a63_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159083,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680899/general/6b73cd1d-94d2-468f-980b-382c0c879dab.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33a1b24c-e1b6-5d58-a60f-64efc3318a63/33a1b24c-e1b6-5d58-a60f-64efc3318a63_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93064,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680899/general/aed0af37-f8b3-4675-8eb4-7bac2b88ff4b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33a1b24c-e1b6-5d58-a60f-64efc3318a63/33a1b24c-e1b6-5d58-a60f-64efc3318a63_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147900,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680899/general/80a01712-b9dd-47f3-bb27-360dfdd0fba7.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33a1b24c-e1b6-5d58-a60f-64efc3318a63/33a1b24c-e1b6-5d58-a60f-64efc3318a63_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123662,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680899/general/098abcc4-06b0-4fc9-8193-9c3d5548109d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33a1b24c-e1b6-5d58-a60f-64efc3318a63/33a1b24c-e1b6-5d58-a60f-64efc3318a63_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156209,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680899/general/2d38a008-0bbd-497a-b541-22d3ab85b484.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33a1b24c-e1b6-5d58-a60f-64efc3318a63/33a1b24c-e1b6-5d58-a60f-64efc3318a63_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92651,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680899/general/df586ebc-4bb0-4c84-937a-c23d41504e35.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33a1b24c-e1b6-5d58-a60f-64efc3318a63/33a1b24c-e1b6-5d58-a60f-64efc3318a63_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 179108,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680899/general/34759437-4fc8-40bb-9ba3-0d84806e1b24.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33a1b24c-e1b6-5d58-a60f-64efc3318a63/33a1b24c-e1b6-5d58-a60f-64efc3318a63_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161803,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680899/general/1ccd9c03-ea0b-467d-81d7-ea494177cfae.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33a1b24c-e1b6-5d58-a60f-64efc3318a63/33a1b24c-e1b6-5d58-a60f-64efc3318a63_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168777,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680899/general/bd3c8b6d-d6bd-4235-a849-1ec6e9b6bd44.jpg',
'Width': 1280}],
'price': 16500,
'price_includes_vat': True,
'registration_date': '2022-11-30',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - AWD - Hybrid - Automatic - 200 hp - '
'48.007 km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727926%27 HTTP/1.1" 200 None
2026-03-26 12:32:51 [adesa.de] INFO: Saving data for 10727926: {'created_time': 1774528371.031969, 'last_price_update_time': 1774528371.03198, 'auction_closing_time': 1774618280.0}
2026-03-26 12:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727926') HTTP/1.1" 204 0
2026-03-26 12:32:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727833> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32: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 12:32:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fb703c9-12d2-5c11-ba86-74f281b64af2 with identifier: 10727833
2026-03-26 12:32:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fb703c9-12d2-5c11-ba86-74f281b64af2 with scrape type 1
2026-03-26 12:32:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2fb703c9-12d2-5c11-ba86-74f281b64af2
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252Ff4531301-6ec1-4d6f-a2c7-3d4504099854.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/f4531301-6ec1-4d6f-a2c7-3d4504099854.jpg not downloaded yet
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252F2cd91946-37fc-4d97-b2d5-cc3163f52e56.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/2cd91946-37fc-4d97-b2d5-cc3163f52e56.jpg not downloaded yet
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252Fca81200f-1519-44a4-9dc0-fd09befad287.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/ca81200f-1519-44a4-9dc0-fd09befad287.jpg not downloaded yet
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252F9ddc7d69-5ded-4d4d-8305-dfa0408cec83.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/9ddc7d69-5ded-4d4d-8305-dfa0408cec83.jpg not downloaded yet
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252F35e43084-f211-428a-90ff-63172186d543.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/35e43084-f211-428a-90ff-63172186d543.jpg not downloaded yet
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252F29646231-98ca-4e7f-bdc8-bda160c5f7cb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/29646231-98ca-4e7f-bdc8-bda160c5f7cb.jpg not downloaded yet
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252Fef22ca6d-6a1b-4b2c-9af5-839b97e0c7d4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/ef22ca6d-6a1b-4b2c-9af5-839b97e0c7d4.jpg not downloaded yet
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252F580554b7-975c-4351-b5db-8c7e8d4c7ed5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/580554b7-975c-4351-b5db-8c7e8d4c7ed5.jpg not downloaded yet
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252Fdca1ea86-23de-4f71-b004-78da7504e52d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/dca1ea86-23de-4f71-b004-78da7504e52d.jpg not downloaded yet
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252F47da474f-6b83-4853-a3ad-5f2f4152e9af.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/47da474f-6b83-4853-a3ad-5f2f4152e9af.jpg not downloaded yet
2026-03-26 12:32:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727852> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:32: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 12:32:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b130778a-d0c9-5dba-9ba3-72fc9ad815c7 with identifier: 10727852
2026-03-26 12:32:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b130778a-d0c9-5dba-9ba3-72fc9ad815c7 with scrape type 1
2026-03-26 12:32:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b130778a-d0c9-5dba-9ba3-72fc9ad815c7
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715229%252Fgeneral%252F8c371e44-96f1-413e-8885-a8956aef0111.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715229/general/8c371e44-96f1-413e-8885-a8956aef0111.jpg already downloaded
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715229%252Fgeneral%252Fc8af55f2-29da-48d9-bfce-71ab095e8136.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715229/general/c8af55f2-29da-48d9-bfce-71ab095e8136.jpg already downloaded
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715229%252Fgeneral%252F7939d99a-07e1-4b07-8dce-0b70d9037aa8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715229/general/7939d99a-07e1-4b07-8dce-0b70d9037aa8.jpg already downloaded
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715229%252Fgeneral%252Fe6b94f0c-7265-45f3-b12d-e9f17a261d9d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715229/general/e6b94f0c-7265-45f3-b12d-e9f17a261d9d.jpg already downloaded
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715229%252Fgeneral%252F2342de60-9b43-46f8-a40d-e72756894fc9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715229/general/2342de60-9b43-46f8-a40d-e72756894fc9.jpg already downloaded
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715229%252Fgeneral%252Fa7ebf9e5-f1b4-48ee-8e07-e60851166243.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715229/general/a7ebf9e5-f1b4-48ee-8e07-e60851166243.jpg already downloaded
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715229%252Fgeneral%252F66a718f7-df1f-4f25-9fad-284e2d9385f4.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715229/general/66a718f7-df1f-4f25-9fad-284e2d9385f4.jpg already downloaded
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715229%252Fgeneral%252Fbc105c11-b415-45da-aaac-74c3156c1f7d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715229/general/bc105c11-b415-45da-aaac-74c3156c1f7d.jpg already downloaded
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715229%252Fgeneral%252Fd6e2a3c1-9ecb-416f-85fb-efa628c99598.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715229/general/d6e2a3c1-9ecb-416f-85fb-efa628c99598.jpg already downloaded
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715229%252Fgeneral%252Fab7abb68-fa33-4b3c-a665-af6a0fdc4d18.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:32:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715229/general/ab7abb68-fa33-4b3c-a665-af6a0fdc4d18.jpg already downloaded
2026-03-26 12:32:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: b130778a-d0c9-5dba-9ba3-72fc9ad815c7, identifier: 10727852
2026-03-26 12:32:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: b130778a-d0c9-5dba-9ba3-72fc9ad815c7 with identifier: 10727852
2026-03-26 12:32:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: b130778a-d0c9-5dba-9ba3-72fc9ad815c7 with identifier: 10727852
2026-03-26 12:32:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: b130778a-d0c9-5dba-9ba3-72fc9ad815c7 with identifier: 10727852 to the API
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:32: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 12:32:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727852>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:32:00Z',
'fuel_type': 'Hybrid',
'id': 'b130778a-d0c9-5dba-9ba3-72fc9ad815c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990976-2527471',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727852',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 55263,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 16,
'photo_urls': ['https://images.openlane.eu/carimgs/5715229/general/8c371e44-96f1-413e-8885-a8956aef0111.jpg',
'https://images.openlane.eu/carimgs/5715229/general/c8af55f2-29da-48d9-bfce-71ab095e8136.jpg',
'https://images.openlane.eu/carimgs/5715229/general/7939d99a-07e1-4b07-8dce-0b70d9037aa8.jpg',
'https://images.openlane.eu/carimgs/5715229/general/e6b94f0c-7265-45f3-b12d-e9f17a261d9d.jpg',
'https://images.openlane.eu/carimgs/5715229/general/2342de60-9b43-46f8-a40d-e72756894fc9.jpg',
'https://images.openlane.eu/carimgs/5715229/general/a7ebf9e5-f1b4-48ee-8e07-e60851166243.jpg',
'https://images.openlane.eu/carimgs/5715229/general/66a718f7-df1f-4f25-9fad-284e2d9385f4.jpg',
'https://images.openlane.eu/carimgs/5715229/general/bc105c11-b415-45da-aaac-74c3156c1f7d.jpg',
'https://images.openlane.eu/carimgs/5715229/general/d6e2a3c1-9ecb-416f-85fb-efa628c99598.jpg',
'https://images.openlane.eu/carimgs/5715229/general/ab7abb68-fa33-4b3c-a665-af6a0fdc4d18.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b130778a-d0c9-5dba-9ba3-72fc9ad815c7/b130778a-d0c9-5dba-9ba3-72fc9ad815c7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112093,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715229/general/8c371e44-96f1-413e-8885-a8956aef0111.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b130778a-d0c9-5dba-9ba3-72fc9ad815c7/b130778a-d0c9-5dba-9ba3-72fc9ad815c7_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230553,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715229/general/c8af55f2-29da-48d9-bfce-71ab095e8136.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b130778a-d0c9-5dba-9ba3-72fc9ad815c7/b130778a-d0c9-5dba-9ba3-72fc9ad815c7_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205969,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715229/general/7939d99a-07e1-4b07-8dce-0b70d9037aa8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b130778a-d0c9-5dba-9ba3-72fc9ad815c7/b130778a-d0c9-5dba-9ba3-72fc9ad815c7_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98404,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715229/general/e6b94f0c-7265-45f3-b12d-e9f17a261d9d.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b130778a-d0c9-5dba-9ba3-72fc9ad815c7/b130778a-d0c9-5dba-9ba3-72fc9ad815c7_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216756,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715229/general/2342de60-9b43-46f8-a40d-e72756894fc9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b130778a-d0c9-5dba-9ba3-72fc9ad815c7/b130778a-d0c9-5dba-9ba3-72fc9ad815c7_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225122,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715229/general/66a718f7-df1f-4f25-9fad-284e2d9385f4.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b130778a-d0c9-5dba-9ba3-72fc9ad815c7/b130778a-d0c9-5dba-9ba3-72fc9ad815c7_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126543,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715229/general/a7ebf9e5-f1b4-48ee-8e07-e60851166243.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b130778a-d0c9-5dba-9ba3-72fc9ad815c7/b130778a-d0c9-5dba-9ba3-72fc9ad815c7_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200640,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715229/general/bc105c11-b415-45da-aaac-74c3156c1f7d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b130778a-d0c9-5dba-9ba3-72fc9ad815c7/b130778a-d0c9-5dba-9ba3-72fc9ad815c7_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 197893,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715229/general/d6e2a3c1-9ecb-416f-85fb-efa628c99598.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b130778a-d0c9-5dba-9ba3-72fc9ad815c7/b130778a-d0c9-5dba-9ba3-72fc9ad815c7_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160365,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715229/general/ab7abb68-fa33-4b3c-a665-af6a0fdc4d18.jpg',
'Width': 1280}],
'price': 15000,
'price_includes_vat': True,
'registration_date': '2022-09-20',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 GS Line - Hybrid - Automatic - 181 hp - 55.263 '
'km',
'transmission': 'automatic',
'trim': 'GS Line',
'vin': None,
'year': 2022}
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727852%27 HTTP/1.1" 200 None
2026-03-26 12:32:57 [adesa.de] INFO: Saving data for 10727852: {'created_time': 1774528377.967512, 'last_price_update_time': 1774528377.967525, 'auction_closing_time': 1774618320.0}
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727852') HTTP/1.1" 204 0
2026-03-26 12:32:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702342/general/47da474f-6b83-4853-a3ad-5f2f4152e9af.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727833)
2026-03-26 12:32:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1d1010>
2026-03-26 12:32:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252F47da474f-6b83-4853-a3ad-5f2f4152e9af.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/47da474f-6b83-4853-a3ad-5f2f4152e9af.jpg saved to cache
2026-03-26 12:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2fb703c9-12d2-5c11-ba86-74f281b64af2
2026-03-26 12:32:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702342/general/dca1ea86-23de-4f71-b004-78da7504e52d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727833)
2026-03-26 12:32:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c09bc50>
2026-03-26 12:32:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252Fdca1ea86-23de-4f71-b004-78da7504e52d.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/dca1ea86-23de-4f71-b004-78da7504e52d.jpg saved to cache
2026-03-26 12:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2fb703c9-12d2-5c11-ba86-74f281b64af2
2026-03-26 12:32:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702342/general/580554b7-975c-4351-b5db-8c7e8d4c7ed5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727833)
2026-03-26 12:32:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25ef90>
2026-03-26 12:32:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252F580554b7-975c-4351-b5db-8c7e8d4c7ed5.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/580554b7-975c-4351-b5db-8c7e8d4c7ed5.jpg saved to cache
2026-03-26 12:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2fb703c9-12d2-5c11-ba86-74f281b64af2
2026-03-26 12:32:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702342/general/ef22ca6d-6a1b-4b2c-9af5-839b97e0c7d4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727833)
2026-03-26 12:32:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015657a1d0>
2026-03-26 12:32:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252Fef22ca6d-6a1b-4b2c-9af5-839b97e0c7d4.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/ef22ca6d-6a1b-4b2c-9af5-839b97e0c7d4.jpg saved to cache
2026-03-26 12:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2fb703c9-12d2-5c11-ba86-74f281b64af2
2026-03-26 12:32:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702342/general/29646231-98ca-4e7f-bdc8-bda160c5f7cb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727833)
2026-03-26 12:32:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015d25f890>
2026-03-26 12:32:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252F29646231-98ca-4e7f-bdc8-bda160c5f7cb.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/29646231-98ca-4e7f-bdc8-bda160c5f7cb.jpg saved to cache
2026-03-26 12:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2fb703c9-12d2-5c11-ba86-74f281b64af2
2026-03-26 12:32:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702342/general/35e43084-f211-428a-90ff-63172186d543.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727833)
2026-03-26 12:32:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702342/general/9ddc7d69-5ded-4d4d-8305-dfa0408cec83.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727833)
2026-03-26 12:32:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015657b090>
2026-03-26 12:32:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252F35e43084-f211-428a-90ff-63172186d543.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/35e43084-f211-428a-90ff-63172186d543.jpg saved to cache
2026-03-26 12:32:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2fb703c9-12d2-5c11-ba86-74f281b64af2
2026-03-26 12:32:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c099350>
2026-03-26 12:32:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252F9ddc7d69-5ded-4d4d-8305-dfa0408cec83.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/9ddc7d69-5ded-4d4d-8305-dfa0408cec83.jpg saved to cache
2026-03-26 12:32:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2fb703c9-12d2-5c11-ba86-74f281b64af2
2026-03-26 12:32:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702342/general/ca81200f-1519-44a4-9dc0-fd09befad287.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727833)
2026-03-26 12:32:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563cb790>
2026-03-26 12:32:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252Fca81200f-1519-44a4-9dc0-fd09befad287.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/ca81200f-1519-44a4-9dc0-fd09befad287.jpg saved to cache
2026-03-26 12:32:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2fb703c9-12d2-5c11-ba86-74f281b64af2
2026-03-26 12:32:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702342/general/2cd91946-37fc-4d97-b2d5-cc3163f52e56.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727833)
2026-03-26 12:32:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c1a9750>
2026-03-26 12:32:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252F2cd91946-37fc-4d97-b2d5-cc3163f52e56.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/2cd91946-37fc-4d97-b2d5-cc3163f52e56.jpg saved to cache
2026-03-26 12:32:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2fb703c9-12d2-5c11-ba86-74f281b64af2
2026-03-26 12:32:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702342/general/f4531301-6ec1-4d6f-a2c7-3d4504099854.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727833)
2026-03-26 12:32:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:32:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563c8650>
2026-03-26 12:32:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:32: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 12:32:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:32:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702342%252Fgeneral%252Ff4531301-6ec1-4d6f-a2c7-3d4504099854.jpg') HTTP/1.1" 204 0
2026-03-26 12:32:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702342/general/f4531301-6ec1-4d6f-a2c7-3d4504099854.jpg saved to cache
2026-03-26 12:32:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2fb703c9-12d2-5c11-ba86-74f281b64af2
2026-03-26 12:32:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2fb703c9-12d2-5c11-ba86-74f281b64af2, skipping ID generation
2026-03-26 12:32:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fb703c9-12d2-5c11-ba86-74f281b64af2 with scrape type 1
2026-03-26 12:32:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2fb703c9-12d2-5c11-ba86-74f281b64af2 sending to next pipeline
2026-03-26 12:32:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 2fb703c9-12d2-5c11-ba86-74f281b64af2, identifier: 10727833
2026-03-26 12:32:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 2fb703c9-12d2-5c11-ba86-74f281b64af2 with identifier: 10727833
2026-03-26 12:32:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 2fb703c9-12d2-5c11-ba86-74f281b64af2 with identifier: 10727833
2026-03-26 12:32:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 2fb703c9-12d2-5c11-ba86-74f281b64af2 with identifier: 10727833 to the API
2026-03-26 12:32:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:33: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 12:33:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5702342/general/f4531301-6ec1-4d6f-a2c7-3d4504099854.jpg>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 200,
'expiration_date': '2026-03-27T13:28:40Z',
'fuel_type': 'Hybrid',
'id': '2fb703c9-12d2-5c11-ba86-74f281b64af2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991035-2519420',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727833',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 20871,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 13,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125739,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702342/general/f4531301-6ec1-4d6f-a2c7-3d4504099854.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266402,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702342/general/2cd91946-37fc-4d97-b2d5-cc3163f52e56.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125762,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702342/general/ca81200f-1519-44a4-9dc0-fd09befad287.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217221,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702342/general/9ddc7d69-5ded-4d4d-8305-dfa0408cec83.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 260578,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702342/general/35e43084-f211-428a-90ff-63172186d543.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205480,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702342/general/29646231-98ca-4e7f-bdc8-bda160c5f7cb.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122376,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702342/general/ef22ca6d-6a1b-4b2c-9af5-839b97e0c7d4.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162990,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702342/general/580554b7-975c-4351-b5db-8c7e8d4c7ed5.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232432,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702342/general/dca1ea86-23de-4f71-b004-78da7504e52d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fb703c9-12d2-5c11-ba86-74f281b64af2/2fb703c9-12d2-5c11-ba86-74f281b64af2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240504,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702342/general/47da474f-6b83-4853-a3ad-5f2f4152e9af.jpg',
'Width': 1280}],
'price': 19100,
'price_includes_vat': True,
'registration_date': '2022-11-24',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 Ultimate - AWD - Hybrid - Automatic - 200 hp - '
'20.871 km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 12:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727833%27 HTTP/1.1" 200 None
2026-03-26 12:33:01 [adesa.de] INFO: Saving data for 10727833: {'created_time': 1774528381.059073, 'last_price_update_time': 1774528381.059084, 'auction_closing_time': 1774618120.0}
2026-03-26 12:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727833') HTTP/1.1" 204 0
2026-03-26 12:33:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727920> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:33: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 12:33:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a52872c7-9252-5ae7-9bd1-4a3429cba172 with identifier: 10727920
2026-03-26 12:33:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a52872c7-9252-5ae7-9bd1-4a3429cba172 with scrape type 1
2026-03-26 12:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a52872c7-9252-5ae7-9bd1-4a3429cba172
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715287%252Fgeneral%252F0d64ca6e-965a-40f0-a513-e942288dee18.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715287/general/0d64ca6e-965a-40f0-a513-e942288dee18.jpg already downloaded
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715287%252Fgeneral%252F808d7396-a221-4694-804b-dce95e147cdd.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715287/general/808d7396-a221-4694-804b-dce95e147cdd.jpg not downloaded yet
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715287%252Fgeneral%252Fab763d36-5731-4dfd-86ac-09e01c98159c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715287/general/ab763d36-5731-4dfd-86ac-09e01c98159c.jpg already downloaded
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715287%252Fgeneral%252Fcb06589e-87b6-4c74-9990-d646ac7882a9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715287/general/cb06589e-87b6-4c74-9990-d646ac7882a9.jpg already downloaded
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715287%252Fgeneral%252F04fa908d-91b2-47ad-8d4a-4b8240290224.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715287/general/04fa908d-91b2-47ad-8d4a-4b8240290224.jpg already downloaded
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715287%252Fgeneral%252F75385340-bc2d-4052-a6c0-41770387d37e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715287/general/75385340-bc2d-4052-a6c0-41770387d37e.jpg already downloaded
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715287%252Fgeneral%252F93c5d4e0-d468-4138-b201-b9865e40a12b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715287/general/93c5d4e0-d468-4138-b201-b9865e40a12b.jpg already downloaded
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715287%252Fgeneral%252F4e88599c-c075-48ce-ba71-35fcc0928fac.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715287/general/4e88599c-c075-48ce-ba71-35fcc0928fac.jpg already downloaded
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715287%252Fgeneral%252Fc5a5acaf-af56-4a69-917b-bf4b4bb47a07.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715287/general/c5a5acaf-af56-4a69-917b-bf4b4bb47a07.jpg already downloaded
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715287%252Fgeneral%252Fd5f274ed-b074-4f63-84e1-4f6af283de8c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715287/general/d5f274ed-b074-4f63-84e1-4f6af283de8c.jpg already downloaded
2026-03-26 12:33:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728078> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:33: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 12:33:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc83bb2e-3a94-5fac-808f-f265c814bf97 with identifier: 10728078
2026-03-26 12:33:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc83bb2e-3a94-5fac-808f-f265c814bf97 with scrape type 1
2026-03-26 12:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bc83bb2e-3a94-5fac-808f-f265c814bf97
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715333%252Fgeneral%252F3e97ff64-72ce-45e7-aeaf-bc79b1a5ebd2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715333/general/3e97ff64-72ce-45e7-aeaf-bc79b1a5ebd2.jpg already downloaded
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715333%252Fgeneral%252Fc454bd5f-4e59-4647-9246-d5a40c95d3ef.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715333/general/c454bd5f-4e59-4647-9246-d5a40c95d3ef.jpg already downloaded
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715333%252Fgeneral%252Fb3d71e24-5c72-42bb-9879-2c00b56e35fb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715333/general/b3d71e24-5c72-42bb-9879-2c00b56e35fb.jpg already downloaded
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715333%252Fgeneral%252F3ed5d32a-7c9b-43ca-a69a-a045eea0dd50.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715333/general/3ed5d32a-7c9b-43ca-a69a-a045eea0dd50.jpg already downloaded
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715333%252Fgeneral%252F8ef639f4-d28b-431f-bcf9-5c69ee55ced7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715333/general/8ef639f4-d28b-431f-bcf9-5c69ee55ced7.jpg already downloaded
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715333%252Fgeneral%252F25db648d-0003-41f4-a96e-2d0070902db9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715333/general/25db648d-0003-41f4-a96e-2d0070902db9.jpg already downloaded
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715333%252Fgeneral%252Fef015004-0b30-4e06-b518-6623ee80d837.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715333/general/ef015004-0b30-4e06-b518-6623ee80d837.jpg already downloaded
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715333%252Fgeneral%252F8c2fdcd9-fdd6-481d-b722-dffa72e6b1d9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715333/general/8c2fdcd9-fdd6-481d-b722-dffa72e6b1d9.jpg already downloaded
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715333%252Fgeneral%252F7b98e523-93db-4e43-8193-986edbd30884.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715333/general/7b98e523-93db-4e43-8193-986edbd30884.jpg already downloaded
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715333%252Fgeneral%252F619718c7-38d8-4a7e-888e-140ebd2fc259.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715333/general/619718c7-38d8-4a7e-888e-140ebd2fc259.jpg already downloaded
2026-03-26 12:33:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: bc83bb2e-3a94-5fac-808f-f265c814bf97, identifier: 10728078
2026-03-26 12:33:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: bc83bb2e-3a94-5fac-808f-f265c814bf97 with identifier: 10728078
2026-03-26 12:33:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: bc83bb2e-3a94-5fac-808f-f265c814bf97 with identifier: 10728078
2026-03-26 12:33:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: bc83bb2e-3a94-5fac-808f-f265c814bf97 with identifier: 10728078 to the API
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:33: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 12:33:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728078>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': 'SUV',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:33:00Z',
'fuel_type': 'Hybrid',
'id': 'bc83bb2e-3a94-5fac-808f-f265c814bf97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990986-2527462',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728078',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 34716,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 19,
'photo_urls': ['https://images.openlane.eu/carimgs/5715333/general/3e97ff64-72ce-45e7-aeaf-bc79b1a5ebd2.jpg',
'https://images.openlane.eu/carimgs/5715333/general/c454bd5f-4e59-4647-9246-d5a40c95d3ef.jpg',
'https://images.openlane.eu/carimgs/5715333/general/b3d71e24-5c72-42bb-9879-2c00b56e35fb.jpg',
'https://images.openlane.eu/carimgs/5715333/general/3ed5d32a-7c9b-43ca-a69a-a045eea0dd50.jpg',
'https://images.openlane.eu/carimgs/5715333/general/8ef639f4-d28b-431f-bcf9-5c69ee55ced7.jpg',
'https://images.openlane.eu/carimgs/5715333/general/25db648d-0003-41f4-a96e-2d0070902db9.jpg',
'https://images.openlane.eu/carimgs/5715333/general/ef015004-0b30-4e06-b518-6623ee80d837.jpg',
'https://images.openlane.eu/carimgs/5715333/general/8c2fdcd9-fdd6-481d-b722-dffa72e6b1d9.jpg',
'https://images.openlane.eu/carimgs/5715333/general/7b98e523-93db-4e43-8193-986edbd30884.jpg',
'https://images.openlane.eu/carimgs/5715333/general/619718c7-38d8-4a7e-888e-140ebd2fc259.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc83bb2e-3a94-5fac-808f-f265c814bf97/bc83bb2e-3a94-5fac-808f-f265c814bf97_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119772,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715333/general/3e97ff64-72ce-45e7-aeaf-bc79b1a5ebd2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc83bb2e-3a94-5fac-808f-f265c814bf97/bc83bb2e-3a94-5fac-808f-f265c814bf97_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126232,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715333/general/c454bd5f-4e59-4647-9246-d5a40c95d3ef.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc83bb2e-3a94-5fac-808f-f265c814bf97/bc83bb2e-3a94-5fac-808f-f265c814bf97_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227367,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715333/general/b3d71e24-5c72-42bb-9879-2c00b56e35fb.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc83bb2e-3a94-5fac-808f-f265c814bf97/bc83bb2e-3a94-5fac-808f-f265c814bf97_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101701,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715333/general/3ed5d32a-7c9b-43ca-a69a-a045eea0dd50.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc83bb2e-3a94-5fac-808f-f265c814bf97/bc83bb2e-3a94-5fac-808f-f265c814bf97_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204314,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715333/general/8ef639f4-d28b-431f-bcf9-5c69ee55ced7.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc83bb2e-3a94-5fac-808f-f265c814bf97/bc83bb2e-3a94-5fac-808f-f265c814bf97_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108060,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715333/general/25db648d-0003-41f4-a96e-2d0070902db9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc83bb2e-3a94-5fac-808f-f265c814bf97/bc83bb2e-3a94-5fac-808f-f265c814bf97_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234973,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715333/general/ef015004-0b30-4e06-b518-6623ee80d837.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc83bb2e-3a94-5fac-808f-f265c814bf97/bc83bb2e-3a94-5fac-808f-f265c814bf97_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223459,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715333/general/8c2fdcd9-fdd6-481d-b722-dffa72e6b1d9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc83bb2e-3a94-5fac-808f-f265c814bf97/bc83bb2e-3a94-5fac-808f-f265c814bf97_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230139,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715333/general/7b98e523-93db-4e43-8193-986edbd30884.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc83bb2e-3a94-5fac-808f-f265c814bf97/bc83bb2e-3a94-5fac-808f-f265c814bf97_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200691,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715333/general/619718c7-38d8-4a7e-888e-140ebd2fc259.jpg',
'Width': 1280}],
'price': 15400,
'price_includes_vat': True,
'registration_date': '2022-11-14',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 GS Line - Hybrid - Automatic - 181 hp - 34.716 '
'km',
'transmission': 'automatic',
'trim': 'GS Line',
'vin': None,
'year': 2022}
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710728078%27 HTTP/1.1" 200 None
2026-03-26 12:33:03 [adesa.de] INFO: Saving data for 10728078: {'created_time': 1774528383.611725, 'last_price_update_time': 1774528383.611736, 'auction_closing_time': 1774618380.0}
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10728078') HTTP/1.1" 204 0
2026-03-26 12:33:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5715287/general/808d7396-a221-4694-804b-dce95e147cdd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727920)
2026-03-26 12:33:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:33:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156501c10>
2026-03-26 12:33:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:33: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 12:33:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a52872c7-9252-5ae7-9bd1-4a3429cba172/a52872c7-9252-5ae7-9bd1-4a3429cba172_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715287%252Fgeneral%252F808d7396-a221-4694-804b-dce95e147cdd.jpg') HTTP/1.1" 204 0
2026-03-26 12:33:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715287/general/808d7396-a221-4694-804b-dce95e147cdd.jpg saved to cache
2026-03-26 12:33:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a52872c7-9252-5ae7-9bd1-4a3429cba172
2026-03-26 12:33:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a52872c7-9252-5ae7-9bd1-4a3429cba172, skipping ID generation
2026-03-26 12:33:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a52872c7-9252-5ae7-9bd1-4a3429cba172 with scrape type 1
2026-03-26 12:33:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a52872c7-9252-5ae7-9bd1-4a3429cba172 sending to next pipeline
2026-03-26 12:33:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: a52872c7-9252-5ae7-9bd1-4a3429cba172, identifier: 10727920
2026-03-26 12:33:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: a52872c7-9252-5ae7-9bd1-4a3429cba172 with identifier: 10727920
2026-03-26 12:33:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: a52872c7-9252-5ae7-9bd1-4a3429cba172 with identifier: 10727920
2026-03-26 12:33:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: a52872c7-9252-5ae7-9bd1-4a3429cba172 with identifier: 10727920 to the API
2026-03-26 12:33:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:33: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 12:33:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5715287/general/808d7396-a221-4694-804b-dce95e147cdd.jpg>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:38:20Z',
'fuel_type': 'Hybrid',
'id': 'a52872c7-9252-5ae7-9bd1-4a3429cba172',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990912-2527527',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727920',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 40054,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 43,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a52872c7-9252-5ae7-9bd1-4a3429cba172/a52872c7-9252-5ae7-9bd1-4a3429cba172_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169955,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715287/general/0d64ca6e-965a-40f0-a513-e942288dee18.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a52872c7-9252-5ae7-9bd1-4a3429cba172/a52872c7-9252-5ae7-9bd1-4a3429cba172_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161337,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715287/general/ab763d36-5731-4dfd-86ac-09e01c98159c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a52872c7-9252-5ae7-9bd1-4a3429cba172/a52872c7-9252-5ae7-9bd1-4a3429cba172_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86866,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715287/general/808d7396-a221-4694-804b-dce95e147cdd.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a52872c7-9252-5ae7-9bd1-4a3429cba172/a52872c7-9252-5ae7-9bd1-4a3429cba172_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105681,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715287/general/cb06589e-87b6-4c74-9990-d646ac7882a9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a52872c7-9252-5ae7-9bd1-4a3429cba172/a52872c7-9252-5ae7-9bd1-4a3429cba172_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113280,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715287/general/04fa908d-91b2-47ad-8d4a-4b8240290224.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a52872c7-9252-5ae7-9bd1-4a3429cba172/a52872c7-9252-5ae7-9bd1-4a3429cba172_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43535,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715287/general/75385340-bc2d-4052-a6c0-41770387d37e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a52872c7-9252-5ae7-9bd1-4a3429cba172/a52872c7-9252-5ae7-9bd1-4a3429cba172_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100816,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715287/general/93c5d4e0-d468-4138-b201-b9865e40a12b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a52872c7-9252-5ae7-9bd1-4a3429cba172/a52872c7-9252-5ae7-9bd1-4a3429cba172_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82439,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715287/general/4e88599c-c075-48ce-ba71-35fcc0928fac.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a52872c7-9252-5ae7-9bd1-4a3429cba172/a52872c7-9252-5ae7-9bd1-4a3429cba172_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73875,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715287/general/c5a5acaf-af56-4a69-917b-bf4b4bb47a07.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a52872c7-9252-5ae7-9bd1-4a3429cba172/a52872c7-9252-5ae7-9bd1-4a3429cba172_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94175,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715287/general/d5f274ed-b074-4f63-84e1-4f6af283de8c.jpg',
'Width': 800}],
'price': 15600,
'price_includes_vat': True,
'registration_date': '2022-09-29',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 GS Line - Hybrid - Automatic - 181 hp - 40.054 '
'km',
'transmission': 'automatic',
'trim': 'GS Line',
'vin': None,
'year': 2022}
2026-03-26 12:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727920%27 HTTP/1.1" 200 None
2026-03-26 12:33:04 [adesa.de] INFO: Saving data for 10727920: {'created_time': 1774528384.233557, 'last_price_update_time': 1774528384.233574, 'auction_closing_time': 1774618700.0}
2026-03-26 12:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727920') HTTP/1.1" 204 0
2026-03-26 12:33:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727867> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:33:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 12:33:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e618ea8c-3e7e-5484-bdc8-0de552ca8c8c with identifier: 10727867
2026-03-26 12:33:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e618ea8c-3e7e-5484-bdc8-0de552ca8c8c with scrape type 1
2026-03-26 12:33:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e618ea8c-3e7e-5484-bdc8-0de552ca8c8c
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702389%252Fgeneral%252F8bbb530c-72a7-47e4-ac3e-118252bfe821.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702389/general/8bbb530c-72a7-47e4-ac3e-118252bfe821.jpg already downloaded
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702389%252Fgeneral%252Fc887cd72-ffea-47bc-a6a7-64e378af0f45.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702389/general/c887cd72-ffea-47bc-a6a7-64e378af0f45.jpg already downloaded
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702389%252Fgeneral%252Fba011101-03f5-4562-9e4b-eb8f5fdb8584.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702389/general/ba011101-03f5-4562-9e4b-eb8f5fdb8584.jpg already downloaded
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702389%252Fgeneral%252F35e3899c-32ab-46db-a5d0-551e26fb8804.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702389/general/35e3899c-32ab-46db-a5d0-551e26fb8804.jpg already downloaded
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702389%252Fgeneral%252F7eb55240-4854-460a-9490-0dd89d21fe41.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702389/general/7eb55240-4854-460a-9490-0dd89d21fe41.jpg already downloaded
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702389%252Fgeneral%252Fd82b2d0e-376a-4f4d-a985-042daa8e1941.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702389/general/d82b2d0e-376a-4f4d-a985-042daa8e1941.jpg already downloaded
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702389%252Fgeneral%252Fd8cbeb31-3083-480a-8449-7a9a6f4fc79b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702389/general/d8cbeb31-3083-480a-8449-7a9a6f4fc79b.jpg already downloaded
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702389%252Fgeneral%252F86a49fa8-2d5f-436f-b6d3-0c1786fb6d24.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702389/general/86a49fa8-2d5f-436f-b6d3-0c1786fb6d24.jpg already downloaded
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702389%252Fgeneral%252F7b97b482-5599-453c-9aa0-26c5fccfdde9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702389/general/7b97b482-5599-453c-9aa0-26c5fccfdde9.jpg already downloaded
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702389%252Fgeneral%252F837f35be-4005-41ad-aa50-8c1b6b628360.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702389/general/837f35be-4005-41ad-aa50-8c1b6b628360.jpg already downloaded
2026-03-26 12:33:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: e618ea8c-3e7e-5484-bdc8-0de552ca8c8c, identifier: 10727867
2026-03-26 12:33:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: e618ea8c-3e7e-5484-bdc8-0de552ca8c8c with identifier: 10727867
2026-03-26 12:33:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: e618ea8c-3e7e-5484-bdc8-0de552ca8c8c with identifier: 10727867
2026-03-26 12:33:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: e618ea8c-3e7e-5484-bdc8-0de552ca8c8c with identifier: 10727867 to the API
2026-03-26 12:33:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:33: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 12:33:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727867>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:41:40Z',
'fuel_type': 'Hybrid',
'id': 'e618ea8c-3e7e-5484-bdc8-0de552ca8c8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990991-2477091',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727867',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 20927,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 12,
'photo_urls': ['https://images.openlane.eu/carimgs/5702389/general/8bbb530c-72a7-47e4-ac3e-118252bfe821.jpg',
'https://images.openlane.eu/carimgs/5702389/general/c887cd72-ffea-47bc-a6a7-64e378af0f45.jpg',
'https://images.openlane.eu/carimgs/5702389/general/ba011101-03f5-4562-9e4b-eb8f5fdb8584.jpg',
'https://images.openlane.eu/carimgs/5702389/general/35e3899c-32ab-46db-a5d0-551e26fb8804.jpg',
'https://images.openlane.eu/carimgs/5702389/general/7eb55240-4854-460a-9490-0dd89d21fe41.jpg',
'https://images.openlane.eu/carimgs/5702389/general/d82b2d0e-376a-4f4d-a985-042daa8e1941.jpg',
'https://images.openlane.eu/carimgs/5702389/general/d8cbeb31-3083-480a-8449-7a9a6f4fc79b.jpg',
'https://images.openlane.eu/carimgs/5702389/general/86a49fa8-2d5f-436f-b6d3-0c1786fb6d24.jpg',
'https://images.openlane.eu/carimgs/5702389/general/7b97b482-5599-453c-9aa0-26c5fccfdde9.jpg',
'https://images.openlane.eu/carimgs/5702389/general/837f35be-4005-41ad-aa50-8c1b6b628360.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e618ea8c-3e7e-5484-bdc8-0de552ca8c8c/e618ea8c-3e7e-5484-bdc8-0de552ca8c8c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170943,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702389/general/7eb55240-4854-460a-9490-0dd89d21fe41.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e618ea8c-3e7e-5484-bdc8-0de552ca8c8c/e618ea8c-3e7e-5484-bdc8-0de552ca8c8c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 255873,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702389/general/c887cd72-ffea-47bc-a6a7-64e378af0f45.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e618ea8c-3e7e-5484-bdc8-0de552ca8c8c/e618ea8c-3e7e-5484-bdc8-0de552ca8c8c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126177,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702389/general/d8cbeb31-3083-480a-8449-7a9a6f4fc79b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e618ea8c-3e7e-5484-bdc8-0de552ca8c8c/e618ea8c-3e7e-5484-bdc8-0de552ca8c8c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 255449,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702389/general/7b97b482-5599-453c-9aa0-26c5fccfdde9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e618ea8c-3e7e-5484-bdc8-0de552ca8c8c/e618ea8c-3e7e-5484-bdc8-0de552ca8c8c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209018,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702389/general/86a49fa8-2d5f-436f-b6d3-0c1786fb6d24.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e618ea8c-3e7e-5484-bdc8-0de552ca8c8c/e618ea8c-3e7e-5484-bdc8-0de552ca8c8c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221693,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702389/general/35e3899c-32ab-46db-a5d0-551e26fb8804.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e618ea8c-3e7e-5484-bdc8-0de552ca8c8c/e618ea8c-3e7e-5484-bdc8-0de552ca8c8c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145331,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702389/general/d82b2d0e-376a-4f4d-a985-042daa8e1941.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e618ea8c-3e7e-5484-bdc8-0de552ca8c8c/e618ea8c-3e7e-5484-bdc8-0de552ca8c8c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 279992,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702389/general/8bbb530c-72a7-47e4-ac3e-118252bfe821.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e618ea8c-3e7e-5484-bdc8-0de552ca8c8c/e618ea8c-3e7e-5484-bdc8-0de552ca8c8c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242583,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702389/general/ba011101-03f5-4562-9e4b-eb8f5fdb8584.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e618ea8c-3e7e-5484-bdc8-0de552ca8c8c/e618ea8c-3e7e-5484-bdc8-0de552ca8c8c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217740,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702389/general/837f35be-4005-41ad-aa50-8c1b6b628360.jpg',
'Width': 1280}],
'price': 17100,
'price_includes_vat': True,
'registration_date': '2023-04-05',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 GS - Hybrid - Automatic - 181 hp - 20.927 km',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2023}
2026-03-26 12:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727867%27 HTTP/1.1" 200 None
2026-03-26 12:33:06 [adesa.de] INFO: Saving data for 10727867: {'created_time': 1774528386.375049, 'last_price_update_time': 1774528386.37506, 'auction_closing_time': 1774618900.0}
2026-03-26 12:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727867') HTTP/1.1" 204 0
2026-03-26 12:33:07 [scrapy.extensions.logstats] INFO: Crawled 398 pages (at 14 pages/min), scraped 357 items (at 29 items/min)
2026-03-26 12:33:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-26 12:33:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727877> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:33: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 12:33:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 136672cb-478d-5403-a344-c1a407249213 with identifier: 10727877
2026-03-26 12:33:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 136672cb-478d-5403-a344-c1a407249213 with scrape type 1
2026-03-26 12:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 136672cb-478d-5403-a344-c1a407249213
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252Fbbf7d8ad-816b-4dec-beb5-0c842d6c8f43.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/bbf7d8ad-816b-4dec-beb5-0c842d6c8f43.jpg not downloaded yet
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252F22961669-4a30-4646-a04c-ea7b4c1b3e48.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/22961669-4a30-4646-a04c-ea7b4c1b3e48.jpg not downloaded yet
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252Ff48b5e53-1919-4f99-ba6a-c0f2ea0517d6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/f48b5e53-1919-4f99-ba6a-c0f2ea0517d6.jpg not downloaded yet
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252Fc7c069fe-c69c-4ba7-899a-de1ee36f2706.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/c7c069fe-c69c-4ba7-899a-de1ee36f2706.jpg not downloaded yet
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252F7415e466-ced2-4205-a106-a865b3ef45e2.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/7415e466-ced2-4205-a106-a865b3ef45e2.jpg not downloaded yet
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252F01ee5ba9-eaec-42d7-aee0-bb5d06d2a358.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/01ee5ba9-eaec-42d7-aee0-bb5d06d2a358.jpg not downloaded yet
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252Fb6364a8e-80ac-45b2-9f5a-1d3fe6cdaa53.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/b6364a8e-80ac-45b2-9f5a-1d3fe6cdaa53.jpg not downloaded yet
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252F1cda12d0-d85b-497a-a0c2-d8adaf210340.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/1cda12d0-d85b-497a-a0c2-d8adaf210340.jpg not downloaded yet
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252Fb62b24c8-c0ae-4a4d-9ee1-7734f7b91fde.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/b62b24c8-c0ae-4a4d-9ee1-7734f7b91fde.jpg not downloaded yet
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252F8052a412-febf-4bb3-a0d9-35f4dfe35a6a.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/8052a412-febf-4bb3-a0d9-35f4dfe35a6a.jpg not downloaded yet
2026-03-26 12:33:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727927> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:33: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 12:33:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d0d0e74-4207-57cb-b482-4d647cc37cbb with identifier: 10727927
2026-03-26 12:33:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d0d0e74-4207-57cb-b482-4d647cc37cbb with scrape type 1
2026-03-26 12:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3d0d0e74-4207-57cb-b482-4d647cc37cbb
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702471%252Fgeneral%252Fd1922b08-9fcd-4d65-9feb-9641c5733b98.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702471/general/d1922b08-9fcd-4d65-9feb-9641c5733b98.jpg already downloaded
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702471%252Fgeneral%252F23ec7dba-0c76-4c1f-ab4a-67130c4449eb.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702471/general/23ec7dba-0c76-4c1f-ab4a-67130c4449eb.jpg already downloaded
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702471%252Fgeneral%252F8a4e61a6-480e-4ab3-80ef-5b4f981cbf69.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702471/general/8a4e61a6-480e-4ab3-80ef-5b4f981cbf69.jpg already downloaded
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702471%252Fgeneral%252F65be28c0-92c2-446b-a8bc-7ca97e6aa4d7.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702471/general/65be28c0-92c2-446b-a8bc-7ca97e6aa4d7.jpg already downloaded
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702471%252Fgeneral%252F9a960be4-3dac-4f70-ac0f-3d0e64bb0e9c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702471/general/9a960be4-3dac-4f70-ac0f-3d0e64bb0e9c.jpg already downloaded
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702471%252Fgeneral%252F2aacf3ea-2e1a-4f97-9e9b-96f64564c7d5.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702471/general/2aacf3ea-2e1a-4f97-9e9b-96f64564c7d5.jpg already downloaded
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702471%252Fgeneral%252F2d26c45f-1ad4-4644-8145-da39fa64f051.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702471/general/2d26c45f-1ad4-4644-8145-da39fa64f051.jpg already downloaded
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702471%252Fgeneral%252Fc749ddf0-f288-4413-93e8-6fc3f3986078.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702471/general/c749ddf0-f288-4413-93e8-6fc3f3986078.jpg already downloaded
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702471%252Fgeneral%252F798cca46-b963-4baf-b188-54a1ec18d047.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702471/general/798cca46-b963-4baf-b188-54a1ec18d047.jpg already downloaded
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702471%252Fgeneral%252F57ab60fe-a812-4629-9b87-4d933623c17c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702471/general/57ab60fe-a812-4629-9b87-4d933623c17c.jpg not downloaded yet
2026-03-26 12:33:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702408/general/8052a412-febf-4bb3-a0d9-35f4dfe35a6a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727877)
2026-03-26 12:33:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727956> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:33: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 12:33:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:33:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156568790>
2026-03-26 12:33:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:33: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 12:33:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252F8052a412-febf-4bb3-a0d9-35f4dfe35a6a.jpg') HTTP/1.1" 204 0
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/8052a412-febf-4bb3-a0d9-35f4dfe35a6a.jpg saved to cache
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 136672cb-478d-5403-a344-c1a407249213
2026-03-26 12:33:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d69b1f5-09fe-51bf-b7d2-e293d124dcdf with identifier: 10727956
2026-03-26 12:33:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d69b1f5-09fe-51bf-b7d2-e293d124dcdf with scrape type 1
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1d69b1f5-09fe-51bf-b7d2-e293d124dcdf
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715313%252Fgeneral%252F43a66e67-5c24-4493-9836-e095fa61f21b.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715313/general/43a66e67-5c24-4493-9836-e095fa61f21b.jpg already downloaded
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715313%252Fgeneral%252F9b37e6b3-1e59-4740-a320-1e4f6a1e0a39.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715313/general/9b37e6b3-1e59-4740-a320-1e4f6a1e0a39.jpg already downloaded
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715313%252Fgeneral%252F609a31e5-a632-47da-b63a-5c6d0748760c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715313/general/609a31e5-a632-47da-b63a-5c6d0748760c.jpg already downloaded
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715313%252Fgeneral%252F7bce9edf-3845-4c42-bd9b-e2df9d5c5046.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715313/general/7bce9edf-3845-4c42-bd9b-e2df9d5c5046.jpg not downloaded yet
2026-03-26 12:33:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702408/general/b62b24c8-c0ae-4a4d-9ee1-7734f7b91fde.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727877)
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715313%252Fgeneral%252Fbfddf3af-19e7-4707-a937-9d6d89094c28.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715313/general/bfddf3af-19e7-4707-a937-9d6d89094c28.jpg already downloaded
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715313%252Fgeneral%252Ff31b549b-f400-413f-8cca-cf9c13086eb0.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715313/general/f31b549b-f400-413f-8cca-cf9c13086eb0.jpg already downloaded
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715313%252Fgeneral%252Fce232acd-ef57-4ae5-852a-188ba51ffa2c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715313/general/ce232acd-ef57-4ae5-852a-188ba51ffa2c.jpg already downloaded
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715313%252Fgeneral%252F7b6d9434-5a3c-42e0-8c02-77f2dc12ea72.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715313/general/7b6d9434-5a3c-42e0-8c02-77f2dc12ea72.jpg already downloaded
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715313%252Fgeneral%252Fb60cd948-9346-407d-b157-c78b31b5dcab.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715313/general/b60cd948-9346-407d-b157-c78b31b5dcab.jpg already downloaded
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715313%252Fgeneral%252F4e233272-3d5b-430d-8d5e-e1eceb770725.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715313/general/4e233272-3d5b-430d-8d5e-e1eceb770725.jpg already downloaded
2026-03-26 12:33:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702471/general/57ab60fe-a812-4629-9b87-4d933623c17c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727927)
2026-03-26 12:33:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:33:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015656ae10>
2026-03-26 12:33:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:33: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 12:33:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_8.jpg HTTP/1.1" 201 0
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252Fb62b24c8-c0ae-4a4d-9ee1-7734f7b91fde.jpg') HTTP/1.1" 204 0
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/b62b24c8-c0ae-4a4d-9ee1-7734f7b91fde.jpg saved to cache
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 136672cb-478d-5403-a344-c1a407249213
2026-03-26 12:33:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702408/general/1cda12d0-d85b-497a-a0c2-d8adaf210340.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727877)
2026-03-26 12:33:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:33:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156502090>
2026-03-26 12:33:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:33: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 12:33:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3d0d0e74-4207-57cb-b482-4d647cc37cbb/3d0d0e74-4207-57cb-b482-4d647cc37cbb_image_9.jpg HTTP/1.1" 201 0
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702471%252Fgeneral%252F57ab60fe-a812-4629-9b87-4d933623c17c.jpg') HTTP/1.1" 204 0
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702471/general/57ab60fe-a812-4629-9b87-4d933623c17c.jpg saved to cache
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3d0d0e74-4207-57cb-b482-4d647cc37cbb
2026-03-26 12:33:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3d0d0e74-4207-57cb-b482-4d647cc37cbb, skipping ID generation
2026-03-26 12:33:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d0d0e74-4207-57cb-b482-4d647cc37cbb with scrape type 1
2026-03-26 12:33:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3d0d0e74-4207-57cb-b482-4d647cc37cbb sending to next pipeline
2026-03-26 12:33:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 3d0d0e74-4207-57cb-b482-4d647cc37cbb, identifier: 10727927
2026-03-26 12:33:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 3d0d0e74-4207-57cb-b482-4d647cc37cbb with identifier: 10727927
2026-03-26 12:33:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 3d0d0e74-4207-57cb-b482-4d647cc37cbb with identifier: 10727927
2026-03-26 12:33:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 3d0d0e74-4207-57cb-b482-4d647cc37cbb with identifier: 10727927 to the API
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:33:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 12:33:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5702471/general/57ab60fe-a812-4629-9b87-4d933623c17c.jpg>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:45:20Z',
'fuel_type': 'Hybrid',
'id': '3d0d0e74-4207-57cb-b482-4d647cc37cbb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991043-2477068',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727927',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 19692,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d0d0e74-4207-57cb-b482-4d647cc37cbb/3d0d0e74-4207-57cb-b482-4d647cc37cbb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153985,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702471/general/d1922b08-9fcd-4d65-9feb-9641c5733b98.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d0d0e74-4207-57cb-b482-4d647cc37cbb/3d0d0e74-4207-57cb-b482-4d647cc37cbb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 268532,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702471/general/c749ddf0-f288-4413-93e8-6fc3f3986078.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d0d0e74-4207-57cb-b482-4d647cc37cbb/3d0d0e74-4207-57cb-b482-4d647cc37cbb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116967,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702471/general/8a4e61a6-480e-4ab3-80ef-5b4f981cbf69.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d0d0e74-4207-57cb-b482-4d647cc37cbb/3d0d0e74-4207-57cb-b482-4d647cc37cbb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 253982,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702471/general/65be28c0-92c2-446b-a8bc-7ca97e6aa4d7.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d0d0e74-4207-57cb-b482-4d647cc37cbb/3d0d0e74-4207-57cb-b482-4d647cc37cbb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226393,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702471/general/9a960be4-3dac-4f70-ac0f-3d0e64bb0e9c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d0d0e74-4207-57cb-b482-4d647cc37cbb/3d0d0e74-4207-57cb-b482-4d647cc37cbb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217189,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702471/general/2aacf3ea-2e1a-4f97-9e9b-96f64564c7d5.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d0d0e74-4207-57cb-b482-4d647cc37cbb/3d0d0e74-4207-57cb-b482-4d647cc37cbb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157133,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702471/general/23ec7dba-0c76-4c1f-ab4a-67130c4449eb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d0d0e74-4207-57cb-b482-4d647cc37cbb/3d0d0e74-4207-57cb-b482-4d647cc37cbb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263573,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702471/general/2d26c45f-1ad4-4644-8145-da39fa64f051.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d0d0e74-4207-57cb-b482-4d647cc37cbb/3d0d0e74-4207-57cb-b482-4d647cc37cbb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227809,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702471/general/798cca46-b963-4baf-b188-54a1ec18d047.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d0d0e74-4207-57cb-b482-4d647cc37cbb/3d0d0e74-4207-57cb-b482-4d647cc37cbb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230391,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702471/general/57ab60fe-a812-4629-9b87-4d933623c17c.jpg',
'Width': 1280}],
'price': 16900,
'price_includes_vat': True,
'registration_date': '2023-04-05',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 GS - Hybrid - Automatic - 181 hp - 19.692 km',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2023}
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727927%27 HTTP/1.1" 200 None
2026-03-26 12:33:09 [adesa.de] INFO: Saving data for 10727927: {'created_time': 1774528389.01172, 'last_price_update_time': 1774528389.011733, 'auction_closing_time': 1774619120.0}
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727927') HTTP/1.1" 204 0
2026-03-26 12:33:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702408/general/b6364a8e-80ac-45b2-9f5a-1d3fe6cdaa53.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727877)
2026-03-26 12:33:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5715313/general/7bce9edf-3845-4c42-bd9b-e2df9d5c5046.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727956)
2026-03-26 12:33:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:33:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156568b10>
2026-03-26 12:33:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:33: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 12:33:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_7.jpg HTTP/1.1" 201 0
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252F1cda12d0-d85b-497a-a0c2-d8adaf210340.jpg') HTTP/1.1" 204 0
2026-03-26 12:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/1cda12d0-d85b-497a-a0c2-d8adaf210340.jpg saved to cache
2026-03-26 12:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 136672cb-478d-5403-a344-c1a407249213
2026-03-26 12:33:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:33:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01563caed0>
2026-03-26 12:33:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:33: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 12:33:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_6.jpg HTTP/1.1" 201 0
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252Fb6364a8e-80ac-45b2-9f5a-1d3fe6cdaa53.jpg') HTTP/1.1" 204 0
2026-03-26 12:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/b6364a8e-80ac-45b2-9f5a-1d3fe6cdaa53.jpg saved to cache
2026-03-26 12:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 136672cb-478d-5403-a344-c1a407249213
2026-03-26 12:33:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:33:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015642a890>
2026-03-26 12:33:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:33: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 12:33:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d69b1f5-09fe-51bf-b7d2-e293d124dcdf/1d69b1f5-09fe-51bf-b7d2-e293d124dcdf_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715313%252Fgeneral%252F7bce9edf-3845-4c42-bd9b-e2df9d5c5046.jpg') HTTP/1.1" 204 0
2026-03-26 12:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715313/general/7bce9edf-3845-4c42-bd9b-e2df9d5c5046.jpg saved to cache
2026-03-26 12:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1d69b1f5-09fe-51bf-b7d2-e293d124dcdf
2026-03-26 12:33:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1d69b1f5-09fe-51bf-b7d2-e293d124dcdf, skipping ID generation
2026-03-26 12:33:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d69b1f5-09fe-51bf-b7d2-e293d124dcdf with scrape type 1
2026-03-26 12:33:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1d69b1f5-09fe-51bf-b7d2-e293d124dcdf sending to next pipeline
2026-03-26 12:33:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 1d69b1f5-09fe-51bf-b7d2-e293d124dcdf, identifier: 10727956
2026-03-26 12:33:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 1d69b1f5-09fe-51bf-b7d2-e293d124dcdf with identifier: 10727956
2026-03-26 12:33:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 1d69b1f5-09fe-51bf-b7d2-e293d124dcdf with identifier: 10727956
2026-03-26 12:33:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 1d69b1f5-09fe-51bf-b7d2-e293d124dcdf with identifier: 10727956 to the API
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:33: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 12:33:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5715313/general/7bce9edf-3845-4c42-bd9b-e2df9d5c5046.jpg>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:37:20Z',
'fuel_type': 'Hybrid',
'id': '1d69b1f5-09fe-51bf-b7d2-e293d124dcdf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990918-2527400',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727956',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 29463,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 14,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d69b1f5-09fe-51bf-b7d2-e293d124dcdf/1d69b1f5-09fe-51bf-b7d2-e293d124dcdf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113063,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715313/general/43a66e67-5c24-4493-9836-e095fa61f21b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d69b1f5-09fe-51bf-b7d2-e293d124dcdf/1d69b1f5-09fe-51bf-b7d2-e293d124dcdf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216121,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715313/general/9b37e6b3-1e59-4740-a320-1e4f6a1e0a39.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d69b1f5-09fe-51bf-b7d2-e293d124dcdf/1d69b1f5-09fe-51bf-b7d2-e293d124dcdf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 202891,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715313/general/609a31e5-a632-47da-b63a-5c6d0748760c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d69b1f5-09fe-51bf-b7d2-e293d124dcdf/1d69b1f5-09fe-51bf-b7d2-e293d124dcdf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221880,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715313/general/bfddf3af-19e7-4707-a937-9d6d89094c28.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d69b1f5-09fe-51bf-b7d2-e293d124dcdf/1d69b1f5-09fe-51bf-b7d2-e293d124dcdf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225232,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715313/general/7bce9edf-3845-4c42-bd9b-e2df9d5c5046.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d69b1f5-09fe-51bf-b7d2-e293d124dcdf/1d69b1f5-09fe-51bf-b7d2-e293d124dcdf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 249211,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715313/general/f31b549b-f400-413f-8cca-cf9c13086eb0.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d69b1f5-09fe-51bf-b7d2-e293d124dcdf/1d69b1f5-09fe-51bf-b7d2-e293d124dcdf_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105036,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715313/general/ce232acd-ef57-4ae5-852a-188ba51ffa2c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d69b1f5-09fe-51bf-b7d2-e293d124dcdf/1d69b1f5-09fe-51bf-b7d2-e293d124dcdf_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100338,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715313/general/7b6d9434-5a3c-42e0-8c02-77f2dc12ea72.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d69b1f5-09fe-51bf-b7d2-e293d124dcdf/1d69b1f5-09fe-51bf-b7d2-e293d124dcdf_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223763,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715313/general/b60cd948-9346-407d-b157-c78b31b5dcab.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d69b1f5-09fe-51bf-b7d2-e293d124dcdf/1d69b1f5-09fe-51bf-b7d2-e293d124dcdf_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226387,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715313/general/4e233272-3d5b-430d-8d5e-e1eceb770725.jpg',
'Width': 1280}],
'price': 16100,
'price_includes_vat': True,
'registration_date': '2022-11-30',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 GS - Hybrid - Automatic - 181 hp - 29.463 km',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2022}
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727956%27 HTTP/1.1" 200 None
2026-03-26 12:33:09 [adesa.de] INFO: Saving data for 10727956: {'created_time': 1774528389.687985, 'last_price_update_time': 1774528389.687999, 'auction_closing_time': 1774618640.0}
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727956') HTTP/1.1" 204 0
2026-03-26 12:33:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702408/general/7415e466-ced2-4205-a106-a865b3ef45e2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727877)
2026-03-26 12:33:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702408/general/01ee5ba9-eaec-42d7-aee0-bb5d06d2a358.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727877)
2026-03-26 12:33:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727924> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:33: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 12:33:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:33:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156414b90>
2026-03-26 12:33:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:33: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 12:33:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_4.jpg HTTP/1.1" 201 0
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252F7415e466-ced2-4205-a106-a865b3ef45e2.jpg') HTTP/1.1" 204 0
2026-03-26 12:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/7415e466-ced2-4205-a106-a865b3ef45e2.jpg saved to cache
2026-03-26 12:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 136672cb-478d-5403-a344-c1a407249213
2026-03-26 12:33:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:33:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564235d0>
2026-03-26 12:33:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:33: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 12:33:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_5.jpg HTTP/1.1" 201 0
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252F01ee5ba9-eaec-42d7-aee0-bb5d06d2a358.jpg') HTTP/1.1" 204 0
2026-03-26 12:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/01ee5ba9-eaec-42d7-aee0-bb5d06d2a358.jpg saved to cache
2026-03-26 12:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 136672cb-478d-5403-a344-c1a407249213
2026-03-26 12:33:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702408/general/c7c069fe-c69c-4ba7-899a-de1ee36f2706.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727877)
2026-03-26 12:33:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68893711-bc3f-545e-a4f2-f9809b4308a7 with identifier: 10727924
2026-03-26 12:33:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68893711-bc3f-545e-a4f2-f9809b4308a7 with scrape type 1
2026-03-26 12:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 68893711-bc3f-545e-a4f2-f9809b4308a7
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702463%252Fgeneral%252Fd90e93fd-393c-4d8d-985e-aea7744dc8b9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702463/general/d90e93fd-393c-4d8d-985e-aea7744dc8b9.jpg already downloaded
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702463%252Fgeneral%252Fcb295af9-773f-42bc-b6b4-0e36fb9ceae1.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702463/general/cb295af9-773f-42bc-b6b4-0e36fb9ceae1.jpg already downloaded
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702463%252Fgeneral%252Fecfad676-9ef8-4185-9fda-207b2ee4e439.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702463/general/ecfad676-9ef8-4185-9fda-207b2ee4e439.jpg already downloaded
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702463%252Fgeneral%252F2cf538aa-72da-4f1f-b4e9-0ccdf0963ac6.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702463/general/2cf538aa-72da-4f1f-b4e9-0ccdf0963ac6.jpg already downloaded
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702463%252Fgeneral%252F4a9957ca-7ac9-469e-a669-d41e50cafc00.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702463/general/4a9957ca-7ac9-469e-a669-d41e50cafc00.jpg already downloaded
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702463%252Fgeneral%252F0ff28a52-4903-4cd1-967a-7d18ea082343.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702463/general/0ff28a52-4903-4cd1-967a-7d18ea082343.jpg already downloaded
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702463%252Fgeneral%252Fddc21bb9-a8a6-4f2f-9956-695ea92f6d6f.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702463/general/ddc21bb9-a8a6-4f2f-9956-695ea92f6d6f.jpg already downloaded
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702463%252Fgeneral%252F6fc0165a-bf0b-41bf-9137-c32f6672096d.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702463/general/6fc0165a-bf0b-41bf-9137-c32f6672096d.jpg already downloaded
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702463%252Fgeneral%252Fad909d26-74c3-40b0-b7fc-a7ab264744c8.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702463/general/ad909d26-74c3-40b0-b7fc-a7ab264744c8.jpg already downloaded
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702463%252Fgeneral%252F9578e381-1eb7-4c65-81b8-0daa05207b93.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702463/general/9578e381-1eb7-4c65-81b8-0daa05207b93.jpg already downloaded
2026-03-26 12:33:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 68893711-bc3f-545e-a4f2-f9809b4308a7, identifier: 10727924
2026-03-26 12:33:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 68893711-bc3f-545e-a4f2-f9809b4308a7 with identifier: 10727924
2026-03-26 12:33:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 68893711-bc3f-545e-a4f2-f9809b4308a7 with identifier: 10727924
2026-03-26 12:33:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 68893711-bc3f-545e-a4f2-f9809b4308a7 with identifier: 10727924 to the API
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:33: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 12:33:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727924>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:44:20Z',
'fuel_type': 'Hybrid',
'id': '68893711-bc3f-545e-a4f2-f9809b4308a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2991034-2477069',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727924',
'listing': 'auction',
'location': 'Leipzig (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 16251,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 12,
'photo_urls': ['https://images.openlane.eu/carimgs/5702463/general/d90e93fd-393c-4d8d-985e-aea7744dc8b9.jpg',
'https://images.openlane.eu/carimgs/5702463/general/cb295af9-773f-42bc-b6b4-0e36fb9ceae1.jpg',
'https://images.openlane.eu/carimgs/5702463/general/ecfad676-9ef8-4185-9fda-207b2ee4e439.jpg',
'https://images.openlane.eu/carimgs/5702463/general/2cf538aa-72da-4f1f-b4e9-0ccdf0963ac6.jpg',
'https://images.openlane.eu/carimgs/5702463/general/4a9957ca-7ac9-469e-a669-d41e50cafc00.jpg',
'https://images.openlane.eu/carimgs/5702463/general/0ff28a52-4903-4cd1-967a-7d18ea082343.jpg',
'https://images.openlane.eu/carimgs/5702463/general/ddc21bb9-a8a6-4f2f-9956-695ea92f6d6f.jpg',
'https://images.openlane.eu/carimgs/5702463/general/6fc0165a-bf0b-41bf-9137-c32f6672096d.jpg',
'https://images.openlane.eu/carimgs/5702463/general/ad909d26-74c3-40b0-b7fc-a7ab264744c8.jpg',
'https://images.openlane.eu/carimgs/5702463/general/9578e381-1eb7-4c65-81b8-0daa05207b93.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68893711-bc3f-545e-a4f2-f9809b4308a7/68893711-bc3f-545e-a4f2-f9809b4308a7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161320,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702463/general/d90e93fd-393c-4d8d-985e-aea7744dc8b9.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68893711-bc3f-545e-a4f2-f9809b4308a7/68893711-bc3f-545e-a4f2-f9809b4308a7_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258877,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702463/general/cb295af9-773f-42bc-b6b4-0e36fb9ceae1.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68893711-bc3f-545e-a4f2-f9809b4308a7/68893711-bc3f-545e-a4f2-f9809b4308a7_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118106,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702463/general/ecfad676-9ef8-4185-9fda-207b2ee4e439.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68893711-bc3f-545e-a4f2-f9809b4308a7/68893711-bc3f-545e-a4f2-f9809b4308a7_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263350,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702463/general/ad909d26-74c3-40b0-b7fc-a7ab264744c8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68893711-bc3f-545e-a4f2-f9809b4308a7/68893711-bc3f-545e-a4f2-f9809b4308a7_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223081,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702463/general/2cf538aa-72da-4f1f-b4e9-0ccdf0963ac6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68893711-bc3f-545e-a4f2-f9809b4308a7/68893711-bc3f-545e-a4f2-f9809b4308a7_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218844,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702463/general/4a9957ca-7ac9-469e-a669-d41e50cafc00.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68893711-bc3f-545e-a4f2-f9809b4308a7/68893711-bc3f-545e-a4f2-f9809b4308a7_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150169,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702463/general/0ff28a52-4903-4cd1-967a-7d18ea082343.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68893711-bc3f-545e-a4f2-f9809b4308a7/68893711-bc3f-545e-a4f2-f9809b4308a7_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 276034,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702463/general/ddc21bb9-a8a6-4f2f-9956-695ea92f6d6f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68893711-bc3f-545e-a4f2-f9809b4308a7/68893711-bc3f-545e-a4f2-f9809b4308a7_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230054,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702463/general/6fc0165a-bf0b-41bf-9137-c32f6672096d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68893711-bc3f-545e-a4f2-f9809b4308a7/68893711-bc3f-545e-a4f2-f9809b4308a7_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216268,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702463/general/9578e381-1eb7-4c65-81b8-0daa05207b93.jpg',
'Width': 1280}],
'price': 17200,
'price_includes_vat': True,
'registration_date': '2023-04-03',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 GS - Hybrid - Automatic - 181 hp - 16.251 km',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2023}
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727924%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [adesa.de] INFO: Saving data for 10727924: {'created_time': 1774528390.58321, 'last_price_update_time': 1774528390.583221, 'auction_closing_time': 1774619060.0}
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727924') HTTP/1.1" 204 0
2026-03-26 12:33:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702408/general/f48b5e53-1919-4f99-ba6a-c0f2ea0517d6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727877)
2026-03-26 12:33:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702408/general/22961669-4a30-4646-a04c-ea7b4c1b3e48.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727877)
2026-03-26 12:33:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:33:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015c19bd50>
2026-03-26 12:33:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:33: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 12:33:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_3.jpg HTTP/1.1" 201 0
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252Fc7c069fe-c69c-4ba7-899a-de1ee36f2706.jpg') HTTP/1.1" 204 0
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/c7c069fe-c69c-4ba7-899a-de1ee36f2706.jpg saved to cache
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 136672cb-478d-5403-a344-c1a407249213
2026-03-26 12:33:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727953> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 12:33: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 12:33:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:33:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f015620b310>
2026-03-26 12:33:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:33: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 12:33:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_2.jpg HTTP/1.1" 201 0
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252Ff48b5e53-1919-4f99-ba6a-c0f2ea0517d6.jpg') HTTP/1.1" 204 0
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/f48b5e53-1919-4f99-ba6a-c0f2ea0517d6.jpg saved to cache
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 136672cb-478d-5403-a344-c1a407249213
2026-03-26 12:33:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:33:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f01564225d0>
2026-03-26 12:33:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:33: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 12:33:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_1.jpg HTTP/1.1" 201 0
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252F22961669-4a30-4646-a04c-ea7b4c1b3e48.jpg') HTTP/1.1" 204 0
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/22961669-4a30-4646-a04c-ea7b4c1b3e48.jpg saved to cache
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 136672cb-478d-5403-a344-c1a407249213
2026-03-26 12:33:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58ae09be-a438-5485-831e-7468e1fdcc8e with identifier: 10727953
2026-03-26 12:33:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58ae09be-a438-5485-831e-7468e1fdcc8e with scrape type 1
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 58ae09be-a438-5485-831e-7468e1fdcc8e
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680924%252Fgeneral%252F292f62e1-0bd8-4253-94ab-b27633029a2c.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680924/general/292f62e1-0bd8-4253-94ab-b27633029a2c.jpg already downloaded
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680924%252Fgeneral%252F089b9792-7948-498e-87f6-36df45e42bff.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680924/general/089b9792-7948-498e-87f6-36df45e42bff.jpg already downloaded
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680924%252Fgeneral%252F6e200eed-6153-4bb1-8a23-44142f2cd0ff.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680924/general/6e200eed-6153-4bb1-8a23-44142f2cd0ff.jpg already downloaded
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680924%252Fgeneral%252Fc545af9e-b66c-4282-b3c9-ddca8cd1759e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680924/general/c545af9e-b66c-4282-b3c9-ddca8cd1759e.jpg already downloaded
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680924%252Fgeneral%252F5f9ad9bd-4588-4477-bf1c-689fc9017ab9.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680924/general/5f9ad9bd-4588-4477-bf1c-689fc9017ab9.jpg already downloaded
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680924%252Fgeneral%252Fcda01f37-3857-4782-b0c9-b67d8203228e.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680924/general/cda01f37-3857-4782-b0c9-b67d8203228e.jpg already downloaded
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680924%252Fgeneral%252F1ce2494f-03bd-4fb1-bb14-6d7510416aef.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680924/general/1ce2494f-03bd-4fb1-bb14-6d7510416aef.jpg already downloaded
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680924%252Fgeneral%252F89e7cdc2-ddc1-4216-9896-09d8ff518634.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680924/general/89e7cdc2-ddc1-4216-9896-09d8ff518634.jpg already downloaded
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680924%252Fgeneral%252Fbae778a1-994f-4804-89fd-c68794e1b724.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680924/general/bae778a1-994f-4804-89fd-c68794e1b724.jpg already downloaded
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5680924%252Fgeneral%252F15706d19-232e-42c4-ad5a-df81aa1a5159.jpg%27 HTTP/1.1" 200 None
2026-03-26 12:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5680924/general/15706d19-232e-42c4-ad5a-df81aa1a5159.jpg already downloaded
2026-03-26 12:33:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 58ae09be-a438-5485-831e-7468e1fdcc8e, identifier: 10727953
2026-03-26 12:33:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 58ae09be-a438-5485-831e-7468e1fdcc8e with identifier: 10727953
2026-03-26 12:33:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 58ae09be-a438-5485-831e-7468e1fdcc8e with identifier: 10727953
2026-03-26 12:33:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 58ae09be-a438-5485-831e-7468e1fdcc8e with identifier: 10727953 to the API
2026-03-26 12:33:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:33: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 12:33:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10727953>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T13:38:40Z',
'fuel_type': 'Hybrid',
'id': '58ae09be-a438-5485-831e-7468e1fdcc8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990940-2506814',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727953',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 16260,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 14,
'photo_urls': ['https://images.openlane.eu/carimgs/5680924/general/292f62e1-0bd8-4253-94ab-b27633029a2c.jpg',
'https://images.openlane.eu/carimgs/5680924/general/089b9792-7948-498e-87f6-36df45e42bff.jpg',
'https://images.openlane.eu/carimgs/5680924/general/6e200eed-6153-4bb1-8a23-44142f2cd0ff.jpg',
'https://images.openlane.eu/carimgs/5680924/general/c545af9e-b66c-4282-b3c9-ddca8cd1759e.jpg',
'https://images.openlane.eu/carimgs/5680924/general/5f9ad9bd-4588-4477-bf1c-689fc9017ab9.jpg',
'https://images.openlane.eu/carimgs/5680924/general/cda01f37-3857-4782-b0c9-b67d8203228e.jpg',
'https://images.openlane.eu/carimgs/5680924/general/1ce2494f-03bd-4fb1-bb14-6d7510416aef.jpg',
'https://images.openlane.eu/carimgs/5680924/general/89e7cdc2-ddc1-4216-9896-09d8ff518634.jpg',
'https://images.openlane.eu/carimgs/5680924/general/bae778a1-994f-4804-89fd-c68794e1b724.jpg',
'https://images.openlane.eu/carimgs/5680924/general/15706d19-232e-42c4-ad5a-df81aa1a5159.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58ae09be-a438-5485-831e-7468e1fdcc8e/58ae09be-a438-5485-831e-7468e1fdcc8e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239455,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680924/general/292f62e1-0bd8-4253-94ab-b27633029a2c.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58ae09be-a438-5485-831e-7468e1fdcc8e/58ae09be-a438-5485-831e-7468e1fdcc8e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224555,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680924/general/089b9792-7948-498e-87f6-36df45e42bff.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58ae09be-a438-5485-831e-7468e1fdcc8e/58ae09be-a438-5485-831e-7468e1fdcc8e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100952,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680924/general/6e200eed-6153-4bb1-8a23-44142f2cd0ff.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58ae09be-a438-5485-831e-7468e1fdcc8e/58ae09be-a438-5485-831e-7468e1fdcc8e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204314,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680924/general/c545af9e-b66c-4282-b3c9-ddca8cd1759e.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58ae09be-a438-5485-831e-7468e1fdcc8e/58ae09be-a438-5485-831e-7468e1fdcc8e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98156,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680924/general/5f9ad9bd-4588-4477-bf1c-689fc9017ab9.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58ae09be-a438-5485-831e-7468e1fdcc8e/58ae09be-a438-5485-831e-7468e1fdcc8e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133447,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680924/general/cda01f37-3857-4782-b0c9-b67d8203228e.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58ae09be-a438-5485-831e-7468e1fdcc8e/58ae09be-a438-5485-831e-7468e1fdcc8e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113569,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680924/general/1ce2494f-03bd-4fb1-bb14-6d7510416aef.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58ae09be-a438-5485-831e-7468e1fdcc8e/58ae09be-a438-5485-831e-7468e1fdcc8e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 207847,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680924/general/89e7cdc2-ddc1-4216-9896-09d8ff518634.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58ae09be-a438-5485-831e-7468e1fdcc8e/58ae09be-a438-5485-831e-7468e1fdcc8e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 186439,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680924/general/bae778a1-994f-4804-89fd-c68794e1b724.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58ae09be-a438-5485-831e-7468e1fdcc8e/58ae09be-a438-5485-831e-7468e1fdcc8e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160499,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5680924/general/15706d19-232e-42c4-ad5a-df81aa1a5159.jpg',
'Width': 1280}],
'price': 16500,
'price_includes_vat': True,
'registration_date': '2022-11-10',
'seats_number': 5,
'seller_name': 'Opel Automobile GmbH',
'title': 'Opel Grandland 1.6 GS - Hybrid - Automatic - 181 hp - 16.260 km',
'transmission': 'automatic',
'trim': 'GS',
'vin': None,
'year': 2022}
2026-03-26 12:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.de%27%20and%20RowKey%20eq%20%2710727953%27 HTTP/1.1" 200 None
2026-03-26 12:33:11 [adesa.de] INFO: Saving data for 10727953: {'created_time': 1774528391.456426, 'last_price_update_time': 1774528391.456444, 'auction_closing_time': 1774618720.0}
2026-03-26 12:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.de',RowKey='10727953') HTTP/1.1" 204 0
2026-03-26 12:33:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5702408/general/bbf7d8ad-816b-4dec-beb5-0c842d6c8f43.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727877)
2026-03-26 12:33:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 12:33:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f0156fd4e10>
2026-03-26 12:33:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 12:33: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 12:33:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 12:33:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_0.jpg HTTP/1.1" 201 0
2026-03-26 12:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 12:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.de',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5702408%252Fgeneral%252Fbbf7d8ad-816b-4dec-beb5-0c842d6c8f43.jpg') HTTP/1.1" 204 0
2026-03-26 12:33:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5702408/general/bbf7d8ad-816b-4dec-beb5-0c842d6c8f43.jpg saved to cache
2026-03-26 12:33:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 136672cb-478d-5403-a344-c1a407249213
2026-03-26 12:33:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 136672cb-478d-5403-a344-c1a407249213, skipping ID generation
2026-03-26 12:33:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 136672cb-478d-5403-a344-c1a407249213 with scrape type 1
2026-03-26 12:33:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 136672cb-478d-5403-a344-c1a407249213 sending to next pipeline
2026-03-26 12:33:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.de, Processed item id: 136672cb-478d-5403-a344-c1a407249213, identifier: 10727877
2026-03-26 12:33:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.de, Translating item: 136672cb-478d-5403-a344-c1a407249213 with identifier: 10727877
2026-03-26 12:33:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.de, Applying rules to item: 136672cb-478d-5403-a344-c1a407249213 with identifier: 10727877
2026-03-26 12:33:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.de, Posting item: 136672cb-478d-5403-a344-c1a407249213 with identifier: 10727877 to the API
2026-03-26 12:33:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 12:33: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 12:33:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5702408/general/bbf7d8ad-816b-4dec-beb5-0c842d6c8f43.jpg>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 200,
'expiration_date': '2026-03-27T13:29:40Z',
'fuel_type': 'Hybrid',
'id': '136672cb-478d-5403-a344-c1a407249213',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE-134-2990910-2519491',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727877',
'listing': 'auction',
'location': 'Moenchengladbach (Germany)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 31706,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 12,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 270459,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702408/general/bbf7d8ad-816b-4dec-beb5-0c842d6c8f43.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 265563,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702408/general/22961669-4a30-4646-a04c-ea7b4c1b3e48.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115840,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702408/general/f48b5e53-1919-4f99-ba6a-c0f2ea0517d6.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168901,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702408/general/c7c069fe-c69c-4ba7-899a-de1ee36f2706.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173578,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702408/general/7415e466-ced2-4205-a106-a865b3ef45e2.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143859,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702408/general/01ee5ba9-eaec-42d7-aee0-bb5d06d2a358.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137539,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702408/general/b6364a8e-80ac-45b2-9f5a-1d3fe6cdaa53.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_136672cb-478d-5403-a344-c1a407249213/136672cb-478d-5403-a344-c1a407249213_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106568,
'Height': 600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5702408/general/1cda12d0-d85b-497a-a0c2-d8adaf210340.jpg',
'Width'